[hulahop/f14] v0.8.1

Daniel Drake dsd at fedoraproject.org
Tue Jun 14 22:13:32 UTC 2011


commit 252c8d45e41637fb871bc6dad325f30fe04d6441
Author: Daniel Drake <dsd at laptop.org>
Date:   Tue Jun 14 23:04:45 2011 +0100

    v0.8.1

 .gitignore                     |    1 +
 hulahop-xulrunner-python.patch |   26 --------------------------
 hulahop.spec                   |    9 +++++----
 sources                        |    2 +-
 4 files changed, 7 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abafa6e..42f1cc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 hulahop-0.7.1.tar.bz2
+/hulahop-0.8.1.tar.bz2
diff --git a/hulahop.spec b/hulahop.spec
index 4368f97..16142ba 100644
--- a/hulahop.spec
+++ b/hulahop.spec
@@ -1,15 +1,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: hulahop
-Version: 0.7.1
-Release: 3%{?dist}
+Version: 0.8.1
+Release: 1%{?dist}
 Summary: A pygtk widget for embedding mozilla
 
 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
@@ -30,7 +29,6 @@ xpcom API through python.
 
 %prep
 %setup -q
-%patch0 -p1
 
 cat >> data/prefs.js << EOF
 pref("general.useragent.vendor", "OLPC");
@@ -58,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*
 
 %changelog
+* Tue Jun 14 2011 Daniel Drake <dsd at laptop.org> - 0.8.1-1
+- New version, fixes focus issues
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.7.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 45accb3..0e028fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e616e18c86dc3286a00550fa09e687eb  hulahop-0.7.1.tar.bz2
+79292e178cb9052f0eff52bc8aa9e879  hulahop-0.8.1.tar.bz2


More information about the scm-commits mailing list