Hello community,

here is the log from the commit of package nodejs-bl for openSUSE:Factory 
checked in at 2015-08-05 06:51:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-30 
10:16:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-bl.new/nodejs-bl.changes 2015-08-05 
06:51:22.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 30 09:34:33 UTC 2015 - i...@marguerite.su
+
+- update version 1.0.0
+
+-------------------------------------------------------------------

Old:
----
  bl-0.9.4.tgz

New:
----
  bl-1.0.0.tgz

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

Other differences:
------------------
++++++ nodejs-bl.spec ++++++
--- /var/tmp/diff_new_pack.AMFN1G/_old  2015-08-05 06:51:23.000000000 +0200
+++ /var/tmp/diff_new_pack.AMFN1G/_new  2015-08-05 06:51:23.000000000 +0200
@@ -19,7 +19,7 @@
 %define base_name bl
 
 Name:           nodejs-bl
-Version:        0.9.4
+Version:        1.0.0
 Release:        0
 Summary:        A Node.js Buffer list collector, reader and streamer thingy
 License:        MIT
@@ -41,13 +41,13 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name}
+mkdir -p %{buildroot}%{nodejs_sitelib}/%{base_name}
 cp -pr package.json bl.js \
-        %{buildroot}%{nodejs_modulesdir}/%{base_name}/
+        %{buildroot}%{nodejs_sitelib}/%{base_name}/
 
 %files
 %defattr(-,root,root,-)
 %doc README.md LICENSE.md
-%{nodejs_modulesdir}/%{base_name}
+%{nodejs_sitelib}/%{base_name}
 
 %changelog

++++++ bl-0.9.4.tgz -> bl-1.0.0.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/.travis.yml new/package/.travis.yml
--- old/package/.travis.yml     2014-01-25 03:23:55.000000000 +0100
+++ new/package/.travis.yml     2015-06-21 08:34:10.000000000 +0200
@@ -1,11 +1,14 @@
 language: node_js
+before_install:
+  - curl --location http://git.io/1OcIZA | bash -s
 node_js:
   - 0.8
-  - "0.10"
+  - 0.10
+  - 0.11
 branches:
   only:
     - master
 notifications:
   email:
     - r...@vagg.org
-script: npm test
\ No newline at end of file
+script: npm test
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:58:03.000000000 +0200
+++ new/package/README.md       2015-06-21 08:34:10.000000000 +0200
@@ -1,5 +1,7 @@
 # bl *(BufferList)*
 
+[![Build 
Status](https://travis-ci.org/rvagg/bl.svg?branch=master)](https://travis-ci.org/rvagg/bl)
+
 **A Node.js Buffer list collector, reader and streamer thingy.**
 
 
[![NPM](https://nodei.co/npm/bl.png?downloads=true&downloadRank=true)](https://nodei.co/npm/bl/)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/package.json new/package/package.json
--- old/package/package.json    2015-01-20 00:49:59.000000000 +0100
+++ new/package/package.json    2015-06-21 08:34:51.000000000 +0200
@@ -1,6 +1,6 @@
 {
   "name": "bl",
-  "version": "0.9.4",
+  "version": "1.0.0",
   "description": "Buffer List: collect buffers and access with a standard 
readable Buffer interface, streamable too!",
   "main": "bl.js",
   "scripts": {
@@ -25,7 +25,7 @@
   ],
   "license": "MIT",
   "dependencies": {
-    "readable-stream": "~1.0.26"
+    "readable-stream": "~2.0.0"
   },
   "devDependencies": {
     "tape": "~2.12.3",


Reply via email to