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
@ -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