From db66feed4e2e5d4a0372154f15e0246e544cf525 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 22 Aug 2006 13:57:31 +0000 Subject: [PATCH] 2.15.92 --- .cvsignore | 2 +- sources | 2 +- totem.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index e86e2dd..328e159 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -totem-1.5.91.tar.bz2 +totem-1.5.92.tar.bz2 diff --git a/sources b/sources index 73f74f1..9350c15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2195f9a36c5328c3ee10f1dfda206865 totem-1.5.91.tar.bz2 +830e2597cc5b8c93b7693642a6a414f2 totem-1.5.92.tar.bz2 diff --git a/totem.spec b/totem.spec index dd18b6c..8df2432 100644 --- a/totem.spec +++ b/totem.spec @@ -4,7 +4,7 @@ Summary: Movie player for GNOME 2 Name: totem -Version: 1.5.91 +Version: 1.5.92 Release: 2%{?dist} License: GPL Group: Applications/Multimedia @@ -12,8 +12,6 @@ URL: http://www.hadess.net/totem.php3 Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/0.99/totem-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Patch1: totem-0.99.19-feature-help-removal.patch -# fixed in cv -Patch2: totem-1.5.91-gettext.patch Requires(post): GConf2 Requires(post): desktop-file-utils @@ -63,6 +61,7 @@ Requires: %{name} = %{version}-%{release} Requires: gnome-vfs2-devel Requires: libxml2-devel Requires: gtk2-devel +Requires: pkgconfig %description devel Totem is simple movie player for the Gnome desktop. It features a @@ -76,7 +75,6 @@ applications with Totem's plparser library. %prep %setup -q %patch1 -p1 -b .feature-help-removal -%patch2 -p1 -b .gettext %build # try to work around a problem where gst-inspect does @@ -181,6 +179,10 @@ fi %{_libdir}/*so %changelog +* Tue Aug 22 2006 Matthias Clasen - 1.5.92-1.fc6 +- Update to 1.5.92 +- Require pkgconfig in the -devel package + * Mon Aug 14 2006 Matthias Clasen - 1.5.91-2.fc6 - Make translations work again