Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/zimg/zimg.changes        2013-01-17 
13:18:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.zimg.new/zimg.changes   2013-03-14 
15:08:59.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 12:16:01 CET 2013 - [email protected]
+
+- builds with automake 1.13
+  * automake-1.13.patch
+
+-------------------------------------------------------------------

New:
----
  zimg-automake-1.13.patch

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

Other differences:
------------------
++++++ zimg.spec ++++++
--- /var/tmp/diff_new_pack.MKrcO6/_old  2013-03-14 15:09:01.000000000 +0100
+++ /var/tmp/diff_new_pack.MKrcO6/_new  2013-03-14 15:09:01.000000000 +0100
@@ -29,6 +29,7 @@
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 Patch:          %{name}-%{version}.patch
+Patch1:         zimg-automake-1.13.patch
 Url:            http://sourceforge.net/projects/zimg/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Display 2-D data of arbitrary format
@@ -52,6 +53,7 @@
 %prep
 %setup
 %patch
+%patch1 -p1
 
 %build
 %define prefix   /usr/

++++++ zimg-automake-1.13.patch ++++++
Index: zimg-5.0.0/configure.in
===================================================================
--- zimg-5.0.0.orig/configure.in
+++ zimg-5.0.0/configure.in
@@ -36,7 +36,7 @@ dnl ====================================
 dnl    Process this file with autoconf to produce a configure script.
 
 AC_INIT(zimg.h)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AC_PREREQ(1.12)
 AC_REVISION($Revision: 1.106 $)
 AC_CONFIG_AUX_DIR(.)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to