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-05-11 23:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flex (Old)
 and      /work/SRC/openSUSE:Factory/.flex.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flex"

Tue May 11 23:03:24 2021 rev:36 rq:889932 version:2.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/flex/flex.changes        2021-02-22 
14:21:59.523527874 +0100
+++ /work/SRC/openSUSE:Factory/.flex.new.2988/flex.changes      2021-05-11 
23:03:24.921161591 +0200
@@ -1,0 +2,5 @@
+Sat May  1 19:02:40 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- stop installing COPYING into docdir (already in licensedir) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ flex.spec ++++++
--- /var/tmp/diff_new_pack.NTZsnv/_old  2021-05-11 23:03:25.593158527 +0200
+++ /var/tmp/diff_new_pack.NTZsnv/_new  2021-05-11 23:03:25.597158507 +0200
@@ -70,13 +70,14 @@
 %patch0 -p1
 
 %build
+cp -a %{SOURCE2} .
 autoreconf -fi
 %configure \
   --docdir=%{_docdir}/%{name}
 %if 0%{?do_profiling}
   %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_build CFLAGS="%{optflags} %{cflags_profile_generate}" check
   %make_build clean
   %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else
@@ -90,7 +91,6 @@
 %make_install
 find %{buildroot} -type f \( -name '*.a' -o -name '*.la' \) -delete -print
 install -D -p -m 0755 %{SOURCE1}  %{buildroot}/%{_bindir}/lex
-install -D -p -m 0644 %{SOURCE2}  %{buildroot}/%{_docdir}/flex/README.SUSE
 ln -s flex.1%{ext_man} %{buildroot}/%{_mandir}/man1/lex.1%{ext_man}
 
 %find_lang %{name}
@@ -106,14 +106,14 @@
 
 %files -f %{name}.lang
 %license COPYING
-%doc AUTHORS ChangeLog NEWS ONEWS README.md THANKS
+%doc AUTHORS ChangeLog NEWS ONEWS README.md THANKS README.SUSE
+%exclude %_docdir/%{name}/COPYING
 %{_bindir}/flex
 %{_bindir}/flex++
 %{_bindir}/lex
 %{_mandir}/man1/flex.1%{?ext_man}
 %{_mandir}/man1/lex.1%{?ext_man}
 %{_infodir}/flex*
-%{_docdir}/%{name}
 
 %files -n libfl-devel
 %license COPYING

Reply via email to