commit nodejs-nopt for openSUSE:Factory

Hello community, here is the log from the commit of package nodejs-nopt for openSUSE:Factory checked in at 2015-07-02 22:39:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-nopt (Old) and /work/SRC/openSUSE:Factory/.nodejs-nopt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "nodejs-nopt" Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-nopt/nodejs-nopt.changes 2015-04-27 13:03:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-nopt.new/nodejs-nopt.changes 2015-07-02 22:39:41.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Jun 6 12:51:32 UTC 2015 - i@marguerite.su + +- update version 3.0.2 + +------------------------------------------------------------------- Old: ---- nopt-3.0.1.tgz New: ---- nopt-3.0.2.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-nopt.spec ++++++ --- /var/tmp/diff_new_pack.I089CC/_old 2015-07-02 22:39:41.000000000 +0200 +++ /var/tmp/diff_new_pack.I089CC/_new 2015-07-02 22:39:41.000000000 +0200 @@ -19,12 +19,12 @@ %define base_name nopt Name: nodejs-nopt -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: Option parser -License: MIT +License: ISC Group: Development/Libraries/Other -Url: https://github.com/npm/nopt +Url: https://github.com/isaacs/nopt Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz BuildRequires: nodejs-packaging BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ nopt-3.0.1.tgz -> nopt-3.0.2.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/package/LICENSE new/package/LICENSE --- old/package/LICENSE 2012-08-30 22:08:48.000000000 +0200 +++ new/package/LICENSE 2015-05-19 03:38:04.000000000 +0200 @@ -1,23 +1,15 @@ -Copyright 2009, 2010, 2011 Isaac Z. Schlueter. -All rights reserved. +The ISC License -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: +Copyright (c) Isaac Z. Schlueter and Contributors -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/package/package.json new/package/package.json --- old/package/package.json 2014-07-01 19:12:21.000000000 +0200 +++ new/package/package.json 2015-05-19 03:38:06.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "nopt", - "version": "3.0.1", + "version": "3.0.2", "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", "main": "lib/nopt.js", @@ -9,10 +9,7 @@ }, "repository": "http://github.com/isaacs/nopt", "bin": "./bin/nopt.js", - "license": { - "type": "MIT", - "url": "https://github.com/isaacs/nopt/raw/master/LICENSE" - }, + "license": "ISC", "dependencies": { "abbrev": "1" },
participants (1)
-
root@hilbert.suse.de