Update to 0.101

This commit is contained in:
Matthias Clasen 2005-02-02 15:10:55 +00:00
parent 20883ded03
commit 425c24e296
3 changed files with 8 additions and 7 deletions

View File

@ -1,2 +1,3 @@
totem-0.99.22.tar.gz
totem-0.100.tar.gz
totem-0.101.tar.bz2

View File

@ -1,2 +1 @@
70f00495c577de9da748c3064b6f0468 totem-0.99.22.tar.gz
c444ff7594bfd3d9aa9466eea4652015 totem-0.100.tar.gz
c85edd6a39fa2514f09c0c8afe6bf135 totem-0.101.tar.bz2

View File

@ -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 <mclasen@redhat.com> - 0.101-1
- Update to 0.101
* Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 0.100-2
- Grab patch totem-0.100-desktopfile.patch from CVS to fix
missing menu entry (144088)