public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: Add Patch to fix odd issue with conflicting yyget_leng declaration
@ 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 : 2bc1fdfcafa2cf7beaa68fc1fa09b3364c7643f5
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date   : 2012-09-11T14:46:26+02:00
Stats  : +14/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/2bc1fdfcafa2cf7beaa68fc1fa09b3364c7643f5?branch=epel10

Log:
Add Patch to fix odd issue with conflicting yyget_leng declaration

---
diff --git a/inn-2.5.3-flex.patch b/inn-2.5.3-flex.patch
new file mode 100644
index 0000000..aa359c8
--- /dev/null
+++ b/inn-2.5.3-flex.patch
@@ -0,0 +1,12 @@
+diff -up inn-2.5.3/innfeed/configfile.l.lex inn-2.5.3/innfeed/configfile.l
+--- inn-2.5.3/innfeed/configfile.l.lex	2012-09-11 14:29:00.473000388 +0200
++++ inn-2.5.3/innfeed/configfile.l	2012-09-11 14:29:40.108999869 +0200
+@@ -36,7 +36,7 @@ static void yyunput(int, char *) UNUSED;
+ int yyget_lineno(void);
+ FILE *yyget_in(void);
+ FILE *yyget_out(void);
+-int yyget_leng(void);
++// int yyget_leng(void);
+ char *yyget_text(void);
+ int yyget_debug(void);
+ void yyset_lineno(int);

diff --git a/inn.spec b/inn.spec
index 008ebca..5a49b9f 100644
--- a/inn.spec
+++ b/inn.spec
@@ -26,6 +26,7 @@ Patch16: inn-2.5.2-hdr.patch
 patch17: inn-2.5.2-pconf.patch
 Patch18: inn-2.5.2-smp.patch
 Patch19: inn-2.5.2-docrun.patch
+Patch20: inn-2.5.3-flex.patch
 BuildRequires: python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel perl
 BuildRequires: perl(ExtUtils::Embed) flex systemd-units
 Requires(pre): shadow-utils
@@ -110,6 +111,7 @@ exit 0
 %patch17 -p1 -b .pfix
 %patch18 -p1 -b .smp
 %patch19 -p1 -b .docrun
+%patch20 -p1 -b .lex
 
 perl -pi -e 's/su news/su -m news/' ./INSTALL
 perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`

^ 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: Add Patch to fix odd issue with conflicting yyget_leng declaration Jochen Schmitt

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