Hello community,

here is the log from the commit of package bmake for openSUSE:Factory checked 
in at 2016-06-19 10:49:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bmake (Old)
 and      /work/SRC/openSUSE:Factory/.bmake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bmake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bmake/bmake.changes      2016-05-30 
09:57:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bmake.new/bmake.changes 2016-06-19 
10:49:12.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jun 14 17:58:29 UTC 2016 - dap.darkn...@gmail.com
+
+- 20160528
+  * boot-strap, make-bootstrap.sh.in: Makefile uses _MAKE_VERSION
+- Removed bmake-MAKE_VERSION.diff so.
+
+-------------------------------------------------------------------

Old:
----
  bmake-20160512.tar.gz
  bmake-MAKE_VERSION.diff

New:
----
  bmake-20160528.tar.gz

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

Other differences:
------------------
++++++ bmake.spec ++++++
--- /var/tmp/diff_new_pack.jmToix/_old  2016-06-19 10:49:13.000000000 +0200
+++ /var/tmp/diff_new_pack.jmToix/_new  2016-06-19 10:49:13.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           bmake
-Version:        20160512
+Version:        20160528
 Release:        0
 Summary:        The NetBSD make(1) tool
 License:        BSD-2-Clause and BSD-3-Clause and BSD-4-Clause
@@ -25,8 +25,6 @@
 Url:            ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
 Source0:        
ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/bmake-%{version}.tar.gz
 Source1:        Linux.sys.mk
-# PATCH-FIX-OPENSUSE to fix MAKE_VERSION variable & mk-configure package.
-Patch0:         bmake-MAKE_VERSION.diff
 
 %description
 bmake, the NetBSD make(1) tool, is a program designed to simplify the
@@ -40,7 +38,6 @@
 
 %prep
 %setup -q -n %{name}
-%patch0
 
 %build
 unset MAKEFLAGS

++++++ bmake-20160512.tar.gz -> bmake-20160528.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bmake/ChangeLog new/bmake/ChangeLog
--- old/bmake/ChangeLog 2016-05-12 22:34:55.000000000 +0200
+++ new/bmake/ChangeLog 2016-05-29 02:10:35.000000000 +0200
@@ -1,3 +1,9 @@
+2016-05-28  Simon J. Gerraty  <s...@bad.crufty.net>
+
+       * Makefile (_MAKE_VERSION): 20160528
+
+       * boot-strap, make-bootstrap.sh.in: Makefile now uses _MAKE_VERSION 
+
 2016-05-12  Simon J. Gerraty  <s...@bad.crufty.net>
 
        * Makefile (_MAKE_VERSION): 20160512
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bmake/Makefile new/bmake/Makefile
--- old/bmake/Makefile  2016-05-12 22:34:55.000000000 +0200
+++ new/bmake/Makefile  2016-05-29 02:10:59.000000000 +0200
@@ -1,7 +1,7 @@
-#      $Id: Makefile,v 1.63 2016/05/12 20:34:46 sjg Exp $
+#      $Id: Makefile,v 1.64 2016/05/29 00:10:59 sjg Exp $
 
 # Base version on src date
-_MAKE_VERSION= 20160512
+_MAKE_VERSION= 20160528
 
 PROG=  bmake
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bmake/boot-strap new/bmake/boot-strap
--- old/bmake/boot-strap        2015-10-25 06:20:48.000000000 +0100
+++ new/bmake/boot-strap        2016-05-29 02:09:14.000000000 +0200
@@ -111,7 +111,7 @@
 #      Simon J. Gerraty <s...@crufty.net>
 
 # RCSid:
-#      $Id: boot-strap,v 1.48 2015/10/25 05:20:48 sjg Exp $
+#      $Id: boot-strap,v 1.49 2016/05/29 00:09:14 sjg Exp $
 #
 #      @(#) Copyright (c) 2001 Simon J. Gerraty
 #
@@ -451,7 +451,7 @@
                op_install
        else
                op_test
-               MAKE_VERSION=`sed -n '/^MAKE_VERSION/ { s,.*=  *,,;p; }' 
$srcdir/Makefile`
+               MAKE_VERSION=`sed -n '/^_MAKE_VERSION/ { s,.*=  *,,;p; }' 
$srcdir/Makefile`
                echo You can install by running:
                echo
                echo $0 $cmd_args op=install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bmake/make-bootstrap.sh.in 
new/bmake/make-bootstrap.sh.in
--- old/bmake/make-bootstrap.sh.in      2015-09-10 20:07:05.000000000 +0200
+++ new/bmake/make-bootstrap.sh.in      2016-05-29 02:05:05.000000000 +0200
@@ -13,7 +13,7 @@
 CC="@CC@"
 CFLAGS="@CFLAGS@ -I. -I${srcdir} @DEFS@ @CPPFLAGS@ -DMAKE_NATIVE ${XDEFS} 
-DBMAKE_PATH_MAX=@bmake_path_max@"
 
-MAKE_VERSION=`sed -n '/^MAKE_VERSION=/s,.*=[^0-9]*,,p' $srcdir/Makefile`
+MAKE_VERSION=`sed -n '/^_MAKE_VERSION=/s,.*=[^0-9]*,,p' $srcdir/Makefile`
 
 MDEFS="-DMAKE_VERSION=\"$MAKE_VERSION\" \
 -D@force_machine@MACHINE=\"@machine@\" -DMACHINE_ARCH=\"@machine_arch@\" \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bmake/mk/meta.stage.mk new/bmake/mk/meta.stage.mk
--- old/bmake/mk/meta.stage.mk  2016-03-16 19:21:31.000000000 +0100
+++ new/bmake/mk/meta.stage.mk  2016-05-29 02:09:09.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: meta.stage.mk,v 1.44 2016/03/16 18:21:23 sjg Exp $
+# $Id: meta.stage.mk,v 1.45 2016/05/26 03:59:09 sjg Exp $
 #
 #      @(#) Copyright (c) 2011, Simon J. Gerraty
 #
@@ -270,6 +270,8 @@
 .NOPATH: ${STAGE_FILES}
 
 .if !empty(STAGE_TARGETS)
+.NOPATH: ${CLEANFILES}
+
 MK_STALE_STAGED?= no
 .if ${MK_STALE_STAGED} == "yes"
 all: stale_staged


Reply via email to