This commit is contained in:
parent
e6e724a744
commit
b059112ceb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:92eee1d4a7ed373400552eaf789cc14776eb356540037bd5fdcc9f17eb9285d4
|
|
||||||
size 729935
|
|
3
libsndfile-1.0.20.tar.bz2
Normal file
3
libsndfile-1.0.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d43c131c202c21d211dd4e5524ab7c8e8a2fc07c936a510745f9c8a66700d4ca
|
||||||
|
size 733117
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 15 14:38:13 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to version 1.0.20:
|
||||||
|
* Fix for potential heap overflow
|
||||||
|
- enable ogg/vorbis support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 27 01:06:17 CEST 2009 - ro@suse.de
|
Mon Apr 27 01:06:17 CEST 2009 - ro@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsndfile-progs (Version 1.0.19)
|
# spec file for package libsndfile-progs (Version 1.0.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libsndfile-progs
|
Name: libsndfile-progs
|
||||||
BuildRequires: alsa-devel flac-devel gcc-c++ libjack-devel pkgconfig sqlite-devel
|
BuildRequires: alsa-devel flac-devel gcc-c++ libjack-devel libvorbis-devel pkgconfig sqlite-devel
|
||||||
Summary: Example Programs for libsndfile
|
Summary: Example Programs for libsndfile
|
||||||
Version: 1.0.19
|
Version: 1.0.20
|
||||||
Release: 3
|
Release: 1
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: libsndfile-%{version}.tar.bz2
|
Source: libsndfile-%{version}.tar.bz2
|
||||||
@ -68,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 15 2009 tiwai@suse.de
|
||||||
|
- updated to version 1.0.20:
|
||||||
|
* Fix for potential heap overflow
|
||||||
|
- enable ogg/vorbis support
|
||||||
* Mon Apr 27 2009 ro@suse.de
|
* Mon Apr 27 2009 ro@suse.de
|
||||||
- buildfix: tar basedir is libsndfile not libsndfile-progs
|
- buildfix: tar basedir is libsndfile not libsndfile-progs
|
||||||
* Fri Apr 24 2009 tiwai@suse.de
|
* Fri Apr 24 2009 tiwai@suse.de
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 15 14:37:52 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- updated to version 1.0.20:
|
||||||
|
* Fix for potential heap overflow
|
||||||
|
- enable ogg/vorbis support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 24 14:50:32 CEST 2009 - tiwai@suse.de
|
Fri Apr 24 14:50:32 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsndfile (Version 1.0.19)
|
# spec file for package libsndfile (Version 1.0.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libsndfile
|
Name: libsndfile
|
||||||
BuildRequires: alsa-devel flac-devel gcc-c++ pkg-config sqlite-devel
|
BuildRequires: alsa-devel flac-devel gcc-c++ libvorbis-devel pkg-config sqlite-devel
|
||||||
Summary: A Library to Handle Various Audio File Formats
|
Summary: A Library to Handle Various Audio File Formats
|
||||||
Version: 1.0.19
|
Version: 1.0.20
|
||||||
Release: 3
|
Release: 1
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libsnd
|
Obsoletes: libsnd
|
||||||
@ -109,7 +109,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%doc doc/*.html doc/*.jpg doc/*.css doc/*.HOWTO
|
%doc doc/*.html doc/*.jpg doc/*.css doc/*.HOWTO
|
||||||
%{_libdir}/libsndfile.so
|
%{_libdir}/libsndfile.so
|
||||||
%{_includedir}/sndfile.h
|
%{_includedir}/sndfile.h
|
||||||
@ -118,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc examples
|
%doc examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 15 2009 tiwai@suse.de
|
||||||
|
- updated to version 1.0.20:
|
||||||
|
* Fix for potential heap overflow
|
||||||
|
- enable ogg/vorbis support
|
||||||
* Fri Apr 24 2009 tiwai@suse.de
|
* Fri Apr 24 2009 tiwai@suse.de
|
||||||
- built progs subpackage from an individual spec file to cut the
|
- built progs subpackage from an individual spec file to cut the
|
||||||
circular dependency with jack.
|
circular dependency with jack.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user