From 42a1d14c7ef1662b6935070bf57ae908296af0874589933f3485984874ca46da Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 23 Mar 2011 14:08:41 +0000 Subject: [PATCH] Accepting request 65006 from home:appleonkel:branches:multimedia:libs OBS-URL: https://build.opensuse.org/request/show/65006 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsndfile?expand=0&rev=19 --- libsndfile-1.0.22.tar.bz2 | 3 --- libsndfile-1.0.24.tar.bz2 | 3 +++ libsndfile-progs.changes | 30 +++++++++++++++++++++++++++--- libsndfile-progs.spec | 4 ++-- libsndfile.changes | 30 +++++++++++++++++++++++++++--- libsndfile.spec | 4 ++-- 6 files changed, 61 insertions(+), 13 deletions(-) delete mode 100644 libsndfile-1.0.22.tar.bz2 create mode 100644 libsndfile-1.0.24.tar.bz2 diff --git a/libsndfile-1.0.22.tar.bz2 b/libsndfile-1.0.22.tar.bz2 deleted file mode 100644 index b1525eb..0000000 --- a/libsndfile-1.0.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a9f331954d0d3b15f97a582d8daf7eecf4a3a986d29c25b3eb9d1e6f9d494d1 -size 817924 diff --git a/libsndfile-1.0.24.tar.bz2 b/libsndfile-1.0.24.tar.bz2 new file mode 100644 index 0000000..5c84844 --- /dev/null +++ b/libsndfile-1.0.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0bd7f4e3df389b2c06d8e7feca613f6ec2791dc559fca17a5128bd4c9fccb60 +size 743615 diff --git a/libsndfile-progs.changes b/libsndfile-progs.changes index 8929cb3..2aa22c8 100644 --- a/libsndfile-progs.changes +++ b/libsndfile-progs.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Mar 23 13:01:06 UTC 2011 - oliver.bengs@opensuse.org + +- Update to version 1.0.24 +- Upstream changes : + * WAV files are now written with an 18 byte u-law and A-law fmt chunk + * A document on virtual I/O functionality was added + * Two new methods were added in sndfile.hh + * A fix was made for a non-zero SSND offset values on AIFF + * Minor bug fixes and improvements were done + +------------------------------------------------------------------- +Mon Oct 11 16:20:37 UTC 2010 - oliver.bengs@opensuse.org + +- Update to version 1.0.23: +- Upstream changes : + * configure.ac src/version-metadata.rc.in src/Makefile.am + Add version string resources to the windows DLL. + * doc/api.html + Update to add missing SF_FORMAT_* values. Closed Debian bug #545257. + * NEWS README configure.ac doc/*.html + Updates for 1.0.23 release. + * Other minor bug fixes + ------------------------------------------------------------------- Fri Oct 8 06:50:36 UTC 2010 - davejplater@gmail.com @@ -27,7 +51,7 @@ Fri May 15 14:38:13 CEST 2009 - tiwai@suse.de ------------------------------------------------------------------- Mon Apr 27 01:06:17 CEST 2009 - ro@suse.de -- buildfix: tar basedir is libsndfile not libsndfile-progs +- buildfix: tar basedir is libsndfile not libsndfile-progs ------------------------------------------------------------------- Fri Apr 24 14:50:32 CEST 2009 - tiwai@suse.de @@ -86,7 +110,7 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de Mon Mar 10 18:42:43 CET 2008 - crrodriguez@suse.de - remove explicit-lib-dependencies -- fix -devel package dependencies +- fix -devel package dependencies ------------------------------------------------------------------- Thu Sep 20 15:22:45 CEST 2007 - tiwai@suse.de @@ -312,7 +336,7 @@ Wed Dec 13 14:24:47 CET 2000 - tiwai@suse.de ------------------------------------------------------------------- Thu Nov 2 15:25:52 CET 2000 - ro@suse.de -- changed Group to Development/Libraries (old group did not exist) +- changed Group to Development/Libraries (old group did not exist) ------------------------------------------------------------------- Thu Nov 2 13:44:50 CET 2000 - tiwai@suse.de diff --git a/libsndfile-progs.spec b/libsndfile-progs.spec index ddf1c15..44b67ed 100644 --- a/libsndfile-progs.spec +++ b/libsndfile-progs.spec @@ -1,5 +1,5 @@ # -# spec file for package libsndfile-progs (Version 1.0.22) +# spec file for package libsndfile-progs (Version 1.0.24) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: libsndfile-progs BuildRequires: alsa-devel flac-devel gcc-c++ libjack-devel libvorbis-devel pkgconfig sqlite-devel Summary: Example Programs for libsndfile -Version: 1.0.22 +Version: 1.0.24 Release: 1 License: LGPLv2.1+ Group: System/Libraries diff --git a/libsndfile.changes b/libsndfile.changes index 96fb025..b96dcd9 100644 --- a/libsndfile.changes +++ b/libsndfile.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Mar 23 12:58:38 UTC 2011 - oliver.bengs@opensuse.org + +- Update to version 1.0.24 +- Upstream changes : + * WAV files are now written with an 18 byte u-law and A-law fmt chunk + * A document on virtual I/O functionality was added + * Two new methods were added in sndfile.hh + * A fix was made for a non-zero SSND offset values on AIFF + * Minor bug fixes and improvements were done + +------------------------------------------------------------------- +Mon Oct 11 16:15:45 UTC 2010 - oliver.bengs@opensuse.org + +- Update to version 1.0.23 +- Upstream changes : + * configure.ac src/version-metadata.rc.in src/Makefile.am + Add version string resources to the windows DLL. + * doc/api.html + Update to add missing SF_FORMAT_* values. Closed Debian bug #545257. + * NEWS README configure.ac doc/*.html + Updates for 1.0.23 release. + * Other minor bug fixes + ------------------------------------------------------------------- Fri Oct 8 06:39:47 UTC 2010 - davejplater@gmail.com @@ -9,7 +33,7 @@ Fri Oct 8 06:39:47 UTC 2010 - davejplater@gmail.com Mon Aug 16 12:44:02 CEST 2010 - tiwai@suse.de - updated to version 1.0.21: - * Bunch of minor bug fixes. + * Bunch of minor bug fixes. * including VUL-1 divide-by-zero fix (bnc#631379) ------------------------------------------------------------------- @@ -87,7 +111,7 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de Mon Mar 10 18:42:43 CET 2008 - crrodriguez@suse.de - remove explicit-lib-dependencies -- fix -devel package dependencies +- fix -devel package dependencies ------------------------------------------------------------------- Thu Sep 20 15:22:45 CEST 2007 - tiwai@suse.de @@ -313,7 +337,7 @@ Wed Dec 13 14:24:47 CET 2000 - tiwai@suse.de ------------------------------------------------------------------- Thu Nov 2 15:25:52 CET 2000 - ro@suse.de -- changed Group to Development/Libraries (old group did not exist) +- changed Group to Development/Libraries (old group did not exist) ------------------------------------------------------------------- Thu Nov 2 13:44:50 CET 2000 - tiwai@suse.de diff --git a/libsndfile.spec b/libsndfile.spec index edd880d..cedcf2e 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,5 +1,5 @@ # -# spec file for package libsndfile (Version 1.0.22) +# spec file for package libsndfile (Version 1.0.24) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: libsndfile BuildRequires: alsa-devel flac-devel gcc-c++ libvorbis-devel pkg-config sqlite-devel Summary: A Library to Handle Various Audio File Formats -Version: 1.0.22 +Version: 1.0.24 Release: 1 License: LGPLv2.1+ Group: System/Libraries