forked from pool/wireshark
Accepting request 195571 from network:utilities
- gtk3 version in openSUSE Factory (13.1) deprecates elements used in wireshark 1.10.1. Revert back to gtk2 UI. (forwarded request 195570 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/195571 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireshark?expand=0&rev=72
This commit is contained in:
commit
6ea8cdb5f6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 18 16:18:30 UTC 2013 - andreas.stieger@gmx.de
|
||||
|
||||
- gtk3 version in openSUSE Factory (13.1) deprecates elements used
|
||||
in wireshark 1.10.1. Revert back to gtk2 UI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 00:02:02 UTC 2013 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -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 @@ BuildRequires: flex
|
||||
%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,7 +141,9 @@ sed -i 's!^Exec=wireshark!Exec=/usr/bin/xdg-su -c /usr/bin/wireshark!' wireshark
|
||||
--without-zlib \
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1140
|
||||
%if 0%{?use_gtk3}
|
||||
--with-gtk3 \
|
||||
%endif
|
||||
%endif
|
||||
--with-ssl \
|
||||
--with-gnutls=yes \
|
||||
|
Loading…
Reference in New Issue
Block a user