public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/tin] epel10: use pcre2 instead of the deprecated pcre (#2128388)
Date: Sun, 23 Aug 2026 23:18:21 GMT	[thread overview]
Message-ID: <178752710102.1.12335373632153469433.rpms-tin-e8d999076392@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-23 23:18 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=178752710102.1.12335373632153469433.rpms-tin-e8d999076392@fedoraproject.org \
    --to=dominik@greysector.net \
    --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