Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2013-03-05 13:34:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmorph (Old)
 and      /work/SRC/openSUSE:Factory/.xmorph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes    2012-02-22 
15:55:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xmorph.new/xmorph.changes       2013-03-05 
13:34:13.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 11:08:34 UTC 2013 - [email protected]
+
+- builds with automake 1.13
+  * automake-1.13.patch
+
+-------------------------------------------------------------------

New:
----
  xmorph-automake-1.13.patch

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

Other differences:
------------------
++++++ xmorph.spec ++++++
--- /var/tmp/diff_new_pack.DJaddV/_old  2013-03-05 13:34:14.000000000 +0100
+++ /var/tmp/diff_new_pack.DJaddV/_new  2013-03-05 13:34:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmorph
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,6 +41,7 @@
 Patch2:         xmorph-gcc_warnings.patch
 Patch3:         xmorph-missing-include.patch
 Patch4:         xmorph-20060817-autotools.patch
+Patch5:         xmorph-automake-1.13.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,6 +69,7 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1
 
 %build
 autoreconf -fiv

++++++ xmorph-automake-1.13.patch ++++++
Index: xmorph-20060817/configure.ac
===================================================================
--- xmorph-20060817.orig/configure.ac
+++ xmorph-20060817/configure.ac
@@ -10,7 +10,7 @@ dnl ACGM: the following line tells PRCS
 dnl $Format: "AM_INIT_AUTOMAKE(xmorph, $ProjectVersion$)"$
 AM_INIT_AUTOMAKE(xmorph, 20060817)
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_MACRO_DIR([m4])
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to