Merge branch 'f32' into f33

epel9
Dominik 'Rathann' Mierzejewski 5 years ago
commit 5cceb6a73e

1
.gitignore vendored

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

@ -1,7 +1,9 @@
%undefine __cmake_in_source_build
Summary: Open audio/video container format library Summary: Open audio/video container format library
Name: libmatroska Name: libmatroska
Version: 1.6.0 Version: 1.6.2
Release: 3%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
URL: https://www.matroska.org/ URL: https://www.matroska.org/
Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
@ -39,12 +41,12 @@ will use the Matroska container format.
%build %build
%cmake3 . %cmake3
%make_build %cmake3_build
%install %install
%make_install %cmake3_install
%ldconfig_scriptlets %ldconfig_scriptlets
@ -67,6 +69,10 @@ will use the Matroska container format.
%changelog %changelog
* Fri Aug 21 2020 Dominik Mierzejewski <rpm@greysector.net> - 1.6.2-1
- update to 1.6.2 (#1862780)
- use new cmake macros (#1864019)
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (libmatroska-1.6.0.tar.xz) = 7908730aeae426e3f7a90c6cc9151686b453e03cc7046b87a655e51c78c6e5fde5c37d7e0db18c2c237ce853dbe428671b983801104a0860ab0ab1919234f30f SHA512 (libmatroska-1.6.2.tar.xz) = c0b2b475f01e01b064348e96a4cd25f594e93b21ab6f66236d6872d1242b6076d501c155a19dedd642ded8338c0a71be09450fc086e77802099413c8849abab1

Loading…
Cancel
Save