rpms/totem/devel .cvsignore, 1.24, 1.25 sources, 1.24, 1.25 totem.spec, 1.69, 1.70

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 3 23:07:05 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/totem/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12975

Modified Files:
	.cvsignore sources totem.spec 
Log Message:
1.5.90



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/totem/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	12 Jul 2006 05:25:58 -0000	1.24
+++ .cvsignore	3 Aug 2006 23:07:03 -0000	1.25
@@ -1 +1 @@
-totem-1.5.4.tar.bz2
+totem-1.5.90.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/totem/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	12 Jul 2006 05:25:58 -0000	1.24
+++ sources	3 Aug 2006 23:07:03 -0000	1.25
@@ -1 +1 @@
-8f34cf7bc8f6d5f91137333e8558ce1a  totem-1.5.4.tar.bz2
+f4d03b463cfb08299b5bce75e3ed3ec1  totem-1.5.90.tar.bz2


Index: totem.spec
===================================================================
RCS file: /cvs/dist/rpms/totem/devel/totem.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- totem.spec	31 Jul 2006 15:33:31 -0000	1.69
+++ totem.spec	3 Aug 2006 23:07:03 -0000	1.70
@@ -4,15 +4,14 @@
 
 Summary: Movie player for GNOME 2
 Name: totem
-Version: 1.5.4
-Release: 4
+Version: 1.5.90
+Release: 1%{?dist} 
 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.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Patch1: totem-0.99.19-feature-help-removal.patch
-Patch2: totem-1.5.4-dbus-disconnect.patch
 Patch3: totem-1.5.4-firefox.patch
 
 Requires(post): GConf2
@@ -76,7 +75,6 @@
 %prep
 %setup -q
 %patch1 -p1 -b .feature-help-removal
-%patch2 -p1 -b .dbus-disconnect
 %patch3 -p1 -b .firefox
 
 %build
@@ -134,6 +132,16 @@
   /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
 
+%preun
+if [ "$1" -eq 0 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    SCHEMAS="totem.schemas totem-handlers.schemas totem-video-thumbnail.schemas"
+    for S in $SCHEMAS; do
+      gconftool-2 --makefile-uninstall-rule \
+        %{_sysconfdir}/gconf/schemas/$S > /dev/null || :
+    done
+fi
+ 
 %postun
 /sbin/ldconfig
 update-desktop-database -q
@@ -171,6 +179,9 @@
 %{_libdir}/*so
 
 %changelog
+* Thu Aug  3 2006 Matthias Clasen <mclasen at redhat.com> - 1.5.90-1.fc6
+- Update to 1.5.90
+
 * Mon Jul 31 2006 Matthias Clasen <mclasen at redhat.com> - 1.5.4-4
 - Rebuild against firefox-devel
 




More information about the fedora-cvs-commits mailing list