OBS User unknown 2008-04-10 12:38:52 +00:00 committed by Git OBS Bridge
parent 2768b75a9e
commit 9327c6382c
3 changed files with 56 additions and 43 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libvorbis

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 2 12:22:21 CEST 2007 - tiwai@suse.de Thu Aug 2 12:22:21 CEST 2007 - tiwai@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package libvorbis (Version 1.2.0) # spec file for package libvorbis (Version 1.2.0)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,14 +10,15 @@
# norootforbuild # norootforbuild
Name: libvorbis Name: libvorbis
BuildRequires: libogg-devel pkgconfig BuildRequires: libogg-devel pkgconfig
Summary: The Vorbis General Audio Compression Codec Summary: The Vorbis General Audio Compression Codec
Version: 1.2.0 Version: 1.2.0
Release: 1 Release: 40
Group: System/Libraries Group: System/Libraries
License: BSD 3-Clause License: BSD 3-Clause
URL: http://www.vorbis.com/ Url: http://www.vorbis.com/
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch1: libvorbis-lib64.dif Patch1: libvorbis-lib64.dif
Patch2: libvorbis-m4.dif Patch2: libvorbis-m4.dif
@ -43,6 +44,7 @@ Authors:
Xiphophorus Company <team@xiph.org> Xiphophorus Company <team@xiph.org>
%package devel %package devel
License: BSD 3-Clause
Summary: Include Files and Libraries mandatory for Ogg Vorbis Development Summary: Include Files and Libraries mandatory for Ogg Vorbis Development
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: glibc-devel, libogg-devel Requires: glibc-devel, libogg-devel
@ -60,6 +62,7 @@ Authors:
Xiphophorus Company <team@xiph.org> Xiphophorus Company <team@xiph.org>
%package doc %package doc
License: BSD 3-Clause
Summary: Documentation of Ogg/Vorbis library Summary: Documentation of Ogg/Vorbis library
Group: Documentation/Other Group: Documentation/Other
@ -129,7 +132,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%doc %{_docdir}/%{name} %doc %{_docdir}/%{name}
%changelog %changelog
* Thu Aug 02 2007 - tiwai@suse.de * Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Thu Aug 02 2007 tiwai@suse.de
- updated to version 1.2.0: - updated to version 1.2.0:
* new ov_fopen() convenience call that avoids the common * new ov_fopen() convenience call that avoids the common
stdio conflicts with ov_open() and MSVC runtimes. stdio conflicts with ov_open() and MSVC runtimes.
@ -139,14 +145,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
* updated RTP draft * updated RTP draft
* build system updates * build system updates
* minor corrections to the specification * minor corrections to the specification
* Fri Jul 27 2007 - tiwai@suse.de * Fri Jul 27 2007 tiwai@suse.de
- fix the documentation link (#293784) - fix the documentation link (#293784)
- split documentation to doc subpackage - split documentation to doc subpackage
- remove -fno-strict-aliasing gcc option - remove -fno-strict-aliasing gcc option
* Mon Jul 09 2007 - tiwai@suse.de * Mon Jul 09 2007 tiwai@suse.de
- fix array boundary conditional flaw in mapping (#287124, - fix array boundary conditional flaw in mapping (#287124,
CVE-2007-3106) CVE-2007-3106)
* Mon Apr 23 2007 - tiwai@suse.de * Mon Apr 23 2007 tiwai@suse.de
- use aoTuV beta5 patch: - use aoTuV beta5 patch:
* The action of noise normalization has been improved. * The action of noise normalization has been improved.
* The threshold of a stereo mode change was calculated * The threshold of a stereo mode change was calculated
@ -155,98 +161,98 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
/ 32-48kHz). And pre-echo decreased slightly. / 32-48kHz). And pre-echo decreased slightly.
* Tuning of each part was redone according to above-mentioned * Tuning of each part was redone according to above-mentioned
changed part and additional part. changed part and additional part.
* Mon Apr 16 2007 - tiwai@suse.de * Mon Apr 16 2007 tiwai@suse.de
- follow library packaging policy - follow library packaging policy
* move docs to devel package * move docs to devel package
* remove static library * remove static library
- remove obsolete m4 files - remove obsolete m4 files
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Wed Jan 11 2006 - tiwai@suse.de * Wed Jan 11 2006 tiwai@suse.de
- compile with -fstack-protector. - compile with -fstack-protector.
* Fri Dec 02 2005 - tiwai@suse.de * Fri Dec 02 2005 tiwai@suse.de
- updated to version 1.1.2. - updated to version 1.1.2.
* Tue Oct 18 2005 - tiwai@suse.de * Tue Oct 18 2005 tiwai@suse.de
- updated to version 1.1.1. - updated to version 1.1.1.
* Sun Sep 04 2005 - aj@suse.de * Sun Sep 04 2005 aj@suse.de
- Build with -fno-strict-aliasing (#115135). - Build with -fno-strict-aliasing (#115135).
* Thu Jul 07 2005 - tiwai@suse.de * Thu Jul 07 2005 tiwai@suse.de
- remove -fsigned-char (#93878). - remove -fsigned-char (#93878).
- fixed Requires of devel subpackage. - fixed Requires of devel subpackage.
* Mon Jun 20 2005 - tiwai@suse.de * Mon Jun 20 2005 tiwai@suse.de
- updated to aoTuV beta4. - updated to aoTuV beta4.
* Wed Jan 19 2005 - tiwai@suse.de * Wed Jan 19 2005 tiwai@suse.de
- fixed compile warnings with gcc-4.0. - fixed compile warnings with gcc-4.0.
* Wed Nov 24 2004 - tiwai@suse.de * Wed Nov 24 2004 tiwai@suse.de
- updated to libvorbis version 1.1.0. - updated to libvorbis version 1.1.0.
- updated to aoTuV beta3. - updated to aoTuV beta3.
* Thu Aug 05 2004 - tiwai@suse.de * Thu Aug 05 2004 tiwai@suse.de
- applied aoTuV patch to improve the encoding quality. - applied aoTuV patch to improve the encoding quality.
* Fri Apr 16 2004 - tiwai@suse.de * Fri Apr 16 2004 tiwai@suse.de
- fixed the type-punning. - fixed the type-punning.
- disabled the removal of $RPM_BUILD_ROOT in %%install. - disabled the removal of $RPM_BUILD_ROOT in %%install.
* Wed Jan 21 2004 - tiwai@suse.de * Wed Jan 21 2004 tiwai@suse.de
- fixed quoting in m4 files. - fixed quoting in m4 files.
* Fri Jan 09 2004 - adrian@suse.de * Fri Jan 09 2004 adrian@suse.de
- add %%run_ldconfig to %%postun - add %%run_ldconfig to %%postun
* Fri Jan 09 2004 - tiwai@suse.de * Fri Jan 09 2004 tiwai@suse.de
- updated to version 1.0.1. - updated to version 1.0.1.
removed obsolete patches. removed obsolete patches.
- added pkgconfig to neededforbuild. - added pkgconfig to neededforbuild.
* Sat Mar 01 2003 - adrian@suse.de * Sat Mar 01 2003 adrian@suse.de
- let libvorbis-devel require libogg-devel - let libvorbis-devel require libogg-devel
* Fri Jan 17 2003 - tiwai@suse.de * Fri Jan 17 2003 tiwai@suse.de
- fixed m4 macro (bug #21267). - fixed m4 macro (bug #21267).
* Thu Jan 09 2003 - kukuk@suse.de * Thu Jan 09 2003 kukuk@suse.de
- Add *.la files to -devel filelist - Add *.la files to -devel filelist
* Wed Dec 04 2002 - tiwai@suse.de * Wed Dec 04 2002 tiwai@suse.de
- fixed the undefined weak links. - fixed the undefined weak links.
- renamed m4.dif and lib64.dif with libvorbis- prefix to avoid - renamed m4.dif and lib64.dif with libvorbis- prefix to avoid
filename conflictions. filename conflictions.
* Thu Sep 19 2002 - tiwai@suse.de * Thu Sep 19 2002 tiwai@suse.de
- don't add -I/usr/include to VORBIS_VFLAGS. - don't add -I/usr/include to VORBIS_VFLAGS.
- fix test for prefix. - fix test for prefix.
- move devel documents under %%{_docdir}/libvorbis-devel. - move devel documents under %%{_docdir}/libvorbis-devel.
* Mon Aug 12 2002 - tiwai@suse.de * Mon Aug 12 2002 tiwai@suse.de
- added Requires %%{name} = %%{version} to devel package. - added Requires %%{name} = %%{version} to devel package.
* Tue Jul 23 2002 - tiwai@suse.de * Tue Jul 23 2002 tiwai@suse.de
- fixed m4 file for lib64. - fixed m4 file for lib64.
- provides the backward compatible m4 file. - provides the backward compatible m4 file.
* Mon Jul 22 2002 - tiwai@suse.de * Mon Jul 22 2002 tiwai@suse.de
- updated to version 1.0. - updated to version 1.0.
- clean up the spec file. - clean up the spec file.
- added %%run_ldconfig. - added %%run_ldconfig.
* Wed Jun 12 2002 - meissner@suse.de * Wed Jun 12 2002 meissner@suse.de
- rm acinclude.m4 so we don't have the problematic ogg.m4 (which contains - rm acinclude.m4 so we don't have the problematic ogg.m4 (which contains
/lib hardcoded). /lib hardcoded).
* Thu Apr 18 2002 - kukuk@suse.de * Thu Apr 18 2002 kukuk@suse.de
- Remove additional optimization, default is better - Remove additional optimization, default is better
- Add --libdir to configure to build on x86_64 - Add --libdir to configure to build on x86_64
* Thu Feb 07 2002 - tiwai@suse.de * Thu Feb 07 2002 tiwai@suse.de
- fixed build on s390x. - fixed build on s390x.
* Fri Jan 04 2002 - tiwai@suse.de * Fri Jan 04 2002 tiwai@suse.de
- updated to RC3. - updated to RC3.
sync with cvs 2002.01.04. sync with cvs 2002.01.04.
* Tue Dec 04 2001 - tiwai@suse.de * Tue Dec 04 2001 tiwai@suse.de
- sync with cvs 2001.12.04. - sync with cvs 2001.12.04.
* Wed Oct 24 2001 - tiwai@suse.de * Wed Oct 24 2001 tiwai@suse.de
- sync with cvs 20011024. - sync with cvs 20011024.
+ fixed/updated documents + fixed/updated documents
+ tuned up parameters + tuned up parameters
+ bugfixes on 64bit arch. + bugfixes on 64bit arch.
- removed Requires to libogg. - removed Requires to libogg.
* Sat Oct 20 2001 - schwab@suse.de * Sat Oct 20 2001 schwab@suse.de
- Fix use of qsort. - Fix use of qsort.
* Mon Aug 13 2001 - tiwai@suse.de * Mon Aug 13 2001 tiwai@suse.de
- updated to 1.0rc2 from cvs 20010813. - updated to 1.0rc2 from cvs 20010813.
* Thu Jun 07 2001 - tiwai@suse.de * Thu Jun 07 2001 tiwai@suse.de
- fixed build with the recent libtool. - fixed build with the recent libtool.
* Tue Apr 03 2001 - bk@suse.de * Tue Apr 03 2001 bk@suse.de
- make use of RPM_OPT_FLAGS - make use of RPM_OPT_FLAGS
- include the include/vorbis dir into the file list(+rpm-macroized) - include the include/vorbis dir into the file list(+rpm-macroized)
* Mon Mar 12 2001 - tiwai@suse.de * Mon Mar 12 2001 tiwai@suse.de
- corrected copyright in spec file. - corrected copyright in spec file.
* Mon Feb 26 2001 - tiwai@suse.de * Mon Feb 26 2001 tiwai@suse.de
- Updated to 1.0beta4. - Updated to 1.0beta4.
* Wed Jan 31 2001 - tiwai@suse.de * Wed Jan 31 2001 tiwai@suse.de
- Initial version: 1.0beta3. - Initial version: 1.0beta3.