From 6692d9829b9c18032bf9a2f0d354e73f74509ac4 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 6 Apr 2011 19:12:45 +0100 Subject: [PATCH] update to latest HG snapshot to compile against xulrunner 2.0 --- .gitignore | 1 + sources | 2 +- xulrunner-python.spec | 16 ++++++---------- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 62039d2..784c7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ pyxpcom-1.9.2-20100111hg.tar.bz2 +/pyxpcom-2.0-20110406hg.tar.bz2 diff --git a/sources b/sources index 151eb36..1fc3623 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc5b5d794ff2f79150f67dea7519a6f5 pyxpcom-1.9.2-20100111hg.tar.bz2 +d750928c7e098842a486400fe200de44 pyxpcom-2.0-20110406hg.tar.bz2 diff --git a/xulrunner-python.spec b/xulrunner-python.spec index 6a70ea8..351e29c 100644 --- a/xulrunner-python.spec +++ b/xulrunner-python.spec @@ -1,23 +1,19 @@ %define builddir %{_builddir}/%{name}-%{version} %define objdir objdir -%define hgver 20100111hg +%define hgver 20110406hg Summary: Python interface for mozilla XPCOM library Name: xulrunner-python -Version: 1.9.2 -Release: 5.%{hgver}%{?dist} +Version: 2.0 +Release: 1.%{hgver}%{?dist} URL: http://developer.mozilla.org/en/PyXPCOM License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet # Get by hg clone http://hg.mozilla.org/pyxpcom pyxpcom/src Source0: pyxpcom-%{version}-%{hgver}.tar.bz2 -# build patches -Patch0: xpcom-dynstr.patch - # --------------------------------------------------- -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: gecko-devel >= %{version} BuildRequires: autoconf213 BuildRequires: python-devel @@ -38,7 +34,6 @@ Development files for building Gecko applications written in python. %prep %setup -q -c -%patch0 -p1 -b .dynstr mkdir %{objdir} autoconf-2.13 @@ -59,8 +54,6 @@ make #--------------------------------------------------------------------- %install -%{__rm} -rf $RPM_BUILD_ROOT - # Some helpers %define distdir objdir/dist/bin %define includedir objdir/dist/include @@ -124,6 +117,9 @@ popd #--------------------------------------------------------------------- %changelog +* Wed Apr 6 2011 Peter Robinson - 2.0-1.20110604hg +- update to latest HG snapshot to compile against xulrunner 2.0 + * Tue Feb 08 2011 Fedora Release Engineering - 1.9.2-5.20100111hg - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild