From c9266878d1a1d79eaee568819b9563770a8cef8f2ab043be1e84d24bdaa7d57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 1 Sep 2019 07:22:30 +0000 Subject: [PATCH] Accepting request 727564 from home:jengelh:branches:multimedia:libs - Update to release 1.3.4 trim trailing-line spaces OBS-URL: https://build.opensuse.org/request/show/727564 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libogg?expand=0&rev=32 --- libogg-1.3.3.tar.xz | 3 --- libogg-1.3.4.tar.xz | 3 +++ libogg.changes | 16 +++++++++++----- libogg.spec | 15 ++++++--------- 4 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 libogg-1.3.3.tar.xz create mode 100644 libogg-1.3.4.tar.xz diff --git a/libogg-1.3.3.tar.xz b/libogg-1.3.3.tar.xz deleted file mode 100644 index 1608f5a..0000000 --- a/libogg-1.3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08 -size 417636 diff --git a/libogg-1.3.4.tar.xz b/libogg-1.3.4.tar.xz new file mode 100644 index 0000000..fd51e9f --- /dev/null +++ b/libogg-1.3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe +size 428696 diff --git a/libogg.changes b/libogg.changes index 69bbce3..0d13782 100644 --- a/libogg.changes +++ b/libogg.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Sep 1 06:38:28 UTC 2019 - Jan Engelhardt + +- 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. - diff --git a/libogg.spec b/libogg.spec index b7f1dcb..198fd37 100644 --- a/libogg.spec +++ b/libogg.spec @@ -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