From 2260ed998c09d50bc255e617f1c335549e62ef44 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 14 Apr 2022 14:36:40 +0800 Subject: [PATCH] Add BuildRequires to fix build error and add uriparser.yaml --- uriparser.spec | 7 +++++-- uriparser.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 uriparser.yaml diff --git a/uriparser.spec b/uriparser.spec index 65d0ac4..72d14f7 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -1,11 +1,11 @@ Name: uriparser Version: 0.9.6 -Release: 1 +Release: 2 Summary: A strictly RFC 3986 compliant URI parsing and handling library written in C89 License: BSD URL: https://uriparser.github.io/ 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 The package is a strictly RFC 3986 compliant URI parsing library written in C89("ANSI C"). @@ -59,6 +59,9 @@ LD_LIBRARY_PATH=".libs" make check %doc %{_docdir}/uriparser/html %changelog +* Thu Apr 14 2022 wangkai - 0.9.6-2 +- Add BuildRequires to fix build error and add uriparser.yaml + * Tue Jan 25 2022 wangkai - 0.9.6-1 - Update to 0.9.6 for fix CVE-2021-46141 and CVE-2021-46142 diff --git a/uriparser.yaml b/uriparser.yaml new file mode 100644 index 0000000..86bf7b6 --- /dev/null +++ b/uriparser.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: uriparser/uriparser +tag_prefix: "^uriparser-" +seperator: "."