public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mingw-pcre2] f43: Update to 10.47
Date: Tue, 15 Sep 2026 20:38:26 GMT [thread overview]
Message-ID: <178950470683.1.2019288494410166343.rpms-mingw-pcre2-6ae9ea83c1aa@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mingw-pcre2
Branch : f43
Commit : 6ae9ea83c1aad4fa3872b944c36e589eb7cbcc19
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-03-22T15:44:58+01:00
Stats : +12/-24 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/mingw-pcre2/c/6ae9ea83c1aad4fa3872b944c36e589eb7cbcc19?branch=f43
Log:
Update to 10.47
---
diff --git a/.gitignore b/.gitignore
index b826c78..de6d14a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/pcre2-10.44.tar.bz2
/pcre2-10.45.tar.bz2
/pcre2-10.46.tar.bz2
+/pcre2-10.47.tar.bz2
diff --git a/mingw-pcre2.spec b/mingw-pcre2.spec
index 8f05fd9..e0de89c 100644
--- a/mingw-pcre2.spec
+++ b/mingw-pcre2.spec
@@ -3,8 +3,8 @@
%global pkgname pcre2
Name: mingw-%{pkgname}
-Version: 10.46
-Release: 2%{?dist}
+Version: 10.47
+Release: 1%{?dist}
Summary: MinGW Windows %{pkgname} library
License: BSD-3-Clause
@@ -15,21 +15,17 @@ Source: https://github.com/PhilipHazel/pcre2/releases/download/pcre2-%{ve
# Do no set RPATH if libdir is not /usr/lib
Patch0: pcre2-10.10-Fix-multilib.patch
-## MinGW specific patches ##
-# Fix implicitly defined functions due to overly relaxed platform detection in macros
-Patch100: pcre2-10.23-mingw.patch
-
BuildArch: noarch
BuildRequires: make
BuildRequires: automake autoconf libtool
-BuildRequires: mingw32-filesystem >= 95
+BuildRequires: mingw32-filesystem
BuildRequires: mingw32-gcc
BuildRequires: mingw32-binutils
-BuildRequires: mingw64-filesystem >= 95
+BuildRequires: mingw64-filesystem
BuildRequires: mingw64-gcc
BuildRequires: mingw64-binutils
@@ -177,6 +173,9 @@ chmod 0644 %{buildroot}%{mingw64_libdir}/*.dll.a
%changelog
+* Sat Nov 15 2025 Sandro Mani <manisandro@gmail.com> - 10.47-1
+- Update to 10.47
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 10.46-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/pcre2-10.10-Fix-multilib.patch b/pcre2-10.10-Fix-multilib.patch
index 095ecdd..f88dee3 100644
--- a/pcre2-10.10-Fix-multilib.patch
+++ b/pcre2-10.10-Fix-multilib.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference pcre2-10.46/pcre2-config.in pcre2-10.46-new/pcre2-config.in
---- pcre2-10.46/pcre2-config.in 2025-08-27 16:12:45.000000000 +0200
-+++ pcre2-10.46-new/pcre2-config.in 2025-09-02 15:24:34.576638154 +0200
+diff -rupN --no-dereference pcre2-10.47/pcre2-config.in pcre2-10.47-new/pcre2-config.in
+--- pcre2-10.47/pcre2-config.in 2025-10-20 13:35:02.000000000 +0200
++++ pcre2-10.47-new/pcre2-config.in 2025-11-15 08:50:12.126467901 +0100
@@ -28,19 +28,7 @@ if test $# -eq 0; then
fi
diff --git a/pcre2-10.23-mingw.patch b/pcre2-10.23-mingw.patch
deleted file mode 100644
index 3cbbc96..0000000
--- a/pcre2-10.23-mingw.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rupN --no-dereference pcre2-10.46/src/pcre2grep.c pcre2-10.46-new/src/pcre2grep.c
---- pcre2-10.46/src/pcre2grep.c 2025-08-27 16:12:45.000000000 +0200
-+++ pcre2-10.46-new/src/pcre2grep.c 2025-09-02 15:24:34.618001981 +0200
-@@ -860,7 +860,7 @@ native z/OS, and "no support". */
-
- /************* Directory scanning Unix-style and z/OS ***********/
-
--#if (defined HAVE_SYS_STAT_H && defined HAVE_DIRENT_H && defined HAVE_SYS_TYPES_H) || defined NATIVE_ZOS
-+#if ((defined HAVE_SYS_STAT_H && defined HAVE_DIRENT_H && defined HAVE_SYS_TYPES_H) || defined NATIVE_ZOS) && !defined WIN32
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <dirent.h>
diff --git a/sources b/sources
index 28a68d8..eb06234 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pcre2-10.46.tar.bz2) = 795b0d74efb898347990c29fefc85f37ac81e7795f9d6a5598d1169a03c547df7ff7eac280f708b1fef68d3e7686e0d4cd55f0c6364e287ff2a983bbd1a3c334
+SHA512 (pcre2-10.47.tar.bz2) = 889a6fdc80f8a7285e4a75d189c183b4588df81bdf048302cf0830e11bbf9b9eeb387ba43dfd3aff8ffb3aa693291e8c535845c06e8ce92d1028cefa6b474804
reply other threads:[~2026-09-15 20:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178950470683.1.2019288494410166343.rpms-mingw-pcre2-6ae9ea83c1aa@fedoraproject.org \
--to=manisandro@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox