r20938 - in /desktop/unstable/epiphany-browser/debian: changelog patches/14_gre_version.patch patches/series
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sun Aug 16 08:07:41 UTC 2009
Author: joss
Date: Sun Aug 16 08:07:39 2009
New Revision: 20938
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20938
Log:
14_gre_version.patch: new patch. Fix the list of supported GRE
versions. Closes: #536418, #541243.
Added:
desktop/unstable/epiphany-browser/debian/patches/14_gre_version.patch
Modified:
desktop/unstable/epiphany-browser/debian/changelog
desktop/unstable/epiphany-browser/debian/patches/series
Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=20938&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Sun Aug 16 08:07:39 2009
@@ -1,3 +1,10 @@
+epiphany-browser (2.26.3-2) unstable; urgency=low
+
+ * 14_gre_version.patch: new patch. Fix the list of supported GRE
+ versions. Closes: #536418, #541243.
+
+ -- Josselin Mouette <joss at debian.org> Sun, 16 Aug 2009 10:07:19 +0200
+
epiphany-browser (2.26.3-1) unstable; urgency=low
* New upstream translation and bugfix release.
Added: desktop/unstable/epiphany-browser/debian/patches/14_gre_version.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/14_gre_version.patch?rev=20938&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/14_gre_version.patch (added)
+++ desktop/unstable/epiphany-browser/debian/patches/14_gre_version.patch [utf-8] Sun Aug 16 08:07:39 2009
@@ -1,0 +1,13 @@
+Index: epiphany-2.26.3/embed/mozilla/mozilla-embed-single.cpp
+===================================================================
+--- epiphany-2.26.3.orig/embed/mozilla/mozilla-embed-single.cpp 2009-08-16 10:04:43.460351478 +0200
++++ epiphany-2.26.3/embed/mozilla/mozilla-embed-single.cpp 2009-08-16 10:05:21.792353567 +0200
+@@ -590,7 +590,7 @@ impl_init (EphyEmbedSingle *esingle)
+ #ifdef XPCOM_GLUE
+ static const GREVersionRange greVersion = {
+ "1.9a", PR_TRUE,
+- "2", PR_TRUE
++ "1.9.0.*", PR_TRUE
+ };
+ char xpcomLocation[4096];
+ nsresult rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, sizeof (xpcomLocation));
Modified: desktop/unstable/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/series?rev=20938&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/series [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/patches/series [utf-8] Sun Aug 16 08:07:39 2009
@@ -13,6 +13,7 @@
11_useragent-weasel.patch
12_safetypes.patch
13_extensions_need_xpcom.patch
+14_gre_version.patch
21_chrome_certmanager.patch
30_ua_debian_version.patch
99_autoreconf.patch
More information about the pkg-gnome-commits
mailing list