Compare commits
10 Commits
8ee52ca99b
...
33319f1698
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33319f1698 | ||
|
|
c2fef9d3f5 | ||
|
|
50796f2788 | ||
|
|
a6fbee380b | ||
|
|
905b82f8f8 | ||
|
|
c170df8af2 | ||
|
|
0cb47cee18 | ||
|
|
2260ed998c | ||
|
|
150a2f8c95 | ||
|
|
aa1bd7dad7 |
Binary file not shown.
BIN
uriparser-0.9.8.tar.bz2
Normal file
BIN
uriparser-0.9.8.tar.bz2
Normal file
Binary file not shown.
@ -1,11 +1,12 @@
|
|||||||
Name: uriparser
|
Name: uriparser
|
||||||
Version: 0.9.3
|
Version: 0.9.8
|
||||||
Release: 2
|
Release: 1
|
||||||
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").
|
||||||
@ -30,7 +31,7 @@ BuildArch: noarch
|
|||||||
The package contains HTML documentation files for uriparser.
|
The package contains HTML documentation files for uriparser.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
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
|
||||||
@ -59,5 +60,20 @@ 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
|
||||||
|
|||||||
4
uriparser.yaml
Normal file
4
uriparser.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: uriparser/uriparser
|
||||||
|
tag_prefix: "^uriparser-"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user