Accepting request 727572 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/727572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libogg?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2019-09-07 10:32:12 +00:00 committed by Git OBS Bridge
commit 6fecf80849
4 changed files with 20 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08
size 417636

3
libogg-1.3.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
size 428696

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 1 06:38:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.3.4
* Faster slice-by-8 CRC32 implementation.
See https://lwn.net/Articles/453931/ for motivation.
-------------------------------------------------------------------
Tue Mar 27 07:29:22 UTC 2018 - 9+suse@cirno.systems
@ -33,7 +40,7 @@ Sun Dec 25 15:06:51 UTC 2011 - coolo@suse.com
-------------------------------------------------------------------
Sun Dec 25 11:14:05 UTC 2011 - idonmez@suse.com
- -O20 optimization level does not exist, use -O3
- -O20 optimization level does not exist, use -O3
-------------------------------------------------------------------
Sun Nov 20 19:18:37 UTC 2011 - reddwarf@opensuse.org
@ -57,7 +64,7 @@ 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
* ogg_stream_pageout_fill documentation fix
-------------------------------------------------------------------
Tue Dec 7 13:27:44 UTC 2010 - reddwarf@opensuse.org
@ -124,7 +131,7 @@ Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
Sun Aug 12 00:36:01 CEST 2007 - crrodriguez@suse.de
- really follow the library packaging policy
- run make check
- run make check
- add missing glibc-devel dependency on -devel package
-------------------------------------------------------------------
@ -207,7 +214,7 @@ Thu Sep 19 15:09:38 CEST 2002 - tiwai@suse.de
-------------------------------------------------------------------
Tue Sep 17 17:25:34 CEST 2002 - pthomas@suse.de
- ogg.m4:
- 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
@ -288,4 +295,3 @@ Mon Feb 26 17:07:36 CET 2001 - tiwai@suse.de
Wed Jan 31 12:22:39 CET 2001 - tiwai@suse.de
- Initial version: 1.0beta3.

View File

@ -1,7 +1,7 @@
#
# spec file for package libogg
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,26 +12,25 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define _SO_nr 0
Name: libogg
Version: 1.3.3
Version: 1.3.4
Release: 0
Summary: Ogg Bitstream Library
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://www.vorbis.com/
Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
URL: http://www.vorbis.com/
Source: https://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
Source2: baselibs.conf
Patch1: lib64.dif
Patch2: m4.diff
BuildRequires: pkg-config
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Libogg is a library for manipulating Ogg bitstreams. It handles both
@ -76,7 +75,7 @@ sed -i s,-O20,-O3,g configure
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} docdir=%{_docdir}/%{name}-devel install
%make_install docdir="%{_docdir}/%{name}-devel"
# remove unneeded files
rm -f %{buildroot}%{_libdir}/*.la
@ -88,13 +87,11 @@ make check
%postun -n libogg%{_SO_nr} -p /sbin/ldconfig
%files -n libogg%{_SO_nr}
%defattr(0644,root,root,0755)
%doc AUTHORS CHANGES README.md
%license COPYING
%{_libdir}/libogg.so.%{_SO_nr}*
%files devel
%defattr(0644,root,root,0755)
%{_docdir}/%{name}-devel
%{_includedir}/ogg
%{_libdir}/libogg.so