diff --git a/.gitignore b/.gitignore index 3f9a2a6..2cc1f7f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ uriparser-0.7.5.tar.gz /uriparser-0.9.3.tar.bz2 /uriparser-0.9.4.tar.bz2 /uriparser-0.9.5.tar.bz2 +/uriparser-0.9.6.tar.bz2 diff --git a/sources b/sources index 83cdc6e..a5dcf7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uriparser-0.9.5.tar.bz2) = 44d36a33565b7724d721e2b5e689530227bc87e609ee78f1d23e7353480191313b1b91039c7a046566d14b83eb320c97d75e74c8ef4841e1b9c8559c3feddb34 +SHA512 (uriparser-0.9.6.tar.bz2) = c021ab3f93cc0373c9244edafff042c3d73a3904d69e573c277b04ca4a49cd2e88255214599cf433088b32846c9a628dfb116025188a6bb61a40c236827799aa diff --git a/uriparser.spec b/uriparser.spec index 52f76f6..6b6eddc 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -1,20 +1,14 @@ %undefine __cmake_in_source_build Name: uriparser -Version: 0.9.5 -Release: 2%{?dist} +Version: 0.9.6 +Release: 1%{?dist} Summary: URI parsing library - RFC 3986 License: BSD URL: https://uriparser.github.io/ Source0: https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 -# Don't use -isystem, pass -fPIE when building tests -Patch0: uriparser_buildtests.patch -# Prevent -isystem /usr/include -# https://gitlab.kitware.com/cmake/cmake/-/issues/16919 -Patch1: uriparser_isystem.patch - BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ @@ -62,10 +56,7 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %check -LD_LIBRARY_PATH=".libs" make check -C %{_vpath_builddir} - - -%ldconfig_scriptlets +%ctest %files @@ -86,6 +77,9 @@ LD_LIBRARY_PATH=".libs" make check -C %{_vpath_builddir} %changelog +* Fri Jan 07 2022 Sandro Mani - 0.9.6-1 +- Update to 0.9.6 + * Fri Jul 23 2021 Fedora Release Engineering - 0.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild