rpms/google-gadgets/F-11 google-gadgets-0.11.0-gecko_ver.patch, NONE, 1.1 google-gadgets.spec, 1.17, 1.18

Michel Alexandre Salim salimma at fedoraproject.org
Thu Aug 6 20:20:57 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/google-gadgets/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29060/F-11

Modified Files:
	google-gadgets.spec 
Added Files:
	google-gadgets-0.11.0-gecko_ver.patch 
Log Message:
* Thu Aug  6 2009 Michel Salim <salimma at fedoraproject.org> - 0.11.0-4
- Backport Gecko version detection fix


google-gadgets-0.11.0-gecko_ver.patch:
 libmozjs_glue.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE google-gadgets-0.11.0-gecko_ver.patch ---
--- google-gadgets/extensions/smjs_script_runtime/libmozjs_glue.cc.gecko_ver	2009-05-02 15:05:22.514103786 -0400
+++ google-gadgets/extensions/smjs_script_runtime/libmozjs_glue.cc	2009-08-06 15:55:35.660899747 -0400
@@ -199,7 +199,7 @@
 
   static const GREVersionRange kGREVersion = {
     "1.9a", PR_TRUE,
-    "1.9.1", PR_TRUE
+    "1.9.2", PR_TRUE
   };
 
   rv = GRE_GetGREPathWithProperties(&kGREVersion, 1, nsnull, 0,


Index: google-gadgets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/google-gadgets/F-11/google-gadgets.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- google-gadgets.spec	3 Aug 2009 23:03:59 -0000	1.17
+++ google-gadgets.spec	6 Aug 2009 20:20:55 -0000	1.18
@@ -4,7 +4,7 @@
 Name:           google-gadgets
 Version:        0.11.0
 #Release:        0.1.%{alphatag}%{?dist}
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Google Gadgets for Linux
 
 Group:          User Interface/Desktops
@@ -14,6 +14,7 @@ Source0:        http://google-gadgets-fo
 # http://code.google.com/p/google-gadgets-for-linux/issues/detail?id=311
 # patch taken from svn r1239
 Patch0:         %{name}-0.11.0-sidebar_gtk.patch
+Patch1:         %{name}-0.11.0-gecko_ver.patch
 #Source0:        %{name}-%{version}-r%{svnrev}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -80,6 +81,7 @@ developing applications that use %{name}
 %prep
 %setup -q -n %{name}-for-linux-%{version}
 %patch0 -p1 -b .sidebar_gtk
+%patch1 -p1 -b .gecko_ver
 # Permission fixes
 chmod -x ggadget/qt/utilities.h
 
@@ -208,6 +210,9 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Thu Aug  6 2009 Michel Salim <salimma at fedoraproject.org> - 0.11.0-4
+- Backport Gecko version detection fix
+
 * Mon Aug 03 2009 Christopher Aillon <caillon at redhat.com> - 0.11.0-3
 - Rebuild against newer gecko
 
@@ -218,7 +223,7 @@ update-desktop-database &> /dev/null || 
 - Update to 0.11.0
 
 * Sat May  2 2009 Michel Salim <salimma at fedoraproject.org> - 0.10.6-0.1.20090430svn1449%{?dist}
-- Update to SVN checkout, for xulrunner 1.9.1.2 compatibility
+- Update to SVN checkout, for xulrunner 1.9.1 compatibility
 
 * Mon Apr 27 2009 Christopher Aillon <caillon at redhat.com> - 0.10.5-6
 - Rebuild against newer gecko




More information about the scm-commits mailing list