From 0f1a543c86eecb7ad70023f3eb842b06b8b18699f7fc4eb99cf2544418b02824 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Wed, 8 Dec 2010 09:28:06 +0000 Subject: [PATCH 1/5] - update to version 1.2.2 * Build fix (types correction) for Mac OS X * Update win32 project files to Visual Studio 2008 * ogg_stream_pageout_fill documentation fix OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libogg?expand=0&rev=10 --- _service | 9 +- _service:download_url:libogg-1.2.1.tar.bz2 | 3 - _service:set_version:libogg.spec | 121 --------------------- libogg.changes | 8 ++ 4 files changed, 14 insertions(+), 127 deletions(-) delete mode 100644 _service:download_url:libogg-1.2.1.tar.bz2 delete mode 100644 _service:set_version:libogg.spec diff --git a/_service b/_service index 3c7e910..5654b3e 100644 --- a/_service +++ b/_service @@ -3,12 +3,15 @@ http downloads.xiph.org - /releases/ogg/libogg-1.2.1.tar.bz2 + /releases/ogg/libogg-1.2.2.tar.gz - _service:download_url:libogg-1.2.1.tar.bz2 + _service:download_url:libogg-1.2.2.tar.gz sha256 - da222202be8be48149f0a0668f3d2445a166b1f9f40a25e27cd222bfa9c1d4d4 + ab000574bc26d5f01284f5b0f50e12dc761d035c429f2e9c70cb2a9487d8cfba + + + *.gz diff --git a/_service:download_url:libogg-1.2.1.tar.bz2 b/_service:download_url:libogg-1.2.1.tar.bz2 deleted file mode 100644 index bc98550..0000000 --- a/_service:download_url:libogg-1.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da222202be8be48149f0a0668f3d2445a166b1f9f40a25e27cd222bfa9c1d4d4 -size 321690 diff --git a/_service:set_version:libogg.spec b/_service:set_version:libogg.spec deleted file mode 100644 index 98fb45d..0000000 --- a/_service:set_version:libogg.spec +++ /dev/null @@ -1,121 +0,0 @@ -# -# spec file for package libogg (Version 1.2.1) -# -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -%define _SO_nr 0 - -Name: libogg -Version: 1.2.1 -Release: 0 -Summary: Ogg Bitstream Library -License: BSD3c(or similar) -Url: http://www.vorbis.com/ -# -Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 -Source2: baselibs.conf -Patch1: lib64.dif -Patch2: m4.diff -BuildRequires: pkgconfig -# bug437293 (SLES10 -> SLES11 upgrade path) -%ifarch ppc64 -Obsoletes: libogg-64bit -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -Libogg is a library for manipulating ogg bitstreams. It handles both -making ogg bitstreams and getting packets from ogg bitstreams. - -Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio -codec ) and the libtheora (Theora video codec) - -%package -n libogg%{_SO_nr} -Summary: Ogg Bitstream Library -Group: System/Libraries -# bug437293 (SLES10 -> SLES11 upgrade path) -%ifarch ppc64 -Obsoletes: libogg-64bit -%endif -# -Provides: %{name} = %{version} -#openSUSE 10.2 -Obsoletes: %{name} <= 1.1.3 - -%description -n libogg%{_SO_nr} -Libogg is a library for manipulating ogg bitstreams. It handles both -making ogg bitstreams and getting packets from ogg bitstreams. - -Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio -codec ) and the libtheora (Theora video codec) - -%package devel -License: BSD3c(or similar) -Summary: Include Files and Libraries mandatory for Ogg Development -Group: Development/Libraries/C and C++ -Requires: glibc-devel -Requires: libogg%{_SO_nr} = %{version} -# bug437293 (SLES10 -> SLES11 upgrade path) -%ifarch ppc64 -Obsoletes: libogg-devel-64bit -%endif -# - -%description devel -This package contains all necessary include files and libraries needed -to compile and develop applications that use libogg. - -%prep -%setup -q -%patch2 -if [ "%{_lib}" == "lib64" ]; then -%patch1 -fi - -%build -%configure --disable-static -%{__make} %{?_smp_mflags} - -%install -%{__make} DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-devel install -# remove unneeded files -%{__rm} -f %{buildroot}%{_libdir}/*.la - -%check -%{__make} check - -%post -n libogg%{_SO_nr} -p /sbin/ldconfig - -%postun -n libogg%{_SO_nr} -p /sbin/ldconfig - -%clean -%{__rm} -rf %{buildroot} - -%files -n libogg%{_SO_nr} -%defattr(0644,root,root,0755) -%doc AUTHORS CHANGES COPYING README -%{_libdir}/libogg.so.%{_SO_nr}* - -%files devel -%defattr(-,root,root) -%{_docdir}/%{name}-devel -%{_includedir}/ogg -%{_libdir}/libogg.so -%{_datadir}/aclocal/ogg.m4 -%{_libdir}/pkgconfig/ogg.pc - -%changelog diff --git a/libogg.changes b/libogg.changes index 6b04030..eebaff4 100644 --- a/libogg.changes +++ b/libogg.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 8 09:27:17 UTC 2010 - reddwarf@opensuse.org + +- update to version 1.2.2 + * Build fix (types correction) for Mac OS X + * Update win32 project files to Visual Studio 2008 + * ogg_stream_pageout_fill documentation fix + ------------------------------------------------------------------- Tue Dec 7 13:27:44 UTC 2010 - reddwarf@opensuse.org From c10d9088303180e2a7f595f3d2ec6caf90e8a40bdd24e901bab025242aebe675 Mon Sep 17 00:00:00 2001 From: OBS User _service Date: Wed, 8 Dec 2010 09:28:10 +0000 Subject: [PATCH 2/5] generated via source service OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libogg?expand=0&rev=11 --- ...compress:download_url:libogg-1.2.2.tar.bz2 | 3 + _service:set_version:libogg.spec | 121 ++++++++++++++++++ 2 files changed, 124 insertions(+) create mode 100644 _service:recompress:download_url:libogg-1.2.2.tar.bz2 create mode 100644 _service:set_version:libogg.spec diff --git a/_service:recompress:download_url:libogg-1.2.2.tar.bz2 b/_service:recompress:download_url:libogg-1.2.2.tar.bz2 new file mode 100644 index 0000000..0fffc58 --- /dev/null +++ b/_service:recompress:download_url:libogg-1.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f7fdd08223e4ebbfdee5c004d00355da089c46cc1524500fcc25a62c813b14 +size 317882 diff --git a/_service:set_version:libogg.spec b/_service:set_version:libogg.spec new file mode 100644 index 0000000..f86b878 --- /dev/null +++ b/_service:set_version:libogg.spec @@ -0,0 +1,121 @@ +# +# spec file for package libogg (Version 1.2.1) +# +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +%define _SO_nr 0 + +Name: libogg +Version: 1.2.2 +Release: 0 +Summary: Ogg Bitstream Library +License: BSD3c(or similar) +Url: http://www.vorbis.com/ +# +Group: System/Libraries +Source: %{name}-%{version}.tar.bz2 +Source2: baselibs.conf +Patch1: lib64.dif +Patch2: m4.diff +BuildRequires: pkgconfig +# bug437293 (SLES10 -> SLES11 upgrade path) +%ifarch ppc64 +Obsoletes: libogg-64bit +%endif +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Libogg is a library for manipulating ogg bitstreams. It handles both +making ogg bitstreams and getting packets from ogg bitstreams. + +Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio +codec ) and the libtheora (Theora video codec) + +%package -n libogg%{_SO_nr} +Summary: Ogg Bitstream Library +Group: System/Libraries +# bug437293 (SLES10 -> SLES11 upgrade path) +%ifarch ppc64 +Obsoletes: libogg-64bit +%endif +# +Provides: %{name} = %{version} +#openSUSE 10.2 +Obsoletes: %{name} <= 1.1.3 + +%description -n libogg%{_SO_nr} +Libogg is a library for manipulating ogg bitstreams. It handles both +making ogg bitstreams and getting packets from ogg bitstreams. + +Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio +codec ) and the libtheora (Theora video codec) + +%package devel +License: BSD3c(or similar) +Summary: Include Files and Libraries mandatory for Ogg Development +Group: Development/Libraries/C and C++ +Requires: glibc-devel +Requires: libogg%{_SO_nr} = %{version} +# bug437293 (SLES10 -> SLES11 upgrade path) +%ifarch ppc64 +Obsoletes: libogg-devel-64bit +%endif +# + +%description devel +This package contains all necessary include files and libraries needed +to compile and develop applications that use libogg. + +%prep +%setup -q +%patch2 +if [ "%{_lib}" == "lib64" ]; then +%patch1 +fi + +%build +%configure --disable-static +%{__make} %{?_smp_mflags} + +%install +%{__make} DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-devel install +# remove unneeded files +%{__rm} -f %{buildroot}%{_libdir}/*.la + +%check +%{__make} check + +%post -n libogg%{_SO_nr} -p /sbin/ldconfig + +%postun -n libogg%{_SO_nr} -p /sbin/ldconfig + +%clean +%{__rm} -rf %{buildroot} + +%files -n libogg%{_SO_nr} +%defattr(0644,root,root,0755) +%doc AUTHORS CHANGES COPYING README +%{_libdir}/libogg.so.%{_SO_nr}* + +%files devel +%defattr(-,root,root) +%{_docdir}/%{name}-devel +%{_includedir}/ogg +%{_libdir}/libogg.so +%{_datadir}/aclocal/ogg.m4 +%{_libdir}/pkgconfig/ogg.pc + +%changelog From d63cef09d7a529acf0e5b14e657a8665e6d469b3645a6e39f02488c8e0e4b6f1 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 14 Jan 2011 13:51:43 +0000 Subject: [PATCH 3/5] Accepting request 58116 from multimedia:libs baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/58116 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libogg?expand=0&rev=13 --- libogg.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libogg.spec b/libogg.spec index 1501492..886d815 100644 --- a/libogg.spec +++ b/libogg.spec @@ -1,7 +1,7 @@ # -# spec file for package libogg (Version 1.2.1) +# spec file for package libogg (Version to_be_filled_by_service) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: libogg Version: to_be_filled_by_service -Release: 0 +Release: 1 Summary: Ogg Bitstream Library License: BSD3c(or similar) Url: http://www.vorbis.com/ @@ -45,6 +45,7 @@ Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio codec ) and the libtheora (Theora video codec) %package -n libogg%{_SO_nr} + Summary: Ogg Bitstream Library Group: System/Libraries # bug437293 (SLES10 -> SLES11 upgrade path) From 99459486c839821f1e4e3f6ce05900ffa7a8338bb404c4ab7144f9b1d269c3d4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 9 Sep 2011 14:56:28 +0000 Subject: [PATCH 4/5] remove _service - too fragile OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libogg?expand=0&rev=14 --- _service | 17 --- ...compress:download_url:libogg-1.2.2.tar.bz2 | 3 - _service:set_version:libogg.spec | 121 ------------------ libogg-1.2.2.tar.gz | 3 + libogg.spec | 10 +- 5 files changed, 8 insertions(+), 146 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:download_url:libogg-1.2.2.tar.bz2 delete mode 100644 _service:set_version:libogg.spec create mode 100644 libogg-1.2.2.tar.gz diff --git a/_service b/_service deleted file mode 100644 index 5654b3e..0000000 --- a/_service +++ /dev/null @@ -1,17 +0,0 @@ - - - - http - downloads.xiph.org - /releases/ogg/libogg-1.2.2.tar.gz - - - _service:download_url:libogg-1.2.2.tar.gz - sha256 - ab000574bc26d5f01284f5b0f50e12dc761d035c429f2e9c70cb2a9487d8cfba - - - *.gz - - - diff --git a/_service:recompress:download_url:libogg-1.2.2.tar.bz2 b/_service:recompress:download_url:libogg-1.2.2.tar.bz2 deleted file mode 100644 index 0fffc58..0000000 --- a/_service:recompress:download_url:libogg-1.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23f7fdd08223e4ebbfdee5c004d00355da089c46cc1524500fcc25a62c813b14 -size 317882 diff --git a/_service:set_version:libogg.spec b/_service:set_version:libogg.spec deleted file mode 100644 index f86b878..0000000 --- a/_service:set_version:libogg.spec +++ /dev/null @@ -1,121 +0,0 @@ -# -# spec file for package libogg (Version 1.2.1) -# -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -%define _SO_nr 0 - -Name: libogg -Version: 1.2.2 -Release: 0 -Summary: Ogg Bitstream Library -License: BSD3c(or similar) -Url: http://www.vorbis.com/ -# -Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 -Source2: baselibs.conf -Patch1: lib64.dif -Patch2: m4.diff -BuildRequires: pkgconfig -# bug437293 (SLES10 -> SLES11 upgrade path) -%ifarch ppc64 -Obsoletes: libogg-64bit -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -Libogg is a library for manipulating ogg bitstreams. It handles both -making ogg bitstreams and getting packets from ogg bitstreams. - -Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio -codec ) and the libtheora (Theora video codec) - -%package -n libogg%{_SO_nr} -Summary: Ogg Bitstream Library -Group: System/Libraries -# bug437293 (SLES10 -> SLES11 upgrade path) -%ifarch ppc64 -Obsoletes: libogg-64bit -%endif -# -Provides: %{name} = %{version} -#openSUSE 10.2 -Obsoletes: %{name} <= 1.1.3 - -%description -n libogg%{_SO_nr} -Libogg is a library for manipulating ogg bitstreams. It handles both -making ogg bitstreams and getting packets from ogg bitstreams. - -Ogg is the native bitstream format of the libvorbis (Ogg Vorbis audio -codec ) and the libtheora (Theora video codec) - -%package devel -License: BSD3c(or similar) -Summary: Include Files and Libraries mandatory for Ogg Development -Group: Development/Libraries/C and C++ -Requires: glibc-devel -Requires: libogg%{_SO_nr} = %{version} -# bug437293 (SLES10 -> SLES11 upgrade path) -%ifarch ppc64 -Obsoletes: libogg-devel-64bit -%endif -# - -%description devel -This package contains all necessary include files and libraries needed -to compile and develop applications that use libogg. - -%prep -%setup -q -%patch2 -if [ "%{_lib}" == "lib64" ]; then -%patch1 -fi - -%build -%configure --disable-static -%{__make} %{?_smp_mflags} - -%install -%{__make} DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-devel install -# remove unneeded files -%{__rm} -f %{buildroot}%{_libdir}/*.la - -%check -%{__make} check - -%post -n libogg%{_SO_nr} -p /sbin/ldconfig - -%postun -n libogg%{_SO_nr} -p /sbin/ldconfig - -%clean -%{__rm} -rf %{buildroot} - -%files -n libogg%{_SO_nr} -%defattr(0644,root,root,0755) -%doc AUTHORS CHANGES COPYING README -%{_libdir}/libogg.so.%{_SO_nr}* - -%files devel -%defattr(-,root,root) -%{_docdir}/%{name}-devel -%{_includedir}/ogg -%{_libdir}/libogg.so -%{_datadir}/aclocal/ogg.m4 -%{_libdir}/pkgconfig/ogg.pc - -%changelog diff --git a/libogg-1.2.2.tar.gz b/libogg-1.2.2.tar.gz new file mode 100644 index 0000000..8c53d55 --- /dev/null +++ b/libogg-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab000574bc26d5f01284f5b0f50e12dc761d035c429f2e9c70cb2a9487d8cfba +size 411540 diff --git a/libogg.spec b/libogg.spec index 886d815..3c3578d 100644 --- a/libogg.spec +++ b/libogg.spec @@ -1,7 +1,7 @@ # -# spec file for package libogg (Version to_be_filled_by_service) +# spec file for package libogg # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,14 @@ %define _SO_nr 0 Name: libogg -Version: to_be_filled_by_service -Release: 1 +Version: 1.2.2 +Release: 0 Summary: Ogg Bitstream Library License: BSD3c(or similar) Url: http://www.vorbis.com/ # Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 +Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.gz Source2: baselibs.conf Patch1: lib64.dif Patch2: m4.diff From d8fc004be4d81f3f29d7e9b6ef58157487e9dd74a4e40aeb69b8cac87ec9abea Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 9 Sep 2011 15:01:35 +0000 Subject: [PATCH 5/5] - replace _service with real file OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libogg?expand=0&rev=15 --- libogg.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libogg.changes b/libogg.changes index eebaff4..2b8d63d 100644 --- a/libogg.changes +++ b/libogg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 9 15:01:23 UTC 2011 - coolo@suse.com + +- replace _service with real file + ------------------------------------------------------------------- Wed Dec 8 09:27:17 UTC 2010 - reddwarf@opensuse.org