[arch-commits] Commit in talloc/trunk (PKGBUILD fix_test_path.patch)

Anatol Pomozov anatolik at archlinux.org
Tue Mar 8 22:20:55 UTC 2016


    Date: Tuesday, March 8, 2016 @ 23:20:55
  Author: anatolik
Revision: 261231

upgpkg: talloc 2.1.6-1

Modified:
  talloc/trunk/PKGBUILD
  talloc/trunk/fix_test_path.patch

---------------------+
 PKGBUILD            |    6 +++---
 fix_test_path.patch |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-08 21:05:07 UTC (rev 261230)
+++ PKGBUILD	2016-03-08 22:20:55 UTC (rev 261231)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=talloc
-pkgver=2.1.5
+pkgver=2.1.6
 pkgrel=1
 pkgdesc="Hierarchical pool based memory allocator with destructors"
 arch=('i686' 'x86_64')
@@ -14,9 +14,9 @@
 optdepends=('python2: for python bindings')
 source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
         fix_test_path.patch)
-sha1sums=('bdf3b3d8449e2c354f1ebc43d3e1058160eb4adb'
+sha1sums=('bf30a1b0d3a86b686caa7fb6057c25309f2aa7cf'
           'SKIP'
-          '34132be289f9ce1c38c8b367def8d91ac7dbb706')
+          '6117e3dffb24bf03d54325c13b7db3b8a7eb2850')
 validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-bugs at samba.org
 
 prepare() {

Modified: fix_test_path.patch
===================================================================
--- fix_test_path.patch	2016-03-08 21:05:07 UTC (rev 261230)
+++ fix_test_path.patch	2016-03-08 22:20:55 UTC (rev 261231)
@@ -2,12 +2,12 @@
 index 9cedbbf..4432a9a 100644
 --- a/wscript
 +++ b/wscript
-@@ -158,7 +158,7 @@ def test(ctx):
-     cmd = os.path.join(Utils.g_module.blddir, 'talloc_testsuite')
+@@ -159,7 +159,7 @@ def test(ctx):
      ret = samba_utils.RUN_COMMAND(cmd)
      print("testsuite returned %d" % ret)
+     magic_helper_cmd = os.path.join(Utils.g_module.blddir, 'talloc_test_magic_differs_helper')
 -    magic_cmd = os.path.join(srcdir, 'lib', 'talloc',
 +    magic_cmd = os.path.join(srcdir,
                               'test_magic_differs.sh')
  
-     magic_ret = samba_utils.RUN_COMMAND(magic_cmd)
+     magic_ret = samba_utils.RUN_COMMAND(magic_cmd + " " +  magic_helper_cmd)



More information about the arch-commits mailing list