Hello community,

here is the log from the commit of package flex for openSUSE:Factory checked in 
at 2017-08-24 17:38:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flex (Old)
 and      /work/SRC/openSUSE:Factory/.flex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flex"

Thu Aug 24 17:38:23 2017 rev:32 rq:513180 version:2.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/flex/flex.changes        2017-07-12 
19:30:02.166903558 +0200
+++ /work/SRC/openSUSE:Factory/.flex.new/flex.changes   2017-08-24 
17:38:26.722324504 +0200
@@ -1,0 +2,6 @@
+Mon Jul 31 12:12:19 UTC 2017 - sch...@suse.de
+
+- use-extensions.patch: add AC_USE_SYSTEM_EXTENSIONS to get missing
+  declaration
+
+-------------------------------------------------------------------

New:
----
  use-extensions.patch

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

Other differences:
------------------
++++++ flex.spec ++++++
--- /var/tmp/diff_new_pack.O1ChYn/_old  2017-08-24 17:38:27.654193309 +0200
+++ /var/tmp/diff_new_pack.O1ChYn/_new  2017-08-24 17:38:27.654193309 +0200
@@ -28,7 +28,12 @@
 Source1:        lex-wrapper.sh
 Source2:        README.SUSE
 Source3:        baselibs.conf
+Patch:          use-extensions.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  help2man
+BuildRequires:  libtool
 BuildRequires:  m4
 Requires:       libfl-devel = %{version}
 Requires:       m4
@@ -63,8 +68,10 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
+autoreconf -fi
 %configure \
   --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}

++++++ use-extensions.patch ++++++
Index: flex-2.6.4/configure.ac
===================================================================
--- flex-2.6.4.orig/configure.ac
+++ flex-2.6.4/configure.ac
@@ -27,6 +27,7 @@
 AC_INIT([the fast lexical analyser 
generator],[2.6.4],[flex-h...@lists.sourceforge.net],[flex])
 AC_CONFIG_SRCDIR([src/scan.l])
 AC_CONFIG_AUX_DIR([build-aux])
+AC_USE_SYSTEM_EXTENSIONS
 LT_INIT
 AM_INIT_AUTOMAKE([1.11.3 -Wno-portability foreign check-news std-options 
dist-lzip parallel-tests subdir-objects])
 AC_CONFIG_HEADER([src/config.h])

Reply via email to