Update to 0.9.7

This commit is contained in:
starlet-dx 2023-09-15 11:33:21 +08:00
parent 0cb47cee18
commit c170df8af2
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