diff --git a/.gitignore b/.gitignore index 2cc1f7f..a163657 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ uriparser-0.7.5.tar.gz /uriparser-0.9.4.tar.bz2 /uriparser-0.9.5.tar.bz2 /uriparser-0.9.6.tar.bz2 +/uriparser-0.9.7.tar.bz2 diff --git a/sources b/sources index a5dcf7d..1b9fbcc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uriparser-0.9.6.tar.bz2) = c021ab3f93cc0373c9244edafff042c3d73a3904d69e573c277b04ca4a49cd2e88255214599cf433088b32846c9a628dfb116025188a6bb61a40c236827799aa +SHA512 (uriparser-0.9.7.tar.bz2) = 7f69c9806665745c1bafe11f818434e27c2da03af387f009ef46c1427af8c008faa45e6f49bece66e0b96fd17b3924ba0af25476e796972c5e4b651f35f74c13 diff --git a/uriparser.spec b/uriparser.spec index eab7552..b5ef6c2 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -1,29 +1,17 @@ -%if 0%{?el9} -# EL9.0 compat, should be fixed in 9.1 -# https://bugzilla.redhat.com/show_bug.cgi?id=2080168 -%global mingw32_pkg_name %(echo %{name} | sed -E 's/^(mingw-|)/mingw32-/') -%global mingw64_pkg_name %(echo %{name} | sed -E 's/^(mingw-|)/mingw64-/') -# EL9.0 only has mingw for x86_64 -# https://bugzilla.redhat.com/show_bug.cgi?id=2096010 -%ifarch x86_64 +%if 0%{?fedora} || 0%{?epel} >= 9 %bcond_without mingw %else %bcond_with mingw %endif -%else -%bcond_withtout mingw -%endif Name: uriparser -Version: 0.9.6 -Release: 5%{?dist} +Version: 0.9.7 +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 add separate conflicting declaration for inet_ntop -Patch0: uriparser-inet-ntop.patch BuildRequires: cmake BuildRequires: doxygen @@ -85,7 +73,6 @@ MinGW Windows %{name} library. %endif - %prep %autosetup -p1 @@ -107,7 +94,6 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %install %cmake_install - %if %{with mingw} %mingw_make_install %mingw_debug_install_post @@ -156,6 +142,12 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Fri Oct 07 2022 Sandro Mani - 0.9.7-1 +- Update to 0.9.7 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.9.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Mar 25 2022 Sandro Mani - 0.9.6-5 - Rebuild with mingw-gcc-12