[nodejs-read-package-json] Update to 1.1.3 (License change from BSD to ISC)

Jamie Nguyen jamielinux at fedoraproject.org
Sat Sep 7 12:53:46 UTC 2013


commit e98f6a5db84fdc36db824e5af80565694a16186b
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sat Sep 7 13:52:04 2013 +0100

    Update to 1.1.3 (License change from BSD to ISC)

 .gitignore                    |    1 +
 nodejs-read-package-json.spec |   10 +++++++---
 sources                       |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9c0d69..bb92414 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /read-package-json-0.3.0.tgz
 /read-package-json-1.1.0.tgz
 /read-package-json-1.1.1.tgz
+/read-package-json-1.1.3.tgz
diff --git a/nodejs-read-package-json.spec b/nodejs-read-package-json.spec
index 86e0cfe..620a378 100644
--- a/nodejs-read-package-json.spec
+++ b/nodejs-read-package-json.spec
@@ -1,19 +1,19 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:           nodejs-read-package-json
-Version:        1.1.1
+Version:        1.1.3
 Release:        1%{?dist}
 Summary:        npm's package.json parser
 BuildArch:      noarch
 ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
-License:        BSD
+License:        ISC
 URL:            https://github.com/isaacs/read-package-json
 Source0:        http://registry.npmjs.org/read-package-json/-/read-package-json-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  nodejs-devel
+BuildRequires:  nodejs-packaging
 
 %description
 The thing npm uses to read package.json files, with semantics, defaults and
@@ -41,6 +41,10 @@ rm -rf %buildroot
 %doc LICENSE README.md
 
 %changelog
+* Sat Sep 07 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.1.3-1
+- update to upstream release 1.1.3
+- change License from BSD to ISC
+
 * Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.1-1
 - new upstream release 1.1.1
 
diff --git a/sources b/sources
index e6d359a..9843dc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b652c407f7d24c1af4007ecb505e5a4  read-package-json-1.1.1.tgz
+b29666b1e5d0723b7f05798f18fb1f60  read-package-json-1.1.3.tgz


More information about the scm-commits mailing list