rpms/gcalctool/devel gcalctool.spec,1.110,1.111 sources,1.76,1.77

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 26 23:46:17 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gcalctool/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23070

Modified Files:
	gcalctool.spec sources 
Log Message:
5.30.1



Index: gcalctool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcalctool/devel/gcalctool.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -p -r1.110 -r1.111
--- gcalctool.spec	29 Mar 2010 05:04:29 -0000	1.110
+++ gcalctool.spec	26 Apr 2010 23:46:16 -0000	1.111
@@ -1,5 +1,5 @@
 Name:           gcalctool
-Version:        5.30.0
+Version:        5.30.1
 Release:        1%{?dist}
 Summary:        A desktop calculator
 
@@ -60,24 +60,13 @@ rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
 
 
 %post
-export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gcalctool.schemas > /dev/null || :
+%gconf_schema_upgrade gcalctool
 
 %pre
-if [ "$1" -gt 1 ]; then
-  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gcalctool.schemas > /dev/null || :
-fi
+%gconf_schema_prepare gcalctool
 
 %preun
-if [ "$1" -eq 0 ]; then
-  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gcalctool.schemas > /dev/null || :
-fi
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%gconf_schema_remove gcalctool
 
 
 %files -f gcalctool.lang
@@ -93,6 +82,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 26 2010 Matthias Clasen <mclasen at redhat.com> - 5.30.1-1
+- Update to 5.30.1
+
+* Sat Apr 24 2010 Matthias Clasen <mclasen at redhat.com> - 5.30.0-2
+- Fix untranslated UI (#585211)
+
 * Mon Mar 29 2010 Matthias Clasen <mclasen at redhat.com> - 5.30.0-1
 - Update to 5.30.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcalctool/devel/sources,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -p -r1.76 -r1.77
--- sources	29 Mar 2010 05:04:29 -0000	1.76
+++ sources	26 Apr 2010 23:46:16 -0000	1.77
@@ -1 +1 @@
-edfc788c8d107d57e84d2c3415c6442b  gcalctool-5.30.0.tar.bz2
+fc54536bab41161f2e3ccc206c32976f  gcalctool-5.30.1.tar.bz2



More information about the scm-commits mailing list