!15 update libassuan to 2.5.6

From: @xinghe_1 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
This commit is contained in:
openeuler-ci-bot 2023-08-08 06:14:12 +00:00 committed by Gitee
commit 82884bba99
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 9 additions and 31 deletions

View File

@ -1,28 +0,0 @@
diff -up libassuan-2.5.2/src/libassuan-config.in.multilib libassuan-2.5.2/src/libassuan-config.in
--- libassuan-2.5.2/src/libassuan-config.in.multilib 2019-01-08 16:31:11.042204893 +0100
+++ libassuan-2.5.2/src/libassuan-config.in 2019-01-08 16:31:20.026048884 +0100
@@ -19,7 +19,7 @@ lib="@LIBASSUAN_CONFIG_LIBS@"
extralibs="$gpg_error_libs"
cflags="@LIBASSUAN_CONFIG_CFLAGS@ $gpg_error_cflags"
api_version="@LIBASSUAN_CONFIG_API_VERSION@"
-my_host="@LIBASSUAN_CONFIG_HOST@"
+my_host="myhost"
prefix=@prefix@
exec_prefix=@exec_prefix@
includes=""
@@ -131,13 +131,7 @@ if test "$echo_cflags" = "yes"; then
fi
if test "$echo_libs" = "yes"; then
- if test "@libdir@" != "/usr/lib" ; then
- libdirs="-L@libdir@"
- for i in $lib $extralibs ; do
- if test "$i" = "-L@libdir@" ; then
- libdirs=""
- fi
- done
- fi
+ # libdir is always standard and implicitly searched
+ libdirs=""
echo $libdirs $lib $extralibs
fi

Binary file not shown.

Binary file not shown.

BIN
libassuan-2.5.6.tar.bz2 Normal file

Binary file not shown.

BIN
libassuan-2.5.6.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
Name: libassuan Name: libassuan
Version: 2.5.5 Version: 2.5.6
Release: 2 Release: 1
Summary: A small library implementing the so-called Assuan protocal Summary: A small library implementing the so-called Assuan protocal
License: LGPLv2+ and GPLv3+ License: GPL-3.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later
URL: https://www.gnupg.org/ URL: https://www.gnupg.org/
Source0: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2 Source0: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2
Source1: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig Source1: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
@ -67,6 +67,12 @@ make check
%doc ChangeLog NEWS README THANKS TODO %doc ChangeLog NEWS README THANKS TODO
%changelog %changelog
* Sat Jul 15 2023 xinghe <xinghe2@h-partners.com> - 2.5.6-1
- Type:requirements
- ID:NA
- SUG:NA
- DESC: update libassuan to 2.5.6
* Wed Oct 19 2022 xinghe <xinghe2@h-partners.com> - 2.5.5-2 * Wed Oct 19 2022 xinghe <xinghe2@h-partners.com> - 2.5.5-2
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA