Hello community,

here is the log from the commit of package mk-configure for openSUSE:Factory 
checked in at 2018-08-07 09:45:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mk-configure (Old)
 and      /work/SRC/openSUSE:Factory/.mk-configure.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mk-configure"

Tue Aug  7 09:45:08 2018 rev:5 rq:627778 version:0.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mk-configure/mk-configure.changes        
2016-05-31 12:24:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mk-configure.new/mk-configure.changes   
2018-08-07 09:45:10.253528461 +0200
@@ -1,0 +2,23 @@
+Mon Aug  6 22:22:46 UTC 2018 - [email protected]
+
+- Update description from manpage.
+
+-------------------------------------------------------------------
+Fri Jul 13 17:32:51 UTC 2018 - [email protected]
+
+- Update to 0.30.0:
+  * Variables MKC_{CHECK,REQUIRE}_HEADER_FILES were introduced.
+  * Improvements and addons to regression tests.
+  * Improvements and minor fixes in
+    mkc_check_{header,decl,funclib,sizeof}.
+  * This may fix checking failure if -Werror=strict-prototyping
+    is passed to CFLAGS.
+  * OBJDIR_<project> is now set correctly with MAKEOBJDIRPREFIX.
+  * Fix build failure (mkc_check_prog not found).
+  * Fix MKC_FEATURES "fgenln".
+  * mkc_check_common.sh is installed to libexec directory.
+- Let's ignore more tests (mkshlib, mkstaticlib, mkpiclib, mkdll,
+  mkprofilelib) & examples (hello_cxx, hello_cxxlib)
+  to prevent build-time issue.
+
+-------------------------------------------------------------------

Old:
----
  mk-configure-0.29.1.tar.gz

New:
----
  mk-configure-0.30.0.tar.gz

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

Other differences:
------------------
++++++ mk-configure.spec ++++++
--- /var/tmp/diff_new_pack.EhHE6e/_old  2018-08-07 09:45:10.793529400 +0200
+++ /var/tmp/diff_new_pack.EhHE6e/_new  2018-08-07 09:45:10.801529413 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mk-configure
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:           mk-configure
-Version:        0.29.1
+Version:        0.30.0
 Release:        0
-Summary:        Lightweight replacement for GNU autotools
-License:        BSD-2-Clause and BSD-2-Clause and MIT and ISC
+Summary:        A build system on top of bmake
+License:        BSD-2-Clause AND BSD-2-Clause AND MIT AND ISC
 Group:          Development/Tools/Building
 Url:            http://sourceforge.net/projects/mk-configure/
 Source:         http://prdownloads.sf.net/%{name}/%{name}-%{version}.tar.gz
@@ -47,8 +47,9 @@
 BuildArch:      noarch
 
 %description
-mk-configure is a lightweight replacement for GNU autotools, written in
-bmake (portable version of NetBSD make), POSIX shell and POSIX utilities.
+mk-configure is a collection of include files for bmake (portable version of
+NetBSD make) and a number of executables. It is intended to aid cross-platform
+development and software building.
 
 %package doc
 Summary:        MK-C' documentation
@@ -93,7 +94,7 @@
 unset MAKEFLAGS
 env \
     LEXLIB=-lfl \
-    NOSUBDIR='hello_lex hello_superfs hello_progs subprojects hello_lua 
hello_lua2 hello_lua3 hello_yacc hello_calc2 tools hello_dictd hello_libdeps' \
+    NOSUBDIR='hello_lex hello_superfs hello_progs subprojects hello_lua 
hello_lua2 hello_lua3 hello_yacc hello_calc2 tools hello_dictd hello_libdeps 
mkshlib mkstaticlib mkpiclib mkprofilelib mkdll hello_cxx hello_cxxlib' \
     bmake \
     test
 bmake cleandir-examples
@@ -103,13 +104,16 @@
 
 %files
 %defattr(-,root,root)
-%doc README doc/FAQ doc/LICENSE doc/NEWS doc/TODO
+%doc README.md doc/FAQ doc/NEWS doc/TODO
+%license doc/LICENSE
 %{_bindir}/mkc*
 %{_datadir}/mk-configure/
 %{_datadir}/mkc-mk/
 %{_mandir}/man1/*
 %{_mandir}/man7/*
 %config %{_sysconfdir}/rpm/macros.mkcmake
+%dir %{_prefix}/libexec
+%{_prefix}/libexec/mk-configure
 
 %files doc
 %defattr(-,root,root)

++++++ mk-configure-0.29.1.tar.gz -> mk-configure-0.30.0.tar.gz ++++++
++++ 4641 lines of diff (skipped)


Reply via email to