Hello community, here is the log from the commit of package m4 for openSUSE:Factory checked in at 2020-02-03 11:10:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/m4 (Old) and /work/SRC/openSUSE:Factory/.m4.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "m4" Mon Feb 3 11:10:29 2020 rev:37 rq:766785 version:1.4.18 Changes: -------- --- /work/SRC/openSUSE:Factory/m4/m4.changes 2018-08-28 09:19:32.367903916 +0200 +++ /work/SRC/openSUSE:Factory/.m4.new.26092/m4.changes 2020-02-03 11:10:30.437759685 +0100 @@ -1,0 +2,5 @@ +Thu Jan 23 09:25:12 UTC 2020 - Martin Pluskal <[email protected]> + +- Enable PGO during build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ m4.spec ++++++ --- /var/tmp/diff_new_pack.Rjwlsw/_old 2020-02-03 11:10:32.013760482 +0100 +++ /var/tmp/diff_new_pack.Rjwlsw/_new 2020-02-03 11:10:32.017760484 +0100 @@ -1,7 +1,7 @@ # # spec file for package m4 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Summary: GNU m4 License: GPL-3.0-or-later Group: Development/Languages/Other -Url: https://www.gnu.org/software/m4/ +URL: https://www.gnu.org/software/m4/ Source0: https://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.xz Source1: https://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.xz.sig Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=m4&download=1#/%{name}.keyring @@ -48,7 +48,14 @@ gl_cv_func_isnanl_works=yes \ gl_cv_func_printf_directive_n=yes \ gl_cv_func_printf_infinite_long_double=yes -make %{?_smp_mflags} V=1 +%if %{do_profiling} + make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1 + make check %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" + make %{?_smp_mflags} clean + make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1 +%else + make %{?_smp_mflags} V=1 +%endif %check make %{?_smp_mflags} check @@ -65,13 +72,12 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %files -%defattr(-,root,root) %doc README NEWS THANKS TODO ChangeLog %license COPYING %{_bindir}/m4 %{_infodir}/m4.info-1%{ext_info} %{_infodir}/m4.info-2%{ext_info} -%{_infodir}/m4.info%{ext_info} -%{_mandir}/man1/m4.1%{ext_man} +%{_infodir}/m4.info%{?ext_info} +%{_mandir}/man1/m4.1%{?ext_man} %changelog
