diff --git a/.gitignore b/.gitignore index bc1b47e..4db7c94 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/keepassxc-2.7.5-src.tar.xz +SOURCES/keepassxc-2.7.6-src.tar.xz diff --git a/.keepassxc.metadata b/.keepassxc.metadata index b4ed5aa..608dd76 100644 --- a/.keepassxc.metadata +++ b/.keepassxc.metadata @@ -1 +1 @@ -01006079effd4cb4c4188562ed8684e07f87af87 SOURCES/keepassxc-2.7.5-src.tar.xz +4583019f81e7dd46b580458ff029d5901db4e788 SOURCES/keepassxc-2.7.6-src.tar.xz diff --git a/SOURCES/keepassxc-2.7.6-src.tar.xz.sig b/SOURCES/keepassxc-2.7.6-src.tar.xz.sig new file mode 100644 index 0000000..0820bf0 --- /dev/null +++ b/SOURCES/keepassxc-2.7.6-src.tar.xz.sig @@ -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----- diff --git a/SPECS/keepassxc.spec b/SPECS/keepassxc.spec index fe7f042..b909e38 100644 --- a/SPECS/keepassxc.spec +++ b/SPECS/keepassxc.spec @@ -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 - 2.7.5-1 +* Wed Aug 16 2023 Mikel Olasagasti Uranga - 2.7.6-1 +- Update to 2.7.6 + +* Tue Jul 25 2023 Arkady L. Shane - 2.7.5-3 +- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2 +* Thu Jul 20 2023 Fedora Release Engineering - 2.7.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 14 2023 Jan Grulich - 2.7.5-2 +- Rebuild (qt5) + * Mon May 15 2023 Mikel Olasagasti Uranga - 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 - 2.2.4-6 - Escape macros in %%changelog -* Tue Jul 25 2023 Arkady L. Shane - 2.7.5-1 -- Rebuilt for MSVSphere 9.2 - * Wed Feb 07 2018 Fedora Release Engineering - 2.2.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild