forked from pool/libdvdnav
Accepting request 570234 from home:enzokiel:branches:multimedia:libs
- 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 OBS-URL: https://build.opensuse.org/request/show/570234 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdvdnav?expand=0&rev=25
This commit is contained in:
parent
28bab1826c
commit
874439f80e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5097023e3d2b36944c763f1df707ee06b19dc639b2b68fb30113a5f2cbf60b6d
|
|
||||||
size 372203
|
|
3
libdvdnav-6.0.0.tar.bz2
Normal file
3
libdvdnav-6.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0a2711b08a021759792f8eb14bb82ff8a3c929bf88c33b64ffcddaa27935618
|
||||||
|
size 369605
|
6
libdvdnav-6.0.0.tar.bz2.asc
Normal file
6
libdvdnav-6.0.0.tar.bz2.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQRl98a0IGvQV6frc3hxgHE75Y0a3AUCWmBqiAAKCRBxgHE75Y0a
|
||||||
|
3FFxAJ9sHssIf7YMBC3CINQ7Cb+WvbpncwCgjBaSxT29CumcwTtdS7IqOzywcrs=
|
||||||
|
=T88s
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -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
|
Tue Aug 30 15:45:33 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdvdnav
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,14 +21,15 @@ Summary: DVD Navigation Library
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Url: http://www.mplayerhq.hu/
|
Url: http://www.mplayerhq.hu/
|
||||||
Version: 5.0.3
|
Version: 6.0.0
|
||||||
Release: 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
|
Source1000: baselibs.conf
|
||||||
Patch0: libdvdnav-dvdread.patch
|
Patch0: libdvdnav-dvdread.patch
|
||||||
Patch1: libdvdnav-strict-aliasing.patch
|
Patch1: libdvdnav-strict-aliasing.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libdvdread-devel >= 5.0.2
|
BuildRequires: libdvdread-devel >= 5.0.3
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user