commit nodejs-read for openSUSE:Factory

Hello community, here is the log from the commit of package nodejs-read for openSUSE:Factory checked in at 2015-07-02 22:38:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-read (Old) and /work/SRC/openSUSE:Factory/.nodejs-read.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "nodejs-read" Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-read/nodejs-read.changes 2015-04-27 13:02:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-read.new/nodejs-read.changes 2015-07-02 22:38:58.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Jun 6 10:06:46 UTC 2015 - i@marguerite.su + +- update version 1.0.6 + +------------------------------------------------------------------- Old: ---- read-1.0.5.tgz New: ---- read-1.0.6.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-read.spec ++++++ --- /var/tmp/diff_new_pack.VTKzmD/_old 2015-07-02 22:38:59.000000000 +0200 +++ /var/tmp/diff_new_pack.VTKzmD/_new 2015-07-02 22:38:59.000000000 +0200 @@ -19,10 +19,10 @@ %define base_name read Name: nodejs-read -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: A read(1) for node programs -License: BSD-2-Clause +License: ISC Group: Development/Languages/Other Url: https://github.com/isaacs/read Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz ++++++ read-1.0.5.tgz -> read-1.0.6.tgz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/package/LICENSE new/package/LICENSE --- old/package/LICENSE 1970-01-01 01:00:00.000000000 +0100 +++ new/package/LICENSE 2015-05-20 09:15:48.000000000 +0200 @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +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" 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-07-15 03:49:22.000000000 +0200 +++ new/package/package.json 2015-05-20 09:15:49.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "read", - "version": "1.0.5", + "version": "1.0.6", "main": "lib/read.js", "dependencies": { "mute-stream": "~0.0.4" @@ -17,7 +17,7 @@ "type": "git", "url": "git://github.com/isaacs/read.git" }, - "license": "BSD", + "license": "ISC", "scripts": { "test": "tap test/*.js" }
participants (1)
-
root@hilbert.suse.de