Hello community,

here is the log from the commit of package mk-configure for openSUSE:Factory 
checked in at 2016-01-20 09:54:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mk-configure (Old)
 and      /work/SRC/openSUSE:Factory/.mk-configure.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mk-configure"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mk-configure/mk-configure.changes        
2014-12-03 22:49:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mk-configure.new/mk-configure.changes   
2016-01-20 09:54:49.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Jan 17 20:05:56 UTC 2016 - [email protected]
+
+- Update to 0.29.1
+  * FIX: features "progname", "warn", "err" and "fgetln" as well 
+    as _mkcfake.c file were added to the list of installed ones.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ mk-configure.spec ++++++
--- /var/tmp/diff_new_pack.6hSLm7/_old  2016-01-20 09:54:50.000000000 +0100
+++ /var/tmp/diff_new_pack.6hSLm7/_new  2016-01-20 09:54:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mk-configure
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:           mk-configure
-Version:        0.29.0
+Version:        0.29.1
 Release:        0
 Summary:        Lightweight replacement for GNU autotools
 License:        BSD-2-Clause and BSD-2-Clause and MIT and ISC

++++++ mk-configure-0.29.0.tar.gz -> mk-configure-0.29.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mk-configure-0.29.0/Makefile.inc 
new/mk-configure-0.29.1/Makefile.inc
--- old/mk-configure-0.29.0/Makefile.inc        2014-11-30 13:36:52.000000000 
+0100
+++ new/mk-configure-0.29.1/Makefile.inc        2015-11-11 22:12:52.000000000 
+0100
@@ -1,4 +1,4 @@
-VERSION   =            0.29.0
+VERSION   =            0.29.1
 
 BIRTHDATE =            2009-02-21
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mk-configure-0.29.0/doc/NEWS 
new/mk-configure-0.29.1/doc/NEWS
--- old/mk-configure-0.29.0/doc/NEWS    2014-11-30 13:36:52.000000000 +0100
+++ new/mk-configure-0.29.1/doc/NEWS    2015-11-11 22:12:53.000000000 +0100
@@ -1,4 +1,10 @@
 ======================================================================
+Version 0.29.1, by Aleksey Cheusov, Wed, 11 Nov 2015 00:35:49 +0300
+
+  FIX: features "progname", "warn", "err" and "fgetln" as well as
+  _mkcfake.c file were added to the list of installed ones.
+
+======================================================================
 Version 0.29.0, by Aleksey Cheusov, Sun, 30 Nov 2014 15:35:42 +0300
 
   mkc.configure.mk:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mk-configure-0.29.0/features/Makefile 
new/mk-configure-0.29.1/features/Makefile
--- old/mk-configure-0.29.0/features/Makefile   2014-11-30 13:36:52.000000000 
+0100
+++ new/mk-configure-0.29.1/features/Makefile   2015-11-11 22:12:53.000000000 
+0100
@@ -1,4 +1,4 @@
-.for f in strlcat strlcpy getline
+.for f in strlcat strlcpy getline progname warn err fgetln
 FILES +=       mkc_${f}.h mkc_imp.f_${f}.mk ${f}/${f}.c
 FILESDIR_mkc_imp.f_${f}.mk =   ${MKFILESDIR}
 FILESDIR_mkc_${f}.h        =   ${FEATURESDIR}
@@ -11,7 +11,7 @@
 FILESDIR_mkc_${f}.h        =   ${FEATURESDIR}
 .endfor
 
-.for f in netbsd_sys_queue.h netbsd_sys_tree.h
+.for f in netbsd_sys_queue.h netbsd_sys_tree.h _mkcfake.c
 FILES         +=       ${f}
 FILESDIR_${f}  =       ${FEATURESDIR}
 .endfor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mk-configure-0.29.0/features/_mkcfake.c 
new/mk-configure-0.29.1/features/_mkcfake.c
--- old/mk-configure-0.29.0/features/_mkcfake.c 2014-11-30 13:36:52.000000000 
+0100
+++ new/mk-configure-0.29.1/features/_mkcfake.c 2015-11-11 22:12:53.000000000 
+0100
@@ -1,3 +1,4 @@
-static void _mkcfake(void)
+void _mkcfake(void);
+void _mkcfake(void)
 {
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mk-configure-0.29.0/mk/mkc_imp.preinit.mk 
new/mk-configure-0.29.1/mk/mkc_imp.preinit.mk
--- old/mk-configure-0.29.0/mk/mkc_imp.preinit.mk       2014-11-30 
13:36:52.000000000 +0100
+++ new/mk-configure-0.29.1/mk/mkc_imp.preinit.mk       2015-11-11 
22:12:53.000000000 +0100
@@ -10,7 +10,7 @@
 BMAKE_REQD ?=  20110606
 
 .ifdef MAKE_VERSION
-_bmake_ok != test ${MAKE_VERSION} -ge ${BMAKE_REQD} && echo 1 || echo 0
+_bmake_ok != test ${MAKE_VERSION:Q} -ge ${BMAKE_REQD:Q} && echo 1 || echo 0
 .else
 _bmake_ok  = 0
 .endif
Files old/mk-configure-0.29.0/presentation/presentation.pdf and 
new/mk-configure-0.29.1/presentation/presentation.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mk-configure-0.29.0/tests/reqd/expect.out 
new/mk-configure-0.29.1/tests/reqd/expect.out
--- old/mk-configure-0.29.0/tests/reqd/expect.out       2014-11-30 
13:36:52.000000000 +0100
+++ new/mk-configure-0.29.1/tests/reqd/expect.out       2015-11-11 
22:12:53.000000000 +0100
@@ -1 +1 @@
-ERROR: We need mk-configure v.999.0.0 while 0.29.0 is detected
+ERROR: We need mk-configure v.999.0.0 while 0.29.1 is detected
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mk-configure-0.29.0/tests/reqd2/expect.out 
new/mk-configure-0.29.1/tests/reqd2/expect.out
--- old/mk-configure-0.29.0/tests/reqd2/expect.out      2014-11-30 
13:36:52.000000000 +0100
+++ new/mk-configure-0.29.1/tests/reqd2/expect.out      2015-11-11 
22:12:53.000000000 +0100
@@ -1 +1 @@
-ERROR: We need mk-configure v.999.0.0 while 0.29.0 is detected
+ERROR: We need mk-configure v.999.0.0 while 0.29.1 is detected
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mk-configure-0.29.0/tests/reqd3/expect.out 
new/mk-configure-0.29.1/tests/reqd3/expect.out
--- old/mk-configure-0.29.0/tests/reqd3/expect.out      2014-11-30 
13:36:52.000000000 +0100
+++ new/mk-configure-0.29.1/tests/reqd3/expect.out      2015-11-11 
22:12:53.000000000 +0100
@@ -1 +1 @@
-ERROR: We need mk-configure v.999.0.0 while 0.29.0 is detected
+ERROR: We need mk-configure v.999.0.0 while 0.29.1 is detected
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mk-configure-0.29.0/tests/reqd4/expect.out 
new/mk-configure-0.29.1/tests/reqd4/expect.out
--- old/mk-configure-0.29.0/tests/reqd4/expect.out      2014-11-30 
13:36:52.000000000 +0100
+++ new/mk-configure-0.29.1/tests/reqd4/expect.out      2015-11-11 
22:12:53.000000000 +0100
@@ -1,4 +1,4 @@
-ERROR: We need mk-configure v.999.0.0 while 0.29.0 is detected
+ERROR: We need mk-configure v.999.0.0 while 0.29.1 is detected
 "bmake-20110606 or newer is required"
 =========== all ============
 /objdir/Makefile


Reply via email to