Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/man/man.changes  2011-12-26 16:28:52.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.man.new/man.changes     2012-05-31 
17:07:01.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 29 12:39:10 UTC 2012 - [email protected]
+
+- fix build with automake-1.12
+  - add: automake-1.12.patch
+
+-------------------------------------------------------------------

New:
----
  automake-1.12.patch

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

Other differences:
------------------
++++++ man.spec ++++++
--- /var/tmp/diff_new_pack.uBxNb7/_old  2012-05-31 17:07:03.000000000 +0200
+++ /var/tmp/diff_new_pack.uBxNb7/_new  2012-05-31 17:07:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package man
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           man
 BuildRequires:  automake
 BuildRequires:  flex
@@ -34,7 +35,9 @@
 Url:            https://savannah.nongnu.org/projects/man-db
 PreReq:         coreutils fillup
 Provides:       man_db
-Requires:       groff >= 1.18 less glibc-locale
+Requires:       glibc-locale
+Requires:       groff >= 1.18
+Requires:       less
 Source:         man-db-%{version}.tar.bz2
 Source1:        sysconfig.cron-man
 Source2:        cron.daily.do_mandb
@@ -53,6 +56,7 @@
 Patch11:        man-db-%{version}-catp.dif
 Patch12:        man-db-2.5.2-fastpipe.dif
 Patch13:        man-db-2.5.2-fhs.dif
+Patch14:        automake-1.12.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %global         _sysconfdir /etc
 
@@ -83,6 +87,7 @@
 %patch12 -p0 -b .fp
 %patch13 -p0 -b .fhs
 %patch0   -p0
+%patch14 -p1
 
 %build
     gettextize --force --copy --no-changelog
@@ -115,6 +120,7 @@
 %if %suse_version > 1030
     aclocal  -I ${PWD}/m4 -I ${PWD}/gnulib/m4
     autoconf -B ${PWD}/m4 -B ${PWD}/gnulib/m4
+    automake --add-missing
 %else
     sed -ri 's/(m4_PACKAGE_VERSION,[[:blank:]]*\[)2.61(\])/\12.60\2/' 
aclocal.m4
     sed -ri 's/(AM_INIT_AUTOMAKE\(\[)1.10/\11.9.6/' configure.ac

++++++ automake-1.12.patch ++++++
Index: man-db-2.5.2/configure.ac
===================================================================
--- man-db-2.5.2.orig/configure.ac
+++ man-db-2.5.2/configure.ac
@@ -20,6 +20,8 @@ dnl
 AC_PROG_CC
 AC_PROG_CPP
 AC_GNU_SOURCE
+AM_PROG_AR
+AM_PROG_CC_C_O
 dnl 
 dnl check for system defaults
 dnl
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to