4 Commits

4 changed files with 38 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f54b10b56397075c98a1f192e2b30817e212581b0929dd0304e15fa8eaf59f96
size 1480790

3
etherape-0.9.21.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49c90df3bb880d3c60dfac4444ca8fc5d68ba8f36b820ed5f877381c9a07175c
size 1505682

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Oct 2 15:50:34 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.9.21:
+ GooCanvas was unsupported and getting really old, replaced by
GtkDrawingArea.
+ --final-export is primarily meant to be used from other tools
as a way to get statistics data from a replay.
+ Compatibility Warnings:
- removed GooCanvas dependency, drawing now done with plain Gtk
- new behavior for --final-export: exit after saving the XML dump
+ Changes summary:
+ Fix for gcc 15
+ Assorted refactorings and small modernizations, including
autotools
+ Updated translations
- Drop etherape-gcc15.patch: fixed upstream
- Do not recommend the -lang package: lang packages already have
more complex supplements, that trigger on zypper addlocale
- Drop pkgconfig(goocanvas-2.0) BuildRequires: no longer needed
-------------------------------------------------------------------
Tue Jul 8 14:01:11 UTC 2025 - pgajdos@suse.com
- added patches
https://sourceforge.net/p/etherape/bugs/112/
+ etherape-gcc15.patch
-------------------------------------------------------------------
Thu Feb 22 11:43:59 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package etherape
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: etherape
Version: 0.9.20
Version: 0.9.21
Release: 0
Summary: A Graphical Network Monitor
License: GPL-2.0-or-later
@@ -31,12 +31,14 @@ BuildRequires: libpcap-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(goocanvas-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(popt)
%if 0%{?suse_version} < 1500
Requires(post): update-desktop-files
Requires(postun):update-desktop-files
Requires(postun): update-desktop-files
%endif
Requires: xdg-utils
Recommends: %{name}-lang
%if 0%{?is_opensuse}
BuildRequires: autoconf-archive
%endif