Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnova/libnova.changes  2012-11-28 
11:00:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libnova.new/libnova.changes     2013-03-24 
21:59:10.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 22 22:31:48 UTC 2013 - [email protected]
+
+- Added a patch "automake-1.13.patch" to fix build with automake 1.13.
+
+-------------------------------------------------------------------

New:
----
  automake-1.13.patch

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

Other differences:
------------------
++++++ libnova.spec ++++++
--- /var/tmp/diff_new_pack.dsZOr9/_old  2013-03-24 22:00:13.000000000 +0100
+++ /var/tmp/diff_new_pack.dsZOr9/_new  2013-03-24 22:00:13.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnova
 #
-# 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
@@ -26,6 +26,8 @@
 Group:          System/Libraries
 Url:            http://libnova.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM automake-1.13.patch [email protected] -- Fix 
build with automake 1.13
+Patch0:         automake-1.13.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -59,6 +61,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 # Regenerate build system because of errors about libtool during compilation

++++++ automake-1.13.patch ++++++
--- configure.in.orig   2012-07-11 11:23:42.000000000 +0300
+++ configure.in        2013-03-23 00:05:48.438634078 +0200
@@ -25,7 +25,7 @@
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
 
 # Specify a configuration file
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 dnl Initialize libtool
 AM_PROG_LIBTOOL
@@ -35,7 +35,6 @@
 
 # Checks for programs.
 AC_PROG_CC
-AM_PROG_CC_STDC
 AC_PROG_INSTALL
 AC_CHECK_FUNCS([gettimeofday])
 AC_CHECK_FUNCS([modf])
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to