Accepting request 906777 from home:dirkmueller:Factory
- update to 1.3.5: * Fix unsigned typedef problem on macOS. * Fix overflow check in ogg_sync_buffer. * Clean up cmake and autotools build files. * Remove Symbian and Apple XCode build files. * Fix documentation cross-reference links. OBS-URL: https://build.opensuse.org/request/show/906777 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libogg?expand=0&rev=34
This commit is contained in:
parent
c9266878d1
commit
8ae1095245
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
|
||||
size 428696
|
BIN
libogg-1.3.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
libogg-1.3.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 17 06:50:23 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.3.5:
|
||||
* Fix unsigned typedef problem on macOS.
|
||||
* Fix overflow check in ogg_sync_buffer.
|
||||
* Clean up cmake and autotools build files.
|
||||
* Remove Symbian and Apple XCode build files.
|
||||
* Fix documentation cross-reference links.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 1 06:38:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
16
libogg.spec
16
libogg.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libogg
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,19 +17,18 @@
|
||||
|
||||
|
||||
%define _SO_nr 0
|
||||
|
||||
Name: libogg
|
||||
Version: 1.3.4
|
||||
Version: 1.3.5
|
||||
Release: 0
|
||||
Summary: Ogg Bitstream Library
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://www.vorbis.com/
|
||||
URL: https://xiph.org/vorbis/
|
||||
Source: https://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
|
||||
Source2: baselibs.conf
|
||||
Patch1: lib64.dif
|
||||
Patch2: m4.diff
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
|
||||
%description
|
||||
@ -72,18 +71,17 @@ fi
|
||||
sed -i s,-O20,-O3,g configure
|
||||
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install docdir="%{_docdir}/%{name}-devel"
|
||||
# remove unneeded files
|
||||
rm -f %{buildroot}%{_libdir}/*.la
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%check
|
||||
make check
|
||||
%make_build check
|
||||
|
||||
%post -n libogg%{_SO_nr} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libogg%{_SO_nr} -p /sbin/ldconfig
|
||||
|
||||
%files -n libogg%{_SO_nr}
|
||||
|
Loading…
x
Reference in New Issue
Block a user