rpms/google-gadgets/devel google-gadgets-0.11.0-gecko_ver.patch, NONE, 1.1 google-gadgets.spec, 1.15, 1.16

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


Author: salimma

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

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/devel/google-gadgets.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- google-gadgets.spec	25 Jul 2009 01:04:06 -0000	1.15
+++ google-gadgets.spec	6 Aug 2009 20:20:57 -0000	1.16
@@ -4,7 +4,7 @@
 Name:           google-gadgets
 Version:        0.11.0
 #Release:        0.1.%{alphatag}%{?dist}
-Release:        2%{?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,8 +210,14 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* 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
+
+* Fri Jul 17 2009 Jan Horak <jhorak at redhat.com> - 0.11.0-2
+- Rebuild against newer gecko
 
 * Wed Jul  1 2009 Michel Salim <michel at erdos.localdomain> - 0.11.0-1
 - Update to 0.11.0




More information about the fedora-extras-commits mailing list