Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package iftop for openSUSE:Factory checked 
in at 2021-04-24 23:09:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iftop (Old)
 and      /work/SRC/openSUSE:Factory/.iftop.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iftop"

Sat Apr 24 23:09:14 2021 rev:32 rq:888163 version:0.99.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/iftop/iftop.changes      2020-07-27 
17:44:18.675220133 +0200
+++ /work/SRC/openSUSE:Factory/.iftop.new.12324/iftop.changes   2021-04-24 
23:10:25.151502224 +0200
@@ -1,0 +2,6 @@
+Wed Apr 21 09:20:09 UTC 2021 - Dirk M??ller <[email protected]>
+
+- spec-cleaner run (move license to licensedir)
+  * use https for urls 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iftop.spec ++++++
--- /var/tmp/diff_new_pack.AwNoQy/_old  2021-04-24 23:10:25.635502909 +0200
+++ /var/tmp/diff_new_pack.AwNoQy/_new  2021-04-24 23:10:25.639502914 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iftop
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define         pkg_version 1.0pre4
 Name:           iftop
-Summary:        Real-Time Interface Bandwidth Usage
-License:        GPL-2.0+
-Group:          Productivity/Networking/Diagnostic
 Version:        0.99.4
 Release:        0
-%define         pkg_version 1.0pre4
-Url:            http://www.ex-parrot.com/~pdw/iftop/
-BuildRequires:  libpcap-devel
-BuildRequires:  automake
-Source0:        
http://www.ex-parrot.com/~pdw/iftop/download/iftop-%{pkg_version}.tar.gz
+Summary:        Real-Time Interface Bandwidth Usage
+License:        GPL-2.0-or-later
+Group:          Productivity/Networking/Diagnostic
+URL:            https://www.ex-parrot.com/~pdw/iftop/
+Source0:        
https://www.ex-parrot.com/~pdw/iftop/download/iftop-%{pkg_version}.tar.gz
 Patch0:         MAC-address-format.patch
 Patch1:         001-Avoid-32-bit-overflow-for-rates-when-calculating-bar.patch
 Patch2:         002-scale-up-to-tbit.patch
@@ -35,12 +33,13 @@
 Patch5:         0001-Prefer-ncurses6w.patch
 Patch6:         006-iftop-choose_first_running_interface.patch
 Patch7:         007-iftop-declare-extern-vars.patch
+BuildRequires:  automake
+BuildRequires:  libpcap-devel
 %if 0%{?suse_version} >= 1500
 BuildRequires:  pkgconfig(ncursesw)
 %else
 BuildRequires:  ncurses-devel
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 iftop does for network usage what top(1) does for CPU usage. It listens
@@ -49,7 +48,7 @@
 network links slow.
 
 %prep
-%setup -q -n %name-%pkg_version
+%setup -q -n %{name}-%{pkg_version}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -66,15 +65,15 @@
 %build
 autoreconf -fiv
 %configure
-%__make %{?smp_mflags} CPPFLAGS=-DUSE_GETIFADDRS
+%make_build %{?smp_mflags} CPPFLAGS=-DUSE_GETIFADDRS
 
 %install
-%makeinstall
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc README ChangeLog COPYING TODO
+%license COPYING
+%doc README ChangeLog TODO
 %{_sbindir}/iftop
-%{_mandir}/man8/iftop.8*
+%{_mandir}/man8/iftop.8%{?ext_man}
 
 %changelog

Reply via email to