update to 1.5.0

epel8
Dominik 'Rathann' Mierzejewski 6 years ago
parent 1f1f71d607
commit 362b6c68ca

1
.gitignore vendored

@ -10,3 +10,4 @@ libmatroska-1.0.0.tar.bz2
/libmatroska-1.4.7.tar.bz2
/libmatroska-1.4.8.tar.xz
/libmatroska-1.4.9.tar.xz
/libmatroska-1.5.0.tar.xz

@ -1,6 +1,6 @@
Summary: Open audio/video container format library
Name: libmatroska
Version: 1.4.9
Version: 1.5.0
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@ -8,7 +8,8 @@ URL: https://www.matroska.org/
Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libebml-devel >= 1.3.6
BuildRequires: libebml-devel >= 1.3.7
Requires: libebml%{_isa} >= 1.3.7
%description
Matroska is an extensible open standard Audio/Video container. It
@ -22,7 +23,7 @@ Summary: Matroska container format library development files
Group: Development/Libraries
Requires: %{name}%{_isa} = %{version}-%{release}
Requires: cmake-filesystem
Requires: libebml-devel >= 1.3.6
Requires: libebml-devel >= 1.3.7
Requires: pkgconfig
%description devel
@ -54,7 +55,7 @@ will use the Matroska container format.
%files
%license LICENSE.LGPL
%doc ChangeLog
%{_libdir}/%{name}.so.*
%{_libdir}/%{name}.so.6*
%files devel
%{_includedir}/matroska/
@ -67,6 +68,9 @@ will use the Matroska container format.
%changelog
* Sat Jun 08 2019 Dominik Mierzejewski <rpm@greysector.net> - 1.5.0-1
- update to 1.5.0
* Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1
- update to 1.4.9 (#1570226)
- switch build system to cmake, add missing dependencies

@ -1 +1 @@
SHA512 (libmatroska-1.4.9.tar.xz) = 281224b66ce7ef39daf0f186cda1144250e190b914e64f4f2524e8bf0170a3d18dbc50f204d4ca8d7eaffe183a61f96c92ba6ec4325bacb068272d62cdbcef33
SHA512 (libmatroska-1.5.0.tar.xz) = eb59b5afd9d510c2d6c7408b0053a261cee6669a9f5bbb1a939d98d96ac6c9b8f340691e95310268f59c954a1d9f72322fd0ec7b442a74c56cd2e2c22eb3a754

Loading…
Cancel
Save