Merge and update to 2.7.6-1

i9ce
MSVSphere Packaging Team 1 year ago
commit 0293e48664

2
.gitignore vendored

@ -1 +1 @@
SOURCES/keepassxc-2.7.5-src.tar.xz
SOURCES/keepassxc-2.7.6-src.tar.xz

@ -1 +1 @@
01006079effd4cb4c4188562ed8684e07f87af87 SOURCES/keepassxc-2.7.5-src.tar.xz
4583019f81e7dd46b580458ff029d5901db4e788 SOURCES/keepassxc-2.7.6-src.tar.xz

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEweTLo61406/YlPngt6ZvA7WQdqgFAmTcBUYACgkQt6ZvA7WQ
dqhKagf8CqgnDZTKjv70Li7QcEHIw1Mo9IcdbbT2HAiTVWy5dTpYiaNH/FwPxGjt
n9BRDbPW9Uv/aHTX5kowhfwcYYxkM2Sq5tqWY7t5Ur2hTfEYxm5M4EBeyqu+wc6C
sWg6k/3GXu+nBrlB+v7FsoAZ0ymxKUBB9284RUhcKbmUkWej6kvvUL3NQhNMw8xN
5d5FnKUMBRD1z/CFoEl6uicOm2aQSaTsdLJg7dXwyRjLGVo0g5IqaN8f28GmMW+Y
G/NNJeGnYJ5BdGknpytX6Axekg39NFMIsKSNu2Tco9OwdQqTsItq60/mX9QF97Yi
xEBz3q9/K7OHbxoEpET3atnsDT7zxg==
=kZ06
-----END PGP SIGNATURE-----

@ -2,7 +2,7 @@
# EPEL7 not possible because libgcrypt version is 1.5
Name: keepassxc
Version: 2.7.5
Version: 2.7.6
Release: 1%{?dist}
Summary: Cross-platform password manager
License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain
@ -37,10 +37,7 @@ Source2: https://keepassxc.org/keepassxc_master_signing_key.asc
# https://bugzilla.redhat.com/show_bug.cgi?id=2186217
# disabling the patch fixes the problem, therefore it has been disabled on
# Fedora >= 38
%if (%{defined rhel} || (%{defined fedora} && 0%{?fedora} < 38))
Patch0: xcb.patch
%endif
BuildRequires: botan2-devel
BuildRequires: cmake >= 3.1
@ -130,7 +127,13 @@ information can be considered as quite safe.
%prep
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup -p1
%setup -q
# Apply xcb.patch only for EPEL and Fedora <38
%if (%{defined rhel} || (%{defined fedora} && 0%{?fedora} < 38))
%autopatch -p1
%endif
# Older version of appstream-util can't parse some url types
%if (%{defined rhel} && 0%{?rhel} <= 9)
@ -195,9 +198,19 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
%{_mandir}/man1/%{name}.1*
%changelog
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 2.7.5-1
* Wed Aug 16 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.7.6-1
- Update to 2.7.6
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 2.7.5-3
- Rebuilt for MSVSphere 9.2
- Rebuilt for MSVSphere 9.2
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jun 14 2023 Jan Grulich <jgrulich@redhat.com> - 2.7.5-2
- Rebuild (qt5)
* Mon May 15 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 2.7.5-1
- Update to 2.7.5
- Use enable_devtoolset12 macro for EPEL8
@ -432,9 +445,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.4-6
- Escape macros in %%changelog
* Tue Jul 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 2.7.5-1
- Rebuilt for MSVSphere 9.2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save