From 1c66f50cb7e1ca687fc5327d482f3aa05a2e130d Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 25 May 2005 20:44:52 +0000 Subject: [PATCH] - update to 0.7.7 (fixes x86_64 build) - include shared libs --- .cvsignore | 2 +- libmatroska.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index ffac72a..430d40f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libmatroska-0.7.5.tar.bz2 +libmatroska-0.7.7.tar.bz2 diff --git a/libmatroska.spec b/libmatroska.spec index 43b6cc7..2152cb3 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,15 +1,15 @@ Summary: Open Audio/Video container format Name: libmatroska -Version: 0.7.5 -Release: 3 +Version: 0.7.7 +Release: 1 License: LGPL Group: Development/Libraries URL: http://matroska.org/ Source0: http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2 Provides: %{name}-devel = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) -BuildRequires: libebml-devel >= 0.7.3 -Requires: libebml-devel >= 0.7.3 +BuildRequires: libebml-devel >= 0.7.5 +Requires: libebml-devel >= 0.7.5 %description An extensible open standard Audio/Video container format Matroska is @@ -42,9 +42,14 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog LICENSE.LGPL %{_includedir}/matroska %{_libdir}/libmatroska.a +%{_libdir}/libmatroska.so* %changelog +* Wed May 25 2005 Jeremy Katz - 0.7.7-1 +- update to 0.7.7 (fixes x86_64 build) +- include shared libs + * Sun May 22 2005 Jeremy Katz - 0.7.5-3 - rebuild on all arches diff --git a/sources b/sources index f7f36b9..111f790 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f034dc9253dbb1f8a214dafa12785ae libmatroska-0.7.5.tar.bz2 +801a81baaa970595b3e9692ec4dd12f9 libmatroska-0.7.7.tar.bz2