diff --git a/.gitignore b/.gitignore index 166e2f9..d7fb034 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ libmatroska-1.0.0.tar.bz2 /libmatroska-1.4.0.tar.bz2 /libmatroska-1.4.1.tar.bz2 /libmatroska-1.4.2.tar.bz2 +/libmatroska-1.4.4.tar.bz2 diff --git a/libmatroska.spec b/libmatroska.spec index 942d0a2..163ceb8 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,12 +1,12 @@ Summary: Open audio/video container format library Name: libmatroska -Version: 1.4.2 -Release: 4%{?dist} +Version: 1.4.4 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.matroska.org/ Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 -BuildRequires: libebml-devel >= 1.3.1 +BuildRequires: libebml-devel >= 1.3.3 %description Matroska is an extensible open standard Audio/Video container. It @@ -19,7 +19,7 @@ is usually found as .mkv files (matroska video) and .mka files Summary: Matroska container format library development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libebml-devel >= 1.3.1 +Requires: libebml-devel >= 1.3.3 %description devel Matroska is an extensible open standard Audio/Video container. It @@ -61,6 +61,10 @@ rm %{buildroot}%{_libdir}/%{name}.la %changelog +* Thu Oct 22 2015 Dominik Mierzejewski - 1.4.4-1 +- Update to 1.4.4 (required by mkvtoolnix 8.5.x) +- Bump min required libebml version to 1.3.3 + * Wed Jun 17 2015 Fedora Release Engineering - 1.4.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 7c03f1e..cd2942f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f8fe42003e072a42a19ed40405f9efdb libmatroska-1.4.2.tar.bz2 +6a8e4528f713ec33faf4d793e61f883c libmatroska-1.4.4.tar.bz2