public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tin] epel10: enable Cancel-Locks support
@ 2026-08-23 23:18 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-23 23:18 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/tin
            Branch : epel10
            Commit : c9d5f84a780dd360dd9473031caae94da7168e1f
            Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
            Date   : 2024-12-08T18:54:07+01:00
            Stats  : +10/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/tin/c/c9d5f84a780dd360dd9473031caae94da7168e1f?branch=epel10

            Log:
            enable Cancel-Locks support

enable zlib compression support

---
diff --git a/tin.spec b/tin.spec
index 6a3c5c8..5bec3b1 100644
--- a/tin.spec
+++ b/tin.spec
@@ -1,6 +1,6 @@
 Name: tin
 Version: 2.6.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Basic Internet news reader
 # all sources built into binaries are BSD-3-Clause except
 # src/parsdate.{c,y} which are Public Domain
@@ -15,6 +15,7 @@ BuildRequires: gcc-c++
 BuildRequires: gettext
 BuildRequires: gnupg1
 BuildRequires: gnupg2
+BuildRequires: libcanlock-devel
 BuildRequires: make
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel
@@ -23,6 +24,7 @@ BuildRequires: perl-generators
 BuildRequires: libgsasl-devel
 BuildRequires: libicu-devel
 BuildRequires: libidn-devel
+BuildRequires: zlib-devel
 
 %description
 Tin is a basic, easy to use Internet news reader.  Tin can read news
@@ -38,11 +40,13 @@ gpg1 --homedir=${workdir} --pgp2 --yes --output="${workring}" --dearmor %{S:2}
 gpg1 --homedir=${workdir} --pgp2 --verify --keyring="${workring}" %{S:1} %{S:0}
 rm -r ${workdir}
 %autosetup -p1
+rm -rv libcanlock
 
 %build
 %configure \
 	--with-libdir=/var/lib/news \
 	--with-spooldir=/var/spool/news/articles \
+	--enable-cancel-locks \
 	--enable-long-article-numbers \
 	--enable-nntp \
 	--enable-prototypes \
@@ -53,6 +57,7 @@ rm -r ${workdir}
 	--with-mime-default-charset=UTF-8 \
 	--with-nntps=openssl \
 	--with-pcre2-config=/usr/bin/pcre2-config \
+	--with-zlib \
 
 sed -i -e 's/@\$(INSTALL) -s/@\$(INSTALL)/g' -e 's/@\$(CC)/\$(CC)/g' -e  's/@\$(CPP)/\$(CPP)/g' src/Makefile
 
@@ -91,6 +96,10 @@ install -Dpm644 -t %{buildroot}%{_mandir}/man3 doc/wildmat.3
 %{_mandir}/man5/tin.5*
 
 %changelog
+* Sun Dec 08 2024 Dominik Mierzejewski <dominik@greysector.net> 2.6.3-6
+- enable Cancel-Locks support
+- enable zlib compression support
+
 * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_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: enable Cancel-Locks support Dominik 'Rathann' Mierzejewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox