Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Ian McInerney
16aef2a39a Update to upstream 6.2.0 version 2022-08-15 00:07:06 +01:00
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
SHA512 (zulucrypt-6.0.0.tar.gz) = 9607d8d4a0211a96c4a7bdaaf24faa08ef2a6e592cf326b5b15da61b2cec3cacf3a6a2d1fde9161a3a6116e5b3d7019712f877745ba36614487c3c619d005708
SHA512 (zulucrypt-6.2.0.tar.gz) = 3a2d738da2f97fd51d3c2508e07a9081d3bc9384703b944408c5f9ed25f3a5999bd4aa0841129f74cc5a8aded9a81beb9f4dd25ba720da1e449bac330d905bdc

View file

@ -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,8 +199,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/zulu*.desktop
%doc docs/README docs/*.jpg
%changelog
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sun Aug 14 2022 Ian McInerney <ian.s.mcinerney@ieee.org> - 6.2.0-1
- Update to version 6.2.0 (fixes rhbz#2088941)
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild