From d5de26dbc23eb4d9568be48a065c741293ca7e09 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 08:11:20 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libassuan.git#cc385e7dd9b4b8ec3029a6296ab37c97eb47de21 --- libassuan.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libassuan.spec b/libassuan.spec index 58018c4..4f13653 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -1,19 +1,20 @@ Name: libassuan Summary: GnuPG IPC library Version: 2.5.4 -Release: 1%{?dist} +Release: 2%{?dist} # The library is LGPLv2+, the documentation GPLv3+ License: LGPLv2+ and GPLv3+ Source0: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2 Source1: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig -URL: http://www.gnupg.org/ +URL: https://www.gnupg.org/ Patch1: libassuan-2.5.2-multilib.patch BuildRequires: gcc BuildRequires: gawk BuildRequires: libgpg-error-devel >= 1.8 +BuildRequires: make %description This is the IPC library used by GnuPG 2, GPGME and a few other @@ -74,6 +75,9 @@ make check %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 01 2020 Jakub Jelen - 2.5.4-1 - New upstream release (#1891067)