rpms/epiphany-extensions/F-10 .cvsignore, 1.28, 1.29 epiphany-extensions.spec, 1.59, 1.60 sources, 1.28, 1.29

Peter Gordon pgordon at fedoraproject.org
Thu May 14 18:03:35 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/epiphany-extensions/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26467

Modified Files:
	.cvsignore epiphany-extensions.spec sources 
Log Message:
Update to 2.24.3; fix noisy Gconf scriptlet (#500841).


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/epiphany-extensions/F-10/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- .cvsignore	30 Sep 2008 03:59:00 -0000	1.28
+++ .cvsignore	14 May 2009 18:03:04 -0000	1.29
@@ -1 +1 @@
-epiphany-extensions-2.24.0.tar.bz2
+epiphany-extensions-2.24.3.tar.bz2


Index: epiphany-extensions.spec
===================================================================
RCS file: /cvs/pkgs/rpms/epiphany-extensions/F-10/epiphany-extensions.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- epiphany-extensions.spec	27 Apr 2009 19:54:02 -0000	1.59
+++ epiphany-extensions.spec	14 May 2009 18:03:04 -0000	1.60
@@ -3,8 +3,8 @@
 %global gecko_version       1.9.0.10
 
 Name:           epiphany-extensions
-Version:        %{ephy_major}.0
-Release:        8%{?dist}
+Version:        %{ephy_major}.3
+Release:        1%{?dist}
 Summary:        Extensions for Epiphany, the GNOME web browser
 
 ## The Live HTTP Headers extension is LGPLv2.1+; the Gestures extension is
@@ -71,9 +71,10 @@ make DESTDIR=%{buildroot} install
 %pre
 if [ "$1" -gt 1 ]; then
   export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
-  gconftool-2 --makefile-uninstall-rule \
-              %{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas \
-              %{_sysconfdir}/gconf/schemas/epilicious.schemas > /dev/null ||:
+  if [ -e %{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas ]; then
+  	gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas > /dev/null ||:
+  fi
+  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/epilicious.schemas > /dev/null 2>&1 ||:
 fi
 
 
@@ -113,6 +114,10 @@ scrollkeeper-update -q ||:
 
 
 %changelog
+* Thu May 14 2009 Peter Gordon <peter at thecodergeek.com> - 2.24.3-1
+- Update to new upstream release (2.24.3).
+- Make the GConf scriptlets quieter. (Fixes #500841.)
+
 * Mon Apr 27 2009 Christopher Aillon <caillon at redhat.com> - 2.24.0-8
 - Rebuild against newer gecko
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/epiphany-extensions/F-10/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	30 Sep 2008 03:59:00 -0000	1.28
+++ sources	14 May 2009 18:03:04 -0000	1.29
@@ -1 +1 @@
-b8bbe16e0bc5b2549c9bea5edf88762a  epiphany-extensions-2.24.0.tar.bz2
+5d1ca2c5847d066df26657319def1d3a  epiphany-extensions-2.24.3.tar.bz2




More information about the scm-commits mailing list