Hello community,

here is the log from the commit of package clustershell for openSUSE:Factory 
checked in at 2019-12-02 11:33:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clustershell (Old)
 and      /work/SRC/openSUSE:Factory/.clustershell.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clustershell"

Mon Dec  2 11:33:15 2019 rev:4 rq:752640 version:1.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/clustershell/clustershell.changes        
2018-12-04 20:53:43.800892922 +0100
+++ /work/SRC/openSUSE:Factory/.clustershell.new.4691/clustershell.changes      
2019-12-02 11:37:57.530455852 +0100
@@ -1,0 +2,17 @@
+Sat Nov 30 18:18:41 UTC 2019 - Stephane Thiell <sthi...@stanford.edu>
+
+- The correct license is LGPL-2.1-or-later
+
+-------------------------------------------------------------------
+Fri Nov 29 10:12:19 UTC 2019 - Ana Guerrero Lopez <aguerr...@suse.com>
+
+- Update to upstream release 1.8.2: 
+  * clush: support UTF-8 string encoding with --diff
+  * in some cases, timers were too fast due to an issue in EngineTimer
+  * fix issue in the Slurm group bindings where job ids were used 
+    instead of user names
+  * performance update for xCAT group bindings
+- Update Source to download from GitHub directly
+- Use %license and %fdupes
+
+-------------------------------------------------------------------

Old:
----
  ClusterShell-1.8.1.tar.gz

New:
----
  ClusterShell-1.8.2.tar.gz

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

Other differences:
------------------
++++++ clustershell.spec ++++++
--- /var/tmp/diff_new_pack.KaZqlv/_old  2019-12-02 11:37:58.034455958 +0100
+++ /var/tmp/diff_new_pack.KaZqlv/_new  2019-12-02 11:37:58.034455958 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clustershell
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2017 Stephane Thiell <sthi...@stanford.edu>
 #
 # All modifications and additions to the file contributed by third parties
@@ -43,16 +43,17 @@
 %global srcname ClusterShell
 
 Name:           clustershell
-Version:        1.8.1
+Version:        1.8.2
 Release:        0%{?dist}
 Summary:        Python framework for efficient cluster administration
-License:        LGPL-2.1-only
+License:        LGPL-2.1-or-later
 Group:          Productivity/Clustering/Computing
-Url:            http://cea-hpc.github.io/clustershell/
-Source0:        
https://files.pythonhosted.org/packages/source/C/%{srcname}/%{srcname}-%{version}.tar.gz
+URL:            http://cea-hpc.github.io/clustershell/
+Source:         
https://github.com/cea-hpc/clustershell/archive/v%{version}/%{srcname}-%{version}.tar.gz
 BuildArch:      noarch
 Requires:       python2-%{name} = %{version}-%{release}
 Requires:       vim
+BuildRequires:  fdupes
 BuildRequires:  vim
 Provides:       vim-clustershell = %{version}-%{release}
 Obsoletes:      vim-clustershell < 1.7.81-4
@@ -98,7 +99,7 @@
 
 
 %prep
-%setup -q -n %{srcname}-%{version}
+%setup -q -n %{name}-%{version}
 
 %build
 %{__python3} setup.py build
@@ -145,6 +146,8 @@
 install -p -m 0644 doc/extras/vim/syntax/clushconf.vim 
%{buildroot}/%{vimdatadir}/syntax/
 install -p -m 0644 doc/extras/vim/syntax/groupsconf.vim 
%{buildroot}/%{vimdatadir}/syntax/
 
+%fdupes %{buildroot}
+
 %if 0%{?rhel}
 %clean
 rm -rf %{buildroot}
@@ -176,7 +179,8 @@
 %if 0%{?rhel}
 %defattr(-,root,root,-)
 %endif
-%doc ChangeLog COPYING.LGPLv2.1 README.md
+%license COPYING.LGPLv2.1
+%doc ChangeLog README.md
 %doc doc/examples
 %doc doc/sphinx
 %{_mandir}/man1/clubak.1*

++++++ ClusterShell-1.8.1.tar.gz -> ClusterShell-1.8.2.tar.gz ++++++
++++ 2072 lines of diff (skipped)


Reply via email to