r45026 - in /desktop/experimental/glib2.0/debian: changelog patches/regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Wed Jun 10 17:14:15 UTC 2015


Author: smcv
Date: Wed Jun 10 17:14:15 2015
New Revision: 45026

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45026
Log:
d/p/regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch:
mark as applied upstream in 2.45.3

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/patches/regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=45026&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Wed Jun 10 17:14:15 2015
@@ -1,3 +1,10 @@
+glib2.0 (2.45.2-2) UNRELEASED; urgency=medium
+
+  * d/p/regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch:
+    mark as applied upstream in 2.45.3
+
+ -- Simon McVittie <smcv at debian.org>  Wed, 10 Jun 2015 18:13:21 +0100
+
 glib2.0 (2.45.2-1) experimental; urgency=medium
 
   [ Simon McVittie ]

Modified: desktop/experimental/glib2.0/debian/patches/regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch?rev=45026&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch	[utf-8] Wed Jun 10 17:14:15 2015
@@ -1,8 +1,6 @@
-From 8e1b62ee24f22e89aae0491ff91741caef535292 Mon Sep 17 00:00:00 2001
 From: Simon McVittie <simon.mcvittie at collabora.co.uk>
 Date: Mon, 27 Apr 2015 14:38:41 +0100
-Subject: [PATCH 2/2] regex: if PCRE is 8.34 or later, disable
- auto-possessification for DFA
+Subject: regex: if PCRE is 8.34 or later, disable auto-possessification for DFA
 
 Normally, recent PCRE behaves as if certain patterns were replaced
 by a more "possessive" pattern that gives the same answer for normal
@@ -14,6 +12,8 @@
 an internal PCRE 8.34 or later if the embedded copy is updated.
 
 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=733325
+Reviewed-by: Christian Persch <chpe at gnome.org>
+Applied-upstream: 2.45.3, commit:bf181a3ac78e824ca7e67ecfb2ba957e740594d7
 ---
  glib/gregex.c | 128 +++++++++++++++++++++++++++++++++++++++++++---------------
  1 file changed, 95 insertions(+), 33 deletions(-)




More information about the pkg-gnome-commits mailing list