Hello community,

here is the log from the commit of package gperftools for openSUSE:Factory 
checked in at 2013-08-13 12:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gperftools (Old)
 and      /work/SRC/openSUSE:Factory/.gperftools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gperftools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gperftools/gperftools.changes    2013-08-01 
15:36:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gperftools.new/gperftools.changes       
2013-08-13 12:53:38.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 12 15:49:12 UTC 2013 - [email protected]
+
+- Fixed configure.ac to use older version of autoconf, so that 
+  gperftools can build for SLE10.
+
+-------------------------------------------------------------------

New:
----
  gperftools_use_older_autoconf.diff

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

Other differences:
------------------
++++++ gperftools.spec ++++++
--- /var/tmp/diff_new_pack.JRoV1C/_old  2013-08-13 12:53:39.000000000 +0200
+++ /var/tmp/diff_new_pack.JRoV1C/_new  2013-08-13 12:53:39.000000000 +0200
@@ -27,6 +27,7 @@
 Patch14:        %{name}_gcc46.patch
 #Patch15:        %{name}-glibc216.patch
 #Patch16:        spinlock-rand.patch
+Patch17:        %{name}_use_older_autoconf.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -69,6 +70,7 @@
 %patch14 -p1
 #patch15 -p1
 #patch16 -p1
+%patch17 -p1
 
 %build
 autoreconf -fi

++++++ gperftools_use_older_autoconf.diff ++++++
Index: gperftools-2.1/configure.ac
===================================================================
--- gperftools-2.1.orig/configure.ac
+++ gperftools-2.1/configure.ac
@@ -2,7 +2,7 @@
 ## In general, the safest way to proceed is to run ./autogen.sh
 
 # make sure we're interpreted by some minimal autoconf
-AC_PREREQ([2.68])
+AC_PREREQ([2.59])
 
 AC_INIT([gperftools],[2.1],[[email protected]])
 # Update this value for every release!  (A:B:C will map to foo.so.(A-C).C.B)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to