Hello community,

here is the log from the commit of package flac for openSUSE:Factory checked in 
at 2016-09-12 13:22:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flac (Old)
 and      /work/SRC/openSUSE:Factory/.flac.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flac"

Changes:
--------
--- /work/SRC/openSUSE:Factory/flac/flac.changes        2015-04-06 
00:23:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.flac.new/flac.changes   2016-09-12 
13:22:57.000000000 +0200
@@ -1,0 +2,12 @@
+Sat Sep 10 07:35:50 UTC 2016 - tchva...@suse.com
+
+- Drop patch that should be upstreamed first, otherwise we will
+  have to keep it ofrever:
+  * flac-ocloexec.patch
+- Drop wrong patch:
+  * flac-fix-pkgconfig.patch
+    + If using this change you get assert.h include overriden in your
+      project by the one from FLAC/ which is not what upstream desired
+      If packages fail to build they should fix their include
+
+-------------------------------------------------------------------

Old:
----
  flac-fix-pkgconfig.patch
  flac-ocloexec.patch

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

Other differences:
------------------
++++++ flac.spec ++++++
--- /var/tmp/diff_new_pack.LjqRRL/_old  2016-09-12 13:22:58.000000000 +0200
+++ /var/tmp/diff_new_pack.LjqRRL/_new  2016-09-12 13:22:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flac
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,19 +27,17 @@
 #Git-Clone:    git://git.xiph.org/flac
 Source:         
http://downloads.xiph.org/releases/flac/%{name}-%{version}.tar.xz
 Source2:        baselibs.conf
-Patch1:         flac-ocloexec.patch
-Patch3:         flac-fix-pkgconfig.patch
-Patch6:         flac-cflags.patch
+Patch0:         flac-cflags.patch
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake >= 1.11
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libogg-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  pkgconfig(ogg)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%ifarch %ix86
+%ifarch %{ix86}
 BuildRequires:  nasm
 %endif
 
@@ -86,13 +84,12 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch3 -p1
-%patch6 -p1
+%patch0 -p1
 
 %build
-./autogen.sh
+autoreconf -fvi
 %configure \
+       --disable-silent-rules \
        --disable-thorough-tests \
        --disable-xmms-plugin \
        --disable-static \
@@ -112,11 +109,8 @@
 make check %{?_smp_mflags}
 
 %post -n libFLAC8 -p /sbin/ldconfig
-
 %postun -n libFLAC8 -p /sbin/ldconfig
-
 %post -n libFLAC++6 -p /sbin/ldconfig
-
 %postun -n libFLAC++6 -p /sbin/ldconfig
 
 %files


Reply via email to