commit nodejs-chmodr for openSUSE:Factory

Hello community, here is the log from the commit of package nodejs-chmodr for openSUSE:Factory checked in at 2015-07-02 22:33:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-chmodr (Old) and /work/SRC/openSUSE:Factory/.nodejs-chmodr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "nodejs-chmodr" Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-chmodr/nodejs-chmodr.changes 2015-04-27 13:00:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-chmodr.new/nodejs-chmodr.changes 2015-07-02 22:33:17.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jun 5 18:46:13 UTC 2015 - i@marguerite.su + +- update version 0.1.1 + +------------------------------------------------------------------- Old: ---- chmodr-0.1.0.tgz New: ---- chmodr-0.1.1.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-chmodr.spec ++++++ --- /var/tmp/diff_new_pack.wccyFz/_old 2015-07-02 22:33:17.000000000 +0200 +++ /var/tmp/diff_new_pack.wccyFz/_new 2015-07-02 22:33:17.000000000 +0200 @@ -19,7 +19,7 @@ %define base_name chmodr Name: nodejs-chmodr -Version: 0.1.0 +Version: 0.1.1 Release: 0 Summary: Recursive chmod for node.js License: BSD-2-Clause ++++++ chmodr-0.1.0.tgz -> chmodr-0.1.1.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/package/LICENSE new/package/LICENSE --- old/package/LICENSE 2012-08-05 04:34:39.000000000 +0200 +++ new/package/LICENSE 2015-05-20 09:03:38.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 2013-03-07 00:00:42.000000000 +0100 +++ new/package/package.json 2015-05-20 09:03:39.000000000 +0200 @@ -2,7 +2,7 @@ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", "name": "chmodr", "description": "like `chmod -R`", - "version": "0.1.0", + "version": "0.1.1", "repository": { "type": "git", "url": "git://github.com/isaacs/chmodr.git" @@ -16,5 +16,5 @@ "scripts": { "test": "tap test/*.js" }, - "license": "BSD" + "license": "ISC" }
participants (1)
-
root@hilbert.suse.de