SHA256
3
0
forked from pool/pcre2

Accepting request 1194362 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1194362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2024-08-18 16:19:22 +00:00 committed by Git OBS Bridge
commit 9bb8715d58
7 changed files with 5276 additions and 34 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb
size 1905255

Binary file not shown.

File diff suppressed because it is too large Load Diff

3
pcre2-10.44.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96
size 1928086

BIN
pcre2-10.44.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Aug 16 17:37:57 UTC 2024 - Martin Schreiner <martin.schreiner@suse.com>
- Fix GitHub issue #415: Test suite fails when targeting i686.
The fix is taken straight from PR #418, also on GitHub.
- Add patch file:
* pcre2-10.44-github-issue-415.patch
-------------------------------------------------------------------
Sun Jun 30 21:58:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 10.44:
* This is mostly a bug-fix and tidying release. There is one
new function, to set a maximum size for a compiled pattern.
The maximum name length for groups is increased to 128.
* Some auxiliary files for building under VMS are added.
-------------------------------------------------------------------
Fri Feb 16 21:06:08 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package pcre2
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
Name: pcre2
Version: 10.43
Version: 10.44
Release: 0
Summary: A library for Perl-compatible regular expressions
License: BSD-3-Clause
@ -31,6 +31,8 @@ Source3: %{name}.keyring
Source4: baselibs.conf
# PATCH-FIX-OPENSUSE tchvatal@suse.cz upstream thinks it is good idea to use rpath, taken from RH
Patch1: pcre2-10.10-multilib.patch
# PATCH-FIX-UPSTREAM: patch fixes issue #415 on GitHub: Test suite fails when targeting i686, fix taken from PR #418
Patch2: pcre2-10.44-github-issue-415.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++