Hello community,

here is the log from the commit of package findutils for openSUSE:Factory 
checked in at 2012-05-31 17:04:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/findutils (Old)
 and      /work/SRC/openSUSE:Factory/.findutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "findutils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/findutils/findutils.changes      2012-02-21 
12:38:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.findutils.new/findutils.changes 2012-05-31 
17:04:23.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 29 11:29:27 UTC 2012 - [email protected]
+
+- fix build with automake-1.12
+ - add: automake-1.12.patch
+
+-------------------------------------------------------------------

New:
----
  automake-1.12.patch

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

Other differences:
------------------
++++++ findutils.spec ++++++
--- /var/tmp/diff_new_pack.7Cfqbp/_old  2012-05-31 17:04:26.000000000 +0200
+++ /var/tmp/diff_new_pack.7Cfqbp/_new  2012-05-31 17:04:26.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           findutils
 Url:            http://www.gnu.org/software/findutils/
 Version:        4.5.10
@@ -34,6 +35,7 @@
 Patch2:         findutils-4.4.2-updatedb.patch
 Patch3:         findutils-4.5.10-prune_unknown.patch
 Patch4:         findutils-4.5.10-updatedb_ignore_nfsv4.patch
+Patch5:         automake-1.12.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 %if 0%{?suse_version} > 1100
@@ -62,7 +64,8 @@
 Group:          Productivity/File utilities
 Provides:       findutils:/usr/bin/locate
 PreReq:         %{fillup_prereq}
-Requires:       cron findutils = %{version}
+Requires:       cron
+Requires:       findutils = %{version}
 
 %description locate
 This package contains the locate program which is part of the GNU
@@ -80,6 +83,7 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1
 
 %build
 autoreconf

++++++ automake-1.12.patch ++++++
Index: findutils-4.5.10/configure.ac
===================================================================
--- findutils-4.5.10.orig/configure.ac
+++ findutils-4.5.10/configure.ac
@@ -77,8 +77,6 @@ AC_PROG_CPP
 dnl for gnulib
 gl_EARLY
 
-AM_C_PROTOTYPES
-
 AC_PROG_INSTALL
 AC_PROG_RANLIB
 dnl AC_PROG_LIBTOOL
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to