rpms/hulahop/EL-6 hulahop-xulrunner-python.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 hulahop.spec, 1.18, 1.19 sources, 1.9, 1.10

Peter Robinson pbrobinson at fedoraproject.org
Sun Jul 11 14:52:07 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/hulahop/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9072

Modified Files:
	.cvsignore hulahop.spec sources 
Added Files:
	hulahop-xulrunner-python.patch 
Log Message:
- initial build for EL-6

hulahop-xulrunner-python.patch:
 hulahop-web-view.cpp |    2 +-
 hulahop.cpp          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE hulahop-xulrunner-python.patch ---
diff -ur a/src/hulahop.cpp b/src/hulahop.cpp
--- a/src/hulahop.cpp	2009-09-13 23:50:25.000000000 +0200
+++ b/src/hulahop.cpp	2010-02-18 17:47:04.000000000 +0100
@@ -25,7 +25,7 @@
 #include <nsIWebBrowserChrome.h>
 #include <nsIDOMWindow.h>
 #include <nsIBaseWindow.h>
-#include <PyXPCOM.h>
+#include <pyxpcom/PyXPCOM.h>
 
 #include "HulahopDirectoryProvider.h"
 #include "hulahop.h"
Nur in b/src: hulahop.cpp~.
diff -ur a/src/hulahop-web-view.cpp b/src/hulahop-web-view.cpp
--- a/src/hulahop-web-view.cpp	2009-05-20 13:53:01.000000000 +0200
+++ b/src/hulahop-web-view.cpp	2010-02-18 17:46:57.000000000 +0100
@@ -32,7 +32,7 @@
 #include <nsIJSContextStack.h>
 #include <nsIScriptGlobalObject.h>
 #include <nsIScriptContext.h>
-#include <PyXPCOM.h>
+#include <pyxpcom/PyXPCOM.h>
 
 #include <gtk/gtkfixed.h>
 #include <gtk/gtkwindow.h>
Nur in b/src: hulahop-web-view.cpp~.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hulahop/EL-6/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	27 Sep 2009 18:11:03 -0000	1.7
+++ .cvsignore	11 Jul 2010 14:52:06 -0000	1.8
@@ -1 +1 @@
-hulahop-0.6.0.tar.bz2
+hulahop-0.7.1.tar.bz2


Index: hulahop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hulahop/EL-6/hulahop.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- hulahop.spec	27 Sep 2009 18:14:56 -0000	1.18
+++ hulahop.spec	11 Jul 2010 14:52:06 -0000	1.19
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: hulahop
-Version: 0.6.0
+Version: 0.7.1
 Release: 2%{?dist}
 Summary: A pygtk widget for embedding mozilla
 
@@ -9,9 +9,10 @@ Group: System Environment/Libraries
 License: LGPL
 URL: http://www.sugarlabs.org
 Source0: http://download.sugarlabs.org/sources/sucrose/glucose/hulahop/%{name}-%{version}.tar.bz2
+Patch0: hulahop-xulrunner-python.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: xulrunner-devel-unstable
+BuildRequires: xulrunner-devel
 BuildRequires: xulrunner-python-devel
 BuildRequires: glib2-devel
 BuildRequires: gtk2-devel
@@ -29,6 +30,7 @@ xpcom API through python.
 
 %prep
 %setup -q
+%patch0 -p1
 
 cat >> data/prefs.js << EOF
 pref("general.useragent.vendor", "OLPC");
@@ -56,6 +58,15 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*
 
 %changelog
+* Thu Feb 18 2010 Sebastian Dziallas <sebastian at when.com> - 0.7.1-2
+- Changes for new xulrunner-python package
+
+* Tue Dec 01 2009 Sebastian Dziallas <sebastian at when.com> - 0.7.1-1
+- New upstream release
+
+* Sun Nov 29 2009 Bernie Innocenti <bernie at codewiz.org> - 0.6.0-3
+- Rebuild against latest xulrunner
+
 * Sun Sep 27 2009 Peter Robinson <pbrobinson at gmail.com> - 0.6.0-2
 - Fix source url
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hulahop/EL-6/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	27 Sep 2009 18:11:04 -0000	1.9
+++ sources	11 Jul 2010 14:52:07 -0000	1.10
@@ -1 +1 @@
-72104085814008bbe914a248594f0b49  hulahop-0.6.0.tar.bz2
+e616e18c86dc3286a00550fa09e687eb  hulahop-0.7.1.tar.bz2



More information about the scm-commits mailing list