Hello community, here is the log from the commit of package arts for openSUSE:Factory checked in at 2013-04-26 15:35:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/arts (Old) and /work/SRC/openSUSE:Factory/.arts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arts", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/arts/arts.changes 2013-03-22 11:00:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.arts.new/arts.changes 2013-04-26 15:35:39.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Apr 26 09:00:53 UTC 2013 - [email protected] + +- Added automake --add-missing option to fix build with new automake + +------------------------------------------------------------------- New: ---- arts-automake_add_missing.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ arts.spec ++++++ --- /var/tmp/diff_new_pack.0KVws7/_old 2013-04-26 15:35:54.000000000 +0200 +++ /var/tmp/diff_new_pack.0KVws7/_new 2013-04-26 15:35:54.000000000 +0200 @@ -54,6 +54,7 @@ Patch11: arts-glibc27.diff Patch12: arts-acinclude.patch Patch13: arts-aarch64.diff +Patch14: arts-automake_add_missing.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -105,6 +106,7 @@ %patch11 %patch12 -p1 %patch13 -p1 +%patch14 %build # no unsermake because of build dependencies hell ++++++ arts-automake_add_missing.patch ++++++ --- admin/cvs.sh.orig 2013-04-26 10:42:22.759981365 +0200 +++ admin/cvs.sh 2013-04-26 10:42:25.959028903 +0200 @@ -135,7 +135,7 @@ fi echo "*** Creating Makefile templates" -$AUTOMAKE || exit 1 +$AUTOMAKE --add-missing || exit 1 if test "$UNSERMAKE" = no; then echo "*** Postprocessing Makefile templates" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
