public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: Try to fix a smp issue
@ 2026-08-26  8:06 Jochen Schmitt
  0 siblings, 0 replies; only message in thread
From: Jochen Schmitt @ 2026-08-26  8:06 UTC (permalink / raw)
  To: git-commits

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
 

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

only message in thread, other threads:[~2026-08-26  8:06 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:06 [rpms/inn] epel10: Try to fix a smp issue Jochen Schmitt

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