public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: Merge branch 'f27' into f28
Date: Wed, 26 Aug 2026 08:54:54 GMT	[thread overview]
Message-ID: <178773449473.1.15819472952891443733.rpms-inn-22bf2f4d933e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : 22bf2f4d933e9bee0a51c47aab776be5a8f8da30
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2018-06-24T00:04:38+02:00
Stats  : +22/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/22bf2f4d933e9bee0a51c47aab776be5a8f8da30?branch=epel10.3

Log:
Merge branch 'f27' into f28

---
diff --git a/.gitignore b/.gitignore
index 3433433..e5371f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ inn-faq.tar.gz
 /inn-2.6.0.tar.gz
 /inn.html
 /inn-2.6.1.tar.gz
+/inn-2.6.2.tar.gz
+/inn-2.6.2.tar.gz.asc

diff --git a/0xD73934B49674CF5CCD9AC2787D80315C5736DE75.gpg b/0xD73934B49674CF5CCD9AC2787D80315C5736DE75.gpg
new file mode 100644
index 0000000..de4c1ae
Binary files /dev/null and b/0xD73934B49674CF5CCD9AC2787D80315C5736DE75.gpg differ

diff --git a/inn.spec b/inn.spec
index e7f4515..311d20b 100644
--- a/inn.spec
+++ b/inn.spec
@@ -2,14 +2,18 @@
 
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
-Version: 2.6.1
-Release: 10%{?dist}
+Version: 2.6.2
+Release: 1%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
 URL: http://www.eyrie.org/~eagle/software/inn/
 Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
+Source1: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz.asc
 Source2: inn-default-distributions
+# gpg2 --recv-key 0xD73934B49674CF5CCD9AC2787D80315C5736DE75
+# gpg2 --export --export-options export-minimal 0xD73934B49674CF5CCD9AC2787D80315C5736DE75
+Source3: 0xD73934B49674CF5CCD9AC2787D80315C5736DE75.gpg
 Source10: http://www.eyrie.org/~eagle/faqs/inn.html
 Source20: innd.service
 Source21: innd-expire.service
@@ -26,6 +30,7 @@ Patch14: inn-redhat_build.patch
 patch17: inn-2.5.2-pconf.patch
 BuildRequires: autoconf
 BuildRequires: python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel perl-interpreter
+BuildRequires: %{_bindir}/gpgv2
 BuildRequires: perl-devel
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::Embed) flex systemd
@@ -97,6 +102,7 @@ Group: Applications/System
 This package contains dynamic libraries provided by INN project
 
 %prep
+gpgv2 --keyring %{S:3} %{S:1} %{S:0}
 %setup -q -n inn-%{version}
 %patch1 -p1 -b .rh
 %patch4 -p1 -b .pie
@@ -593,6 +599,10 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Sat Jun 23 2018 Dominik Mierzejewski <rpm@greysector.net> - 2.6.2-1
+- update to 2.6.2 release (#1557980)
+- check GPG signature of the tarball
+
 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
 

diff --git a/sources b/sources
index a7ee479..e3644f0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
-SHA512 (inn-2.6.1.tar.gz) = 3764a1be4f3e83ca555f2399d9555af9811f7b0dc83915a555e2664c875188fd4a4a3abb0fe412826b434eedd1f96dad240573fb5f3d8c5a0e2e1692afdd8ab0
+SHA512 (inn-2.6.2.tar.gz) = d649b88cab827682f1b62f31e94aed1fd38c57fd3f1753b15c1dfa06b160cf4aa8becc9b93557437dcaa856e4640bf4f24a67eff3bcf4dd762fc3c156a6237f8
+SHA512 (inn-2.6.2.tar.gz.asc) = f8fd640467ad60ea8cef1af3f89c1fe5777e2382705f1a071897eac35b06740985296492adef0e3c27221daaa94f6d254975d07b55585038f87d0ee1dc40f01b
 SHA512 (inn.html) = ee15038d5a3e1b6da79c4d733f039d8cac32c442645f922a1ccdadeeb6b181fc2234121a53c9c9c39efbf686fa95b4b2af69fec23e4b6bacab67024794b71fd1

diff --git a/inn.spec b/inn.spec
index 84f4c58..311d20b 100644
--- a/inn.spec
+++ b/inn.spec
@@ -603,6 +603,12 @@ fi
 - update to 2.6.2 release (#1557980)
 - check GPG signature of the tarball
 
+* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2.6.1-9
+- Rebuilt for switch to libxcrypt
+
 * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
 

                 reply	other threads:[~2026-08-26  8:54 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=178773449473.1.15819472952891443733.rpms-inn-22bf2f4d933e@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