[nodejs-read-installed] Update to 0.2.4 (change License from BSD to ISC)

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


commit 57cab1d2dc94449a76e28df702062f32ee77978c
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sat Sep 7 13:57:26 2013 +0100

    Update to 0.2.4 (change License from BSD to ISC)

 .gitignore                 |    1 +
 nodejs-read-installed.spec |   10 +++++++---
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d12a7df..863e362 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /read-installed-0.1.1.tgz
 /read-installed-0.2.2.tgz
 /read-installed-0.2.3.tgz
+/read-installed-0.2.4.tgz
diff --git a/nodejs-read-installed.spec b/nodejs-read-installed.spec
index 627d893..c0dbb4e 100644
--- a/nodejs-read-installed.spec
+++ b/nodejs-read-installed.spec
@@ -1,19 +1,19 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:           nodejs-read-installed
-Version:        0.2.3
+Version:        0.2.4
 Release:        1%{?dist}
 Summary:        Returns a tree structure of all installed packages in a folder
 BuildArch:      noarch
 ExclusiveArch: %{nodejs_arches} noarch
 
 Group:          System Environment/Libraries
-License:        BSD
+License:        ISC
 URL:            https://github.com/isaacs/read-installed
 Source0:        http://registry.npmjs.org/read-installed/-/read-installed-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  nodejs-devel
+BuildRequires:  nodejs-packaging
 
 %description
 Reads all the installed packages in a folder, and returns a tree structure with
@@ -41,6 +41,10 @@ rm -rf %buildroot
 %doc LICENSE README.md
 
 %changelog
+* Sat Sep 07 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.2.4-1
+- update to upstream release 0.2.4
+- change License from BSD to ISC
+
 * Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.2.3-1
 - new upstream release 0.2.3
 
diff --git a/sources b/sources
index 35a2b94..5961851 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f40fe04416f4d6b8ca0ed56be2d166e  read-installed-0.2.3.tgz
+0110674a03072c2aa7022a2ccff28b65  read-installed-0.2.4.tgz


More information about the scm-commits mailing list