[bmake] Update to 20111111.

Julio Merino jmmv at fedoraproject.org
Thu Feb 9 21:02:45 UTC 2012


commit 2047444bebab7dee366f1256913d8fc5660ad8b3
Author: Julio Merino <jmmv at julipedia.org>
Date:   Mon Feb 6 18:59:18 2012 -0500

    Update to 20111111.

 .gitignore |    1 +
 bmake.spec |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3921e2..2743af8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bmake-20090222.tar.gz
+/bmake-20111111.tar.gz
diff --git a/bmake.spec b/bmake.spec
index fd1c387..c31f25f 100644
--- a/bmake.spec
+++ b/bmake.spec
@@ -1,7 +1,7 @@
 Summary: The NetBSD make(1) tool
 Name: bmake
-Version: 20090222
-Release: 4%{?dist}
+Version: 20111111
+Release: 1%{?dist}
 License: BSD with advertising
 Group: Development/Tools
 URL: ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
@@ -26,7 +26,7 @@ supported in Makefiles is very different.
 
 %build
 %configure --with-default-sys-path=%{_datadir}/mk
-make -f makefile.boot %{?_smp_mflags} bootstrap
+sh ./make-bootstrap.sh
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -45,6 +45,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/*
 
 %changelog
+* Mon Feb 6 2012 Julio Merino <jmmv at NetBSD.org> 20111111-1
+- New upstream version.
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20090222-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 89db140..7f4fc90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d3d62e4b97bf176fd8968e84458a148a  bmake-20090222.tar.gz
+aa88e7038a532c53cac6b45d867002bf  bmake-20111111.tar.gz


More information about the scm-commits mailing list