Hello community, here is the log from the commit of package pkgconf for openSUSE:Factory checked in at 2019-07-16 08:41:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pkgconf (Old) and /work/SRC/openSUSE:Factory/.pkgconf.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pkgconf" Tue Jul 16 08:41:19 2019 rev:5 rq:715356 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pkgconf/pkgconf.changes 2019-05-02 19:19:50.861690520 +0200 +++ /work/SRC/openSUSE:Factory/.pkgconf.new.1887/pkgconf.changes 2019-07-16 08:41:26.199038491 +0200 @@ -1,0 +2,10 @@ +Mon Jul 15 00:28:33 UTC 2019 - Neal Gompa <[email protected]> + +- Fix license tag for pkgconf-m4 + +------------------------------------------------------------------- +Mon Jul 15 00:04:56 UTC 2019 - Neal Gompa <[email protected]> + +- Set pkgconf to provide pkgconfig on Tumbleweed (post SUSE Linux 15) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pkgconf.spec ++++++ --- /var/tmp/diff_new_pack.MiHjk2/_old 2019-07-16 08:41:26.963038614 +0200 +++ /var/tmp/diff_new_pack.MiHjk2/_new 2019-07-16 08:41:26.967038610 +0200 @@ -21,8 +21,12 @@ %{!?make_build: %global make_build %{__make} %{?_smp_mflags}} %{!?_rpmmacrodir: %global _rpmmacrodir %{_rpmconfigdir}/macros.d} -# pkgconf does not act as pkgconfig by default +# pkgconf acts as pkgconfig for Tumbleweed (post SUSE Linux 15) +%if 0%{?suse_version} >= 1550 +%bcond_without pkgconfig_compat +%else %bcond_with pkgconfig_compat +%endif %if %{with pkgconfig_compat} %global pkgconfig_ver 0.29.2 @@ -92,7 +96,7 @@ %if %{with pkgconfig_compat} %package m4 Summary: m4 macros for pkgconf -License: GPL-2.0+ with Autoconf-exception-2.0 +License: GPL-2.0-or-later WITH Autoconf-exception-2.0 Group: Development/Libraries/Other BuildArch: noarch # Ensure that it Conflicts and Obsoletes pkgconfig since it contains content formerly from it
