Hello community,

here is the log from the commit of package amanda for openSUSE:Factory checked 
in at 2013-04-29 13:52:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amanda (Old)
 and      /work/SRC/openSUSE:Factory/.amanda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/amanda/amanda.changes    2013-01-19 
16:35:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes       2013-04-29 
13:53:00.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Apr 26 08:36:36 UTC 2013 - [email protected]
+
+- Added automake --add-missing option to fix build with new automake
+
+-------------------------------------------------------------------

New:
----
  amanda-automake_add_missing.patch

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

Other differences:
------------------
++++++ amanda.spec ++++++
--- /var/tmp/diff_new_pack.m5UE2j/_old  2013-04-29 13:53:04.000000000 +0200
+++ /var/tmp/diff_new_pack.m5UE2j/_new  2013-04-29 13:53:04.000000000 +0200
@@ -67,6 +67,7 @@
 Patch6:         amanda-2.6.1p1-avoid-perl-provides.patch
 Patch8:         amanda-gets.patch
 Patch9:         amanda-3.3.2-returnvalues.patch
+Patch10:        amanda-automake_add_missing.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -82,6 +83,7 @@
 %patch6 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 
 
 %build
 ./autogen

++++++ amanda-automake_add_missing.patch ++++++
--- autogen.orig        2013-04-26 10:27:38.591941991 +0200
+++ autogen     2013-04-26 10:28:28.255657782 +0200
@@ -57,4 +57,4 @@
 touch config/config.h.in
 
 echo "..automake"
-automake --force --copy --warnings=none || die "automake failed"
+automake --force --copy --warnings=none --add-missing || die "automake failed"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to