Accepting request 798373 from home:alois:branches:multimedia:libs
- Update to version 6.1.1 * Fix the soversion following ABI breakage version 6.1.0: * Introduce DVDOpen2 and DVDOpenStream2 API to provide logger context * fix playback of broken discs with broken ifo files * improve getmntent_r detection * fix crashes in some disc, with empty contiguous ShortAD * clean obsolete code - Bump soversion to 8 - Added sigfile - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/798373 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdvdread?expand=0&rev=35
This commit is contained in:
parent
d7ae22e3d0
commit
bce424d8e8
@ -1 +1 @@
|
||||
libdvdread7
|
||||
libdvdread8
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f91401af213b219cdde24b46c50a57f29301feb7f965678f1d7ed4632cc6feb0
|
||||
size 405298
|
3
libdvdread-6.1.1.tar.bz2
Normal file
3
libdvdread-6.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e357309a17c5be3731385b9eabda6b7e3fa010f46022a06f104553bf8e21796
|
||||
size 392134
|
6
libdvdread-6.1.1.tar.bz2.asc
Normal file
6
libdvdread-6.1.1.tar.bz2.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQRl98a0IGvQV6frc3hxgHE75Y0a3AUCXoigKAAKCRBxgHE75Y0a
|
||||
3NTeAJ9oQjdEFgpxBu1k92h679++X3eSTgCg1aO8n5t+qpZOPGyqEQb0epVZAT4=
|
||||
=KQQe
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 18:25:12 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 6.1.1
|
||||
* Fix the soversion following ABI breakage
|
||||
version 6.1.0:
|
||||
* Introduce DVDOpen2 and DVDOpenStream2 API to provide logger
|
||||
context
|
||||
* fix playback of broken discs with broken ifo files
|
||||
* improve getmntent_r detection
|
||||
* fix crashes in some disc, with empty contiguous ShortAD
|
||||
* clean obsolete code
|
||||
- Bump soversion to 8
|
||||
- Added sigfile
|
||||
- Spec cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 16:32:22 UTC 2019 - enzokiel@kabelmail.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libdvdread
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,15 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 8
|
||||
Name: libdvdread
|
||||
Version: 6.0.2
|
||||
Version: 6.1.1
|
||||
Release: 0
|
||||
Summary: Library for Reading DVD Video Images
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Other
|
||||
URL: https://www.videolan.org/developers/libdvdnav.html
|
||||
Source0: http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||
#Source1: http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
|
||||
Source1: http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2.asc
|
||||
Source2: %{name}.keyring
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: autoconf
|
||||
@ -37,13 +38,13 @@ BuildRequires: pkgconfig(openssl)
|
||||
This package contains shared libraries for accessing DVD images (this
|
||||
package does not contain DeCSS algorithms).
|
||||
|
||||
%package -n libdvdread7
|
||||
%package -n libdvdread%{sover}
|
||||
Summary: Library for Reading DVD Video Images
|
||||
Group: Productivity/Multimedia/Other
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} <= 0.9.7
|
||||
|
||||
%description -n libdvdread7
|
||||
%description -n libdvdread%{sover}
|
||||
This package contains shared libraries for accessing DVD images (this
|
||||
package does not contain DeCSS algorithms).
|
||||
|
||||
@ -51,21 +52,21 @@ package does not contain DeCSS algorithms).
|
||||
Summary: Development Environment for libdvdread
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libdvdread7 = %{version}
|
||||
Requires: libdvdread%{sover} = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains the include-files and static libraries for
|
||||
libdvdread.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -73,14 +74,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# We install the files on our own, using %%doc
|
||||
rm -rf %{buildroot}%{_datadir}/doc/libdvdread/
|
||||
|
||||
%post -n libdvdread7 -p /sbin/ldconfig
|
||||
%postun -n libdvdread7 -p /sbin/ldconfig
|
||||
%post -n libdvdread%{sover} -p /sbin/ldconfig
|
||||
%postun -n libdvdread%{sover} -p /sbin/ldconfig
|
||||
|
||||
%files -n libdvdread7
|
||||
%files -n libdvdread%{sover}
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/libdvdread.so.7
|
||||
%{_libdir}/libdvdread.so.7.*
|
||||
%{_libdir}/libdvdread.so.%{sover}
|
||||
%{_libdir}/libdvdread.so.%{sover}.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/dvdread
|
||||
|
Loading…
Reference in New Issue
Block a user