Hello community, here is the log from the commit of package gnome-nettool for openSUSE:Factory checked in at 2014-06-18 07:50:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-nettool (Old) and /work/SRC/openSUSE:Factory/.gnome-nettool.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-nettool" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-nettool/gnome-nettool.changes 2014-05-20 14:27:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-nettool.new/gnome-nettool.changes 2014-06-18 07:52:44.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 29 17:21:36 UTC 2014 - [email protected] + +- Add gnome-nettool-bnc879122.patch. Fix corrupted ping display + +------------------------------------------------------------------- New: ---- gnome-nettool-bnc879122.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-nettool.spec ++++++ --- /var/tmp/diff_new_pack.AyCiNv/_old 2014-06-18 07:52:45.000000000 +0200 +++ /var/tmp/diff_new_pack.AyCiNv/_new 2014-06-18 07:52:45.000000000 +0200 @@ -26,6 +26,8 @@ Source: http://download.gnome.org/sources/gnome-nettool/3.8/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM gnome-nettool-bnc866643-predictable-name.patch bnc#866643 [email protected] -- Detect the predictable network device name Patch1: gnome-nettool-bnc866643-predictable-name.patch +# PATCH-FIX-UPSTREAM gnome-nettool-bnc879122.patch bnc#879122 [email protected] -- Fix corrupted ping display +Patch2: gnome-nettool-bnc879122.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: translation-update-upstream @@ -55,6 +57,7 @@ %prep %setup -q %patch1 -p1 +%patch2 -p1 translation-update-upstream %build ++++++ gnome-nettool-bnc879122.patch ++++++ Index: gnome-nettool-3.8.1/src/ping.c =================================================================== --- gnome-nettool-3.8.1.orig/src/ping.c +++ gnome-nettool-3.8.1/src/ping.c @@ -519,7 +519,8 @@ ping_foreach_with_tree (Netinfo * netinf g_sprintf (stmp, "%d%%", packets_success); gtk_label_set_text (pkt_success, stmp); } - draw_ping_graph (netinfo); + //draw_ping_graph (netinfo); + gtk_widget_queue_draw (netinfo->graph); } static gint -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
