Hello community, here is the log from the commit of package mk-configure for openSUSE:Factory checked in at 2020-03-20 23:55:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mk-configure (Old) and /work/SRC/openSUSE:Factory/.mk-configure.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mk-configure" Fri Mar 20 23:55:16 2020 rev:9 rq:786723 version:0.34.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mk-configure/mk-configure.changes 2020-03-17 13:09:44.113780072 +0100 +++ /work/SRC/openSUSE:Factory/.mk-configure.new.3160/mk-configure.changes 2020-03-20 23:59:39.945032122 +0100 @@ -1,0 +2,11 @@ +Thu Mar 19 16:44:23 UTC 2020 - [email protected] + +- Fix MKC_SYSCONFDIR (/usr/etc). Now it is /etc + +------------------------------------------------------------------- +Tue Mar 17 00:51:23 UTC 2020 - [email protected] + +- Use "bmkdep" as a default "build dependencies" tool + instead of "makedepend". + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mk-configure.spec ++++++ --- /var/tmp/diff_new_pack.YG8cDC/_old 2020-03-20 23:59:43.309034255 +0100 +++ /var/tmp/diff_new_pack.YG8cDC/_new 2020-03-20 23:59:43.349034280 +0100 @@ -31,6 +31,7 @@ BuildRequires: automake BuildRequires: bison BuildRequires: bmake +BuildRequires: bmkdep BuildRequires: clang BuildRequires: fdupes BuildRequires: flex @@ -39,11 +40,11 @@ BuildRequires: groff BuildRequires: info BuildRequires: lua-devel -BuildRequires: makedepend BuildRequires: makeinfo BuildRequires: pkgconfig BuildRequires: zlib-devel Requires: bmake +Requires: bmkdep Recommends: %{name}-doc Provides: %{name}-rpm-macros BuildArch: noarch @@ -73,6 +74,7 @@ export USE_CC_COMPILERS='gcc clang' \ export USE_CXX_COMPILERS='g++ clang++' \ export PREFIX=%{_prefix} \ + export SYSCONFDIR=%{_sysconfdir} \ export MANDIR=%{_mandir} # examples are built and tested either,
