From 0d054c10eb8e917ed88128ceba5fb8864dfcbb08 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Oct 27 2022 09:12:48 +0000 Subject: New version 4.0.1 Only compat-lua is supported, on Fedora only --- diff --git a/sources b/sources index 44c0244..1ffdbff 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (wireshark-4.0.0.tar.xz) = d16b67bacca479af419f47e000800bbc33098a00cdb56c789e6c0f354fbd4f13c3d25c496239a8836c4e5754af2e36d4baf5e8ae55eae71f80c93630b78128bc -SHA512 (SIGNATURES-4.0.0.txt) = a4f82ecdc126add673a0f613ddc244b048cdf3060738a650270a606d31f7d7636cdedefe3ddc32e29b2d619f8ff8a26c96e16873ff20b3c0a984cb873a5e5227 +SHA512 (wireshark-4.0.1.tar.xz) = 10ac8e738b4bd70ba4a1a9124e8c8e6238feb7c5a4cef79a03dae6adef08230700bb8ba700d2f89a5aad28cabdaf06b8825a1124d9d466de4e2e10cc55968525 +SHA512 (SIGNATURES-4.0.1.txt) = 46376e8d77a368317f484d3fc156eb0b6c544c5c18c83bdc40d182d28b068438c5bee8241c3c7e2c073a33058509be83574a5fc03ceaaa56c461b7d431e3f2a0 diff --git a/wireshark.spec b/wireshark.spec index 56b7509..adf2367 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -5,8 +5,8 @@ Summary: Network traffic analyzer Name: wireshark -Version: 4.0.0 -Release: 2%{?dist} +Version: 4.0.1 +Release: 1%{?dist} Epoch: 1 License: GPL+ Url: http://www.wireshark.org/ @@ -72,7 +72,7 @@ BuildRequires: asciidoctor %if %{with_maxminddb} && 0%{?fedora} BuildRequires: libmaxminddb-devel %endif -%if %{with_lua} +%if %{with_lua} && 0%{fedora} BuildRequires: compat-lua-devel %endif Buildrequires: git-core @@ -121,9 +121,8 @@ and plugins. %cmake -G "Unix Makefiles" \ -DDISABLE_WERROR=ON \ -DBUILD_wireshark=ON \ -%if %{with_lua} +%if %{with_lua} && 0%{?fedora} -DENABLE_LUA=ON \ - -DLUA_VERSION_NUM=5.1 \ %else -DENABLE_LUA=OFF \ %endif @@ -276,6 +275,10 @@ fi %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Oct 27 2022 Michal Ruprich - 1:4.0.1-1 +- New version 4.0.1 +- Only compat-lua is supported, on Fedora only + * Fri Oct 14 2022 Michal Ruprich - 1:4.0.0-2 - Adding a couple of tweaks for the latest rebased version