Fix the failure of the test_uniencoding testcase
Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
This commit is contained in:
parent
1da33557a5
commit
11f8114019
@ -1,12 +1,14 @@
|
|||||||
Name: liboauth
|
Name: liboauth
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 13
|
Release: 14
|
||||||
Summary: OAuth library functions
|
Summary: OAuth library functions
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://liboauth.sourceforge.net/
|
URL: http://liboauth.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc curl-devel nss-devel
|
BuildRequires: gcc curl-devel nss-devel
|
||||||
|
# fix the failure of the test_uniencoding testcase
|
||||||
|
BuildRequires: glibc-locale-archive
|
||||||
|
|
||||||
%description
|
%description
|
||||||
a POSIX-C implementation of the http://oauth.net/ protocol. libOauth provides
|
a POSIX-C implementation of the http://oauth.net/ protocol. libOauth provides
|
||||||
@ -56,6 +58,9 @@ make check
|
|||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2022 yixiangzhike <yixiangzhike007@163.com> - 1.0.3-14
|
||||||
|
- Fix the failure of the test_uniencoding testcase
|
||||||
|
|
||||||
* Fri Feb 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.3-13
|
* Fri Feb 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.3-13
|
||||||
- Make check after installation
|
- Make check after installation
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user