[packages/pcre2] - updated to 10.33

adamg adamg at pld-linux.org
Wed Apr 17 15:43:22 CEST 2019


commit eee97b841780f84c9888ecc5b5874d1a9cf03e75
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Wed Apr 17 15:43:15 2019 +0200

    - updated to 10.33

 pcre2-posix-glibc-conflict.patch | 26 --------------------------
 pcre2.spec                       |  6 ++----
 2 files changed, 2 insertions(+), 30 deletions(-)
---
diff --git a/pcre2.spec b/pcre2.spec
index 68c7741..85ea513 100644
--- a/pcre2.spec
+++ b/pcre2.spec
@@ -10,13 +10,12 @@ Summary:	Perl-Compatible Regular Expression library
 Summary(pl.UTF-8):	Biblioteka perlowych wyrażeń regularnych
 Summary(pt_BR.UTF-8):	Biblioteca de expressões regulares versão
 Name:		pcre2
-Version:	10.32
+Version:	10.33
 Release:	1
 License:	BSD (see LICENCE)
 Group:		Libraries
 Source0:	ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
-# Source0-md5:	8a096287153fb994970df3570e90fcb5
-Patch0:		%{name}-posix-glibc-conflict.patch
+# Source0-md5:	80b355f2dce909a2e2424f5c79eddb44
 URL:		http://www.pcre.org/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
@@ -243,7 +242,6 @@ Dokumentacja dla PCRE2 w formacie HTML.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/pcre2-posix-glibc-conflict.patch b/pcre2-posix-glibc-conflict.patch
deleted file mode 100644
index dec0d42..0000000
--- a/pcre2-posix-glibc-conflict.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- pcre2-10.10/src/pcre2posix.h.orig	2015-05-07 17:59:59.967153047 +0200
-+++ pcre2-10.10/src/pcre2posix.h	2015-05-07 18:02:42.680478948 +0200
-@@ -133,14 +133,19 @@
- 
- /* The functions */
- 
--PCRE2POSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
--PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
-+PCRE2POSIX_EXP_DECL int pcreposix_regcomp(regex_t *, const char *, int);
-+PCRE2POSIX_EXP_DECL int pcreposix_regexec(const regex_t *, const char *, size_t,
-                      regmatch_t *, int);
--PCRE2POSIX_EXP_DECL size_t regerror(int, const regex_t *, char *, size_t);
--PCRE2POSIX_EXP_DECL void regfree(regex_t *);
-+PCRE2POSIX_EXP_DECL size_t pcreposix_regerror(int, const regex_t *, char *, size_t);
-+PCRE2POSIX_EXP_DECL void pcreposix_regfree(regex_t *);
- 
- #ifdef __cplusplus
- }   /* extern "C" */
- #endif
- 
-+#define regcomp pcreposix_regcomp
-+#define regexec pcreposix_regexec
-+#define regerror pcreposix_regerror
-+#define regfree pcreposix_regfree
-+
- /* End of pcre2posix.h */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pcre2.git/commitdiff/eee97b841780f84c9888ecc5b5874d1a9cf03e75



More information about the pld-cvs-commit mailing list