public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: update to 2.7.2 (#2293907)
@ 2026-08-26  8:55 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26  8:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : 366af9fdd86367917e8aadf0f485110ba618dcb0
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2024-10-13T17:38:48+02:00
Stats  : +40/-31 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/366af9fdd86367917e8aadf0f485110ba618dcb0?branch=epel10.3

Log:
update to 2.7.2 (#2293907)

---
diff --git a/.gitignore b/.gitignore
index 3b58e76..f6ae734 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,6 @@ inn-faq.tar.gz
 /inn-2.7.1.tar.gz
 /inn-2.7.1.tar.gz.asc
 /inn-faq-2.7.1.html
+/inn-2.7.2.tar.gz
+/inn-2.7.2.tar.gz.asc
+/inn-faq-2.7.2.html

diff --git a/inn-2.7.0-fedora.patch b/inn-2.7.0-fedora.patch
index e09c63f..5c92e00 100644
--- a/inn-2.7.0-fedora.patch
+++ b/inn-2.7.0-fedora.patch
@@ -1,19 +1,19 @@
-diff -up inn-2.7.0/lib/innconf.c.rh inn-2.7.0/lib/innconf.c
---- inn-2.7.0/lib/innconf.c.rh	2022-07-10 15:00:35.000000000 +0200
-+++ inn-2.7.0/lib/innconf.c	2022-11-07 12:50:09.549278376 +0100
-@@ -225,7 +225,7 @@ static const struct config config_table[
+diff -up inn-2.7.2/lib/innconf.c.rh inn-2.7.2/lib/innconf.c
+--- inn-2.7.2/lib/innconf.c.rh	2024-10-13 17:15:46.538079313 +0200
++++ inn-2.7.2/lib/innconf.c	2024-10-13 17:16:21.059904326 +0200
+@@ -226,7 +226,7 @@ static const struct config config_table[
      {K(pgpverify),                  BOOL(false)       },
  
-  /* The following settings are specific to innwatch. */
+     /* The following settings are specific to innwatch. */
 -    {K(doinnwatch),                 BOOL(true)        },
 +    {K(doinnwatch),                 BOOL(false)       },
      {K(innwatchbatchspace),         UNUMBER(4000)     },
      {K(innwatchlibspace),           UNUMBER(25000)    },
      {K(innwatchloload),             UNUMBER(1000)     },
-diff -up inn-2.7.0/Makefile.global.in.rh inn-2.7.0/Makefile.global.in
---- inn-2.7.0/Makefile.global.in.rh	2022-07-10 15:00:35.000000000 +0200
-+++ inn-2.7.0/Makefile.global.in	2022-11-07 12:50:09.549278376 +0100
-@@ -281,8 +281,8 @@ INEWSMODE	= @INEWSMODE@
+diff -up inn-2.7.2/Makefile.global.in.rh inn-2.7.2/Makefile.global.in
+--- inn-2.7.2/Makefile.global.in.rh	2024-06-22 13:22:42.000000000 +0200
++++ inn-2.7.2/Makefile.global.in	2024-10-13 17:15:46.539079308 +0200
+@@ -279,8 +279,8 @@ INEWSMODE	= @INEWSMODE@
  RNEWSMODE	= @RNEWSMODE@
  FILEMODE	= @FILEMODE@
  
@@ -24,9 +24,9 @@ diff -up inn-2.7.0/Makefile.global.in.rh inn-2.7.0/Makefile.global.in
  
  INSTALL		= $(top)/support/install-sh -p
  
-diff -up inn-2.7.0/perl/INN/Config.pm.in.rh inn-2.7.0/perl/INN/Config.pm.in
---- inn-2.7.0/perl/INN/Config.pm.in.rh	2022-07-10 15:00:35.000000000 +0200
-+++ inn-2.7.0/perl/INN/Config.pm.in	2022-11-07 12:50:09.550278384 +0100
+diff -up inn-2.7.2/perl/INN/Config.pm.in.rh inn-2.7.2/perl/INN/Config.pm.in
+--- inn-2.7.2/perl/INN/Config.pm.in.rh	2024-06-22 13:22:42.000000000 +0200
++++ inn-2.7.2/perl/INN/Config.pm.in	2024-10-13 17:15:46.539079308 +0200
 @@ -15,7 +15,7 @@ our $exec_prefix = "@exec_prefix@";
  
  ##  Then, process the variables provided by innconfval.
@@ -36,10 +36,10 @@ diff -up inn-2.7.0/perl/INN/Config.pm.in.rh inn-2.7.0/perl/INN/Config.pm.in
  foreach my $line (@values) {
      eval 'our ' . $line;
      if ($line =~ /^(.*?) = /m) {
-diff -up inn-2.7.0/samples/inn.conf.in.rh inn-2.7.0/samples/inn.conf.in
---- inn-2.7.0/samples/inn.conf.in.rh	2022-07-10 15:00:35.000000000 +0200
-+++ inn-2.7.0/samples/inn.conf.in	2022-11-07 12:50:09.550278384 +0100
-@@ -19,7 +19,7 @@ mta:                         "@SENDMAIL@
+diff -up inn-2.7.2/samples/inn.conf.in.rh inn-2.7.2/samples/inn.conf.in
+--- inn-2.7.2/samples/inn.conf.in.rh	2024-06-22 13:22:42.000000000 +0200
++++ inn-2.7.2/samples/inn.conf.in	2024-10-13 17:15:46.539079308 +0200
+@@ -21,7 +21,7 @@ mta:                         "@SENDMAIL@
  organization:                "A poorly-installed InterNetNews site"
  ovmethod:                    tradindexed
  hismethod:                   hisv6
@@ -48,7 +48,7 @@ diff -up inn-2.7.0/samples/inn.conf.in.rh inn-2.7.0/samples/inn.conf.in
  pathnews:                    @prefix@
  
  #runasuser:
-@@ -146,7 +146,7 @@ backofftrigger:              10000
+@@ -149,7 +149,7 @@ backofftrigger:              10000
  
  # Monitoring
  
@@ -57,9 +57,9 @@ diff -up inn-2.7.0/samples/inn.conf.in.rh inn-2.7.0/samples/inn.conf.in
  innwatchbatchspace:          4000
  innwatchlibspace:            25000
  innwatchloload:              1000
-diff -up inn-2.7.0/scripts/Makefile.rh inn-2.7.0/scripts/Makefile
---- inn-2.7.0/scripts/Makefile.rh	2022-07-10 15:00:35.000000000 +0200
-+++ inn-2.7.0/scripts/Makefile	2022-11-07 12:50:09.550278384 +0100
+diff -up inn-2.7.2/scripts/Makefile.rh inn-2.7.2/scripts/Makefile
+--- inn-2.7.2/scripts/Makefile.rh	2024-06-22 13:22:42.000000000 +0200
++++ inn-2.7.2/scripts/Makefile	2024-10-13 17:15:46.540079303 +0200
 @@ -25,7 +25,7 @@ install: all
  	done
  	for F in innreport-display.conf innreport_inn.pm \
@@ -69,9 +69,9 @@ diff -up inn-2.7.0/scripts/Makefile.rh inn-2.7.0/scripts/Makefile
  	done
  
  bootstrap:
-diff -up inn-2.7.0/support/fixscript.in.rh inn-2.7.0/support/fixscript.in
---- inn-2.7.0/support/fixscript.in.rh	2022-07-10 15:00:35.000000000 +0200
-+++ inn-2.7.0/support/fixscript.in	2022-11-07 12:50:09.550278384 +0100
+diff -up inn-2.7.2/support/fixscript.in.rh inn-2.7.2/support/fixscript.in
+--- inn-2.7.2/support/fixscript.in.rh	2024-06-22 13:22:42.000000000 +0200
++++ inn-2.7.2/support/fixscript.in	2024-10-13 17:15:46.540079303 +0200
 @@ -24,6 +24,7 @@ prefix="@prefix@"
  exec_prefix="@exec_prefix@"
  libdir="@libdir@"
@@ -89,9 +89,9 @@ diff -up inn-2.7.0/support/fixscript.in.rh inn-2.7.0/support/fixscript.in
      ;;
  */perl* | *PERL*)
      path=$(echo "$interpreter" | sed 's%^#! *[^ ][^ ]*%'"$PERLPATH%")
-diff -up inn-2.7.0/tests/lib/innconf-t.c.rh inn-2.7.0/tests/lib/innconf-t.c
---- inn-2.7.0/tests/lib/innconf-t.c.rh	2022-07-10 15:00:35.000000000 +0200
-+++ inn-2.7.0/tests/lib/innconf-t.c	2022-11-07 13:29:56.756772162 +0100
+diff -up inn-2.7.2/tests/lib/innconf-t.c.rh inn-2.7.2/tests/lib/innconf-t.c
+--- inn-2.7.2/tests/lib/innconf-t.c.rh	2024-06-22 13:22:42.000000000 +0200
++++ inn-2.7.2/tests/lib/innconf-t.c	2024-10-13 17:15:46.540079303 +0200
 @@ -72,7 +72,7 @@ main(void)
      fclose(config);
      ok(7, !innconf_check("config/tmp"));

diff --git a/inn.spec b/inn.spec
index 3ae5fe3..f853be4 100644
--- a/inn.spec
+++ b/inn.spec
@@ -2,8 +2,8 @@
 
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
-Version: 2.7.1
-Release: 10%{?dist}
+Version: 2.7.2
+Release: 1%{?dist}
 #see LICENSE file for details
 # Automatically converted from old format: GPLv2+ and BSD and MIT and Public Domain - review is highly recommended.
 License: GPL-2.0-or-later AND LicenseRef-Callaway-BSD AND LicenseRef-Callaway-MIT AND LicenseRef-Callaway-Public-Domain
@@ -335,6 +335,7 @@ fi
 %dir %{_sysconfdir}/rsyslog.d
 %{_sysconfdir}/rsyslog.d/inn.conf
 %{_mandir}/man1/c*.1.gz
+%{_mandir}/man1/delayer.1.gz
 %{_mandir}/man1/f*.1.gz
 %{_mandir}/man1/g*.1.gz
 %{_mandir}/man1/inn*.1.gz
@@ -401,6 +402,7 @@ fi
 %dir %{_libexecdir}/news
 %{_libexecdir}/news/controlbatch
 %attr(4510,root,news) %{_libexecdir}/news/innbind
+%{_libexecdir}/news/delayer
 %{_libexecdir}/news/docheckgroups
 %{_libexecdir}/news/imapfeed
 %{_libexecdir}/news/actmerge
@@ -529,6 +531,7 @@ fi
 %dir %{perl_vendorlib}/INN
 %{perl_vendorlib}/INN/Config.pm
 %{perl_vendorlib}/INN/Utils/Shlock.pm
+%{perl_vendorlib}/INN/ovsqlite_client.pm
 
 %defattr(-,news,news,-)
 %dir /var/spool/news
@@ -565,6 +568,9 @@ fi
 %{_mandir}/man1/inews*
 
 %changelog
+* Sun Oct 13 2024 Dominik Mierzejewski <dominik@greysector.net> - 2.7.2-1
+- update to 2.7.2 (#2293907)
+
 * Mon Sep 02 2024 Miroslav Suchý <msuchy@redhat.com> - 2.7.1-10
 - convert license to SPDX
 

diff --git a/sources b/sources
index 67f8faa..433885c 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-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
+SHA512 (inn-2.7.2.tar.gz) = 049b650d462cf3c9eae26716d59b3363870b5975bb78178ea552ec800f042a21602e1618f387244471e5c9fe9afea3b8cd1279034b9f74bc55063793e1292240
+SHA512 (inn-2.7.2.tar.gz.asc) = 2bb5bf53acef67bfdcab4ebd6be142efe4c186b84f744b4934a3f29ebe4361f0d7fa4298749a0cb94bbdab09c23cc898a78095f427b6f8e169e8c63856500d9b
+SHA512 (inn-faq-2.7.2.html) = 9472ddb126d7a8ef3be46f4a71d2d7ebc9d272acd2e6c033f462b17c61a28cb03c6c4fa84c98da0eb0c2a2f91e6e52e53f2ab382bde70a2320d7c7fb7a524907

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26  8:55 [rpms/inn] epel10.3: update to 2.7.2 (#2293907) 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