Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package flex for openSUSE:Factory checked in at 2021-02-22 14:21:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flex (Old) and /work/SRC/openSUSE:Factory/.flex.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flex" Mon Feb 22 14:21:58 2021 rev:35 rq:872347 version:2.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/flex/flex.changes 2019-08-27 12:00:08.999661260 +0200 +++ /work/SRC/openSUSE:Factory/.flex.new.2378/flex.changes 2021-02-22 14:21:59.523527874 +0100 @@ -1,0 +2,5 @@ +Mon Feb 15 10:12:39 UTC 2021 - Martin Pluskal <mplus...@suse.com> + +- Update project url + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flex.spec ++++++ --- /var/tmp/diff_new_pack.LSv96z/_old 2021-02-22 14:22:00.723529045 +0100 +++ /var/tmp/diff_new_pack.LSv96z/_new 2021-02-22 14:22:00.727529049 +0100 @@ -1,7 +1,7 @@ # # spec file for package flex # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Summary: Fast Lexical Analyzer Generator License: BSD-3-Clause Group: Development/Languages/C and C++ -URL: http://flex.sourceforge.net/ +URL: https://github.com/westes/flex Source: https://github.com/westes/flex/releases/download/v%{version}/flex-%{version}.tar.gz Source1: lex-wrapper.sh Source2: README.SUSE @@ -74,17 +74,17 @@ %configure \ --docdir=%{_docdir}/%{name} %if 0%{?do_profiling} - make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1 + %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" # do not run profiling in parallel for reproducible builds (boo#1040589 boo#1102408) make CFLAGS="%{optflags} %{cflags_profile_generate}" check - make %{?_smp_mflags} clean - make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1 + %make_build clean + %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" %else - make %{?_smp_mflags} CFLAGS="%{optflags}" + %make_build CFLAGS="%{optflags}" %endif %check -make %{?_smp_mflags} check +%make_build check %install %make_install