diff --git a/.cvsignore b/.cvsignore index 7c1a59d..38001a2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ totem-0.99.22.tar.gz totem-0.100.tar.gz totem-0.101.tar.bz2 totem-1.0.1.tar.bz2 +totem-1.0.2.tar.bz2 diff --git a/sources b/sources index 5182d5d..678279d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e924188ae5b43e7b66ef55584578b8bb totem-1.0.1.tar.bz2 +a69626273a14d747f836610f9de1fc0b totem-1.0.2.tar.bz2 diff --git a/totem.spec b/totem.spec index cf0a363..4190894 100644 --- a/totem.spec +++ b/totem.spec @@ -3,7 +3,7 @@ Summary: Movie player for GNOME 2 Name: totem -Version: 1.0.1 +Version: 1.0.2 Release: 1 License: GPL Group: Applications/Multimedia @@ -83,9 +83,14 @@ rm -rf $RPM_BUILD_ROOT /sbin/ldconfig update-desktop-database %{_datadir}/applications export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -gconftool-2 --makefile-install-rule \ - %{_sysconfdir}/gconf/schemas/totem.schemas \ + +SCHEMAS="totem.schemas totem-handlers.schemas totem-video-thumbnail.schemas" + +for S in $SCHEMAS; do + gconftool-2 --makefile-install-rule \ + %{_sysconfdir}/gconf/schemas/$S \ >/dev/null || : +done %postun -p /sbin/ldconfig @@ -113,6 +118,10 @@ gconftool-2 --makefile-install-rule \ %{_libdir}/*so %changelog +* Tue May 17 2005 John (J5) Palmieri - 1.0.2-1 +- Update to upstream version 1.0.2 to fix minor bugs +- Register the thumbnail and handlers schemas + * Tue Feb 29 2005 John (J5) Palmieri - 1.0.1-1 - Update to upstream version 1.0.1 - Break out devel package