Hello community,

here is the log from the commit of package diskscan for openSUSE:Factory 
checked in at 2018-03-08 10:59:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diskscan (Old)
 and      /work/SRC/openSUSE:Factory/.diskscan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diskscan"

Thu Mar  8 10:59:28 2018 rev:7 rq:584029 version:0.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/diskscan/diskscan.changes        2017-08-28 
15:33:14.781108178 +0200
+++ /work/SRC/openSUSE:Factory/.diskscan.new/diskscan.changes   2018-03-08 
10:59:37.796715276 +0100
@@ -1,0 +2,6 @@
+Wed Mar  7 17:39:47 UTC 2018 - mplus...@suse.com
+
+- Update dependencies
+- Modernize spec file using spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ diskscan.spec ++++++
--- /var/tmp/diff_new_pack.mviSRc/_old  2018-03-08 10:59:38.380694168 +0100
+++ /var/tmp/diff_new_pack.mviSRc/_new  2018-03-08 10:59:38.384694024 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package diskscan
 #
-# 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
@@ -20,16 +20,16 @@
 Version:        0.20
 Release:        0
 Summary:        Scan disk for bad or near failure sectors
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Hardware/Other
-Url:            http://blog.disksurvey.org/proj/diskscan/
+URL:            http://blog.disksurvey.org/proj/diskscan/
 Source0:        
https://github.com/baruch/diskscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  python-PyYAML
-BuildRequires:  python-beautifulsoup
-BuildRequires:  python-markdown
+BuildRequires:  python3-Markdown
+BuildRequires:  python3-PyYAML
+BuildRequires:  python3-beautifulsoup4
 BuildRequires:  pkgconfig(ncurses)
 BuildRequires:  pkgconfig(zlib)
 
@@ -54,7 +54,8 @@
 %cmake_install
 
 %files
-%doc COPYING README*
+%license COPYING
+%doc README*
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}
 


Reply via email to