Update to 1.2.0

epel8
Nicolas Chauvet 14 years ago
parent 30b1f7a5df
commit a4ffa8dfde

1
.gitignore vendored

@ -1,2 +1,3 @@
libmatroska-1.0.0.tar.bz2 libmatroska-1.0.0.tar.bz2
/libmatroska-1.1.0.tar.bz2 /libmatroska-1.1.0.tar.bz2
/libmatroska-1.2.0.tar.bz2

@ -1,13 +1,13 @@
Summary: Open audio/video container format library Summary: Open audio/video container format library
Name: libmatroska Name: libmatroska
Version: 1.1.0 Version: 1.2.0
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.matroska.org/ URL: http://www.matroska.org/
Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: libebml-devel >= 1.2.0 BuildRequires: libebml-devel >= 1.2.1
%description %description
Matroska is an extensible open standard Audio/Video container. It 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 Summary: Matroska container format library development files
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: libebml-devel >= 1.0.0 Requires: libebml-devel >= 1.2.1
%description devel %description devel
Matroska is an extensible open standard Audio/Video container. It Matroska is an extensible open standard Audio/Video container. It
@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Jul 14 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.2.0-1
- Update to 1.2.0
* Mon Feb 14 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.1.0-1 * Mon Feb 14 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.1.0-1
- New release 1.1.0 - New release 1.1.0

@ -1 +1 @@
21e5ee3e2573f0ae99db195348bdfb98 libmatroska-1.1.0.tar.bz2 a4f967f9ade56d5181714f3199ffa241 libmatroska-1.2.0.tar.bz2

Loading…
Cancel
Save