diff --git a/.gitignore b/.gitignore index d8cd3b1..55fd93e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /zulucrypt-5.7.0.tar.gz /zulucrypt-5.7.1.tar.gz /zulucrypt-6.0.0.tar.gz +/zulucrypt-6.2.0.tar.gz diff --git a/sources b/sources index bc5b8ad..19ab622 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zulucrypt-6.0.0.tar.gz) = 9607d8d4a0211a96c4a7bdaaf24faa08ef2a6e592cf326b5b15da61b2cec3cacf3a6a2d1fde9161a3a6116e5b3d7019712f877745ba36614487c3c619d005708 +SHA512 (zulucrypt-6.2.0.tar.gz) = 3a2d738da2f97fd51d3c2508e07a9081d3bc9384703b944408c5f9ed25f3a5999bd4aa0841129f74cc5a8aded9a81beb9f4dd25ba720da1e449bac330d905bdc diff --git a/zulucrypt.spec b/zulucrypt.spec index 7142dd6..92ffeaa 100644 --- a/zulucrypt.spec +++ b/zulucrypt.spec @@ -1,12 +1,10 @@ -%undefine __cmake_in_source_build - %bcond_with bundle_lxqtwallet %bcond_without bundle_tcplay %global srcname zuluCrypt Name: zulucrypt -Version: 6.0.0 -Release: 6%{?dist} +Version: 6.2.0 +Release: 1%{?dist} Summary: Qt GUI front end to cryptsetup # Major license is GPLv3+ (but GPLv2+ for some source files) @@ -51,7 +49,7 @@ Provides: bundled(tcplay) = 2.0 %endif %if %{with bundle_lxqtwallet} -# Version 6.0.0 bundles lxqt-wallet 3.2.0 +# Version 6.2.0 bundles lxqt-wallet 3.2.2 Provides: bundled(lxqt-wallet) = 3.2.0 %else BuildRequires: pkgconfig(lxqt-wallet) >= 3.2.0 @@ -201,6 +199,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/zulu*.desktop %doc docs/README docs/*.jpg %changelog +* Sun Aug 14 2022 Ian McInerney - 6.2.0-1 +- Update to version 6.2.0 (fixes rhbz#2088941) + * Sat Jul 23 2022 Fedora Release Engineering - 6.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild