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
|
Sat Jul 27 00:02:02 UTC 2013 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -19,6 +19,9 @@
|
|||||||
# disable caps for now
|
# disable caps for now
|
||||||
%define use_caps 0
|
%define use_caps 0
|
||||||
|
|
||||||
|
# openSUSE Factory gtk3 deprecates gtk2 elements used
|
||||||
|
%define use_gtk3 0
|
||||||
|
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 1.10.1
|
Version: 1.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -42,7 +45,11 @@ BuildRequires: flex
|
|||||||
%if 0%{?suse_version} <= 1140
|
%if 0%{?suse_version} <= 1140
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
%else
|
%else
|
||||||
|
%if 0%{?use_gtk3}
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: gtk2-devel
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libcap-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 \
|
--without-zlib \
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1140
|
%if 0%{?suse_version} > 1140
|
||||||
|
%if 0%{?use_gtk3}
|
||||||
--with-gtk3 \
|
--with-gtk3 \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
--with-ssl \
|
--with-ssl \
|
||||||
--with-gnutls=yes \
|
--with-gnutls=yes \
|
||||||
|
Loading…
Reference in New Issue
Block a user