Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mk-configure for openSUSE:Factory checked in at 2021-05-12 19:31:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mk-configure (Old) and /work/SRC/openSUSE:Factory/.mk-configure.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mk-configure" Wed May 12 19:31:55 2021 rev:14 rq:892335 version:0.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mk-configure/mk-configure.changes 2021-04-12 15:49:51.549271735 +0200 +++ /work/SRC/openSUSE:Factory/.mk-configure.new.2988/mk-configure.changes 2021-05-12 19:32:23.075001082 +0200 @@ -1,0 +2,5 @@ +Tue May 11 07:48:44 UTC 2021 - Dirk M??ller <[email protected]> + +- modernize spec file stop owning libexecdir (provided by filesystem rpm (bsc#1184786) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mk-configure.spec ++++++ --- /var/tmp/diff_new_pack.EZEzUM/_old 2021-05-12 19:32:23.526999276 +0200 +++ /var/tmp/diff_new_pack.EZEzUM/_new 2021-05-12 19:32:23.530999261 +0200 @@ -1,7 +1,7 @@ # # spec file for package mk-configure # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 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,11 +22,10 @@ Summary: A build system on top of bmake License: BSD-2-Clause AND MIT AND ISC Group: Development/Tools/Building -Url: https://github.com/cheusov/mk-configure/ +URL: https://github.com/cheusov/mk-configure/ Source: https://sourceforge.net/projects/mk-configure/files/mk-configure/mk-configure-%{version}/%{name}-%{version}.tar.gz Source1: mkcmake.macros Source9: mk-configure-rpmlintrc - BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -39,8 +38,8 @@ BuildRequires: glib2-devel BuildRequires: groff BuildRequires: info -BuildRequires: lua-devel BuildRequires: libbsd-devel +BuildRequires: lua-devel BuildRequires: makeinfo BuildRequires: pkgconfig BuildRequires: zlib-devel @@ -68,10 +67,10 @@ %define env \ unset MAKEFLAGS \ - export USE_NM=/usr/bin/nm \ - export USE_INSTALL=/usr/bin/install \ - export USE_AWK=/usr/bin/awk \ - export USE_ID=/usr/bin/id \ + export USE_NM=%{_bindir}/nm \ + export USE_INSTALL=%{_bindir}/install \ + export USE_AWK=%{_bindir}/awk \ + export USE_ID=%{_bindir}/id \ export USE_CC_COMPILERS='gcc clang' \ export USE_CXX_COMPILERS='g++ clang++' \ export PREFIX=%{_prefix} \ @@ -107,7 +106,6 @@ bmake -k cleandir-tests %files -%defattr(-,root,root) %doc README.md doc/FAQ doc/NEWS doc/TODO %license doc/LICENSE %{_bindir}/mkc* @@ -115,11 +113,9 @@ %{_mandir}/man1/* %{_mandir}/man7/* %config %{_sysconfdir}/rpm/macros.mkcmake -%dir %{_prefix}/libexec -%{_prefix}/libexec/mk-configure +%{_libexecdir}/mk-configure %files doc -%defattr(-,root,root) %doc %{_docdir}/%{name}-doc/examples %doc presentation/presentation.pdf
