Hello community,

here is the log from the commit of package nodejs-bl for openSUSE:Factory 
checked in at 2015-06-30 10:16:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-bl (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-bl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-bl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-bl/nodejs-bl.changes      2015-04-27 
13:00:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-bl.new/nodejs-bl.changes 2015-06-30 
10:16:56.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 26 17:16:52 UTC 2015 - [email protected]
+
+- update version 0.9.4
+
+-------------------------------------------------------------------

Old:
----
  bl-0.9.3.tgz

New:
----
  bl-0.9.4.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nodejs-bl.spec ++++++
--- /var/tmp/diff_new_pack.xpL7PQ/_old  2015-06-30 10:16:56.000000000 +0200
+++ /var/tmp/diff_new_pack.xpL7PQ/_new  2015-06-30 10:16:56.000000000 +0200
@@ -19,7 +19,7 @@
 %define base_name bl
 
 Name:           nodejs-bl
-Version:        0.9.3
+Version:        0.9.4
 Release:        0
 Summary:        A Node.js Buffer list collector, reader and streamer thingy
 License:        MIT

++++++ bl-0.9.3.tgz -> bl-0.9.4.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/README.md new/package/README.md
--- old/package/README.md       2014-09-10 03:56:01.000000000 +0200
+++ new/package/README.md       2014-09-10 03:58:03.000000000 +0200
@@ -190,6 +190,9 @@
 
 =======
 
-## License
+<a name="license"></a>
+## License &amp; copyright
 
-**bl** is Copyright (c) 2013 Rod Vagg [@rvagg](https://twitter.com/rvagg) and 
licenced under the MIT licence. All rights not explicitly granted in the MIT 
license are reserved. See the included LICENSE.md file for more details.
+Copyright (c) 2013-2014 bl contributors (listed above).
+
+bl is licensed under the MIT license. All rights not explicitly granted in the 
MIT license are reserved. See the included LICENSE.md file for more details.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/bl.js new/package/bl.js
--- old/package/bl.js   2014-07-22 14:27:44.000000000 +0200
+++ new/package/bl.js   2015-01-20 00:49:48.000000000 +0100
@@ -1,4 +1,4 @@
-var DuplexStream = require('readable-stream').Duplex
+var DuplexStream = require('readable-stream/duplex')
   , util         = require('util')
 
 function BufferList (callback) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/package.json new/package/package.json
--- old/package/package.json    2014-09-10 03:56:35.000000000 +0200
+++ new/package/package.json    2015-01-20 00:49:59.000000000 +0100
@@ -1,6 +1,6 @@
 {
   "name": "bl",
-  "version": "0.9.3",
+  "version": "0.9.4",
   "description": "Buffer List: collect buffers and access with a standard 
readable Buffer interface, streamable too!",
   "main": "bl.js",
   "scripts": {


Reply via email to