rpms/hulahop/devel hulahop.spec,1.2,1.3 sources,1.2,1.3

Marco Pesenti Gritti mpg at fedoraproject.org
Tue Oct 7 08:25:18 UTC 2008


Author: mpg

Update of /cvs/pkgs/rpms/hulahop/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15466

Modified Files:
	hulahop.spec sources 
Log Message:
Resync with OLPC-3


Index: hulahop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hulahop/devel/hulahop.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hulahop.spec	31 Jul 2008 17:27:36 -0000	1.2
+++ hulahop.spec	7 Oct 2008 08:24:48 -0000	1.3
@@ -1,17 +1,18 @@
 %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 
 Name: hulahop
-Version: 0.4.0
-Release: 3%{?dist}
+Version: 0.4.6
+Release: 1%{?dist}
 Summary: A pygtk widget for embedding mozilla
 
 Group: System Environment/Libraries
-License: LGPLv2+
+License: LGPL
 URL: http://dev.laptop.org
 Source0: http://dev.laptop.org/pub/sugar/hulahop-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: xulrunner-devel
+BuildRequires: xulrunner-devel-unstable
+BuildRequires: xulrunner-pyxpcom-devel
 BuildRequires: glib2-devel
 BuildRequires: gtk2-devel
 BuildRequires: pygobject2-devel
@@ -19,6 +20,7 @@
 
 Requires: pygobject2
 Requires: pygtk2
+Requires: xulrunner-pyxpcom
 
 %description
 The hulalop library contains a widget for embedding mozilla.
@@ -28,6 +30,12 @@
 %prep
 %setup -q
 
+cat >> data/prefs.js << EOF
+pref("general.useragent.vendor", "OLPC");
+pref("general.useragent.vendorSub", "%{version}-%{release}");
+pref("general.useragent.vendorComment", "XO");
+EOF
+
 %build
 %configure --disable-static
 make %{?_smp_mflags}
@@ -44,11 +52,42 @@
 %defattr(-,root,root,-)
 %doc COPYING
 %{_datadir}/hulahop
+%{_libdir}/hulahop
 %{python_sitelib}/*
 
 %changelog
-* Thu Jul 31 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.4.0-3
-- fix license tag
+* Thu Sep 11 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.6-1
+- Fixes for components registration
+
+* Sat Sep  6 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.5-2
+- Switch vendor to OLPC
+
+* Sat Sep  6 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.5-1
+- Update to 0.4.5
+- Setup vendor
+
+* Thu Aug 28 2008 Simon Schampijer <simon at laptop.org> - 0.4.4-1
+- Update the profile dependent on version changes 5428
+
+* Tue Jul 29 2008 Simon Schampijer <simon at laptop.org> - 0.4.3-1
+- Setup a nsXULAppInfo service and register 7530
+- Fix sites that check for firefox version 7645
+
+* Thu Jul 24 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.2-1
+- Update to 0.4.2
+- Fix requires
+
+* Mon Jun 23 2008 Dennis Gilmore <dennis at ausil.us> - 0.4.1-3
+- change Requires from python-xulrunner to xulrunner-pyxpcom
+
+* Sat Jun 21 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.1-2
+- Add dependency on python-xulrunner
+
+* Fri Jun 20 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.1-1
+- Update to 0.4.1
+
+* Fri Jun 20 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.0-4
+- Require python-xulrunner-devel
 
 * Fri Jan 11 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.0-2
 - Rebuild


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hulahop/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 May 2008 16:14:45 -0000	1.2
+++ sources	7 Oct 2008 08:24:48 -0000	1.3
@@ -1 +1 @@
-78c410628ae067ae01dbd1d6cecda618  hulahop-0.4.0.tar.bz2
+d6a1c444d2f9e052504c7edf3f849248  hulahop-0.4.6.tar.bz2




More information about the fedora-extras-commits mailing list