public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: patch fuzz clean up
@ 2026-08-26 8:53 Ondrej Vasik
0 siblings, 0 replies; only message in thread
From: Ondrej Vasik @ 2026-08-26 8:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 58200cd9d50422d5728882af1d27ff224c4eb5e1
Author : Ondrej Vasik <ovasik@fedoraproject.org>
Date : 2008-08-29T14:46:18+00:00
Stats : +9/-6 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/58200cd9d50422d5728882af1d27ff224c4eb5e1?branch=epel10.3
Log:
patch fuzz clean up
---
diff --git a/inn-2.4.1.headusage.patch b/inn-2.4.1.headusage.patch
index 2e8388c..708f577 100644
--- a/inn-2.4.1.headusage.patch
+++ b/inn-2.4.1.headusage.patch
@@ -1,7 +1,7 @@
--- inn-2.4.1/configure.headusage 2004-12-13 13:09:57.000000000 +0100
+++ inn-2.4.1/configure 2004-12-13 15:02:02.431918648 +0100
@@ -8087,7 +8087,7 @@
- echo "configure:8088: checking for Perl linkage" >&5
+ echo "configure:8231: checking for Perl linkage" >&5
inn_perl_core_path=`$_PATH_PERL -MConfig -e 'print $Config{archlibexp}'`
inn_perl_core_flags=`$_PATH_PERL -MExtUtils::Embed -e ccopts`
- inn_perl_core_libs=`$_PATH_PERL -MExtUtils::Embed -e ldopts 2>&1 | tail -1`
diff --git a/inn-2.4.1.pie.patch b/inn-2.4.1.pie.patch
index 3ecd175..3574786 100644
--- a/inn-2.4.1.pie.patch
+++ b/inn-2.4.1.pie.patch
@@ -33,5 +33,5 @@
- $(LIBLD) $(LDFLAGS) -o $@ inndstart.o $(LIBINN) $(LIBS)
+ $(LIBLD) -pie $(LDFLAGS) -o $@ inndstart.o $(LIBINN) $(LIBS)
-
- ## Installation rules. Installation commands set in Makefile.global.
+ $(LIBINN): ; (cd ../lib ; $(MAKE))
+ $(LIBSTORAGE): ; (cd ../storage ; $(MAKE))
diff --git a/inn-2.4.3.rh.patch b/inn-2.4.3.rh.patch
index 8f5f42e..8e29323 100644
--- a/inn-2.4.3.rh.patch
+++ b/inn-2.4.3.rh.patch
@@ -43,8 +43,8 @@
- chown $(NEWSUSER) $@
- chgrp $(NEWSGROUP) $@
chmod $(FILEMODE) $@
-
- ## Remove files that are unchanged from the release version.
+ $D$(PATH_HISTORY):
+ touch $@
--- inn-2.4.1/Makefile.old 2004-12-13 13:09:57.000000000 +0100
+++ inn-2.4.1/Makefile 2004-12-13 14:29:56.625685696 +0100
@@ -91,9 +91,9 @@
diff --git a/inn.spec b/inn.spec
index 08f665c..3ca3237 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews (INN) system, an Usenet news server
Name: inn
Version: 2.4.5
-Release: 2%{?dist}
+Release: 3%{?dist}
#see LICENSE file for details
License: GPL+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -353,6 +353,9 @@ exit 0
%{_mandir}/man1/inews*
%changelog
+* Fri Aug 29 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-3
+- patch fuzz clean up
+
* Fri Jul 7 2008 Ondrej Vasik <ovasik@redhat.com> - 2.4.5-2
- do not use static libraries(changes by Jochen Schmitt,#453993)
- own all dirs spawned by inn package(#448088)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:53 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:53 [rpms/inn] epel10.3: patch fuzz clean up Ondrej Vasik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox