Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2012-08-22 12:15:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcre (Old)
 and      /work/SRC/openSUSE:Factory/.pcre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcre", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcre/pcre.changes        2012-07-21 
12:31:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes   2012-08-22 
12:16:37.000000000 +0200
@@ -1,0 +2,19 @@
+Fri Aug 17 14:18:53 UTC 2012 - [email protected]
+
+- Upate to version 8.31:
+  + The JIT compiler now supports partial matching and the (*MARK)
+    and (*COMMIT) verbs
+  + PCRE_INFO_MAXLOOKBEHIND can be used to find the longest
+    lookbehing in a pattern.
+  + There should be a performance improvement when using the heap
+    instead of the stack for recursion
+  + pcregrep can now be linked with libedit as an alternative to
+    libreadline
+  + pcregrep now has a --file-list option where the list of files
+    to scan is given as a file
+  + pcregrep now recognizes binary files and there are related
+    options
+  + The Unicode tables have been updated to 6.1.0
+- Rebase pcre-visibility.patch.
+
+-------------------------------------------------------------------

Old:
----
  pcre-8.30.tar.bz2

New:
----
  pcre-8.31.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pcre.spec ++++++
--- /var/tmp/diff_new_pack.45akOZ/_old  2012-08-22 12:16:38.000000000 +0200
+++ /var/tmp/diff_new_pack.45akOZ/_new  2012-08-22 12:16:38.000000000 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-Version:        8.30
+Version:        8.31
 Release:        0
 Summary:        A library for Perl-compatible regular expressions
 License:        BSD-3-Clause

++++++ pcre-8.30.tar.bz2 -> pcre-8.31.tar.bz2 ++++++
++++ 30004 lines of diff (skipped)

++++++ pcre-visibility.patch ++++++
--- /var/tmp/diff_new_pack.45akOZ/_old  2012-08-22 12:16:39.000000000 +0200
+++ /var/tmp/diff_new_pack.45akOZ/_new  2012-08-22 12:16:39.000000000 +0200
@@ -1,3 +1,5 @@
+Index: configure.ac
+===================================================================
 --- configure.ac.orig
 +++ configure.ac
 @@ -45,8 +45,12 @@ AC_CONFIG_MACRO_DIR([m4])
@@ -24,6 +26,8 @@
  AC_PROG_LN_S
  
  PCRE_MAJOR="pcre_major"
+Index: m4/visibility.m4
+===================================================================
 --- /dev/null
 +++ m4/visibility.m4
 @@ -0,0 +1,89 @@
@@ -116,9 +120,11 @@
 +  AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY],
 +    [Define to 1 or 0, depending whether the compiler supports simple 
visibility declarations.])
 +])
+Index: Makefile.am
+===================================================================
 --- Makefile.am.orig
 +++ Makefile.am
-@@ -178,6 +178,9 @@ BUILT_SOURCES = pcre_chartables.c
+@@ -179,6 +179,9 @@ BUILT_SOURCES = pcre_chartables.c
  # Build the 8 bit library if it is enabled.
  if WITH_PCRE8
  lib_LTLIBRARIES += libpcre.la
@@ -128,7 +134,7 @@
  libpcre_la_SOURCES = \
    pcre_byte_order.c \
    pcre_compile.c \
-@@ -211,6 +214,7 @@ endif # WITH_PCRE8
+@@ -212,6 +215,7 @@ endif # WITH_PCRE8
  # Build the 16 bit library if it is enabled.
  if WITH_PCRE16
  lib_LTLIBRARIES += libpcre16.la
@@ -136,7 +142,7 @@
  libpcre16_la_SOURCES = \
    pcre16_byte_order.c \
    pcre16_chartables.c \
-@@ -266,10 +270,10 @@ EXTRA_DIST += \
+@@ -267,10 +271,10 @@ EXTRA_DIST += \
    sljit/sljitUtils.c
  
  if WITH_PCRE8
@@ -149,7 +155,7 @@
  endif # WITH_PCRE16
  
  CLEANFILES += pcre_chartables.c
-@@ -291,9 +295,10 @@ endif # WITH_JIT
+@@ -292,9 +296,10 @@ endif # WITH_JIT
  ## A version of the main pcre library that has a posix re API.
  if WITH_PCRE8
  lib_LTLIBRARIES += libpcreposix.la
@@ -161,7 +167,7 @@
  libpcreposix_la_LIBADD = libpcre.la
  endif # WITH_PCRE8
  
-@@ -301,12 +306,13 @@ endif # WITH_PCRE8
+@@ -302,12 +307,13 @@ endif # WITH_PCRE8
  if WITH_PCRE_CPP
  
  lib_LTLIBRARIES += libpcrecpp.la
@@ -176,11 +182,11 @@
  libpcrecpp_la_LIBADD = libpcre.la
  
  TESTS += pcrecpp_unittest
-@@ -350,6 +356,7 @@ if WITH_PCRE8
+@@ -351,6 +357,7 @@ if WITH_PCRE8
  TESTS += RunGrepTest
  dist_noinst_SCRIPTS += RunGrepTest
  bin_PROGRAMS += pcregrep
 +pcregrep_CFLAGS = -fwhole-program
  pcregrep_SOURCES = pcregrep.c
  pcregrep_LDADD = $(LIBZ) $(LIBBZ2)
- pcregrep_LDADD += libpcreposix.la
+ pcregrep_LDADD += libpcre.la libpcreposix.la

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to