Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/xpenguins/xpenguins.changes      2013-01-12 
19:47:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xpenguins.new/xpenguins.changes 2013-03-05 
14:03:12.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 11:18:02 UTC 2013 - [email protected]
+
+- builds with automake 1.13
+  * automake-1.13.patch
+
+-------------------------------------------------------------------

New:
----
  xpenguins-2.2-automake-1.13.diff

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

Other differences:
------------------
++++++ xpenguins.spec ++++++
--- /var/tmp/diff_new_pack.iEjqzx/_old  2013-03-05 14:03:13.000000000 +0100
+++ /var/tmp/diff_new_pack.iEjqzx/_new  2013-03-05 14:03:13.000000000 +0100
@@ -33,6 +33,7 @@
 Source4:        %name.png
 Source5:        %name-stop.png
 Patch:          xpenguins-%{version}-typo.diff
+Patch1:         xpenguins-%{version}-automake-1.13.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,6 +46,7 @@
 %prep
 %setup
 %patch
+%patch1 -p1
 cp %{S:1} %{S:4} %{S:5} .
 
 %build


++++++ xpenguins-2.2-automake-1.13.diff ++++++
Index: xpenguins-2.2/configure.in
===================================================================
--- xpenguins-2.2.orig/configure.in
+++ xpenguins-2.2/configure.in
@@ -1,6 +1,6 @@
 AC_INIT(src/main.c)
 AM_INIT_AUTOMAKE(xpenguins,2.2)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 dnl Checks for programs.
 AC_PROG_CC


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to