SHA256
1
0
forked from pool/wireshark

Accepting request 517930 from home:scarabeus_iv:branches:network:utilities

- Gcrypt is now default
- gtk switch was redone to accept value at the end instead of 2
  options

OBS-URL: https://build.opensuse.org/request/show/517930
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=222
This commit is contained in:
OBS User mrdocs 2017-08-22 04:12:27 +00:00 committed by Git OBS Bridge
parent e26d534ec8
commit d7d500b49e
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 21 12:48:39 UTC 2017 - tchvatal@suse.com
- Gcrypt is now default
- gtk switch was redone to accept value at the end instead of 2
options
-------------------------------------------------------------------
Thu Jul 27 08:21:59 UTC 2017 - astieger@suse.com

View File

@ -230,8 +230,7 @@ export PATH="%{_libdir}/qt5/bin:$PATH"
%configure \
%if %{with gtk}
--with-gtk3=no \
--with-gtk2=yes \
--with-gtk=2 \
%endif
%if %{with qt}
--with-qt=yes \
@ -244,7 +243,6 @@ export PATH="%{_libdir}/qt5/bin:$PATH"
%else
--with-gnutls=no \
%endif
--with-gcrypt=yes \
--with-plugins=%{_libdir}/%{name}/plugins/%{version} \
--with-pic=yes