public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jochen Schmitt <s4504kr@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: Try to fix a smp issue
Date: Wed, 26 Aug 2026 08:06:12 GMT [thread overview]
Message-ID: <178773157281.1.3998143747462393885.rpms-inn-3334eaeb4427@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
Commit : 3334eaeb44270ad7472f0033e9867c0350bbaf98
Author : Jochen Schmitt <s4504kr@fedoraproject.org>
Date : 2010-07-06T16:46:48+00:00
Stats : +26/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/3334eaeb44270ad7472f0033e9867c0350bbaf98?branch=epel10
Log:
Try to fix a smp issue
---
diff --git a/inn-2.5.2-smp.patch b/inn-2.5.2-smp.patch
new file mode 100644
index 0000000..9bde4dd
--- /dev/null
+++ b/inn-2.5.2-smp.patch
@@ -0,0 +1,20 @@
+diff -up inn-2.5.2/innfeed/Makefile.smp inn-2.5.2/innfeed/Makefile
+--- inn-2.5.2/innfeed/Makefile.smp 2010-07-06 17:59:31.483845914 +0200
++++ inn-2.5.2/innfeed/Makefile 2010-07-06 18:19:02.033971518 +0200
+@@ -54,10 +54,14 @@ $(FIXSCRIPT):
+
+ INNFEEDLIBS = $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(LIBS)
+
+-config_y.c config_y.h: configfile.y
++y.tab.c y.tab.h: configfile.y
+ $(YACC) -d $?
++
++config_y.h: y.tab.h
+ mv y.tab.h config_y.h
+- mv y.tab.c config_y.c
++
++config_y.c: y.tab.c
++ mv y.tab.c config_y.c
+
+ config_l.c: configfile.l
+ $(LEX) $?
diff --git a/inn.spec b/inn.spec
index c7adf69..c8c035c 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
Version: 2.5.2
-Release: 1%{?dist}
+Release: 2%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -24,6 +24,7 @@ Patch14: inn-redhat_build.patch
Patch15: inn-shared.patch
Patch16: inn-2.5.2-hdr.patch
patch17: inn-2.5.2-pconf.patch
+Patch18: inn-2.5.2-smp.patch
BuildRequires: python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel perl
BuildRequires: perl(ExtUtils::Embed) flex
Requires(pre): shadow-utils
@@ -104,6 +105,7 @@ exit 0
%patch15 -p1 -b .shared
%patch16 -p1 -b .hdr
%patch17 -p1 -b .pfix
+%patch18 -p1 -b .smp
perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
@@ -511,6 +513,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Tue Jul 6 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-2
+- Try to fix a smp issue on innfeed/Makefile
+
* Mon Jun 28 2010 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.2-1
- New upstream release
reply other threads:[~2026-08-26 8:06 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=178773157281.1.3998143747462393885.rpms-inn-3334eaeb4427@fedoraproject.org \
--to=s4504kr@fedoraproject.org \
--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