Hello community, here is the log from the commit of package pkgconf for openSUSE:Factory checked in at 2018-06-22 13:34:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pkgconf (Old) and /work/SRC/openSUSE:Factory/.pkgconf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pkgconf" Fri Jun 22 13:34:29 2018 rev:2 rq:618013 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pkgconf/pkgconf.changes 2018-05-29 10:34:35.127382695 +0200 +++ /work/SRC/openSUSE:Factory/.pkgconf.new/pkgconf.changes 2018-06-22 13:34:37.860318963 +0200 @@ -1,0 +2,19 @@ +Wed Jun 20 10:51:58 UTC 2018 - Karol Babioch <[email protected]> + +- Update to version 1.5.1 + - fixed a crash with some invalid multi-line .pc files + +- Update to version 1.5.0 + - pkgconf now supports the proposed Requires.internal pkg-config extension, + by merging it with the Requires.private list (there is no functional difference + between the two in our resolver implementation) + - Support for cross-compilation personalities have been added. To make use of this + functionality, create a file in the new personality.d directory that sits inside + the pkgconfig directory. The personality file format is described in + pc-personality(5). + - Support for Haiku has been added, including interpretation of BELIBRARIES and + other toolchain specifics. + - tuples are now appropriately dequoted when added by the parser +- Applied spec-cleaner + +------------------------------------------------------------------- Old: ---- pkgconf-1.4.2.tar.xz New: ---- pkgconf-1.5.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pkgconf.spec ++++++ --- /var/tmp/diff_new_pack.KwtZQE/_old 2018-06-22 13:34:39.384262629 +0200 +++ /var/tmp/diff_new_pack.KwtZQE/_new 2018-06-22 13:34:39.388262481 +0200 @@ -1,6 +1,7 @@ # # spec file for package pkgconf # +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 Neal Gompa <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -36,11 +37,11 @@ %global devname lib%{name}-devel Name: pkgconf -Version: 1.4.2 +Version: 1.5.1 Release: 0 Summary: Package compiler and linker metadata toolkit -Group: Development/Tools/Building License: ISC +Group: Development/Tools/Building URL: http://pkgconf.org/ Source0: https://distfiles.dereferenced.org/%{name}/%{name}-%{version}.tar.xz @@ -71,6 +72,7 @@ %package -n %{libname} Summary: Backend library for %{name} +License: ISC Group: System/Libraries %description -n %{libname} @@ -79,6 +81,7 @@ %package -n %{devname} Summary: Development files for lib%{name} +License: ISC Group: Development/Libraries/C and C++ Requires: %{libname}%{?_isa} = %{version}-%{release} @@ -89,8 +92,8 @@ %if %{with pkgconfig_compat} %package m4 Summary: m4 macros for pkgconf -Group: Development/Libraries/Other License: GPL-2.0+ 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 Conflicts: pkgconfig < %{pkgconfig_obsver} @@ -102,8 +105,9 @@ %package pkg-config Summary: %{name} shim to provide /usr/bin/pkg-config -Group: Development/Tools/Building # Ensure that it Conflicts with pkg-config and is considered "better" +License: ISC +Group: Development/Tools/Building Conflicts: pkg-config < %{pkgconfig_obsver} Obsoletes: pkg-config < %{pkgconfig_obsver} Provides: pkg-config = %{pkgconfig_obsver} @@ -123,7 +127,6 @@ %endif - %prep %autosetup -p1 @@ -136,7 +139,6 @@ %make_build V=1 - %install %make_install @@ -154,7 +156,6 @@ -e "s|@PKGCONF_SYSINCDIR@|%{_includedir}|" \ -i %{buildroot}%{_bindir}/%{_target_platform}-pkg-config - ln -sf pkgconf %{buildroot}%{_bindir}/pkg-config # I don't have a better way to deal with this... @@ -204,5 +205,4 @@ %dir %{_datadir}/pkgconfig %endif - %changelog ++++++ pkgconf-1.4.2.tar.xz -> pkgconf-1.5.1.tar.xz ++++++ ++++ 26502 lines of diff (skipped)
