[valgrind/f21] 3.9.0-25.svn20140827r14370

Mark Wielaard mjw at fedoraproject.org
Wed Aug 27 14:09:25 UTC 2014


commit 77994db521bf65956474252f69f107dca5f69b1a
Author: Mark Wielaard <mjw at redhat.com>
Date:   Wed Aug 27 16:05:51 2014 +0200

    3.9.0-25.svn20140827r14370
    
    - Update to upstream svn r14370

 .gitignore    |    1 +
 sources       |    2 +-
 valgrind.spec |   22 ++++++++--------------
 3 files changed, 10 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3966fb0..8f90e47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /valgrind-3.9.0-svn20140718r14176.tar.bz2
 /valgrind-3.9.0-svn20140809r14250.tar.bz2
 /valgrind-3.9.0-svn20140818r14303.tar.bz2
+/valgrind-3.9.0-svn20140827r14371.tar.bz2
diff --git a/sources b/sources
index 06737b8..20864ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e0da98712afd323abcda952e3cdd3ab  valgrind-3.9.0-svn20140818r14303.tar.bz2
+d8ddbdb7723df536ea3c393ee147a1c6  valgrind-3.9.0-svn20140827r14371.tar.bz2
diff --git a/valgrind.spec b/valgrind.spec
index 2611f2e..236c29b 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -1,12 +1,12 @@
 %{?scl:%scl_package valgrind}
 
-%define svn_date 20140818
-%define svn_rev 14303
+%define svn_date 20140827
+%define svn_rev 14371
 
 Summary: Tool for finding memory management bugs in programs
 Name: %{?scl_prefix}valgrind
 Version: 3.9.0
-Release: 24.svn%{?svn_date}r%{?svn_rev}%{?dist}
+Release: 25.svn%{?svn_date}r%{?svn_rev}%{?dist}
 Epoch: 1
 License: GPLv2+
 URL: http://www.valgrind.org/
@@ -165,16 +165,6 @@ Valgrind User Manual for details.
 %patch5 -p1
 %endif
 
-# In the svn setup, these are symlinked, but not in our source archive.
-# So the above ppc64le patches only patched the ppc32 variants. Sync up
-# the ppc64 versions of these tests.
-cp none/tests/ppc32/jm-insns.c none/tests/ppc64/jm-insns.c
-cp none/tests/ppc32/test_dfp4.c none/tests/ppc64/test_dfp4.c
-cp none/tests/ppc32/test_dfp5.c none/tests/ppc64/test_dfp5.c
-cp none/tests/ppc32/test_isa_2_06_part1.c none/tests/ppc64/test_isa_2_06_part1.c
-cp none/tests/ppc32/test_isa_2_06_part2.c none/tests/ppc64/test_isa_2_06_part2.c
-cp none/tests/ppc32/test_isa_2_06_part3.c none/tests/ppc64/test_isa_2_06_part3.c
-
 %build
 # We need to use the software collection compiler and binutils if available.
 # The configure checks might otherwise miss support for various newer
@@ -270,7 +260,7 @@ done
 %endif
 
 %check
-# Make sure the basic binary runs.
+# Make sure a basic binary runs.
 ./vg-in-place /bin/true
 
 # Build the test files with the software collection compiler if available.
@@ -335,6 +325,10 @@ echo ===============END TESTING===============
 %endif
 
 %changelog
+* Wed Aug 27 2014 Mark Wielaard <mjw at redhat.com> - 3.9.0-25.svn20140827r14370
+- Update to upstream svn r14370
+- Remove ppc testfile copying (no longer patched in)
+
 * Mon Aug 18 2014 Mark Wielaard <mjw at redhat.com> - 3.9.0-24.svn20140818r14303
 - Update to upstream svn r14303
 - Move fake libgcc into shared to not break post-regtest-checks.


More information about the scm-commits mailing list