Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2013-08-19 10:51:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wireshark (Old)
 and      /work/SRC/openSUSE:Factory/.wireshark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wireshark"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes      2013-07-29 
17:51:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2013-08-19 
10:51:03.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Aug 18 16:18:30 UTC 2013 - andreas.stie...@gmx.de
+
+- gtk3 version in openSUSE Factory (13.1) deprecates elements used
+  in wireshark 1.10.1. Revert back to gtk2 UI.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wireshark.spec ++++++
--- /var/tmp/diff_new_pack.pKtzvK/_old  2013-08-19 10:51:04.000000000 +0200
+++ /var/tmp/diff_new_pack.pKtzvK/_new  2013-08-19 10:51:04.000000000 +0200
@@ -19,6 +19,9 @@
 # disable caps for now
 %define use_caps 0
 
+# openSUSE Factory gtk3 deprecates gtk2 elements used
+%define use_gtk3 0
+
 Name:           wireshark
 Version:        1.10.1
 Release:        0
@@ -42,7 +45,11 @@
 %if 0%{?suse_version} <= 1140
 BuildRequires:  gtk2-devel
 %else
+%if 0%{?use_gtk3}
 BuildRequires:  gtk3-devel
+%else
+BuildRequires:  gtk2-devel
+%endif
 %endif
 BuildRequires:  krb5-devel
 BuildRequires:  libcap-devel
@@ -134,8 +141,10 @@
     --without-zlib \
 %endif
 %if 0%{?suse_version} > 1140
+%if 0%{?use_gtk3}
     --with-gtk3 \
 %endif
+%endif
     --with-ssl \
     --with-gnutls=yes \
     --with-gcrypt=yes \


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

Reply via email to