[bmake/f16] new upstream version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Fri Jun 8 16:09:43 UTC 2012


commit 3ee6cdd42294183c65298d0f625b8dd738260f9d
Author: soporte <soporte at SOPORTE.(none)>
Date:   Fri Jun 8 11:10:44 2012 -0500

    new upstream version

 .gitignore |    1 +
 bmake.spec |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2743af8..3763ebd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 bmake-20090222.tar.gz
 /bmake-20111111.tar.gz
+/bmake-20120604.tar.gz
diff --git a/bmake.spec b/bmake.spec
index 53bb893..d19e8ec 100644
--- a/bmake.spec
+++ b/bmake.spec
@@ -1,7 +1,7 @@
 Summary: 	The NetBSD make(1) tool
 Name: 		bmake
-Version: 	20111111
-Release: 	5%{?dist}
+Version: 	20120604
+Release: 	1%{?dist}
 License: 	BSD with advertising
 Group: 		Development/Tools
 URL: 		ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
@@ -33,7 +33,7 @@ rm -rf ${RPM_BUILD_ROOT}
 install -m 755 -d ${RPM_BUILD_ROOT}%{_bindir}
 install -m 755 -c bmake ${RPM_BUILD_ROOT}%{_bindir}/bmake
 install -m 755 -d ${RPM_BUILD_ROOT}%{_mandir}/man1
-install -m 644 -c bmake.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/bmake.1
+install -m 644 -c make.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/bmake.1
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -45,6 +45,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/*
 
 %changelog
+* Fri Jun 08 2012 Luis Bazan <lbazan at fedoraproject.org> - 20120604-1
+- New Upstream Version
+- bmake.1 change to make.1 
+
 * Wed Feb 01 2012 Luis Bazan <lbazan at fedoraproject.org> - 20111111-5
 - clean spec
 
diff --git a/sources b/sources
index 7f4fc90..46fe0f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa88e7038a532c53cac6b45d867002bf  bmake-20111111.tar.gz
+114719dd26b363dffafc2f8f54d8c5aa  bmake-20120604.tar.gz


More information about the scm-commits mailing list