Hello community,

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

Package is "nodejs-async-some"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-async-some/nodejs-async-some.changes      
2015-04-27 13:00:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-async-some.new/nodejs-async-some.changes 
2015-07-02 22:33:02.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun  5 18:29:08 UTC 2015 - [email protected]
+
+- update version 1.0.2
+
+-------------------------------------------------------------------

Old:
----
  async-some-1.0.1.tgz

New:
----
  async-some-1.0.2.tgz

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

Other differences:
------------------
++++++ nodejs-async-some.spec ++++++
--- /var/tmp/diff_new_pack.fps2JL/_old  2015-07-02 22:33:03.000000000 +0200
+++ /var/tmp/diff_new_pack.fps2JL/_new  2015-07-02 22:33:03.000000000 +0200
@@ -19,7 +19,7 @@
 %define base_name async-some
 
 Name:           nodejs-async-some
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        Short-circuited, asynchronous version of Array.protototype.some
 License:        ISC

++++++ async-some-1.0.1.tgz -> async-some-1.0.2.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-22 03:35:44.000000000 +0200
@@ -0,0 +1,13 @@
+Copyright (c) 2014-2015, Forrest L Norvell
+
+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    2014-06-30 23:53:42.000000000 +0200
+++ new/package/package.json    2015-05-22 03:38:42.000000000 +0200
@@ -1,6 +1,6 @@
 {
   "name": "async-some",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "short-circuited, asynchronous version of 
Array.protototype.some",
   "main": "some.js",
   "scripts": {
@@ -24,9 +24,9 @@
   },
   "homepage": "https://github.com/othiym23/async-some";,
   "dependencies": {
-    "dezalgo": "^1.0.0"
+    "dezalgo": "^1.0.2"
   },
   "devDependencies": {
-    "tap": "^0.4.11"
+    "tap": "^1.1.0"
   }
 }


Reply via email to