From 1400b91f63a5a67fc9f5328491a1771ea00d5cb0 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Jan 16 2007 11:01:17 +0000 Subject: 0.4.11-1 - update to 0.4.11 (fixes revelation-applet, upstream #202) - run gconftool-2 for applet stuff, too --- diff --git a/.cvsignore b/.cvsignore index 1cc57c4..5091ccc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -revelation-0.4.9.tar.bz2 +revelation-0.4.11.tar.bz2 diff --git a/revelation.spec b/revelation.spec index 09319b1..6868997 100644 --- a/revelation.spec +++ b/revelation.spec @@ -3,11 +3,11 @@ Summary: Password manager for GNOME 2 Name: revelation -Version: 0.4.9 +Version: 0.4.11 Release: 1%{?dist} License: GPL Group: Applications/Productivity -Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.9.tar.bz2 +Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.11.tar.bz2 URL: http://oss.codepoet.no/revelation/ Requires: python-crypto >= 2.0 Requires: pygtk2 >= 2.4 @@ -66,6 +66,7 @@ desktop-file-install \ %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || : +gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}-applet.schemas &>/dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : update-desktop-database %{_datadir}/applications &> /dev/null || : gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || : @@ -74,6 +75,7 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || : %preun export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || : +gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}-applet.schemas &>/dev/null || : %postun update-mime-database %{_datadir}/mime &> /dev/null || : @@ -100,6 +102,10 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || : %{_libexecdir}/revelation-applet %changelog +* Thu Jan 11 2007 Thorsten Leemhuis 0.4.11-1 +- update to 0.4.11 (fixes revelation-applet, upstream #202) +- run gconftool-2 for applet stuff, too + * Thu Jan 11 2007 Thorsten Leemhuis 0.4.9-1 - update to 0.4.9 - Remove 0.4.8-specific workaround diff --git a/sources b/sources index db1f589..26b0013 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd107681bf316a8bb575bf471005c799 revelation-0.4.9.tar.bz2 +e2db4a2f00f59b18798d4453c778129f revelation-0.4.11.tar.bz2