From a2b37bbb20664ec32c37af5c3c8317b2f6221d7a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 09 2020 14:10:11 +0000 Subject: import gpgme-1.13.1-6.el8 --- diff --git a/SPECS/gpgme.spec b/SPECS/gpgme.spec index 1a6e26a..a9681dd 100644 --- a/SPECS/gpgme.spec +++ b/SPECS/gpgme.spec @@ -17,7 +17,7 @@ Name: gpgme Summary: GnuPG Made Easy - high level crypto API Version: 1.13.1 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ URL: https://gnupg.org/related_software/gpgme/ @@ -102,6 +102,8 @@ BuildRequires: cmake %package -n q%{name} Summary: Qt API bindings/wrapper for GPGME Requires: %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +# This is probably redundant, but it satisfies RPMDIFF: +Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Test) @@ -250,6 +252,10 @@ fi %{python3_sitearch}/gpg/ %changelog +* Fri Nov 06 2020 Jiri Kucera - 1.13.1-6 +- Try to fix RPMDIFF issues + Related: #1726861 + * Tue Nov 03 2020 Jiri Kucera - 1.13.1-5 - Rebuild Related: #1726861