Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/flac/flac.changes        2012-12-19 
10:54:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.flac.new/flac.changes   2013-03-01 
10:47:57.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb 28 16:07:33 UTC 2013 - [email protected]
+
+- add flac-1.2.1-automake1_13.patch, fix build with automake-1.13.1
+
+-------------------------------------------------------------------

New:
----
  flac-1.2.1-automake1_13.patch

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

Other differences:
------------------
++++++ flac.spec ++++++
--- /var/tmp/diff_new_pack.UsrkDc/_old  2013-03-01 10:47:58.000000000 +0100
+++ /var/tmp/diff_new_pack.UsrkDc/_new  2013-03-01 10:47:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flac
 #
-# 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
@@ -42,6 +42,7 @@
 Patch1:         flac-ocloexec.patch
 Patch2:         flac-openssl.patch
 Patch3:         flac-fix-pkgconfig.patch
+Patch4:         flac-1.2.1-automake1_13.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -82,6 +83,7 @@
 %patch1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 touch config.rpath

++++++ flac-1.2.1-automake1_13.patch ++++++
Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -40,11 +40,11 @@ AC_SYS_LARGEFILE
 AC_FUNC_FSEEKO
 
 AC_CHECK_SIZEOF(void*,0)
 AC_SEARCH_LIBS([lround],[m], [AC_DEFINE(HAVE_LROUND,1,lround support)])
 #@@@ new name is AC_CONFIG_HEADERS
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 
 AC_LANG_PUSH(C++)
 # c++ flavor first
 AC_C_VARARRAYS
 if test $ac_cv_c_vararrays = yes; then

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

Reply via email to