diff --git a/uriparser-0.9.6.tar.bz2 b/uriparser-0.9.6.tar.bz2 deleted file mode 100644 index ca82fac..0000000 Binary files a/uriparser-0.9.6.tar.bz2 and /dev/null differ diff --git a/uriparser-0.9.7.tar.bz2 b/uriparser-0.9.7.tar.bz2 new file mode 100644 index 0000000..02cc9ad Binary files /dev/null and b/uriparser-0.9.7.tar.bz2 differ diff --git a/uriparser.spec b/uriparser.spec index 72d14f7..5c6531f 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -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 - 0.9.7-1 +- Update to 0.9.7 + * Thu Apr 14 2022 wangkai - 0.9.6-2 - Add BuildRequires to fix build error and add uriparser.yaml