public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tin] epel10: use pcre2 instead of the deprecated pcre (#2128388)
@ 2026-08-23 23:18 Dominik Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik Mierzejewski @ 2026-08-23 23:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tin
Branch : epel10
Commit : e8d9990763920ba63c4cad7a3ffa8bfd705fc3c4
Author : Dominik Mierzejewski <dominik@greysector.net>
Date : 2022-12-29T02:34:39+01:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tin/c/e8d9990763920ba63c4cad7a3ffa8bfd705fc3c4?branch=epel10
Log:
use pcre2 instead of the deprecated pcre (#2128388)
---
diff --git a/tin.spec b/tin.spec
index b4d401f..646297f 100644
--- a/tin.spec
+++ b/tin.spec
@@ -13,8 +13,9 @@ BuildRequires: %{_bindir}/ispell
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: %{_bindir}/gpg1
-BuildRequires: ncurses-devel, byacc, pcre-devel, gnupg2
+BuildRequires: ncurses-devel, byacc, gnupg2
BuildRequires: openssl-devel
+BuildRequires: pcre2-devel
BuildRequires: perl-generators
BuildRequires: libgsasl-devel
BuildRequires: libicu-devel
@@ -50,7 +51,8 @@ rm -r ${workdir}
--with-gpg=%{_bindir}/gpg2 \
--with-mime-default-charset=UTF-8 \
--with-nntps=openssl \
- --with-pcre
+ --with-pcre2-config=/usr/bin/pcre2-config \
+ --without-pcre
%{__sed} -i -e 's/@\$(INSTALL) -s/@\$(INSTALL)/g' -e 's/@\$(CC)/\$(CC)/g' -e 's/@\$(CPP)/\$(CPP)/g' src/Makefile
@@ -82,6 +84,7 @@ rm -r ${workdir}
* Wed Dec 28 2022 Dominik Mierzejewski <dominik@greysector.net> 2.6.2-1
- update to 2.6.2 (#2156181)
- enable NNTPS support using OpenSSL
+- use pcre2 instead of the deprecated pcre (#2128388)
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 2.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-23 23:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 23:18 [rpms/tin] epel10: use pcre2 instead of the deprecated pcre (#2128388) Dominik Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox