[libvorbis] libvorbis 1.3.4

Peter Robinson pbrobinson at fedoraproject.org
Wed Jan 22 21:17:30 UTC 2014


commit cfc43b0a3311e0ef93c19481ae0d0bd799e3c03c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Jan 22 21:17:33 2014 +0000

    libvorbis 1.3.4

 .gitignore     |    1 +
 libvorbis.spec |   87 +++----------------------------------------------------
 sources        |    2 +-
 3 files changed, 7 insertions(+), 83 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5559d00..18dc83a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 libvorbis-1.3.1.tar.bz2
 /libvorbis-1.3.2.tar.bz2
 /libvorbis-1.3.3.tar.xz
+/libvorbis-1.3.4.tar.xz
diff --git a/libvorbis.spec b/libvorbis.spec
index a7600fe..b742cac 100644
--- a/libvorbis.spec
+++ b/libvorbis.spec
@@ -2,8 +2,8 @@
 
 Summary:	The Vorbis General Audio Compression Codec
 Name:		libvorbis
-Version:	1.3.3
-Release:	7%{?dist}
+Version:	1.3.4
+Release:	1%{?dist}
 Epoch:		1
 Group:		System Environment/Libraries
 License:	BSD
@@ -53,7 +53,6 @@ sed -i "s/-mcpu=750//" configure
 make
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install docdir=%{_pkgdocdir}
 install -pm 644 -t $RPM_BUILD_ROOT%{_pkgdocdir} AUTHORS COPYING README
 # remove unpackaged files from the buildroot
@@ -63,7 +62,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 make check
 
 %files
-%defattr(-,root,root)
 %doc %dir %{_pkgdocdir}
 %doc %{_pkgdocdir}/COPYING
 %{_libdir}/libvorbis.so.*
@@ -71,7 +69,6 @@ make check
 %{_libdir}/libvorbisenc.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/vorbis
 %{_libdir}/libvorbis.so
 %{_libdir}/libvorbisfile.so
@@ -80,19 +77,18 @@ make check
 %{_datadir}/aclocal/vorbis.m4
 
 %files devel-docs
-%defattr(-,root,root)
 %{_pkgdocdir}/*
 %exclude %{_pkgdocdir}/COPYING
 %exclude %{_pkgdocdir}/doxygen-build.stamp
 
-%clean 
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Jan 22 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.3.4-1
+- libvorbis 1.3.4
+
 * Wed Jan 15 2014 Adam Jackson <ajax at redhat.com> 1.3.3-7
 - Nuke -mcpu=750 from cflags for PPC, that plus -mcpu=power7 confuses gcc.
 
@@ -255,76 +251,3 @@ rm -rf $RPM_BUILD_ROOT
 - remove unpackaged files from the buildroot
 - tell configure where ogg libs are
 - lib64'ize
-
-* Fri Jul 18 2002 Bill Nottingham <notting at redhat.com>
-- one-dot-oh
-- libtool strikes again (#66110)
-
-* Fri Jun 21 2002 Tim Powers <timp at redhat.com>
-- automated rebuild
-
-* Thu May 23 2002 Tim Powers <timp at redhat.com>
-- automated rebuild
-
-* Wed Jan 09 2002 Tim Powers <timp at redhat.com>
-- automated rebuild
-
-* Tue Jan  1 2002 Bill Nottingham <notting at redhat.com>
-- update to 1.0rc3
-
-* Thu Aug 16 2001 Bill Nottingham <notting at redhat.com>
-- fix bug in floor backend (<michael at stroucken.org>)
-
-* Mon Aug 13 2001 Bill Nottingham <notting at redhat.com>
-- update to 1.0rc2
-
-* Fri Jul 20 2001 Bill Nottingham <notting at redhat.com>
-- split out from the main vorbis package
-
-* Tue Jul 10 2001 Bill Nottingham <notting at redhat.com>
-- own %%{_libdir}/ao
-- I love libtool
-
-* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche at redhat.de>
-- add links from library major version numbers in rpms
-
-* Tue Jun 19 2001 Bill Nottingham <notting at redhat.com>
-- update to rc1
-
-* Fri May  4 2001 Oliver Paukstadt <oliver.paukstadt at millenux.com>
-- fixed perl line in spec file to set optims correctly
-
-* Tue Mar 20 2001 Bill Nottingham <notting at redhat.com>
-- fix alpha/ia64, again
-- use optflags, not -O20 -ffast-math (especially on alpha...)
-
-* Mon Feb 26 2001 Bill Nottingham <notting at redhat.com>
-- fix license tag
-
-* Mon Feb 26 2001 Bill Nottingham <notting at redhat.com>
-- beta4
-
-* Fri Feb  9 2001 Bill Nottingham <notting at redhat.com>
-- fix alpha/ia64
-
-* Thu Feb  8 2001 Bill Nottingham <notting at redhat.com>
-- update CVS in prep for beta4
-
-* Wed Feb 07 2001 Philipp Knirsch <pknirsch at redhat.de>
-- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if
-  none was specified.
-
-* Tue Jan  9 2001 Bill Nottingham <notting at redhat.com>
-- update CVS, grab aRts backend for libao
-
-* Thu Dec 27 2000 Bill Nottingham <notting at redhat.com>
-- update CVS
-
-* Fri Dec 01 2000 Bill Nottingham <notting at redhat.com>
-- rebuild because of broken fileutils
-
-* Mon Nov 13 2000 Bill Nottingham <notting at redhat.com>
-- hack up specfile some, merge some packages
-
-* Sat Oct 21 2000 Jack Moffitt <jack at icecast.org>
-- initial spec file created
diff --git a/sources b/sources
index 11b62ad..466ccd8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71b649d3e08e63ece16649df906ce8b9  libvorbis-1.3.3.tar.xz
+55f2288055e44754275a17c9a2497391  libvorbis-1.3.4.tar.xz


More information about the scm-commits mailing list