Hello community,

here is the log from the commit of package iftop for openSUSE:Factory checked 
in at 2012-04-12 09:26:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iftop (Old)
 and      /work/SRC/openSUSE:Factory/.iftop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iftop", Maintainer is "lr...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iftop/iftop.changes      2011-09-23 
02:03:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iftop.new/iftop.changes 2012-04-12 
09:26:54.000000000 +0200
@@ -1,0 +2,16 @@
+Mon Apr  2 17:55:26 UTC 2012 - andreas.stie...@gmx.de
+
+- update to 1.0pre2:
+  * reverse IPv6 using all methods except ares
+  * faster switching of graph scale
+  * fixed support for DLT_NULL
+  * fix for segfault on interfaces with no MAC address
+  * improved interface autodetect
+  * a stab at implementing support for radiotap interfaces (DLT 127).
+- updated iftop-manpage.patch to fix manpage formatting warning
+- remove INSTALL from installed files
+- removed revious source
+- removed iftop-1.0-includes_fix.patch
+- removed counter_hash.h
+
+-------------------------------------------------------------------

Old:
----
  counter_hash.h
  iftop-1.0-includes_fix.patch
  iftop-1.0pre1.tar.bz2

New:
----
  iftop-1.0pre2.tar.gz

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

Other differences:
------------------
++++++ iftop.spec ++++++
--- /var/tmp/diff_new_pack.gdfvAD/_old  2012-04-12 09:26:56.000000000 +0200
+++ /var/tmp/diff_new_pack.gdfvAD/_new  2012-04-12 09:26:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iftop
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           iftop
 Summary:        Real-Time Interface Bandwidth Usage
-Version:        0.99.1
-Release:        1
-%define         real_version 1.0pre1
 License:        GPL-2.0+
 Group:          Productivity/Networking/Diagnostic
+Version:        0.99.2
+Release:        0
+%define         real_version 1.0pre2
 Url:            http://www.ex-parrot.com/~pdw/iftop/
 BuildRequires:  libpcap-devel
 BuildRequires:  ncurses-devel
-Source0:        %name-%real_version.tar.bz2
-Source1:        counter_hash.h
-Patch0:         iftop-1.0-includes_fix.patch
+Source0:        %name-%real_version.tar.gz
 Patch1:         %name-manpage.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -49,15 +45,11 @@
 
 %prep
 %setup -q -n %name-%real_version
-%patch0 -p0
 %patch1 -p0
-install -m644 %{SOURCE1} .
 
 %build
-export CFLAGS="%{optflags} -fno-strict-aliasing" \
-export CPPFLAGS="-I%{_includedir}/pcap" \
 %configure
-make %{?jobs:-j%jobs} iftop
+%__make %{?jobs:-j%jobs}
 
 %install
 %makeinstall
@@ -67,9 +59,8 @@
 
 %files
 %defattr(-,root,root)
-%doc README ChangeLog COPYING TODO INSTALL
+%doc README ChangeLog COPYING TODO
 %{_sbindir}/iftop
-%{_sbindir}/iftop-dump
 %{_mandir}/man8/*
 
 %changelog

++++++ iftop-manpage.patch ++++++
--- /var/tmp/diff_new_pack.gdfvAD/_old  2012-04-12 09:26:56.000000000 +0200
+++ /var/tmp/diff_new_pack.gdfvAD/_new  2012-04-12 09:26:56.000000000 +0200
@@ -1,7 +1,7 @@
 Index: iftop.8
 ===================================================================
---- iftop.8.orig
-+++ iftop.8
+--- iftop.8.orig       2011-10-02 22:05:40.000000000 +0100
++++ iftop.8    2012-04-02 18:36:00.000000000 +0100
 @@ -113,7 +113,6 @@ instance,
  foo.example.com  =>  bar.example.com      1Kb  500b   100b
                   <=                       2Mb    2Mb    2Mb
@@ -10,3 +10,11 @@
  .fi
  shows, on the first line, traffic from \fBfoo.example.com\fP to
  \fBbar.example.com\fP; in the preceding 2 seconds, this averaged 1Kbit/s,
+@@ -196,7 +195,6 @@ directive is a name value pair, for exam
+ 
+ interface: eth0
+ 
+-.Sp
+ .fi
+ sets the network interface.  The following config directives are supported:
+ 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to