Hello community,

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

Package is "nodejs-write-file-atomic"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/nodejs-write-file-atomic/nodejs-write-file-atomic.changes
        2015-04-27 13:02:25.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-write-file-atomic.new/nodejs-write-file-atomic.changes
   2015-06-30 10:18:01.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Jun 27 07:24:36 UTC 2015 - i...@marguerite.su
+
+- update version 1.1.2
+
+-------------------------------------------------------------------

Old:
----
  write-file-atomic-1.1.0.tgz

New:
----
  write-file-atomic-1.1.2.tgz

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

Other differences:
------------------
++++++ nodejs-write-file-atomic.spec ++++++
--- /var/tmp/diff_new_pack.KTdJk2/_old  2015-06-30 10:18:01.000000000 +0200
+++ /var/tmp/diff_new_pack.KTdJk2/_new  2015-06-30 10:18:01.000000000 +0200
@@ -19,7 +19,7 @@
 %define base_name write-file-atomic
 
 Name:           nodejs-%{base_name}
-Version:        1.1.0
+Version:        1.1.2
 Release:        0
 Summary:        Write files in an atomic fashion w/configurable ownership
 License:        ISC
@@ -45,12 +45,9 @@
 cp -pr package.json index.js \
         %{buildroot}%{nodejs_modulesdir}/%{base_name}/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
-%doc  README.md
+%doc LICENSE README.md
 %{nodejs_modulesdir}/%{base_name}
 
 %changelog

++++++ write-file-atomic-1.1.0.tgz -> write-file-atomic-1.1.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:40:28.000000000 +0200
@@ -0,0 +1,6 @@
+Copyright (c) 2015, Rebecca Turner
+
+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-09-20 01:34:53.000000000 +0200
+++ new/package/package.json    2015-05-22 03:53:10.000000000 +0200
@@ -1,6 +1,6 @@
 {
   "name": "write-file-atomic",
-  "version": "1.1.0",
+  "version": "1.1.2",
   "description": "Write files in an atomic fashion w/configurable ownership",
   "main": "index.js",
   "scripts": {


Reply via email to