diff --git a/_service b/_service new file mode 100644 index 0000000..8f54925 --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + ftp + ftp.csx.cam.ac.uk + /pub/software/programming/pcre/pcre-8.12.tar.bz2 + + + _service:download_url:pcre-8.12.tar.bz2 + sha256 + c63070d461edc451ec9457f2324e152a531e907d5c5d2d8f8121e725acd1aeec + + \ No newline at end of file diff --git a/pcre-8.10.tar.bz2 b/pcre-8.10.tar.bz2 deleted file mode 100644 index c52bfd5..0000000 --- a/pcre-8.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:335025876d05a61d1aa6be3a854470a7780d5f707c4d2ad64953c484035d9e77 -size 964315 diff --git a/pcre.changes b/pcre.changes index 4d5256b..cc0f123 100644 --- a/pcre.changes +++ b/pcre.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Mar 9 14:20:37 UTC 2011 - coolo@novell.com + +- Update to version 8.12 + + * This release fixes some bugs in pcregrep, one of which caused the tests to fail + on 64-bit big-endian systems. There are no changes to the code of the library. + +- Update to version 8.11 + * A number of bugs in the library and in pcregrep have been fixed. As always, see + ChangeLog for details. The following are the non-bug-fix changes: + + Added --match-limit and --recursion-limit to pcregrep. + + Added an optional parentheses number to the -o and --only-matching options + of pcregrep. + + Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and + \B. + + Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a + bad UTF-8 sequence and one that is incomplete when using PCRE_PARTIAL_HARD. + + Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_ + START_OPTIMIZE option, which is now allowed at compile time + ------------------------------------------------------------------- Sat Oct 30 02:15:06 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/pcre.spec b/pcre.spec index 450ba25..d601dd1 100644 --- a/pcre.spec +++ b/pcre.spec @@ -20,7 +20,7 @@ Name: pcre BuildRequires: gcc-c++ pkg-config -Version: 8.10 +Version: 8.12 Release: 1 Summary: A library for Perl-compatible regular expressions License: BSD3c(or similar) ; Other uncritical OpenSource License @@ -34,7 +34,7 @@ Url: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ Source: %name-%version.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -Patch: pcre-visibility.patch +Patch: pcre-visibility.patch %description The PCRE library is a set of functions that implement regular @@ -119,6 +119,7 @@ as Perl 5. %prep %setup -q %patch + %build mkdir m4 autoreconf -fiv