[arch-commits] Commit in lvm2/trunk (2 files)

Christian Hesse eworm at archlinux.org
Sat Oct 7 10:45:11 UTC 2017


    Date: Saturday, October 7, 2017 @ 10:45:10
  Author: eworm
Revision: 307112

upgpkg: lvm2 2.02.175-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD
Deleted:
  lvm2/trunk/0002-toollib_fix_parentheses_in_assignment_comparison.patch

-------------------------------------------------------------+
 0002-toollib_fix_parentheses_in_assignment_comparison.patch |   19 ----------
 PKGBUILD                                                    |   15 ++-----
 2 files changed, 5 insertions(+), 29 deletions(-)

Deleted: 0002-toollib_fix_parentheses_in_assignment_comparison.patch
===================================================================
--- 0002-toollib_fix_parentheses_in_assignment_comparison.patch	2017-10-07 10:03:42 UTC (rev 307111)
+++ 0002-toollib_fix_parentheses_in_assignment_comparison.patch	2017-10-07 10:45:10 UTC (rev 307112)
@@ -1,19 +0,0 @@
-commit 5407327bc6fff77dabb6dd55150832373ba163a7
-Author: David Teigland <teigland at redhat.com>
-Date:   Tue Sep 19 09:19:24 2017 -0500
-
-    toollib: fix parentheses in assignment + comparison
-
-diff --git a/tools/toollib.c b/tools/toollib.c
-index 1799bc91c..bf3e9d643 100644
---- a/tools/toollib.c
-+++ b/tools/toollib.c
-@@ -4464,7 +4464,7 @@ int process_each_pv(struct cmd_context *cmd,
- 	 * from all VGs are processed first, removing them from all_devices.  Then
- 	 * any devs remaining in all_devices are processed.
- 	 */
--	if ((ret = _get_all_devices(cmd, &all_devices) != ECMD_PROCESSED)) {
-+	if ((ret = _get_all_devices(cmd, &all_devices)) != ECMD_PROCESSED) {
- 		ret_max = ret;
- 		goto_out;
- 	}

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-07 10:03:42 UTC (rev 307111)
+++ PKGBUILD	2017-10-07 10:45:10 UTC (rev 307112)
@@ -4,8 +4,8 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.174
-pkgrel=2
+pkgver=2.02.175
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/"
 license=('GPL2' 'LGPL2.1')
@@ -17,16 +17,14 @@
         lvm2_hook
         sd-lvm2_install
         11-dm-initramfs.rules
-        0001-lvm2-make-sockets-static.patch
-        0002-toollib_fix_parentheses_in_assignment_comparison.patch)
-sha256sums=('fb6ecec0408cb14ac4923c87cb0a356481122d7d0ae3fee6e94d2edb9d170a8b'
+        0001-lvm2-make-sockets-static.patch)
+sha256sums=('4db7a3ec6d082be212f759279b54bcdfd3c3797a5ea67605746049b004632559'
             'SKIP'
             'd3097296bdfd9912dbef6ac78b908f7017b0a668a5347f0811f1c3aaacdca0cf'
             '97d7c92e4954bc0108e7cd183b2eb5fe7ecc97e6f56369669e6537cb6ed45d80'
             'ca25d7d827823ed88c5ed662d561ad9de0123ca6e8e5b568fe9eec3c89918614'
             'e10f24b57582d6e2da71f7c80732a62e0ee2e3b867fe84591ccdb53e80fa92e0'
-            'ff2c21d8f1c01c5e889a61109a152dcbd15da017bb942cf598c82e2e18ad22fa'
-            '9883be237acb9fc49f229621d0c025fd9c29a4d0f43bfbe87ab6eb76bf389338')
+            'ff2c21d8f1c01c5e889a61109a152dcbd15da017bb942cf598c82e2e18ad22fa')
 
 prepare() {
   cd LVM2.${pkgver}
@@ -36,9 +34,6 @@
 
   # make systemd sockets static
   patch -p1 -i "${srcdir}/0001-lvm2-make-sockets-static.patch"
-
-  # toollib: fix parentheses in assignment + comparison
-  patch -p1 -i "${srcdir}/0002-toollib_fix_parentheses_in_assignment_comparison.patch"
 }
 
 build() {



More information about the arch-commits mailing list