|
@@ -3,7 +3,7 @@
|
|
Summary: Perl-compatible regular expression library
|
|
Summary: Perl-compatible regular expression library
|
|
Summary(ja): Perl 互換の正規表現ライブラリ
|
|
Summary(ja): Perl 互換の正規表現ライブラリ
|
|
Name: pcre2
|
|
Name: pcre2
|
|
-Version: 10.42
|
|
+Version: 10.44
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -15,9 +15,11 @@ URL: https://www.pcre.org/
|
|
Source0: https://github.com/PhilipHazel/pcre2/releases/download/pcre2-%{version}/pcre2-%{version}.tar.bz2
|
|
Source0: https://github.com/PhilipHazel/pcre2/releases/download/pcre2-%{version}/pcre2-%{version}.tar.bz2
|
|
# Upstream thinks RPATH is good idea.
|
|
# Upstream thinks RPATH is good idea.
|
|
Patch0: pcre2-10.31-multilib.patch
|
|
Patch0: pcre2-10.31-multilib.patch
|
|
|
|
+# https://github.com/PCRE2Project/pcre2/commit/57906628d7babd27c01eb1c085d3e0cdd512189a
|
|
|
|
+Patch100: 57906628d7babd27c01eb1c085d3e0cdd512189a.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: zlib-devel
|
|
+BuildRequires: pkgconfig(zlib)
|
|
BuildRequires: bzip2-devel
|
|
BuildRequires: bzip2-devel
|
|
BuildRequires: libedit-devel
|
|
BuildRequires: libedit-devel
|
|
# New libtool to get rid of rpath
|
|
# New libtool to get rid of rpath
|
|
@@ -73,6 +75,7 @@ Development files (Headers, libraries for static linking, etc) for %{name}.
|
|
%setup -q
|
|
%setup -q
|
|
# Get rid of rpath
|
|
# Get rid of rpath
|
|
%patch0 -p1 -b .multilib
|
|
%patch0 -p1 -b .multilib
|
|
|
|
+%patch100 -p1 -b .bugfix
|
|
# Because of rpath patch
|
|
# Because of rpath patch
|
|
libtoolize --copy --force && autoreconf -vif
|
|
libtoolize --copy --force && autoreconf -vif
|
|
# One contributor's name is non-UTF-8
|
|
# One contributor's name is non-UTF-8
|
|
@@ -151,6 +154,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jun 10 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.44-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
|
|
+* Sat Feb 17 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.43-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Tue Dec 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.42-1
|
|
* Tue Dec 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.42-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|