Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nfdump for openSUSE:Factory checked 
in at 2022-05-22 20:28:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nfdump (Old)
 and      /work/SRC/openSUSE:Factory/.nfdump.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nfdump"

Sun May 22 20:28:01 2022 rev:7 rq:978529 version:1.6.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/nfdump/nfdump.changes    2022-03-29 
18:16:00.943168769 +0200
+++ /work/SRC/openSUSE:Factory/.nfdump.new.1538/nfdump.changes  2022-05-22 
20:28:08.842327740 +0200
@@ -1,0 +2,6 @@
+Sun May 22 10:12:50 UTC 2022 - Martin Hauke <mar...@gmx.de>
+
+- Add patch:
+  * fix-build.patch (fix build on TW)
+
+-------------------------------------------------------------------

New:
----
  fix-build.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nfdump.spec ++++++
--- /var/tmp/diff_new_pack.JGSfGd/_old  2022-05-22 20:28:09.270328370 +0200
+++ /var/tmp/diff_new_pack.JGSfGd/_new  2022-05-22 20:28:09.274328376 +0200
@@ -27,6 +27,7 @@
 Group:          Productivity/Networking/Diagnostic
 URL:            https://github.com/phaag/nfdump
 Source:         
https://github.com/phaag/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0:         fix-build.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -45,10 +46,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 chmod a-x AUTHORS COPYING LICENSE README.md ChangeLog
 
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure \
        --enable-nfprofile \
        --enable-nftrack \

++++++ fix-build.patch ++++++
diff --git a/configure.ac b/configure.ac
index 60942c2..dc46569 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ if test "${enable_fixtimebug}" = "yes" ; then
 fi
 
 AC_PROG_YACC
-AC_PROG_LEX(yywrap)
+AC_PROG_LEX(noyywrap)
 which $LEX > /dev/null 2>&1
 if test $? = 1; then
        AC_MSG_ERROR(No lex or flex found on system)

Reply via email to