update to 6.1.0 (#1815805)
This commit is contained in:
parent
0c45e12449
commit
e0d1462ba4
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@ libdvdnav-svn1184.tar.bz2
|
|||||||
/libdvdnav-6.0.0.tar.bz2.asc
|
/libdvdnav-6.0.0.tar.bz2.asc
|
||||||
/libdvdnav-6.0.1.tar.bz2
|
/libdvdnav-6.0.1.tar.bz2
|
||||||
/libdvdnav-6.0.1.tar.bz2.asc
|
/libdvdnav-6.0.1.tar.bz2.asc
|
||||||
|
/libdvdnav-6.1.0.tar.bz2
|
||||||
|
/libdvdnav-6.1.0.tar.bz2.asc
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%global abi 4
|
||||||
|
|
||||||
Name: libdvdnav
|
Name: libdvdnav
|
||||||
Version: 6.0.1
|
Version: 6.1.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library for reading DVD video discs based on Ogle code
|
Summary: A library for reading DVD video discs based on Ogle code
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://dvdnav.mplayerhq.hu/
|
URL: http://dvdnav.mplayerhq.hu/
|
||||||
@ -10,7 +12,7 @@ Source2: https://download.videolan.org/pub/keys/7180713BE58D1ADC.asc
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
BuildRequires: libdvdread-devel >= 5.0.2
|
BuildRequires: libdvdread-devel >= 6.0.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libdvdnav provides a simple library for reading DVD video discs.
|
libdvdnav provides a simple library for reading DVD video discs.
|
||||||
@ -19,7 +21,7 @@ The code is based on Ogle and used in, among others, the Xine dvdnav plug-in.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libdvdnav
|
Summary: Development files for libdvdnav
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: libdvdread-devel >= 5.0.2
|
Requires: libdvdread-devel >= 6.0.0
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -48,7 +50,7 @@ rm %{buildroot}%{_pkgdocdir}/{COPYING,TODO}
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog README
|
%doc AUTHORS ChangeLog README
|
||||||
%{_libdir}/libdvdnav.so.*
|
%{_libdir}/libdvdnav.so.%{abi}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc TODO doc/html/*
|
%doc TODO doc/html/*
|
||||||
@ -57,6 +59,9 @@ rm %{buildroot}%{_pkgdocdir}/{COPYING,TODO}
|
|||||||
%{_libdir}/pkgconfig/dvdnav.pc
|
%{_libdir}/pkgconfig/dvdnav.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 21 2020 Dominik Mierzejewski <rpm@greysector.net> 6.1.0-1
|
||||||
|
- update to 6.1.0 (#1815805)
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-3
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (libdvdnav-6.0.1.tar.bz2) = 83a015821dacea702eb34abb7a940b9a263918a66fe711fe9a817754f25c2aa0afae3543b4d93673d1c93d3e7914e1b776c10ce50465516f4e3a3d419c15ad9f
|
SHA512 (libdvdnav-6.1.0.tar.bz2) = 40ea50d818067a3178b4b09e4b95b0cc67d5ff88dbff2cbeee943d086c5f59a71a7aecc425ba35d7dbe5285d8b1ea099a439c0c80c5dca280687ac0cbdc57c71
|
||||||
SHA512 (libdvdnav-6.0.1.tar.bz2.asc) = 81c7c3ac4b2e4f8b26ce987f46705d681f485878c10ba8603bbeeabad47b33ff15314b45368399b1039c285aa4d73bef93032eb413eaf4955bede921c28c486e
|
SHA512 (libdvdnav-6.1.0.tar.bz2.asc) = 8f0d604c1685e18031413a3c4c6f7a3026e83d67cd9b0f1c27674c9ea7593850a0a036d5451e261ab2df0ebc60b55b39ec6753bdc6031f6bdac3d54093ca3c8b
|
||||||
|
Loading…
Reference in New Issue
Block a user