update to 1.6.0 (#1851594), ABI bump

epel9
Dominik 'Rathann' Mierzejewski 5 years ago
parent 31060bcaf0
commit c6857635fc

1
.gitignore vendored

@ -12,3 +12,4 @@ libmatroska-1.0.0.tar.bz2
/libmatroska-1.4.9.tar.xz
/libmatroska-1.5.0.tar.xz
/libmatroska-1.5.2.tar.xz
/libmatroska-1.6.0.tar.xz

@ -1,14 +1,14 @@
Summary: Open audio/video container format library
Name: libmatroska
Version: 1.5.2
Version: 1.6.0
Release: 1%{?dist}
License: LGPLv2+
URL: https://www.matroska.org/
Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: libebml-devel >= 1.3.8
Requires: libebml%{_isa} >= 1.3.8
BuildRequires: libebml-devel >= 1.4.0
Requires: libebml%{_isa} >= 1.4.0
%description
Matroska is an extensible open standard Audio/Video container. It
@ -21,7 +21,7 @@ is usually found as .mkv files (matroska video) and .mka files
Summary: Matroska container format library development files
Requires: %{name}%{_isa} = %{version}-%{release}
Requires: %{_libdir}/cmake
Requires: libebml-devel >= 1.3.8
Requires: libebml-devel >= 1.4.0
Requires: pkgconfig
%description devel
@ -53,7 +53,7 @@ will use the Matroska container format.
%files
%license LICENSE.LGPL
%doc ChangeLog
%{_libdir}/%{name}.so.6*
%{_libdir}/%{name}.so.7*
%files devel
%{_includedir}/matroska/
@ -67,6 +67,9 @@ will use the Matroska container format.
%changelog
* Tue Jul 07 2020 Dominik Mierzejewski <rpm@greysector.net> - 1.6.0-1
- update to 1.6.0 (#1851594), ABI bump
* Tue Sep 10 2019 Dominik Mierzejewski <rpm@greysector.net> - 1.5.2-1
- update to 1.5.2 (#1688000)
- drop obsolete patch

@ -1 +1 @@
SHA512 (libmatroska-1.5.2.tar.xz) = 122b71b91ae89e2a7cc89db17655a006248d58f18d913b4f9ffc885aef7e39681a3a16eed43cd8ecd949c570a939007797c79829f5ee87d08562aee3f0224ba2
SHA512 (libmatroska-1.6.0.tar.xz) = 7908730aeae426e3f7a90c6cc9151686b453e03cc7046b87a655e51c78c6e5fde5c37d7e0db18c2c237ce853dbe428671b983801104a0860ab0ab1919234f30f

Loading…
Cancel
Save