diff --git a/libdvdnav-5.0.3.tar.bz2 b/libdvdnav-5.0.3.tar.bz2 deleted file mode 100644 index b44c115..0000000 --- a/libdvdnav-5.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5097023e3d2b36944c763f1df707ee06b19dc639b2b68fb30113a5f2cbf60b6d -size 372203 diff --git a/libdvdnav-6.0.0.tar.bz2 b/libdvdnav-6.0.0.tar.bz2 new file mode 100644 index 0000000..bed99c8 --- /dev/null +++ b/libdvdnav-6.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a2711b08a021759792f8eb14bb82ff8a3c929bf88c33b64ffcddaa27935618 +size 369605 diff --git a/libdvdnav-6.0.0.tar.bz2.asc b/libdvdnav-6.0.0.tar.bz2.asc new file mode 100644 index 0000000..ae55efb --- /dev/null +++ b/libdvdnav-6.0.0.tar.bz2.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRl98a0IGvQV6frc3hxgHE75Y0a3AUCWmBqiAAKCRBxgHE75Y0a +3FFxAJ9sHssIf7YMBC3CINQ7Cb+WvbpncwCgjBaSxT29CumcwTtdS7IqOzywcrs= +=T88s +-----END PGP SIGNATURE----- diff --git a/libdvdnav.changes b/libdvdnav.changes index e0ef486..e59db76 100644 --- a/libdvdnav.changes +++ b/libdvdnav.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 27 13:24:31 UTC 2018 - j.lorenzen@kabelmail.de + +- Update to version 6.0.0: + * fix crashes on some DVD on describe_title call + * fix various crashes related to PGC validity + * fix compilation issues + * fix API return codes +- Add gpg signature + ------------------------------------------------------------------- Tue Aug 30 15:45:33 UTC 2016 - olaf@aepfle.de diff --git a/libdvdnav.spec b/libdvdnav.spec index 8a9f125..49de164 100644 --- a/libdvdnav.spec +++ b/libdvdnav.spec @@ -1,7 +1,7 @@ # # spec file for package libdvdnav # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -21,14 +21,15 @@ Summary: DVD Navigation Library License: GPL-2.0+ Group: Productivity/Multimedia/Other Url: http://www.mplayerhq.hu/ -Version: 5.0.3 +Version: 6.0.0 Release: 0 -Source0: http://download.videolan.org/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2 +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 Source1000: baselibs.conf Patch0: libdvdnav-dvdread.patch Patch1: libdvdnav-strict-aliasing.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libdvdread-devel >= 5.0.2 +BuildRequires: libdvdread-devel >= 5.0.3 BuildRequires: libtool BuildRequires: pkg-config