Hello community,
here is the log from the commit of package nodejs-mute-stream for
openSUSE:Factory checked in at 2015-07-02 22:38:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-mute-stream (Old)
and /work/SRC/openSUSE:Factory/.nodejs-mute-stream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-mute-stream"
Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-mute-stream/nodejs-mute-stream.changes
2015-04-27 13:01:52.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.nodejs-mute-stream.new/nodejs-mute-stream.changes
2015-07-02 22:38:52.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Jun 6 10:05:11 UTC 2015 - [email protected]
+
+- update version 0.0.5
+
+-------------------------------------------------------------------
Old:
----
mute-stream-0.0.4.tgz
New:
----
mute-stream-0.0.5.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-mute-stream.spec ++++++
--- /var/tmp/diff_new_pack.iTM8fX/_old 2015-07-02 22:38:53.000000000 +0200
+++ /var/tmp/diff_new_pack.iTM8fX/_new 2015-07-02 22:38:53.000000000 +0200
@@ -19,10 +19,10 @@
%define base_name mute-stream
Name: nodejs-mute-stream
-Version: 0.0.4
+Version: 0.0.5
Release: 0
Summary: Mute a stream in Node.js
-License: BSD-2-Clause
+License: ISC
Group: Development/Languages/Other
Url: https://github.com/isaacs/mute-stream
Source:
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
++++++ mute-stream-0.0.4.tgz -> mute-stream-0.0.5.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/package/LICENSE new/package/LICENSE
--- old/package/LICENSE 2012-07-24 03:16:11.000000000 +0200
+++ new/package/LICENSE 2015-05-20 09:11:45.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-07-15 03:14:57.000000000 +0200
+++ new/package/package.json 2015-05-20 09:11:46.000000000 +0200
@@ -1,6 +1,6 @@
{
"name": "mute-stream",
- "version": "0.0.4",
+ "version": "0.0.5",
"main": "mute.js",
"directories": {
"test": "test"
@@ -21,6 +21,6 @@
"pipe"
],
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
- "license": "BSD",
+ "license": "ISC",
"description": "Bytes go in, but they don't come out (when muted)."
}