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
This commit is contained in:
DistroBaker 2021-02-04 08:11:20 +01:00
parent 2af3ca2998
commit d5de26dbc2
1 changed files with 6 additions and 2 deletions

View File

@ -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 <releng@fedoraproject.org> - 2.5.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Dec 01 2020 Jakub Jelen <jjelen@redhat.com> - 2.5.4-1
- New upstream release (#1891067)