From 22497b03d1fade836ab5b60a560c1ca00e79192e Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 5 Nov 2024 08:57:33 +0800 Subject: [PATCH] adopt to new cmake macro --- wireshark.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wireshark.spec b/wireshark.spec index e927c9c..9ce7ee3 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -4,7 +4,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 4.2.8 -Release: 2 +Release: 3 Epoch: 1 License: BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND GPL-2.0-or-later AND LGPL-2.0-or-later AND Zlib AND ISC AND (BSD-3-Clause OR GPL-2.0-only) AND (GPL-2.0-or-later AND Zlib) Url: http://www.wireshark.org/ @@ -96,7 +96,6 @@ and plugins. %build %cmake \ - -S. -B%{_vpath_builddir} \ -G "Unix Makefiles" \ -DDISABLE_WERROR=ON \ -DBUILD_wireshark=ON \ @@ -177,6 +176,9 @@ fi %{_mandir}/man?/* %changelog +* Tue Nov 05 2024 Funda Wang - 1:4.2.8-3 +- adopt to cmake macro change + * Mon Oct 28 2024 Funda Wang - 1:4.2.8-2 - adopt to cmake macro change -- Gitee