From 9c1b01a28525184273bc301515ff3725eff102df Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 07:43:46 +0000 Subject: auto-import changelog data from libtheora-1.0alpha3-4.src.rpm Sat Jul 17 2004 Warren Togami - 1.0alpha3-4 - Add Epoch dependencies for future Epoch increment safety measure --- diff --git a/libtheora.spec b/libtheora.spec index b5e6d3a..be91af0 100644 --- a/libtheora.spec +++ b/libtheora.spec @@ -1,7 +1,8 @@ Summary: Theora Video Compression Codec Name: libtheora Version: 1.0alpha3 -Release: 3 +Release: 4 +Epoch: 0 License: BSD Group: System Environment/Libraries URL: http://www.theora.org @@ -23,7 +24,7 @@ in the future to improve over what is possible with VP3. Summary: Development tools for Theora applications. Group: Development/Libraries Requires: libogg-devel >= 2:1.1 -Requires: libtheora = %{version}-%{release} +Requires: libtheora = %{epoch}:%{version}-%{release} %description devel The libtheora-devel package contains the header files and documentation @@ -32,7 +33,7 @@ needed to develop applications with libtheora. %package -n theora-tools Summary: Command line tools for Theora videos Group: Applications/Multimedia -Requires: libtheora = %{version}-%{release} +Requires: libtheora = %{epoch}:%{version}-%{release} %description -n theora-tools The theora-tools package contains simple command line tools for use @@ -82,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Sat Jul 17 2004 Warren Togami - 1.0alpha3-4 +- Add Epoch dependencies for future Epoch increment safety measure + * Thu Jul 15 2004 Colin Walters - 1.0alpha3-3 - Apply patch to fix include path, thanks to Thomas Vander Stichele