Hello community,

here is the log from the commit of package nodejs-abbrev for openSUSE:Factory 
checked in at 2015-07-02 22:32:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-abbrev (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-abbrev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-abbrev"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-abbrev/nodejs-abbrev.changes      
2015-05-11 19:49:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-abbrev.new/nodejs-abbrev.changes 
2015-07-02 22:32:54.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun  5 18:21:20 UTC 2015 - [email protected]
+
+- update version 1.0.7
+
+-------------------------------------------------------------------

Old:
----
  abbrev-1.0.5.tgz

New:
----
  abbrev-1.0.7.tgz

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

Other differences:
------------------
++++++ nodejs-abbrev.spec ++++++
--- /var/tmp/diff_new_pack.85pu11/_old  2015-07-02 22:32:55.000000000 +0200
+++ /var/tmp/diff_new_pack.85pu11/_new  2015-07-02 22:32:55.000000000 +0200
@@ -19,7 +19,7 @@
 %define base_name abbrev
 
 Name:           nodejs-abbrev
-Version:        1.0.5
+Version:        1.0.7
 Release:        0
 Summary:        Calculate Abbreviations
 License:        MIT

++++++ abbrev-1.0.5.tgz -> abbrev-1.0.7.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/.npmignore new/package/.npmignore
--- old/package/.npmignore      1970-01-01 01:00:00.000000000 +0100
+++ new/package/.npmignore      2015-05-31 00:57:32.000000000 +0200
@@ -0,0 +1,4 @@
+.nyc_output
+nyc_output
+node_modules
+coverage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/.travis.yml new/package/.travis.yml
--- old/package/.travis.yml     1970-01-01 01:00:00.000000000 +0100
+++ new/package/.travis.yml     2015-05-31 00:57:10.000000000 +0200
@@ -0,0 +1,5 @@
+language: node_js
+node_js:
+  - '0.10'
+  - '0.12'
+  - 'iojs'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/LICENSE new/package/LICENSE
--- old/package/LICENSE 2011-05-13 20:36:35.000000000 +0200
+++ new/package/LICENSE 2015-05-21 02:57:39.000000000 +0200
@@ -1,23 +1,15 @@
-Copyright 2009, 2010, 2011 Isaac Z. Schlueter.
-All rights reserved.
+The ISC License
 
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
+Copyright (c) Isaac Z. Schlueter and Contributors
 
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
+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", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
+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    2014-04-17 22:09:09.000000000 +0200
+++ new/package/package.json    2015-05-31 00:57:45.000000000 +0200
@@ -1,15 +1,15 @@
 {
   "name": "abbrev",
-  "version": "1.0.5",
+  "version": "1.0.7",
   "description": "Like ruby's abbrev module, but in js",
   "author": "Isaac Z. Schlueter <[email protected]>",
   "main": "abbrev.js",
   "scripts": {
-    "test": "node test.js"
+    "test": "tap test.js --cov"
   },
   "repository": "http://github.com/isaacs/abbrev-js";,
-  "license": {
-    "type": "MIT",
-    "url": "https://github.com/isaacs/abbrev-js/raw/master/LICENSE";
+  "license": "ISC",
+  "devDependencies": {
+    "tap": "^1.2.0"
   }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/package/test.js new/package/test.js
--- old/package/test.js 2014-04-17 22:07:48.000000000 +0200
+++ new/package/test.js 2015-05-31 00:56:23.000000000 +0200
@@ -2,7 +2,7 @@
 var assert = require("assert")
 var util = require("util")
 
-console.log("TAP Version 13")
+console.log("TAP version 13")
 var count = 0
 
 function test (list, expect) {
@@ -44,4 +44,4 @@
 , acde: 'acde'
 })
 
-console.log("0..%d", count)
+console.log("1..%d", count)


Reply via email to