!34 update libgpg-error version to 1.46

From: @yangl777 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2023-02-02 11:54:33 +00:00 committed by Gitee
commit fad68fd7b2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 10 additions and 3 deletions

Binary file not shown.

Binary file not shown.

BIN
libgpg-error-1.46.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: libgpg-error
Version: 1.43
Release: 2
Version: 1.46
Release: 1
Summary: Library for common error values and messages in GnuPG components.
License: LGPLv2+
URL: https://www.gnupg.org/related_software/libgpg-error/
@ -9,6 +9,7 @@ Source1: https://www.gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.gz
Patch0: libgpg-error-1.29-multilib.patch
BuildRequires: make
BuildRequires: gcc gawk, gettext, autoconf, automake, gettext-devel, libtool, texinfo, gettext-autopoint
%description
@ -35,7 +36,7 @@ sed -i -e '/--variable=host/d' src/gpg-error-config-test.sh.in
sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure
%build
%configure --disable-static --disable-rpath --disable-languages
%configure --disable-static --disable-rpath --disable-languages --enable-install-gpg-error-config
%make_build
%install
@ -73,6 +74,12 @@ make check
%{_mandir}/*
%changelog
* Thu Feb 02 2023 yanglu <yanglu72@h-partners.com> - 1.46-1
- Type:requirement
- Id:NA
- SUG:NA
- DESC:update libgpg-error version to 1.46
* Wed Oct 19 2022 yanglu <yanglu72@h-partners.com> - 1.43-2
- Type:bugfix
- Id:NA