Hello community,

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

Package is "i4l-base", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/i4l-base/i4l-base.changes        2012-12-10 
14:04:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.i4l-base.new/i4l-base.changes   2013-03-03 
21:06:20.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Mar  2 11:10:31 UTC 2013 - [email protected]
+
+- add isdn4k-utils-automake-1_13.diff, fix build with new automake
+
+-------------------------------------------------------------------

New:
----
  isdn4k-utils-automake-1_13.diff

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

Other differences:
------------------
++++++ i4l-base.spec ++++++
--- /var/tmp/diff_new_pack.lk38cC/_old  2013-03-03 21:06:22.000000000 +0100
+++ /var/tmp/diff_new_pack.lk38cC/_new  2013-03-03 21:06:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package i4l-base
 #
-# 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
@@ -66,6 +66,8 @@
 Patch34:        vboxbeep-pie.patch
 Patch35:        isdnctrl-pie.patch
 Patch36:        divactrl_2.1-dialog.patch
+# fix build with newer automake
+Patch50:        isdn4k-utils-automake-1_13.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         /bin/cat
 PreReq:         fileutils
@@ -225,6 +227,7 @@
 %patch11 -p1
 %patch12 -p0
 popd
+%patch50 -p1
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++++++ isdn4k-utils-automake-1_13.diff ++++++
Index: b/capifax/configure.in
===================================================================
--- a/capifax/configure.in
+++ b/capifax/configure.in
@@ -41,7 +41,7 @@ CS_TEST_ALERT
 CS_TEST_GLOBALCONFIG
 
 AC_SUBST(INSTALL)
 AC_SUBST(CONFIG_SBINDIR)
 AC_SUBST(CONFIG_MANDIR)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AC_OUTPUT(Makefile)
Index: b/capiinfo/configure.in
===================================================================
--- a/capiinfo/configure.in
+++ b/capiinfo/configure.in
@@ -40,7 +40,7 @@ AC_ARG_WITH(man,
 AC_SUBST(INSTALL)
 AC_SUBST(I4LCONFDIR)
 AC_SUBST(I4LVERSION)
 AC_SUBST(CONFIG_SBINDIR)
 AC_SUBST(CONFIG_MANDIR)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AC_OUTPUT(Makefile)
Index: b/capiinit/configure.in
===================================================================
--- a/capiinit/configure.in
+++ b/capiinit/configure.in
@@ -22,7 +22,7 @@ dnl Checks for typedefs, structures, and
 
 AC_SUBST(INSTALL)
 AC_SUBST(CONFIG_SBINDIR)
 AC_SUBST(CONFIG_MANDIR)
 AC_SUBST(CONFIG_FIRMWAREDIR)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AC_OUTPUT(Makefile)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to