r46009 - in /desktop/unstable/libpeas/debian: changelog control patches/0001-Fix-Python-plugin-loader-module-paths.patch

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Sep 22 12:45:13 UTC 2015


Author: ah
Date: Tue Sep 22 12:45:13 2015
New Revision: 46009

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46009
Log:
* New upstream release.
* Update debian/patches/0001-Fix-Python-plugin-loader-module-paths.patch
  - replace patch from gnome bugzilla with commit from upstream git.

Modified:
    desktop/unstable/libpeas/debian/changelog
    desktop/unstable/libpeas/debian/control
    desktop/unstable/libpeas/debian/patches/0001-Fix-Python-plugin-loader-module-paths.patch

Modified: desktop/unstable/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/changelog?rev=46009&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/changelog	[utf-8] Tue Sep 22 12:45:13 2015
@@ -1,3 +1,11 @@
+libpeas (1.16.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Update debian/patches/0001-Fix-Python-plugin-loader-module-paths.patch
+    - replace patch from gnome bugzilla with commit from upstream git.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 22 Sep 2015 13:44:28 +0200
+
 libpeas (1.14.0-1) unstable; urgency=medium
 
   [ Iain Lane ]

Modified: desktop/unstable/libpeas/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/control?rev=46009&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/control	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/control	[utf-8] Tue Sep 22 12:45:13 2015
@@ -5,7 +5,7 @@
 Source: libpeas
 Priority: extra
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs (>= 0.4.90),
                debhelper (>= 9),
                dh-autoreconf,

Modified: desktop/unstable/libpeas/debian/patches/0001-Fix-Python-plugin-loader-module-paths.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/patches/0001-Fix-Python-plugin-loader-module-paths.patch?rev=46009&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/patches/0001-Fix-Python-plugin-loader-module-paths.patch	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/patches/0001-Fix-Python-plugin-loader-module-paths.patch	[utf-8] Tue Sep 22 12:45:13 2015
@@ -1,19 +1,15 @@
-From d2481760d8b441c92531b8d3b167a7b072166485 Mon Sep 17 00:00:00 2001
+From 6479a04dbc28a66e7c5df8789b3f22b73762511c Mon Sep 17 00:00:00 2001
 From: Garrett Regier <garrettregier at gmail.com>
 Date: Tue, 1 Sep 2015 14:10:11 -0700
-Subject: [PATCH] Fix Python plugin loader module paths
+Subject: Fix Python plugin loader module paths
 
 Popping the first item from the module paths
 was only required when PySys_SetArgv() was used.
 
 https://bugzilla.gnome.org/show_bug.cgi?id=753401
-Signed-off-by: Garrett Regier <garrettregier at gmail.com>
----
- loaders/python/peas-python-internal.py | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
 
 diff --git a/loaders/python/peas-python-internal.py b/loaders/python/peas-python-internal.py
-index 1f96ee1..00bc72c 100644
+index 8870563..f672daf 100644
 --- a/loaders/python/peas-python-internal.py
 +++ b/loaders/python/peas-python-internal.py
 @@ -41,11 +41,9 @@ class Hooks(object):
@@ -28,7 +24,7 @@
 +
          gettext.install(GETTEXT_PACKAGE, PEAS_LOCALEDIR)
  
-         self.__idle_gc = 0
+         self.__module_cache = {}
 -- 
-2.5.1
+cgit v0.10.2
 




More information about the pkg-gnome-commits mailing list