Hello community,

here is the log from the commit of package nodejs-common for openSUSE:Factory 
checked in at 2018-07-13 10:13:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-common (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-common"

Fri Jul 13 10:13:19 2018 rev:3 rq:620954 version:2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-common/nodejs-common.changes      
2017-08-13 14:56:46.325149923 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-common.new/nodejs-common.changes 
2018-07-13 10:13:23.405889237 +0200
@@ -1,0 +2,5 @@
+Fri Jun 22 12:31:05 UTC 2018 - dcass...@suse.de
+
+- Add LICENSE text to the package
+
+-------------------------------------------------------------------

New:
----
  LICENSE

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

Other differences:
------------------
++++++ nodejs-common.spec ++++++
--- /var/tmp/diff_new_pack.CbBCwS/_old  2018-07-13 10:13:23.797889697 +0200
+++ /var/tmp/diff_new_pack.CbBCwS/_new  2018-07-13 10:13:23.797889697 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-common
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
 Group:          Development/Languages/NodeJS
 Url:            https://github.com/AdamMajer/nodejs-packaging
 Source1:        node
+Source2:        LICENSE
 Requires:       nodejs
 Conflicts:      nodejs4 < 4.8.4
 Conflicts:      nodejs6 < 6.11.1
@@ -48,6 +49,8 @@
 
 %prep
 %build
+cp %{S:2} .
+
 %install
 install -D -m 0755 %{S:1} %{buildroot}%{_bindir}/node
 ln -s node %{buildroot}%{_bindir}/npm
@@ -58,5 +61,6 @@
 %{_bindir}/node
 %{_bindir}/npm
 %{_bindir}/npx
+%license LICENSE
 
 %changelog

++++++ LICENSE ++++++
The MIT License (MIT)

Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.

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.

Reply via email to