Update to 0.9.7

epel9^2
Sandro Mani 2 years ago
parent c67feaba88
commit 0a4bc85c6c

1
.gitignore vendored

@ -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

@ -1 +1 @@
SHA512 (uriparser-0.9.6.tar.bz2) = c021ab3f93cc0373c9244edafff042c3d73a3904d69e573c277b04ca4a49cd2e88255214599cf433088b32846c9a628dfb116025188a6bb61a40c236827799aa
SHA512 (uriparser-0.9.7.tar.bz2) = 7f69c9806665745c1bafe11f818434e27c2da03af387f009ef46c1427af8c008faa45e6f49bece66e0b96fd17b3924ba0af25476e796972c5e4b651f35f74c13

@ -1,13 +1,11 @@
Name: uriparser
Version: 0.9.6
Release: 6%{?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
@ -131,6 +129,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
%changelog
* Fri Oct 07 2022 Sandro Mani <manisandro@gmail.com> - 0.9.7-1
- Update to 0.9.7
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

Loading…
Cancel
Save