Hello community,

here is the log from the commit of package suspend for openSUSE:Factory checked 
in at 2013-03-03 21:09:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suspend (Old)
 and      /work/SRC/openSUSE:Factory/.suspend.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/suspend/suspend.changes  2013-02-26 
15:25:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.suspend.new/suspend.changes     2013-03-03 
21:09:04.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Mar  2 11:20:24 UTC 2013 - [email protected]
+
+- add suspend-automake-1_13.diff, fix build with automake-1.13.1
+
+-------------------------------------------------------------------

New:
----
  suspend-automake-1_13.diff

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

Other differences:
------------------
++++++ suspend.spec ++++++
--- /var/tmp/diff_new_pack.un4RPy/_old  2013-03-03 21:09:05.000000000 +0100
+++ /var/tmp/diff_new_pack.un4RPy/_new  2013-03-03 21:09:05.000000000 +0100
@@ -2,6 +2,7 @@
 # spec file for package suspend
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,6 +63,8 @@
 #Mandriva patch to enable plymouth support (Thanks to F. Crozat)
 Patch17:        suspend-plymouth.patch
 Patch18:        s2disk-do-not-fail-hibernation-withoug-a-vt-console
+# fix for automake-1.13.1
+Patch19:        suspend-automake-1_13.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ppc ppc64
 %if 0%{?suse_version}
@@ -95,6 +98,7 @@
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
 cp %{S:3} scripts/
 #cp -vb --suffix=-0.5 %{S:99} whitelist.c
 

++++++ suspend-automake-1_13.diff ++++++
Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -7,11 +7,11 @@
 #
 
 AC_PREREQ([2.59])
 AC_INIT([suspend-utils], [1.0])
 AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([suspend.c])
 
 AC_CANONICAL_HOST
 
 AC_ARG_ENABLE(
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to