From b2e21a78e0a5c2dd8c738feac5d1fca1ead79364e52b76c65f235be44d7a883c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 20 Apr 2008 13:10:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsndfile?expand=0&rev=7 --- libsndfile-1.0.17-ac.diff | 11 +++++++++++ libsndfile.changes | 5 +++++ libsndfile.spec | 7 +++++-- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 libsndfile-1.0.17-ac.diff diff --git a/libsndfile-1.0.17-ac.diff b/libsndfile-1.0.17-ac.diff new file mode 100644 index 0000000..0513471 --- /dev/null +++ b/libsndfile-1.0.17-ac.diff @@ -0,0 +1,11 @@ +--- configure.ac ++++ configure.ac +@@ -31,6 +31,8 @@ AC_LANG([C]) + SHARED_VERSION_INFO="1:17:0" + + AC_PROG_CC ++AM_PROG_CC_C_O ++AC_PROG_CXX + AM_PROG_LIBTOOL + + AC_CHECK_PROG(autogen, autogen, yes, no) diff --git a/libsndfile.changes b/libsndfile.changes index 67e24d7..a8abcaa 100644 --- a/libsndfile.changes +++ b/libsndfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 15 17:39:20 CEST 2008 - schwab@suse.de + +- Fix configure script. + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/libsndfile.spec b/libsndfile.spec index 5a0debc..2c55de3 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -8,14 +8,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: libsndfile BuildRequires: alsa-devel flac-devel gcc-c++ pkgconfig sqlite-devel Summary: A Library to Handle Various Audio File Formats Version: 1.0.17 -Release: 126 +Release: 128 License: LGPL v2.1 or later Group: System/Libraries Obsoletes: libsnd @@ -24,6 +23,7 @@ Source: libsndfile-%{version}.tar.bz2 Patch: libsndfile-flac-1.1.4-fix.diff Patch1: libsndfile-ac.diff Patch2: libsndfile-1.0.17-flac-buffer-overflow.patch +Patch3: libsndfile-1.0.17-ac.diff Url: http://www.mega-nerd.com/libsndfile/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -94,6 +94,7 @@ Authors: %patch %patch1 %patch2 +%patch3 %build %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter @@ -149,6 +150,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/octave/site/m/sndfile_save.m %changelog +* Tue Apr 15 2008 schwab@suse.de +- Fix configure script. * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support