Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pkgconf for openSUSE:Factory checked 
in at 2021-04-19 21:05:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pkgconf (Old)
 and      /work/SRC/openSUSE:Factory/.pkgconf.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pkgconf"

Mon Apr 19 21:05:33 2021 rev:10 rq:883669 version:1.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pkgconf/pkgconf.changes  2020-08-17 
11:59:49.414508462 +0200
+++ /work/SRC/openSUSE:Factory/.pkgconf.new.12324/pkgconf.changes       
2021-04-19 21:05:34.143990668 +0200
@@ -1,0 +2,6 @@
+Wed Apr  7 16:19:46 UTC 2021 - Dirk M??ller <[email protected]>
+
+- do not own directories provided by filesystem 
+- small cleanups inspired by spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pkgconf.spec ++++++
--- /var/tmp/diff_new_pack.kptp8t/_old  2021-04-19 21:05:34.783991627 +0200
+++ /var/tmp/diff_new_pack.kptp8t/_new  2021-04-19 21:05:34.787991632 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pkgconf
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2020 Neal Gompa <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -52,21 +52,16 @@
 Group:          Development/Tools/Building
 URL:            http://pkgconf.org/
 Source0:        
https://distfiles.dereferenced.org/%{name}/%{name}-%{version}.tar.xz
-
 # Simple wrapper script to offer platform versions of pkgconfig from Fedora
 Source1:        platform-pkg-config.in
-
-BuildRequires:  gcc
-BuildRequires:  make
-
 # For regenerating autotools scripts
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  gcc
 BuildRequires:  libtool
-
+BuildRequires:  make
 # pkgconf uses libpkgconf internally
 Requires:       %{libname}%{?_isa} = %{version}-%{release}
-
 # This is defined within pkgconf code as a virtual pc (just like in pkgconfig)
 Provides:       pkgconfig(pkgconf) = %{version}
 
@@ -88,9 +83,9 @@
 Summary:        Development files for lib%{name}
 License:        ISC
 Group:          Development/Libraries/C and C++
+Requires:       %{libname}%{?_isa} = %{version}-%{release}
 # Avoid dependency loop on itself by specifying the Provides directly
 Provides:       pkgconfig(libpkgconf) = %{version}
-Requires:       %{libname}%{?_isa} = %{version}-%{release}
 
 %description -n %{devname}
 This package provides files necessary for developing applications
@@ -144,12 +139,12 @@
            --with-system-includedir=%{_includedir} \
            --with-system-libdir=%{_libdir}
 
-%make_build V=1
+%make_build
 
 %install
 %make_install
 
-find %{buildroot} -name '*.la' -print -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 
 mkdir -p %{buildroot}%{_sysconfdir}/pkgconfig/personality.d
 mkdir -p %{buildroot}%{_datadir}/pkgconfig/personality.d
@@ -221,14 +216,12 @@
 %files m4
 %dir %{_datadir}/aclocal
 %{_datadir}/aclocal/pkg.m4
-%{_mandir}/man7/pkg.m4.7*
+%{_mandir}/man7/pkg.m4.7%{?ext_man}
 
 %files pkg-config
 %{_bindir}/pkg-config
 %{_bindir}/%{pkgconf_target_platform}-pkg-config
-%{_mandir}/man1/pkg-config.1*
-%dir %{_libdir}/pkgconfig
-%dir %{_datadir}/pkgconfig
+%{_mandir}/man1/pkg-config.1%{?ext_man}
 %endif
 
 %changelog

Reply via email to