2.7.0 release

epel9
Germano Massullo 3 years ago
parent 7446fbf2f3
commit 2ad033636d

1
.gitignore vendored

@ -24,3 +24,4 @@
/keepassxc-2.6.3-src.tar.xz /keepassxc-2.6.3-src.tar.xz
/keepassxc-2.6.4-src.tar.xz /keepassxc-2.6.4-src.tar.xz
/keepassxc-2.6.6-src.tar.xz /keepassxc-2.6.6-src.tar.xz
/keepassxc-2.7.0-src.tar.xz

@ -2,8 +2,8 @@
# EPEL7 not possible because libgcrypt version is 1.5 # EPEL7 not possible because libgcrypt version is 1.5
Name: keepassxc Name: keepassxc
Version: 2.6.6 Version: 2.7.0
Release: 6%{?dist} Release: 1%{?dist}
Summary: Cross-platform password manager Summary: Cross-platform password manager
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
URL: http://www.keepassxc.org/ URL: http://www.keepassxc.org/
@ -12,8 +12,14 @@ Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3BVLBS4B3XHJEXFVGD7RK2ZMXZG6JQZT/ # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3BVLBS4B3XHJEXFVGD7RK2ZMXZG6JQZT/
# read also https://github.com/keepassxreboot/keepassxc/pull/3520/files # read also https://github.com/keepassxreboot/keepassxc/pull/3520/files
# #
# Patch improved by pewpeww https://src.fedoraproject.org/rpms/keepassxc/pull-request/1 # Patch0 improved by pewpeww https://src.fedoraproject.org/rpms/keepassxc/pull-request/1
#
# 23 March 2022 Germano Massullo's update: Jan Grulich said that Qt patch https://code.qt.io/cgit/qt/qtbase.git/commit/?id=dda7dab8274991e4a61a97c352d4367f8f815bb9
# is included in qt5-qtbase in all Fedora versions but it is not in RHEL qt5-qtbase package.
# So I think it is no longer needed in Fedora
%if 0%{?el8}
Patch0: xcb.patch Patch0: xcb.patch
%endif
BuildRequires: cmake >= 3.1 BuildRequires: cmake >= 3.1
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -152,6 +158,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
%endif %endif
%changelog %changelog
* Tue Mar 22 2022 Germano Massullo <germano.massullo@gmail.com> - 2.7.0-1
- 2.7.0 release
* Tue Mar 08 2022 Jan Grulich <jgrulich@redhat.com> - 2.6.6-6 * Tue Mar 08 2022 Jan Grulich <jgrulich@redhat.com> - 2.6.6-6
- Rebuild (qt5) - Rebuild (qt5)

@ -1 +1 @@
SHA512 (keepassxc-2.6.6-src.tar.xz) = 175702ef3ae5b048ba23a794ddf4e17d61f2640955de7ec21a3e49e4abe7cab8c93c9a2bc61c5c052c62382a69bd8dcb4a4f0cf6daa162f5e00cff3f7a1a713b SHA512 (keepassxc-2.7.0-src.tar.xz) = 0fc436ae5fb8fb82765a0c2df20c9567b1baf6aceff1e08c843a151ddcc0920d4cb2d416aebd89bdd8f1b53efb0a4ad0f579955c6943ee66c20b0becbb978e12

Loading…
Cancel
Save