Hello community,

here is the log from the commit of package nodejs-rimraf for openSUSE:Factory 
checked in at 2015-07-14 17:44:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-rimraf (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-rimraf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-rimraf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-rimraf/nodejs-rimraf.changes      
2014-10-24 10:47:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-rimraf.new/nodejs-rimraf.changes 
2015-07-14 17:45:22.000000000 +0200
@@ -1,0 +2,15 @@
+Sat Jul  4 10:03:47 UTC 2015 - [email protected]
+
+- glob dependenccy version > 5.0
+
+-------------------------------------------------------------------
+Sat Jun  6 04:16:09 UTC 2015 - [email protected]
+
+- update version 2.3.4
+
+-------------------------------------------------------------------
+Fri Apr 24 12:51:41 UTC 2015 - [email protected]
+
+- Update to version 2.3.2
+
+-------------------------------------------------------------------

Old:
----
  rimraf-2.2.8.tar.gz

New:
----
  rimraf-2.3.4.tgz

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

Other differences:
------------------
++++++ nodejs-rimraf.spec ++++++
--- /var/tmp/diff_new_pack.OoumuG/_old  2015-07-14 17:45:23.000000000 +0200
+++ /var/tmp/diff_new_pack.OoumuG/_new  2015-07-14 17:45:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-rimraf
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -19,13 +19,13 @@
 %define base_name rimraf
 
 Name:           nodejs-rimraf
-Version:        2.2.8
+Version:        2.3.4
 Release:        0
 Summary:        A rm -rf util for nodejs
 License:        MIT
 Group:          Development/Libraries/Other
 Url:            https://github.com/isaacs/rimraf
-Source:         rimraf-%{version}.tar.gz
+Source:         
http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz
 BuildRequires:  nodejs-packaging
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -36,7 +36,8 @@
 rm -rf for node
 
 %prep
-%setup -q -n rimraf-%{version}
+%setup -q -n package 
+%nodejs_fixdep glob '>5.0'
 
 %build
 
@@ -47,7 +48,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS LICENSE README.md
+%doc LICENSE README.md
 %{nodejs_modulesdir}/rimraf
 
 %changelog


Reply via email to