SHA256
3
0
forked from pool/pcre2

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=73
This commit is contained in:
Martin Schreiner 2024-08-16 17:58:14 +00:00 committed by Git OBS Bridge
parent 57a91938ed
commit e2b0a95194
3 changed files with 5234 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>

View File

@ -29,8 +29,10 @@ Source0: https://github.com/PhilipHazel/pcre2/releases/download/%{name}-%
Source2: https://github.com/PhilipHazel/pcre2/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2.sig
Source3: %{name}.keyring
Source4: baselibs.conf
#PATCH-FIX-OPENSUSE tchvatal@suse.cz upstream thinks it is good idea to use rpath, taken from RH
# 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++