This commit is contained in:
parent
bf7561410a
commit
25fe0d269d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6187104dc19c5ceddb8ebc7e76ffada281e06cc0417276633834a9967f15140e
|
||||
size 296735
|
3
libogg-1.1.4.tar.bz2
Normal file
3
libogg-1.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb40897ab7a15b4c6b7db3d8b08dbefa02fc22d32c3e6d99f630cec831f9fffa
|
||||
size 313662
|
@ -1,14 +1,14 @@
|
||||
--- src/framing.c-dist 2005-07-07 16:04:38.000000000 +0200
|
||||
+++ src/framing.c 2005-07-07 16:04:49.000000000 +0200
|
||||
@@ -1294,7 +1294,7 @@ void test_pack(const int *pl, const int
|
||||
if(ret<0)continue;
|
||||
/* got a page. Happy happy. Verify that it's good. */
|
||||
|
||||
- fprintf(stderr,"(%ld), ",pageout);
|
||||
+ fprintf(stderr,"(%ld), ",(long)pageout);
|
||||
--- src/framing.c 2009/08/01 15:24:55 1.1
|
||||
+++ src/framing.c 2009/08/01 15:25:06
|
||||
@@ -1374,7 +1374,7 @@
|
||||
if(ret<0)continue;
|
||||
/* got a page. Happy happy. Verify that it's good. */
|
||||
|
||||
- fprintf(stderr,"(%ld), ",pageout);
|
||||
+ fprintf(stderr,"(%ld), ",(long)pageout);
|
||||
|
||||
check_page(data+deptr,headers[pageout],&og_de);
|
||||
deptr+=og_de.body_len;
|
||||
check_page(data+deptr,headers[pageout],&og_de);
|
||||
deptr+=og_de.body_len;
|
||||
--- src/bitwise.c-dist 2005-07-07 16:03:37.000000000 +0200
|
||||
+++ src/bitwise.c 2005-07-07 16:04:17.000000000 +0200
|
||||
@@ -654,7 +654,7 @@ int main(void){
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 1 17:28:33 CEST 2009 - beineri@opensuse.org
|
||||
|
||||
- update to version 1.1.4:
|
||||
* New async error reporting mechanism. Calls made after a fatal
|
||||
error are now safely handled in the event an error code is ignored
|
||||
* Added allocation checks useful to some embedded applications
|
||||
* fix possible read past end of buffer when reading 0 bits
|
||||
* Updates to API documentation
|
||||
* Build fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||
|
||||
|
98
libogg.spec
98
libogg.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libogg (Version 1.1.3)
|
||||
# spec file for package libogg (Version 1.1.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,15 +21,15 @@
|
||||
Name: libogg
|
||||
BuildRequires: pkgconfig
|
||||
Summary: Ogg Bitstream Library
|
||||
Version: 1.1.3
|
||||
Release: 88
|
||||
Version: 1.1.4
|
||||
Release: 1
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libogg-64bit
|
||||
%endif
|
||||
#
|
||||
Group: System/Libraries
|
||||
License: BSD 3-Clause
|
||||
License: BSD 3-clause (or similar)
|
||||
Url: http://www.vorbis.com/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: configure.dif
|
||||
@ -53,7 +53,7 @@ Authors:
|
||||
Xiphophorus Company <team@xiph.org>
|
||||
|
||||
%package -n libogg0
|
||||
License: BSD 3-Clause
|
||||
License: BSD 3-clause (or similar)
|
||||
Summary: Ogg Bitstream Library
|
||||
Group: System/Libraries
|
||||
# bug437293
|
||||
@ -80,7 +80,7 @@ Authors:
|
||||
Xiphophorus Company <team@xiph.org>
|
||||
|
||||
%package devel
|
||||
License: BSD 3-Clause
|
||||
License: BSD 3-clause (or similar)
|
||||
Summary: Include Files and Libraries mandatory for Ogg Development.
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libogg0 = %{version} glibc-devel
|
||||
@ -145,89 +145,3 @@ cp AUTHORS CHANGES COPYING README $RPM_BUILD_ROOT%{_docdir}/%{name}-devel
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jan 07 2009 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Sun May 11 2008 coolo@suse.de
|
||||
- fix rename of xxbit packages
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Sat Aug 11 2007 crrodriguez@suse.de
|
||||
- really follow the library packaging policy
|
||||
- run make check
|
||||
- add missing glibc-devel dependency on -devel package
|
||||
* Mon Apr 16 2007 tiwai@suse.de
|
||||
- follow library packaging policy
|
||||
* move docs to devel package
|
||||
* remove static library
|
||||
- remove obsoleted m4 files
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Jan 11 2006 tiwai@suse.de
|
||||
- compile with -fstack-protector.
|
||||
* Fri Dec 02 2005 tiwai@suse.de
|
||||
- updated to version 1.1.3.
|
||||
* Sun Sep 04 2005 aj@suse.de
|
||||
- Revert last patch, wrong package.
|
||||
* Sat Sep 03 2005 aj@suse.de
|
||||
- compile with -fno-strict-aliasing (#115135).
|
||||
* Thu Jul 07 2005 tiwai@suse.de
|
||||
- remove -fsigned-char option (#93878).
|
||||
- fix misc compile warnings.
|
||||
* Wed Nov 24 2004 tiwai@suse.de
|
||||
- updated to version 1.1.2.
|
||||
* Sat Aug 21 2004 schwab@suse.de
|
||||
- Fix 64bit bugs.
|
||||
* Wed Jan 21 2004 tiwai@suse.de
|
||||
- fixed quoting in m4 files.
|
||||
* Fri Jan 09 2004 adrian@suse.de
|
||||
- add %%run_ldconfig to %%postun
|
||||
* Fri Jan 09 2004 tiwai@suse.de
|
||||
- updated to version 1.1.
|
||||
- added pkgconfig to neededforbuild.
|
||||
* Thu Jan 09 2003 kukuk@suse.de
|
||||
- Add *.la files to -devel filelist
|
||||
* Thu Sep 19 2002 tiwai@suse.de
|
||||
- fixed the conflict between the last ogg.m4 fix and 64bit
|
||||
fix patches.
|
||||
- moved devel documents under %%{_docdir}/libogg-devel.
|
||||
* Tue Sep 17 2002 pthomas@suse.de
|
||||
- ogg.m4:
|
||||
- If prefix is /usr, don't add -I$prefix/include to OGG_CFLAGS
|
||||
and don't add -L$prefix/lib to OGG_LIBS. While the latter is
|
||||
just unnecessary, the former can be dangerous and will make
|
||||
gcc warn.
|
||||
- Fix test for prefix.
|
||||
* Mon Aug 12 2002 tiwai@suse.de
|
||||
- added Requires %%{name} = %%{version} to devel package.
|
||||
* Tue Jul 23 2002 tiwai@suse.de
|
||||
- provides the backward compatible m4 file.
|
||||
* Mon Jul 22 2002 tiwai@suse.de
|
||||
- updated to version 1.0.
|
||||
- clean up the spec file.
|
||||
- added %%run_ldconfig.
|
||||
* Mon Jun 10 2002 adrian@suse.de
|
||||
- fix ogg.m4 for lib64 systems
|
||||
* Thu Apr 18 2002 kukuk@suse.de
|
||||
- Add --libdir to configure to compile on x86_64
|
||||
* Thu Feb 07 2002 tiwai@suse.de
|
||||
- fixed compile on s390x.
|
||||
* Fri Jan 04 2002 tiwai@suse.de
|
||||
- updated to RC3.
|
||||
sync with cvs 2002.01.04.
|
||||
* Tue Dec 04 2001 tiwai@suse.de
|
||||
- sync with cvs 2001.12.04.
|
||||
* Wed Oct 24 2001 tiwai@suse.de
|
||||
- sync with cvs 20011024.
|
||||
+ fixed documents
|
||||
- removed Requires to libogg from devel.
|
||||
* Mon Aug 13 2001 tiwai@suse.de
|
||||
- updated to 1.0rc2 from cvs 20010813.
|
||||
* Thu Jun 07 2001 tiwai@suse.de
|
||||
- fixed build with the recent libtool.
|
||||
* Mon Mar 12 2001 tiwai@suse.de
|
||||
- corrected copyright in spec file.
|
||||
* Mon Feb 26 2001 tiwai@suse.de
|
||||
- Updated to 1.0beta4.
|
||||
* Wed Jan 31 2001 tiwai@suse.de
|
||||
- Initial version: 1.0beta3.
|
||||
|
Loading…
x
Reference in New Issue
Block a user