auto-import changelog data from libvorbis-1.0.1-1.src.rpm

1.0.1-1
- update to 1.0.1
This commit is contained in:
cvsdist 2004-09-09 07:52:14 +00:00
parent 9c11ae5619
commit 7208eb97b5
4 changed files with 11 additions and 22 deletions

View File

@ -1 +1 @@
libvorbis-1.0.tar.gz
libvorbis-1.0.1.tar.gz

View File

@ -18,15 +18,6 @@
fi
@@ -62,7 +62,7 @@
vorbis_info vi;
vorbis_info_init (&vi);
- vorbis_encode_init (&vi, 2, 44100, -1, 128, -1);
+ vorbis_encode_init (&vi, 2, 44100, -1, 128000, -1);
vorbis_analysis_init (&vd, &vi);
vorbis_block_init (&vd, &vb);
/* this function was added in 1.0rc3, so this is what we're testing for */
--- libvorbis-1.0/configure.m4-patch 2002-07-19 08:26:08.000000000 -0400
+++ libvorbis-1.0/configure 2003-02-21 09:46:22.000000000 -0500
@@ -5704,7 +5704,7 @@

View File

@ -1,7 +1,7 @@
Summary: The Vorbis General Audio Compression Codec.
Name: libvorbis
Version: 1.0
Release: 8
Version: 1.0.1
Release: 1
Epoch: 1
Group: System Environment/Libraries
Copyright: BSD
@ -9,8 +9,8 @@ URL: http://www.xiph.org/
Source: http://www.xiph.org/ogg/vorbis/download/%{name}-%{version}.tar.gz
Patch: libvorbis-1.0-m4.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: libogg >= 2:%{version}
BuildPrereq: libogg-devel >= 2:%{version}
Requires: libogg >= 2:1.1
BuildPrereq: libogg-devel >= 2:1.1
%description
Ogg Vorbis is a fully open, non-proprietary, patent-and royalty-free,
@ -23,7 +23,7 @@ that support Ogg Voribs.
%package devel
Summary: Development tools for Vorbis applications.
Group: Development/Libraries
Requires: libogg-devel >= 2:%{version}
Requires: libogg-devel >= 2:1.1
Requires: libvorbis = %{epoch}:%{version}
Obsoletes: vorbis-devel
@ -46,12 +46,6 @@ make
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
cd lib
gcc -shared vorbisenc.lo -Wl,-soname -Wl,libvorbisenc.so.2 -o \
$RPM_BUILD_ROOT%{_libdir}/libvorbisenc.so.2.0.0 -lm -logg ./.libs/libvorbis.so
gcc -shared vorbisfile.lo -Wl,-soname -Wl,libvorbisfile.so.3 -o \
$RPM_BUILD_ROOT%{_libdir}/libvorbisfile.so.3.0.0 -lm -logg ./.libs/libvorbis.so
# remove unpackaged files from the buildroot
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@ -72,6 +66,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/libvorbisfile.so
%{_libdir}/libvorbisenc.a
%{_libdir}/libvorbisenc.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/aclocal/vorbis.m4
%clean
@ -82,6 +77,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%postun -p /sbin/ldconfig
%changelog
* Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 1:1.0.1-1
- update to 1.0.1
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
f21bf172bb8c3c09e963f30f65ba9f9a libvorbis-1.0.tar.gz
4d6726fd02ce02f6e24824e594b0949a libvorbis-1.0.1.tar.gz