[nodejs-options] Update to latest release

tdawson tdawson at fedoraproject.org
Fri Oct 24 22:14:23 UTC 2014


commit 884e5a1ec49e62d83a449dead6bffaf82498f974
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Oct 24 17:14:24 2014 -0500

    Update to latest release

 .gitignore          |    1 +
 nodejs-options.spec |   23 ++++++++++++++++-------
 sources             |    2 +-
 3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3e6407..8ed33e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /options-0.0.5.tgz
+/options-0.0.6.tgz
diff --git a/nodejs-options.spec b/nodejs-options.spec
index b88c15c..8e5dabf 100644
--- a/nodejs-options.spec
+++ b/nodejs-options.spec
@@ -3,10 +3,12 @@
 # the dependancies aren't in Fedora yet
 %global enable_tests 0
 
+%{?nodejs_find_provides_and_requires}
+
 Summary:       Light-weight in-code option parser for nodejs
 Name:          nodejs-%{npm_name}
-Version:       0.0.5
-Release:       3%{?dist}
+Version:       0.0.6
+Release:       1%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
 URL:           https://github.com/einaros/options.js
@@ -16,6 +18,7 @@ BuildRequires: nodejs-devel
 BuildRequires:  npm(mocha)
 BuildRequires:  npm(expect.js)
 %endif
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
 BuildArch:     noarch
 
 %description
@@ -29,7 +32,7 @@ A very light-weight in-code option parser for nodejs.
 
 %install
 mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
-cp -pr lib Makefile package.json test %{buildroot}%{nodejs_sitelib}/%{npm_name}
+cp -pr lib Makefile package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}
 
 %if 0%{?enable_tests}
 %check
@@ -41,11 +44,17 @@ make test
 %{nodejs_sitelib}/%{npm_name}
 
 %changelog
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.5-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+* Fri Oct 24 2014 Troy Dawson <tdawson at redhat.com> - 0.0.6-1
+- Updated to latest release
+
+* Wed Jan 22 2014 Troy Dawson <tdawson at redhat.com> - 0.0.5-4
+- Add exclusivearch on EL6
+
+* Fri Jan 03 2014 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.5-3
+- add macro to invoke dependency generator on EL6
 
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+* Wed Jun 19 2013 Troy Dawson <tdawson at redhat.com> - 0.0.5-2
+- Bump release number up (#975859)
 
 * Wed May 29 2013 Troy Dawson <tdawson at redhat.com> - 0.0.5-1
 - Update to version 0.0.5
diff --git a/sources b/sources
index 7da2244..12169a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db68fe02df976cd444e77610957b16b7  options-0.0.5.tgz
+fa23cf3eb4d12ada5d0b1ad80e5a71fb  options-0.0.6.tgz


More information about the scm-commits mailing list