diff --git a/baselibs.conf b/baselibs.conf index e8b79d7..884e5e9 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libdvdread7 +libdvdread8 diff --git a/libdvdread-6.0.2.tar.bz2 b/libdvdread-6.0.2.tar.bz2 deleted file mode 100644 index a92037b..0000000 --- a/libdvdread-6.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f91401af213b219cdde24b46c50a57f29301feb7f965678f1d7ed4632cc6feb0 -size 405298 diff --git a/libdvdread-6.1.1.tar.bz2 b/libdvdread-6.1.1.tar.bz2 new file mode 100644 index 0000000..be5ad30 --- /dev/null +++ b/libdvdread-6.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e357309a17c5be3731385b9eabda6b7e3fa010f46022a06f104553bf8e21796 +size 392134 diff --git a/libdvdread-6.1.1.tar.bz2.asc b/libdvdread-6.1.1.tar.bz2.asc new file mode 100644 index 0000000..5e2082b --- /dev/null +++ b/libdvdread-6.1.1.tar.bz2.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRl98a0IGvQV6frc3hxgHE75Y0a3AUCXoigKAAKCRBxgHE75Y0a +3NTeAJ9oQjdEFgpxBu1k92h679++X3eSTgCg1aO8n5t+qpZOPGyqEQb0epVZAT4= +=KQQe +-----END PGP SIGNATURE----- diff --git a/libdvdread.changes b/libdvdread.changes index 3d1effd..d12f938 100644 --- a/libdvdread.changes +++ b/libdvdread.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Apr 27 18:25:12 UTC 2020 - Luigi Baldoni + +- 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 diff --git a/libdvdread.spec b/libdvdread.spec index d423e3a..f06a809 100644 --- a/libdvdread.spec +++ b/libdvdread.spec @@ -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