Hello community, here is the log from the commit of package etherape for openSUSE:Factory checked in at 2018-05-29 10:32:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/etherape (Old) and /work/SRC/openSUSE:Factory/.etherape.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "etherape" Tue May 29 10:32:14 2018 rev:30 rq:610515 version:0.9.17 Changes: -------- --- /work/SRC/openSUSE:Factory/etherape/etherape.changes 2017-03-31 15:08:06.928023061 +0200 +++ /work/SRC/openSUSE:Factory/.etherape.new/etherape.changes 2018-05-29 10:32:21.236327549 +0200 @@ -1,0 +2,23 @@ +Fri May 18 17:10:51 UTC 2018 - [email protected] + +- Update to version 0.9.17: + * EtherApe now requires Gtk 2.24. + * Fixed a bug making libglade load gnome2 libraries. + * Sometimes node/links windows were freezing. +- Changes from version 0.9.16: + * Require only gnome-canvas, not gnome-ui. + * Migrate from deprecated gnome-doc-utils to yelp-tools. + * Updated translations. +- Following upstream changes: + * Drop scrollkeeper, pkgconfig(gnome-doc-utils) and + pkgconfig(libgnomeui-2.0) BuildRequires. + * Add yelp-tools, pkgconfig(glib-2.0), pkgconfig(popt) and + pkgconfig(libgnomecanvas-2.0) BuildRequires. + * Drop usage of sed to fix doc/C/etherape.xml, file no longer + exists. + * No longer pass --disable-scrollkeeper to configure, not needed. +- Rebase etherape-0.9.12-desktop.patch. +- Add conditional for desktop_database_post(un) post(un) handling, + no longer needed on modern releases of openSUSE. + +------------------------------------------------------------------- Old: ---- etherape-0.9.15.tar.gz New: ---- etherape-0.9.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ etherape.spec ++++++ --- /var/tmp/diff_new_pack.1MBbj6/_old 2018-05-29 10:32:23.092259000 +0200 +++ /var/tmp/diff_new_pack.1MBbj6/_new 2018-05-29 10:32:23.096258852 +0200 @@ -1,7 +1,7 @@ # # spec file for package etherape # -# 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 @@ -17,10 +17,10 @@ Name: etherape -Version: 0.9.15 +Version: 0.9.17 Release: 0 Summary: A Graphical Network Monitor -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Diagnostic Url: http://etherape.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/etherape/%{name}-%{version}.tar.gz @@ -29,11 +29,12 @@ BuildRequires: fdupes BuildRequires: libpcap-devel BuildRequires: pkgconfig -BuildRequires: scrollkeeper BuildRequires: update-desktop-files -BuildRequires: pkgconfig(gnome-doc-utils) +BuildRequires: yelp-tools +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libglade-2.0) -BuildRequires: pkgconfig(libgnomeui-2.0) +BuildRequires: pkgconfig(libgnomecanvas-2.0) +BuildRequires: pkgconfig(popt) Requires(post): update-desktop-files Requires(postun): update-desktop-files Recommends: %{name}-lang @@ -50,12 +51,10 @@ %prep %setup -q -%patch0 -sed -ie "s#http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd#file://%{_datadir}/sgml/docbook/dtd/4.2/docbookx.dtd#" doc/C/etherape.xml +%patch0 -p1 %build -%configure \ - --disable-scrollkeeper +%configure make %{?_smp_mflags} %check @@ -67,16 +66,17 @@ %find_lang %{name} %fdupes -s %{buildroot} +%if 0%{?suse_version} < 1500 %post %desktop_database_post %postun %desktop_database_postun +%endif %files %defattr(-, root, root) %doc COPYING TODO NEWS README* AUTHORS ABOUT-NLS -%dir %{_datadir}/omf %{_bindir}/etherape %{_datadir}/applications/etherape.desktop %{_datadir}/etherape ++++++ etherape-0.9.12-desktop.patch ++++++ --- /var/tmp/diff_new_pack.1MBbj6/_old 2018-05-29 10:32:23.116258114 +0200 +++ /var/tmp/diff_new_pack.1MBbj6/_new 2018-05-29 10:32:23.116258114 +0200 @@ -1,20 +1,19 @@ -Index: etherape.desktop -=================================================================== ---- etherape.desktop.orig -+++ etherape.desktop -@@ -65,3 +65,5 @@ Terminal=false +--- etherape-0.9.17-orig/etherape.desktop 2018-04-05 19:52:18.000000000 +0200 ++++ etherape-0.9.17/etherape.desktop 2018-05-18 19:25:25.005520607 +0200 +@@ -65,4 +65,6 @@ Type=Application Icon=etherape Categories=GNOME;System;Network; +X-KDE-SubstituteUID=true +X-KDE-Username=root -Index: etherape.desktop.in -=================================================================== ---- etherape.desktop.in.orig -+++ etherape.desktop.in -@@ -65,3 +65,5 @@ Terminal=false + Keywords=network;etherape;network;monitor; +diff -Nur --color etherape-0.9.17-orig/etherape.desktop.in etherape-0.9.17/etherape.desktop.in +--- etherape-0.9.17-orig/etherape.desktop.in 2017-07-03 19:05:39.000000000 +0200 ++++ etherape-0.9.17/etherape.desktop.in 2018-05-18 19:26:13.874625011 +0200 +@@ -65,4 +65,6 @@ Type=Application Icon=etherape Categories=GNOME;System;Network; +X-KDE-SubstituteUID=true +X-KDE-Username=root + Keywords=network;etherape;network;monitor; ++++++ etherape-0.9.15.tar.gz -> etherape-0.9.17.tar.gz ++++++ ++++ 58155 lines of diff (skipped)
