Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2015-02-20 12:00:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-02-12 
10:20:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2015-02-20 
12:00:30.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb 12 11:46:20 UTC 2015 - rguent...@suse.com
+
+- gcc-version.patch: Add support for GCC 5.
+
+-------------------------------------------------------------------

New:
----
  gcc-version.patch

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

Other differences:
------------------
++++++ valgrind.spec ++++++
--- /var/tmp/diff_new_pack.QbuC6V/_old  2015-02-20 12:00:31.000000000 +0100
+++ /var/tmp/diff_new_pack.QbuC6V/_new  2015-02-20 12:00:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package valgrind
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,7 @@
 Patch1:         jit-register-unregister.diff
 Patch2:         armv6-support.diff
 Patch3:         glibc-version.patch
+Patch4:         gcc-version.patch
 # 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)
@@ -138,6 +139,7 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4
 
 %build
 %ifarch %arm

++++++ gcc-version.patch ++++++
Index: configure.ac
===================================================================
--- configure.ac.orig   2015-02-12 12:44:54.171760724 +0100
+++ configure.ac        2015-02-12 12:45:05.779894998 +0100
@@ -138,7 +138,7 @@ case "${is_clang}-${gcc_version}" in
      notclang-4.*)
        AC_MSG_RESULT([ok (${gcc_version})])
        ;;
-     notclang-5.*)
+     notclang-5*)
        AC_MSG_RESULT([ok (${gcc_version})])
        ;;
      clang-2.9|clang-3.*|clang-4.*)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to