@ -14,17 +14,20 @@ Source0: https://github.com/keepassxreboot/keepassxc/releases/download/%{
#
#
# Patch0 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
# 23 March 2022 Germano Massullo's update: Jan Grulich said that Qt patch https://code.qt.io/cgit/qt/qtbase.git/commit/?id=dda7dab8274991e4a61a97c352d4367f8f815bb9
# https://code.qt.io/cgit/qt/qtbase.git/commit/?id=dda7dab8274991e4a61a97c352d4367f8f815bb9
# is included in qt5-qtbase in all Fedora versions since 32, even before it landed upstream, but it is not in RHEL qt5-qtbase package.
# is included in qt5-qtbase in all Fedora versions since 32, even before it
# landed upstream, but it is not in RHEL qt5-qtbase package.
# So I think it is no longer needed in Fedora
# So I think it is no longer needed in Fedora
#
#
# Concerning upstream Qt6 version, the patch was reverted and kept for Qt 6.3,
# Concerning upstream Qt6 version, the patch was reverted and kept for Qt 6.3, but concerning keepassxc it is not important since it uses Qt 5
# but concerning keepassxc it is not important since it uses Qt 5
#
%if 0%{?el8}
# 29 April 2022 Germano Massullo's update: users in upstream bugreports
# https://github.com/keepassxreboot/keepassxc/issues/7959
# https://github.com/keepassxreboot/keepassxc/issues/5608
# are reporting regression. I am resuming xcb.patch to all branches
#
Patch0: xcb.patch
Patch0: xcb.patch
%endif
BuildRequires: botan2-devel
BuildRequires: botan2-devel
BuildRequires: cmake >= 3.1
BuildRequires: cmake >= 3.1
@ -40,12 +43,7 @@ BuildRequires: libusb1-devel
BuildRequires: libXi-devel
BuildRequires: libXi-devel
BuildRequires: libXtst-devel
BuildRequires: libXtst-devel
BuildRequires: libyubikey-devel
BuildRequires: libyubikey-devel
# concerning minizip-compat, read https://github.com/keepassxreboot/keepassxc/issues/7874
%if 0%{?el8}
BuildRequires: minizip-compat-devel
%else
BuildRequires: minizip-devel
BuildRequires: minizip-devel
%endif
BuildRequires: pcsc-lite-devel
BuildRequires: pcsc-lite-devel
BuildRequires: qrencode-devel
BuildRequires: qrencode-devel
BuildRequires: readline-devel
BuildRequires: readline-devel
@ -177,8 +175,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
%endif
%endif
%changelog
%changelog
* Wed Apr 13 2022 Germano Massullo <germano.massullo@gmail.com> - 2.7.1-3
* Fri Apr 29 2022 Germano Massullo <germano.massullo@gmail.com> - 2.7.1-3
- BuildRequires: minizip-compat-devel for EPEL8
- enabled Patch0:xcb.patch for all branches
* Mon Apr 11 2022 Germano Massullo <germano.massullo@gmail.com> - 2.7.1-2
* Mon Apr 11 2022 Germano Massullo <germano.massullo@gmail.com> - 2.7.1-2
- replaces BuildRequires: minizip-compat-devel with BuildRequires: minizip-devel
- replaces BuildRequires: minizip-compat-devel with BuildRequires: minizip-devel