Hello community,

here is the log from the commit of package libsndfile for openSUSE:Factory 
checked in at 2019-12-07 15:21:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsndfile (Old)
 and      /work/SRC/openSUSE:Factory/.libsndfile.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsndfile"

Sat Dec  7 15:21:22 2019 rev:58 rq:753103 version:1.0.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsndfile/libsndfile.changes    2018-12-10 
12:26:33.946633209 +0100
+++ /work/SRC/openSUSE:Factory/.libsndfile.new.4691/libsndfile.changes  
2019-12-07 15:23:15.715729861 +0100
@@ -1,0 +2,8 @@
+Tue Dec  3 01:46:45 UTC 2019 - Stefan BrĂ¼ns <[email protected]>
+
+- Remove build dependencies for progs subpackage from library:
+  * alsa-devel, only needed for the examples
+  * sqlite3-devel, only needed for the regression test
+- Only build library, pass --disable-full-suite to configure
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libsndfile-progs.spec ++++++
--- /var/tmp/diff_new_pack.P7GAyB/_old  2019-12-07 15:23:16.315729778 +0100
+++ /var/tmp/diff_new_pack.P7GAyB/_new  2019-12-07 15:23:16.319729778 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsndfile-progs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        Example Programs for libsndfile
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
-Url:            http://www.mega-nerd.com/libsndfile/
+URL:            http://www.mega-nerd.com/libsndfile/
 Source0:        
http://www.mega-nerd.com/libsndfile/files/libsndfile-%{version}.tar.gz
 Source1:        
http://www.mega-nerd.com/libsndfile/files/libsndfile-%{version}.tar.gz.asc
 Source2:        libsndfile.keyring

++++++ libsndfile.spec ++++++
--- /var/tmp/diff_new_pack.P7GAyB/_old  2019-12-07 15:23:16.335729775 +0100
+++ /var/tmp/diff_new_pack.P7GAyB/_new  2019-12-07 15:23:16.339729775 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsndfile
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:        Development/Libraries/C and C++
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
-Url:            http://www.mega-nerd.com/libsndfile
+URL:            http://www.mega-nerd.com/libsndfile
 Source0:        
http://www.mega-nerd.com/%{name}/files/%{name}-%{version}.tar.gz
 Source1:        
http://www.mega-nerd.com/%{name}/files/%{name}-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
@@ -44,14 +44,12 @@
 Patch40:        libsndfile-wav-loop-count-fix.patch
 # PATCH-FIX-OPENSUSE
 Patch100:       sndfile-ocloexec.patch
-BuildRequires:  alsa-devel
 BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  libvorbis-devel
 BuildRequires:  pkg-config
 BuildRequires:  speex-devel
-BuildRequires:  sqlite-devel
 Obsoletes:      libsnd
 Provides:       libsnd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -103,16 +101,13 @@
 
 %build
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wno-unused-parameter
-%if 0%{?suse_version} < 1200
-sed -i -e'/^AM_SILENT_RULES/d' configure.ac
-%endif
 autoreconf --force --install
 CFLAGS="%{optflags} %{warn_flags}"
 export CFLAGS
 %configure \
        --disable-silent-rules \
        --disable-static \
-       --enable-sqlite \
+       --disable-full-suite \
        --with-pic \
        --enable-experimental
 make %{?_smp_mflags}




Reply via email to