From 8b8c23811b7100dbeae589a76a22f384da48b891 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 20 Mar 2013 13:34:22 +0100 Subject: [PATCH] Update to 1.4.0 SONAME change involved to be built later --- .gitignore | 1 + libmatroska.spec | 20 ++++++++------------ sources | 2 +- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 2c476b3..0b0df09 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ libmatroska-1.0.0.tar.bz2 /libmatroska-1.1.0.tar.bz2 /libmatroska-1.2.0.tar.bz2 /libmatroska-1.3.0.tar.bz2 +/libmatroska-1.4.0.tar.bz2 diff --git a/libmatroska.spec b/libmatroska.spec index 5622950..fa3a563 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,13 +1,12 @@ Summary: Open audio/video container format library Name: libmatroska -Version: 1.3.0 -Release: 4%{?dist} +Version: 1.4.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.2 +BuildRequires: libebml-devel >= 1.3.0 %description Matroska is an extensible open standard Audio/Video container. It @@ -20,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.2.1 +Requires: libebml-devel >= 1.3.0 %description devel Matroska is an extensible open standard Audio/Video container. It @@ -41,7 +40,6 @@ CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make -C make/linux \ prefix=$RPM_BUILD_ROOT%{_prefix} \ libdir=$RPM_BUILD_ROOT%{_libdir} \ @@ -51,27 +49,25 @@ rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.* -%clean -rm -rf $RPM_BUILD_ROOT - - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc ChangeLog LICENSE.LGPL %{_libdir}/%{name}.so.* %files devel -%defattr(-,root,root,-) %{_includedir}/matroska/ %{_libdir}/%{name}.so %changelog +* Wed Mar 20 2013 Nicolas Chauvet - 1.4.0-1 +- Update to 1.4.0 +- Spec file clean-up + * Thu Feb 14 2013 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index e840c20..902e9f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4a8c411f09d39c754eb726efd616043 libmatroska-1.3.0.tar.bz2 +5b83155019589b04a49f9db923b5bf74 libmatroska-1.4.0.tar.bz2