From 425c24e296699f31ca1bd2480c38cc2cadd5cc2c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 2 Feb 2005 15:10:55 +0000 Subject: [PATCH] Update to 0.101 --- .cvsignore | 1 + sources | 3 +-- totem.spec | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4ccbd20..409e710 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ totem-0.99.22.tar.gz totem-0.100.tar.gz +totem-0.101.tar.bz2 diff --git a/sources b/sources index 7e92909..8262809 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -70f00495c577de9da748c3064b6f0468 totem-0.99.22.tar.gz -c444ff7594bfd3d9aa9466eea4652015 totem-0.100.tar.gz +c85edd6a39fa2514f09c0c8afe6bf135 totem-0.101.tar.bz2 diff --git a/totem.spec b/totem.spec index 0ed1186..0b25829 100644 --- a/totem.spec +++ b/totem.spec @@ -3,15 +3,14 @@ Summary: Movie player for GNOME 2 Name: totem -Version: 0.100 -Release: 2 +Version: 0.101 +Release: 1 License: GPL Group: Applications/Multimedia URL: http://www.hadess.net/totem.php3 -Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/0.99/totem-%{version}.tar.gz +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 -Patch2: totem-0.100-desktopfile.patch Requires(post): GConf2 Requires: gnome-desktop >= 2.6.0 @@ -34,7 +33,6 @@ a pretty complete keyboard navigation. %prep %setup -q %patch1 -p1 -b .feature-help-removal -%patch2 -p0 -b .desktopfile %build @@ -87,6 +85,9 @@ gconftool-2 --makefile-install-rule \ %{_mandir}/man1/%{name}.1* %changelog +* Wed Feb 2 2005 Matthias Clasen - 0.101-1 +- Update to 0.101 + * Mon Jan 03 2005 Colin Walters - 0.100-2 - Grab patch totem-0.100-desktopfile.patch from CVS to fix missing menu entry (144088)