From a4ffa8dfde8611be398914f18946e3256b94055c Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Thu, 14 Jul 2011 10:30:26 +0200 Subject: [PATCH] Update to 1.2.0 --- .gitignore | 1 + libmatroska.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2bed414..2fcb129 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libmatroska-1.0.0.tar.bz2 /libmatroska-1.1.0.tar.bz2 +/libmatroska-1.2.0.tar.bz2 diff --git a/libmatroska.spec b/libmatroska.spec index 0f42f33..ac9b2f8 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,13 +1,13 @@ Summary: Open audio/video container format library Name: libmatroska -Version: 1.1.0 +Version: 1.2.0 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) -BuildRequires: libebml-devel >= 1.2.0 +BuildRequires: libebml-devel >= 1.2.1 %description Matroska is an extensible open standard Audio/Video container. It @@ -20,7 +20,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.0.0 +Requires: libebml-devel >= 1.2.1 %description devel Matroska is an extensible open standard Audio/Video container. It @@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 14 2011 Nicolas Chauvet - 1.2.0-1 +- Update to 1.2.0 + * Mon Feb 14 2011 Nicolas Chauvet - 1.1.0-1 - New release 1.1.0 diff --git a/sources b/sources index 9b65315..60b8409 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21e5ee3e2573f0ae99db195348bdfb98 libmatroska-1.1.0.tar.bz2 +a4f967f9ade56d5181714f3199ffa241 libmatroska-1.2.0.tar.bz2