Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/splashy/splashy.changes  2012-05-08 
11:15:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.splashy.new/splashy.changes     2012-05-31 
17:10:35.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 29 12:52:48 UTC 2012 - [email protected]
+
+- fix build with automake-1.12
+  - add: automake-1.12.patch
+
+-------------------------------------------------------------------

New:
----
  automake-1.12.patch

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

Other differences:
------------------
++++++ splashy.spec ++++++
--- /var/tmp/diff_new_pack.ms24BC/_old  2012-05-31 17:10:36.000000000 +0200
+++ /var/tmp/diff_new_pack.ms24BC/_new  2012-05-31 17:10:36.000000000 +0200
@@ -42,6 +42,7 @@
 Patch7:         splashy-exits-prematurely-fix.patch
 Patch8:         update-initramfs.patch
 Patch9:         splashy-glib231.patch
+Patch10:        automake-1.12.patch
 BuildRequires:  DirectFB-devel
 BuildRequires:  ImageMagick-devel
 BuildRequires:  file-devel
@@ -188,6 +189,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 find . -type f | xargs perl -pi -e "s|/usr/lib/|%{_libdir}/|g"
 find . -type f | xargs perl -pi -e "s|/lib/|/%{_lib}/|g"
 # build gets confused on x86_64 because of this .la file

++++++ automake-1.12.patch ++++++
Index: splashy-0.3.13/autogen.sh
===================================================================
--- splashy-0.3.13.orig/autogen.sh
+++ splashy-0.3.13/autogen.sh
@@ -261,13 +261,14 @@ AUTOHEADER=`echo $AUTOCONF | sed s/autoc
 
 case $REQUIRED_AUTOMAKE_VERSION in
     1.4*) automake_progs="automake-1.4" ;;
-    1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 
automake-1.9 automake-1.10 automake-1.11" ;;
-    1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9 
automake-1.10 automake-1.11" ;;
-    1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9 automake-1.10 
automake-1.11" ;;
-    1.8*) automake_progs="automake-1.8 automake-1.9 automake-1.10 
automake-1.11" ;;
-    1.9*) automake_progs="automake-1.9 automake-1.10 automake-1.11" ;;
-   1.10*) automake_progs="automake-1.10 automake-1.11" ;;
-   1.11*) automake_progs="automake-1.11" ;;
+    1.5*) automake_progs="automake-1.5 automake-1.6 automake-1.7 automake-1.8 
automake-1.9 automake-1.10 automake-1.11 automake-1.12" ;;
+    1.6*) automake_progs="automake-1.6 automake-1.7 automake-1.8 automake-1.9 
automake-1.10 automake-1.11 automake-1.12" ;;
+    1.7*) automake_progs="automake-1.7 automake-1.8 automake-1.9 automake-1.10 
automake-1.11 automake-1.12" ;;
+    1.8*) automake_progs="automake-1.8 automake-1.9 automake-1.10 
automake-1.11 automake-1.12" ;;
+    1.9*) automake_progs="automake-1.9 automake-1.10 automake-1.11 
automake-1.12" ;;
+   1.10*) automake_progs="automake-1.10 automake-1.11 automake-1.12" ;;
+   1.11*) automake_progs="automake-1.11 automake-1.12" ;;
+   1.12*) automake_progs="automake-1.12" ;;
 esac
 version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
     
"http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz";
 || DIE=1
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to