From d7d500b49e84bfe5c7c89a7a01dddc63812746e2864461f57e568e6787515e99 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Tue, 22 Aug 2017 04:12:27 +0000 Subject: [PATCH] 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 --- wireshark.changes | 7 +++++++ wireshark.spec | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) 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