commit nodejs-osenv for openSUSE:Factory

Hello community, here is the log from the commit of package nodejs-osenv for openSUSE:Factory checked in at 2015-07-02 22:39:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-osenv (Old) and /work/SRC/openSUSE:Factory/.nodejs-osenv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "nodejs-osenv" Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-osenv/nodejs-osenv.changes 2015-04-27 13:03:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-osenv.new/nodejs-osenv.changes 2015-07-02 22:39:50.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Jun 6 12:55:57 UTC 2015 - i@marguerite.su + +- update version 0.1.1 + +------------------------------------------------------------------- Old: ---- osenv-0.1.0.tgz New: ---- osenv-0.1.1.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-osenv.spec ++++++ --- /var/tmp/diff_new_pack.kNgAdz/_old 2015-07-02 22:39:50.000000000 +0200 +++ /var/tmp/diff_new_pack.kNgAdz/_new 2015-07-02 22:39:50.000000000 +0200 @@ -19,10 +19,10 @@ %define base_name osenv Name: nodejs-osenv -Version: 0.1.0 +Version: 0.1.1 Release: 0 Summary: Node.js OS specific env lookup -License: BSD-2-Clause +License: ISC Group: Development/Languages/Other Url: https://github.com/isaacs/osenv Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz ++++++ osenv-0.1.0.tgz -> osenv-0.1.1.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/package/LICENSE new/package/LICENSE --- old/package/LICENSE 2014-05-26 19:39:00.000000000 +0200 +++ new/package/LICENSE 2015-05-20 09:15:20.000000000 +0200 @@ -1,27 +1,15 @@ -Copyright (c) Isaac Z. Schlueter ("Author") -All rights reserved. +The ISC License -The BSD License +Copyright (c) Isaac Z. Schlueter and Contributors -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +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. -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR -BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN -IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +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-05-26 19:58:23.000000000 +0200 +++ new/package/package.json 2015-05-20 09:15:20.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "osenv", - "version": "0.1.0", + "version": "0.1.1", "main": "osenv.js", "directories": { "test": "test" @@ -12,10 +12,7 @@ "scripts": { "test": "tap test/*.js" }, - "repository": { - "type": "git", - "url": "git://github.com/isaacs/osenv" - }, + "repository": "https://github.com/npm/osenv", "keywords": [ "environment", "variable", @@ -26,6 +23,6 @@ "ps1" ], "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", - "license": "BSD", + "license": "ISC", "description": "Look up environment settings specific to different operating systems" }
participants (1)
-
root@hilbert.suse.de