diff --git a/wireshark.changes b/wireshark.changes index 708e6e2..71da73d 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -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 diff --git a/wireshark.spec b/wireshark.spec index 774c065..63e30fb 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -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