8.11 bump
Bump 8.11 and fix typo in manual.
This commit is contained in:
parent
8e99fc51e8
commit
954091c1ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
pcre-8.10.tar.bz2
|
pcre-8.10.tar.bz2
|
||||||
|
/pcre-8.11.tar.bz2
|
||||||
|
25
pcre-8.11-Fix-typo-in-pcreprecompile-3.patch
Normal file
25
pcre-8.11-Fix-typo-in-pcreprecompile-3.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 688c7d4bff7da05f6b453a34f452ecd7c150a9eb Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||||
|
Date: Mon, 13 Dec 2010 12:56:35 +0100
|
||||||
|
Subject: [PATCH] Fix typo in pcreprecompile(3)
|
||||||
|
|
||||||
|
---
|
||||||
|
doc/pcreprecompile.3 | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/doc/pcreprecompile.3 b/doc/pcreprecompile.3
|
||||||
|
index c04af24..6b878fa 100644
|
||||||
|
--- a/doc/pcreprecompile.3
|
||||||
|
+++ b/doc/pcreprecompile.3
|
||||||
|
@@ -24,7 +24,7 @@ guaranteed to work and may cause crashes.
|
||||||
|
.
|
||||||
|
.SH "SAVING A COMPILED PATTERN"
|
||||||
|
.rs
|
||||||
|
-.sh
|
||||||
|
+.sp
|
||||||
|
The value returned by \fBpcre_compile()\fP points to a single block of memory
|
||||||
|
that holds the compiled pattern and associated data. You can find the length of
|
||||||
|
this block in bytes by calling \fBpcre_fullinfo()\fP with an argument of
|
||||||
|
--
|
||||||
|
1.7.3.3
|
||||||
|
|
11
pcre.spec
11
pcre.spec
@ -1,10 +1,11 @@
|
|||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 8.10
|
Version: 8.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl-compatible regular expression library
|
Summary: Perl-compatible regular expression library
|
||||||
URL: http://www.pcre.org/
|
URL: http://www.pcre.org/
|
||||||
Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
|
||||||
Patch0: pcre-8.10-multilib.patch
|
Patch0: pcre-8.10-multilib.patch
|
||||||
|
Patch1: pcre-8.11-Fix-typo-in-pcreprecompile-3.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
@ -38,6 +39,8 @@ Library for static linking for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
# Get rid of rpath
|
# Get rid of rpath
|
||||||
%patch0 -p1 -b .multilib
|
%patch0 -p1 -b .multilib
|
||||||
|
# Fix manual
|
||||||
|
%patch1 -p1 -b .manual
|
||||||
libtoolize --copy --force && autoreconf
|
libtoolize --copy --force && autoreconf
|
||||||
# One contributor's name is non-UTF-8
|
# One contributor's name is non-UTF-8
|
||||||
for F in ChangeLog; do
|
for F in ChangeLog; do
|
||||||
@ -102,6 +105,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc COPYING LICENCE
|
%doc COPYING LICENCE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 13 2010 Petr Pisar <ppisar@redhat.com> - 8.11-1
|
||||||
|
- 8.11 bump
|
||||||
|
- See ChangeLog for changes. Namely changes have been made to the way
|
||||||
|
PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and \B.
|
||||||
|
- Fix typo in pcreprecompile(3) manual
|
||||||
|
|
||||||
* Mon Jul 12 2010 Petr Pisar <ppisar@redhat.com> - 8.10-1
|
* Mon Jul 12 2010 Petr Pisar <ppisar@redhat.com> - 8.10-1
|
||||||
- 8.10 bump (bug #612635)
|
- 8.10 bump (bug #612635)
|
||||||
- Add LICENCE to static subpackage because COPYING refers to it
|
- Add LICENCE to static subpackage because COPYING refers to it
|
||||||
|
Loading…
Reference in New Issue
Block a user