Hello community,

here is the log from the commit of package presage for openSUSE:Factory checked 
in at 2014-10-29 21:09:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/presage (Old)
 and      /work/SRC/openSUSE:Factory/.presage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "presage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/presage/presage.changes  2014-07-02 
15:04:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.presage.new/presage.changes     2014-10-29 
21:10:16.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Oct 27 09:07:27 UTC 2014 - [email protected]
+
+- fix build for factory
+  * add patch: presage-0.9-automake-1.14.patch
+  * automake 1.14 starts to check subdir-objects.
+
+-------------------------------------------------------------------

New:
----
  presage-0.9-automake-1.14.patch

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

Other differences:
------------------
++++++ presage.spec ++++++
--- /var/tmp/diff_new_pack.tEHmNM/_old  2014-10-29 21:10:17.000000000 +0100
+++ /var/tmp/diff_new_pack.tEHmNM/_new  2014-10-29 21:10:17.000000000 +0100
@@ -32,6 +32,8 @@
 Patch1:         presage-0.8.9-port_cmuclmtk.patch
 # PATCH-FIX-UPSTREAM [email protected] automake 1.12 abuild patch
 Patch2:         presage-0.9.0-automake_1.12_abuild.patch
+# PATCH-FIX-UPSTREAM automake 1.14 starts to check subdir-objects
+Patch3:         presage-0.9-automake-1.14.patch
 %if 0%{?suse_version}
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  dbus-1-python-devel
@@ -204,6 +206,9 @@
 %if 0%{?suse_version} >= 1220
 %patch2 -p1
 %endif
+%if 0%{?suse_version} > 1310
+%patch3 -p1
+%endif
 echo "[D-BUS Service]" > apps/dbus/org.gnome.presage.service.in
 echo "Name=org.gnome.presage.beta" >> apps/dbus/org.gnome.presage.service.in
 echo "Exec={bindir}/presage_dbus_service --start" >> 
apps/dbus/org.gnome.presage.service.in

++++++ presage-0.9-automake-1.14.patch ++++++
Index: presage-0.9.beta20140216/configure.ac
===================================================================
--- presage-0.9.beta20140216.orig/configure.ac
+++ presage-0.9.beta20140216/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to p
 
 
 AC_INIT([presage],[0.9~beta],[[email protected]])
-AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability subdir-objects])
 
 AC_CONFIG_SRCDIR([src/lib/presage.cpp])
 AC_CONFIG_HEADERS([config.h:config.hin])
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to