!13 Update to 0.9.7

From: @starlet-dx 
Reviewed-by: @Lostwayzxc, @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-09-18 04:46:39 +00:00 committed by Gitee
commit 905b82f8f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
uriparser-0.9.7.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: uriparser
Version: 0.9.6
Release: 2
Version: 0.9.7
Release: 1
Summary: A strictly RFC 3986 compliant URI parsing and handling library written in C89
License: BSD
URL: https://uriparser.github.io/
@ -30,7 +30,7 @@ BuildArch: noarch
The package contains HTML documentation files for uriparser.
%prep
%autosetup
%autosetup -p1
sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
%build
@ -59,6 +59,9 @@ LD_LIBRARY_PATH=".libs" make check
%doc %{_docdir}/uriparser/html
%changelog
* Fri Sep 15 2023 yaoxin <yao_xin001@hoperun.com> - 0.9.7-1
- Update to 0.9.7
* Thu Apr 14 2022 wangkai <wangkai385@h-partners.com> - 0.9.6-2
- Add BuildRequires to fix build error and add uriparser.yaml