Hello community,

here is the log from the commit of package etherape for openSUSE:Factory 
checked in at 2017-03-12 20:01:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/etherape (Old)
 and      /work/SRC/openSUSE:Factory/.etherape.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "etherape"

Sun Mar 12 20:01:08 2017 rev:28 rq:477078 version:0.9.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/etherape/etherape.changes        2013-12-31 
10:03:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.etherape.new/etherape.changes   2017-03-12 
20:01:12.505457522 +0100
@@ -1,0 +2,30 @@
+Sun Mar  5 08:57:39 UTC 2017 - [email protected]
+
+- Update to version 0.9.15 (boo#1028009):
+  * fixed incorrect WLAN control frames decoding
+  * fix UTF-8 encoding of several files, thanks to StrPt.
+  * read system services file instead of EtherApe one, thanks to
+    Zev Weiss.
+  * fix race condition on exit, thanks to Zev Weiss
+  * central ring option, thanks to Zev Weiss
+  * tweaks to preference windows to better work with tiling
+    managers, thanks to Zev Weiss.
+  * static background image (Glenn Feunteun)
+  * arrange nodes in 'columns' (David Goldfarb)
+- Changes for version 0.9.14:
+  * fixed incorrect WLAN control frames decoding
+  * fix UTF-8 encoding of several files, thanks to StrPt.
+  * read system services file instead of EtherApe one, thanks to
+    Zev Weiss.
+  * fix race condition on exit, thanks to Zev Weiss
+  * central ring option, thanks to Zev Weiss
+  * tweaks to preference windows to better work with tiling
+    managers, thanks to Zev Weiss.
+  * static background image (Glenn Feunteun)
+  * arrange nodes in 'columns' (David Goldfarb)
+- Packaging changes:
+  * Run spec-cleaner
+  * Add desktop file scriplets and corresponding dependencies
+  * Split lang subpackage
+
+-------------------------------------------------------------------

Old:
----
  etherape-0.9.13.tar.gz

New:
----
  etherape-0.9.15.tar.gz

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

Other differences:
------------------
++++++ etherape.spec ++++++
--- /var/tmp/diff_new_pack.ewmrqG/_old  2017-03-12 20:01:14.981107221 +0100
+++ /var/tmp/diff_new_pack.ewmrqG/_new  2017-03-12 20:01:14.981107221 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package etherape
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,24 +17,26 @@
 
 
 Name:           etherape
-Url:            http://etherape.sourceforge.net/
+Version:        0.9.15
+Release:        0
 Summary:        A Graphical Network Monitor
 License:        GPL-2.0+
 Group:          Productivity/Networking/Diagnostic
-Version:        0.9.13
-Release:        0
+Url:            http://etherape.sourceforge.net/
 Source0:        
http://prdownloads.sourceforge.net/etherape/%{name}-%{version}.tar.gz
 Patch0:         etherape-0.9.12-desktop.patch
 BuildRequires:  docbook_4
 BuildRequires:  fdupes
-BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  libglade2-devel
-BuildRequires:  libgnomeui-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  pkgconfig
 BuildRequires:  scrollkeeper
 BuildRequires:  update-desktop-files
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(gnome-doc-utils)
+BuildRequires:  pkgconfig(libglade-2.0)
+BuildRequires:  pkgconfig(libgnomeui-2.0)
+Requires(post): update-desktop-files
+Requires(postun): update-desktop-files
+Recommends:     %{name}-lang
 
 %description
 EtherApe is a graphical network monitor for Unix, modeled after
@@ -44,39 +46,45 @@
 FDDI, token ring, ISDN, PPP, and SLIP devices. It can filter traffic to
 show and can read traffic from a file as well as live from the network.
 
+%lang_package
+
 %prep
 %setup -q
 %patch0
-%__sed -ie 
"s#http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd#file:///usr/share/sgml/docbook/dtd/4.2/docbookx.dtd#";
 doc/C/etherape.xml
+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
 
 %build
-# Fix likely to break with new gcc strict-aliasing-punning warning
-export CFLAGS="%{optflags} -fno-strict-aliasing"
-%configure --with-pic --disable-scrollkeeper
-%__make %{?_smp_mflags}
+%configure \
+  --with-pic \
+  --disable-scrollkeeper
+make %{?_smp_mflags}
 
 %check
-%__make check
+make %{?_smp_mflags} check
 
 %install
-%{makeinstall}
-
+%make_install
 %suse_update_desktop_file %{name} System Network
-
 %find_lang %{name}
+%fdupes -s %{buildroot}
 
-%fdupes %{buildroot}
+%post
+%desktop_database_post
 
-%files -f %{name}.lang
+%postun
+%desktop_database_postun
+
+%files
 %defattr(-, root, root)
 %doc COPYING TODO NEWS README* AUTHORS ABOUT-NLS
 %dir %{_datadir}/omf
-%dir %{_sysconfdir}/etherape
-%config %{_sysconfdir}/etherape/services
 %{_bindir}/etherape
 %{_datadir}/applications/etherape.desktop
 %{_datadir}/etherape
-%{_mandir}/man1/etherape.1*
+%{_mandir}/man1/etherape.1%{ext_man}
 %{_datadir}/pixmaps/etherape.png
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog

++++++ etherape-0.9.12-desktop.patch ++++++
--- /var/tmp/diff_new_pack.ewmrqG/_old  2017-03-12 20:01:15.005103826 +0100
+++ /var/tmp/diff_new_pack.ewmrqG/_new  2017-03-12 20:01:15.005103826 +0100
@@ -2,9 +2,7 @@
 ===================================================================
 --- etherape.desktop.orig
 +++ etherape.desktop
-@@ -8,5 +8,7 @@ Comment[es]=Monitor Gráfico de Red
- Exec=etherape
- Terminal=false
+@@ -65,3 +65,5 @@ Terminal=false
  Type=Application
  Icon=etherape
  Categories=GNOME;System;Network;
@@ -14,9 +12,7 @@
 ===================================================================
 --- etherape.desktop.in.orig
 +++ etherape.desktop.in
-@@ -8,5 +8,7 @@ Comment[es]=Monitor Gráfico de Red
- Exec=etherape
- Terminal=false
+@@ -65,3 +65,5 @@ Terminal=false
  Type=Application
  Icon=etherape
  Categories=GNOME;System;Network;

++++++ etherape-0.9.13.tar.gz -> etherape-0.9.15.tar.gz ++++++
++++ 64709 lines of diff (skipped)


Reply via email to