|
|
|
@ -6,6 +6,7 @@ License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
|
Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
|
Patch0: %{name}-memory.patch
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: libebml-devel >= 1.3.7
|
|
|
|
@ -38,6 +39,7 @@ will use the Matroska container format.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -70,6 +72,7 @@ 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
|
|
|
|
|
- backport fixes for invalid memory access and null pointer dereference
|
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1
|
|
|
|
|
- update to 1.4.9 (#1570226)
|
|
|
|
|