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/inn] epel10.3: update to 2.7.1 (#2203869)
Date: Wed, 26 Aug 2026 08:55:35 GMT	[thread overview]
Message-ID: <178773453513.1.8703908266707484566.rpms-inn-8bbb2fea3714@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : 8bbb2fea3714cb464281ea74cef63fe2b87953bd
Author : Dominik Mierzejewski <dominik@greysector.net>
Date   : 2023-05-16T13:29:25+02:00
Stats  : +14/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/8bbb2fea3714cb464281ea74cef63fe2b87953bd?branch=epel10.3

Log:
update to 2.7.1 (#2203869)

---
diff --git a/.gitignore b/.gitignore
index d7b7fe7..3b58e76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,6 @@ inn-faq.tar.gz
 /inn-2.7.0.tar.gz
 /inn-2.7.0.tar.gz.asc
 /inn-faq-2.7.0.html
+/inn-2.7.1.tar.gz
+/inn-2.7.1.tar.gz.asc
+/inn-faq-2.7.1.html

diff --git a/inn.spec b/inn.spec
index e32143b..ff36687 100644
--- a/inn.spec
+++ b/inn.spec
@@ -3,8 +3,8 @@
 
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
-Version: 2.7.0
-Release: 4%{?dist}
+Version: 2.7.1
+Release: 1%{?dist}
 #see LICENSE file for details
 License: GPLv2+ and BSD and MIT and Public Domain
 URL: https://www.eyrie.org/~eagle/software/inn/
@@ -229,6 +229,7 @@ chmod u+w \
           nntpget \
           ovdb_{init,monitor,server,stat} \
           ovsqlite-server \
+          ovsqlite-util \
           rnews{,.libexec/{de,en}code} \
           shlock \
           shrinkfile \
@@ -405,6 +406,7 @@ fi
 %{_libexecdir}/news/actmerge
 %{_libexecdir}/news/ovdb_server
 %{_libexecdir}/news/ovsqlite-server
+%{_libexecdir}/news/ovsqlite-util
 %{_libexecdir}/news/gencancel
 %{_libexecdir}/news/ninpaths
 %{_libexecdir}/news/mod-active
@@ -541,7 +543,7 @@ fi
 %dir %{_sharedstatedir}/news/tmp
 
 %files libs
-%{_libdir}/libinn.so.8{,.*}
+%{_libdir}/libinn.so.9{,.*}
 %{_libdir}/libinnhist.so.3{,.*}
 %{_libdir}/libinnstorage.so.3{,.*}
 
@@ -563,6 +565,9 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Tue May 16 2023 Dominik Mierzejewski <dominik@greysector.net> - 2.7.1-1
+- update to 2.7.1 (#2203869)
+
 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 

diff --git a/sources b/sources
index f391b21..67f8faa 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (inn-2.7.0.tar.gz) = 5c54816edfab667b12ea330714656de6501d780f3f622fd3cc7721d767f17eb38e7a18ddfe123fd0d8e67c4f21e0beb9ea05668ef77e1c52abd7e32f603824c4
-SHA512 (inn-2.7.0.tar.gz.asc) = 9680d3219c657ded4f5ceb6dc5265d2dc164e2c9d9dfbec4ea88ca78a1b6282a95aa252b6a0ea5603c20bfb1ab6dc0a55bb7cd8df122904673991d1d9133505c
-SHA512 (inn-faq-2.7.0.html) = 3e5f0874cb2a3c407f18bbb4151cc9c80037f92192ee7f7e28b7b153709a7342910966ad606fdbe13b0a3cf225089c112c9e0cb565d6cc631b90e2438b3f60ff
+SHA512 (inn-2.7.1.tar.gz) = 7d2430e5517bf13dd2acf792e376c18af8054ea4a177e5da0bbcaffbb4b89a80ed6528ed5b11a65559e5bf43f8fe40e5f7672582e9713d7b1312c607ea7e2235
+SHA512 (inn-2.7.1.tar.gz.asc) = 271c4305f1046520626e9c81accb84c1cf47262b270971d2a4159977894e851ae47c99ba19ad26cf9286387d15022c98e187a916dbc6c355f618052078757620
+SHA512 (inn-faq-2.7.1.html) = eb539ca3b7db007fac9aaddd1463f97498eb594cc6c62eee71cc085e06937fc314968e3c448e7f9cf486209a4a527f35982536e7a1af3db780186fd3d1408cbb

                 reply	other threads:[~2026-08-26  8:55 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=178773453513.1.8703908266707484566.rpms-inn-8bbb2fea3714@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