Hello community,
here is the log from the commit of package nodejs-block-stream for
openSUSE:Factory checked in at 2015-07-02 22:33:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-block-stream (Old)
and /work/SRC/openSUSE:Factory/.nodejs-block-stream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-block-stream"
Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-block-stream/nodejs-block-stream.changes
2015-04-27 13:00:11.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.nodejs-block-stream.new/nodejs-block-stream.changes
2015-07-02 22:33:10.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 5 18:42:12 UTC 2015 - [email protected]
+
+- update version 0.0.8
+
+-------------------------------------------------------------------
Old:
----
block-stream-0.0.7.tgz
New:
----
block-stream-0.0.8.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-block-stream.spec ++++++
--- /var/tmp/diff_new_pack.l1LG8q/_old 2015-07-02 22:33:11.000000000 +0200
+++ /var/tmp/diff_new_pack.l1LG8q/_new 2015-07-02 22:33:11.000000000 +0200
@@ -19,7 +19,7 @@
%define base_name block-stream
Name: nodejs-block-stream
-Version: 0.0.7
+Version: 0.0.8
Release: 0
Summary: Output data in blocks for node.js
License: BSD-2-Clause
++++++ block-stream-0.0.7.tgz -> block-stream-0.0.8.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:03:08.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-24 05:33:30.000000000 +0200
+++ new/package/package.json 2015-05-20 09:03:08.000000000 +0200
@@ -2,7 +2,7 @@
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
"name": "block-stream",
"description": "a stream of blocks",
- "version": "0.0.7",
+ "version": "0.0.8",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/block-stream.git"
@@ -20,5 +20,5 @@
"scripts": {
"test": "tap test/"
},
- "license": "BSD"
+ "license": "ISC"
}