diff --git a/libdvdnav-6.0.0.tar.bz2 b/libdvdnav-6.0.0.tar.bz2 deleted file mode 100644 index 4baee1f..0000000 Binary files a/libdvdnav-6.0.0.tar.bz2 and /dev/null differ diff --git a/libdvdnav-6.1.0.tar.bz2 b/libdvdnav-6.1.0.tar.bz2 new file mode 100644 index 0000000..ccc663a Binary files /dev/null and b/libdvdnav-6.1.0.tar.bz2 differ diff --git a/libdvdnav.spec b/libdvdnav.spec index 6423592..0ad34e3 100644 --- a/libdvdnav.spec +++ b/libdvdnav.spec @@ -1,11 +1,11 @@ Name: libdvdnav -Version: 6.0.0 -Release: 4 +Version: 6.1.0 +Release: 1 Summary: A library contains functions to display DVD video menus. License: GPLv2+ URL: http://dvdnav.mplayerhq.hu/ Source0: https://download.videolan.org/pub/videolan/libdvdnav/%{version}/%{name}-%{version}.tar.bz2 -BuildRequires: doxygen gcc gnupg2 libdvdread-devel >= 5.0.2 +BuildRequires: doxygen gcc gnupg2 libdvdread-devel >= 6.0.0 %description Libdvdnav is a library that allows easy use of sophisticated DVD navigation @@ -13,7 +13,7 @@ features such as DVD menus, multiangle playback and even interactive DVD games. %package devel Summary: Libraries and include files for libdvdnav -Requires: %{name} = %{version}-%{release} libdvdread-devel >= 5.0.2 pkgconfig +Requires: %{name} = %{version}-%{release} libdvdread-devel >= 6.0.0 pkgconfig %description devel Libdvdnav-devel provides development files used to build packages for libdvdnav. @@ -48,5 +48,8 @@ popd %exclude %{_pkgdocdir}/{COPYING,TODO} %changelog +* Mon Nov 30 2020 lingsheng - 6.1.0-1 +- Update to 6.1.0 + * Thu Feb 20 2020 cangyi 6.0.0-4 - Package init diff --git a/libdvdnav.yaml b/libdvdnav.yaml index edb2dc4..188f1b3 100644 --- a/libdvdnav.yaml +++ b/libdvdnav.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://code.videolan.org/videolan/libdvdnav.git -tag_prefix: ^v -seperator: . +tag_prefix: "^v" +separator: "."