Compare commits

..

No commits in common. "33319f16986bc185e2290bbd4260a6fdee715ad7" and "8ee52ca99b0a07146b32235f0887c34383c3e9fa" have entirely different histories.

4 changed files with 4 additions and 24 deletions

BIN
uriparser-0.9.3.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,11 @@
Name: uriparser Name: uriparser
Version: 0.9.8 Version: 0.9.3
Release: 1 Release: 2
Summary: A strictly RFC 3986 compliant URI parsing and handling library written in C89 Summary: A strictly RFC 3986 compliant URI parsing and handling library written in C89
License: BSD License: BSD
URL: https://uriparser.github.io/ URL: https://uriparser.github.io/
Source0: https://github.com/uriparser/uriparser/releases/download/uriparser-%{version}/uriparser-%{version}.tar.bz2 Source0: https://github.com/uriparser/uriparser/releases/download/uriparser-%{version}/uriparser-%{version}.tar.bz2
BuildRequires: cmake doxygen gcc-c++ graphviz gtest-devel make
BuildRequires: cmake doxygen gcc-c++ graphviz gtest-devel make gmock
%description %description
The package is a strictly RFC 3986 compliant URI parsing library written in C89("ANSI C"). The package is a strictly RFC 3986 compliant URI parsing library written in C89("ANSI C").
@ -31,7 +30,7 @@ BuildArch: noarch
The package contains HTML documentation files for uriparser. The package contains HTML documentation files for uriparser.
%prep %prep
%autosetup -p1 %autosetup
sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
%build %build
@ -60,20 +59,5 @@ LD_LIBRARY_PATH=".libs" make check
%doc %{_docdir}/uriparser/html %doc %{_docdir}/uriparser/html
%changelog %changelog
* Fri Aug 2 2024 zhangxingrong <zhangxingrong@uniontech.cn> - 0.9.8-1
- update to version 0.9.8
* Mon May 6 2024 kouwenqi <kouwenqi@kylinos.cn> - 0.9.7-2
- fix CVE-2024-34402,CVE-2024-34403
* 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
* Tue Jan 25 2022 wangkai <wangkai385@huawei.com> - 0.9.6-1
- Update to 0.9.6 for fix CVE-2021-46141 and CVE-2021-46142
* Thu Mar 5 2020 Ling Yang <lingyang2@huawei.com> - 0.9.3-2 * Thu Mar 5 2020 Ling Yang <lingyang2@huawei.com> - 0.9.3-2
- Package Init - Package Init

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: uriparser/uriparser
tag_prefix: "^uriparser-"
seperator: "."