Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2014-09-28 19:53:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valgrind (Old)
 and      /work/SRC/openSUSE:Factory/.valgrind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valgrind"

Changes:
--------
--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes        2014-08-30 
16:03:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2014-09-28 
19:53:34.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Sep 16 15:39:34 UTC 2014 - [email protected]
+
+- glibc-2.19.patch: already upstream, so remove
+- Fix file list
+
+-------------------------------------------------------------------
+Tue Sep 16 15:27:20 UTC 2014 - [email protected]
+
+- update to 3.10.0:
+  * Support for the 64-bit ARM Architecture (AArch64 ARMv8).  This port
+    is mostly complete, and is usable, but some SIMD instructions are as
+    yet unsupported.
+  * Support for little-endian variant of the 64-bit POWER architecture.
+  * Support for Android on MIPS32.
+  * Support for 64bit FPU on MIPS32 platforms.
+  * Both 32- and 64-bit executables are supported on MacOSX 10.8 and 10.9.
+  * Configuration for and running on Android targets has changed.
+    See README.android in the source tree for details.
+  - drop VEX-r2803.diff, VEX-r2808.diff, VEX-r2816.diff, VEX-r2858.diff,
+  VEX-r2904.diff, VEX-r2910.diff, VEX-r2914.diff, VEX-r2915.diff,
+  VEX-r2916.diff, aarch64-VEX-support.diff, aarch64-support.diff,
+  r13767.diff, r13770.diff, r14184.diff, r14238.diff, r14239.diff,
+  r14240.diff, r14246.diff, r2798.diff, valgrind-r13948.diff
+
+-------------------------------------------------------------------

Old:
----
  VEX-r2803.diff
  VEX-r2808.diff
  VEX-r2816.diff
  VEX-r2858.diff
  VEX-r2904.diff
  VEX-r2910.diff
  VEX-r2914.diff
  VEX-r2915.diff
  VEX-r2916.diff
  aarch64-VEX-support.diff
  aarch64-support.diff
  glibc-2.19.patch
  r13767.diff
  r13770.diff
  r14184.diff
  r14238.diff
  r14239.diff
  r14240.diff
  r14246.diff
  r2798.diff
  valgrind-3.9.0.tar.bz2
  valgrind-r13948.diff

New:
----
  valgrind-3.10.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ valgrind.spec ++++++
--- /var/tmp/diff_new_pack.kTlLoN/_old  2014-09-28 19:53:36.000000000 +0200
+++ /var/tmp/diff_new_pack.kTlLoN/_new  2014-09-28 19:53:36.000000000 +0200
@@ -33,35 +33,13 @@
 License:        GPL-2.0+
 Group:          Development/Tools/Debuggers
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Version:        3.9.0
+Version:        3.10.0
 Release:        0
 Source0:        http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
 # svn  di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_5_0 
svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH > 3_5_BRANCH.diff
 # svn  di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 
svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH > VEX_3_5_BRANCH.diff
 Patch1:         jit-register-unregister.diff
 Patch2:         armv6-support.diff
-Patch3:         r13767.diff
-Patch4:         r13770.diff
-Patch5:         glibc-2.19.patch
-Patch6:         r2798.diff
-Patch7:         aarch64-support.diff
-Patch8:         aarch64-VEX-support.diff
-Patch9:         VEX-r2858.diff
-Patch10:        valgrind-r13948.diff
-# PPC64 LE support
-Patch11:        r14184.diff
-Patch12:        r14238.diff
-Patch13:        r14239.diff
-Patch14:        r14240.diff
-Patch15:        r14246.diff
-Patch20:        VEX-r2803.diff
-Patch21:        VEX-r2808.diff
-Patch22:        VEX-r2816.diff
-Patch23:        VEX-r2904.diff
-Patch24:        VEX-r2910.diff
-Patch25:        VEX-r2914.diff
-Patch26:        VEX-r2915.diff
-Patch27:        VEX-r2916.diff
 # during building the major version of glibc is built into the suppression file
 %define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f1)
 %define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f2)
@@ -156,45 +134,8 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%ifarch aarch64
-cd VEX
-%patch8
-cd ..
-%else
-%patch9
-%ifarch ppc64le
-# PPC64LE
-%patch20
-%patch21
-%patch22
-%patch23
-%patch24
-%patch25
-%patch26
-%patch27
-%endif
-%endif
 %patch1
-%ifarch aarch64
-%patch7
-%else
 %patch2
-%patch3
-%ifarch ppc64le
-%patch4
-%endif
-%patch5 -p1
-%patch6
-%patch10
-%ifarch ppc64le
-# PPC64LE
-%patch11
-%patch12
-%patch13
-%patch14
-%patch15
-%endif
-%endif
 
 %build
 %ifarch %arm
@@ -252,7 +193,7 @@
 %_libdir/valgrind/*-ppc32-linux
 %endif
 %ifarch ppc64
-%_libdir/valgrind/*-ppc64-linux
+%_libdir/valgrind/*-ppc64be-linux
 %endif
 %ifarch ppc64le
 %_libdir/valgrind/*-ppc64le-linux

++++++ valgrind-3.9.0.tar.bz2 -> valgrind-3.10.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/valgrind/valgrind-3.9.0.tar.bz2 
/work/SRC/openSUSE:Factory/.valgrind.new/valgrind-3.10.0.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to