public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mingw-pcre2] f43: Update to 10.47
@ 2026-09-15 20:38 Sandro Mani
0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-09-15 20:38 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-15 20:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 20:38 [rpms/mingw-pcre2] f43: Update to 10.47 Sandro Mani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox