commit nodejs-defaults for openSUSE:Factory

Hello community, here is the log from the commit of package nodejs-defaults for openSUSE:Factory checked in at 2015-07-02 22:33:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-defaults (Old) and /work/SRC/openSUSE:Factory/.nodejs-defaults.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "nodejs-defaults" Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-defaults/nodejs-defaults.changes 2015-04-27 13:00:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-defaults.new/nodejs-defaults.changes 2015-07-02 22:33:47.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jun 5 19:25:46 UTC 2015 - i@marguerite.su + +- update version 1.0.2 + +------------------------------------------------------------------- Old: ---- defaults-1.0.0.tgz New: ---- defaults-1.0.2.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-defaults.spec ++++++ --- /var/tmp/diff_new_pack.5FVFyz/_old 2015-07-02 22:33:48.000000000 +0200 +++ /var/tmp/diff_new_pack.5FVFyz/_new 2015-07-02 22:33:48.000000000 +0200 @@ -19,7 +19,7 @@ %define base_name defaults Name: nodejs-defaults -Version: 1.0.0 +Version: 1.0.2 Release: 0 Summary: A simple one level options merge utility License: MIT ++++++ defaults-1.0.0.tgz -> defaults-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-03-15 04:20:38.000000000 +0100 @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 Elijah Insua + +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/package/README.md new/package/README.md --- old/package/README.md 2013-02-03 03:21:25.000000000 +0100 +++ new/package/README.md 2015-03-15 04:24:17.000000000 +0100 @@ -40,4 +40,4 @@ ## license -MIT \ No newline at end of file +[MIT](LICENSE) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/package/package.json new/package/package.json --- old/package/package.json 2013-02-03 03:22:45.000000000 +0100 +++ new/package/package.json 2015-03-15 04:29:33.000000000 +0100 @@ -1,6 +1,6 @@ { "name": "defaults", - "version": "1.0.0", + "version": "1.0.2", "description": "merge single level defaults over a config object", "main": "index.js", "scripts": { @@ -20,7 +20,7 @@ "dependencies": { "clone": "~0.1.5" }, - "devDependencies" :{ + "devDependencies": { "tap": "~0.4.0" } }
participants (1)
-
root@hilbert.suse.de