From 5421a84a3fb96dd903167b6e2e9e06ae15c155ed Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:53:19 +0000 Subject: [PATCH 01/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- uriparser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uriparser.spec b/uriparser.spec index d7bd475..c444304 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -6,7 +6,7 @@ Name: uriparser Version: 0.9.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: URI parsing library - RFC 3986 # /test/ is under LGPL-2.1-or-later but not included in RPM @@ -144,6 +144,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.9.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 0.9.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From fee729dc16c2d2b1894f0afdf9522d5149d2b356 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 18 Apr 2025 00:44:27 +0200 Subject: [PATCH 02/11] Rebuild against correct crt --- uriparser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uriparser.spec b/uriparser.spec index d7bd475..badebcc 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -6,7 +6,7 @@ Name: uriparser Version: 0.9.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: URI parsing library - RFC 3986 # /test/ is under LGPL-2.1-or-later but not included in RPM @@ -144,6 +144,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Thu Apr 17 2025 Sandro Mani - 0.9.8-3 +- Rebuild against correct crt + * Sat Jul 20 2024 Fedora Release Engineering - 0.9.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c796a9c67606379a7ce40b47b19ccc233ffd13df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:51:02 +0000 Subject: [PATCH 03/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- uriparser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uriparser.spec b/uriparser.spec index c444304..a7ee6b6 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -6,7 +6,7 @@ Name: uriparser Version: 0.9.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: URI parsing library - RFC 3986 # /test/ is under LGPL-2.1-or-later but not included in RPM @@ -144,6 +144,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.9.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.9.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From e803d54255ff46df80c4ec829efbbf42afca2a1c Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 4 Sep 2025 08:55:54 +0200 Subject: [PATCH 04/11] Update to 0.9.9 --- .gitignore | 1 + sources | 2 +- uriparser.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 956e7e7..7a09541 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ uriparser-0.7.5.tar.gz /uriparser-0.9.6.tar.bz2 /uriparser-0.9.7.tar.bz2 /uriparser-0.9.8.tar.bz2 +/uriparser-0.9.9.tar.bz2 diff --git a/sources b/sources index 14e021f..c4b1ef5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uriparser-0.9.8.tar.bz2) = 41377e27f92345442cafa4e443485808c286430fcb5ce2354a683344e744786a170f443425f304bdb5a152edf96a3412f203eabe4fb3345a369e6d69f3d97e40 +SHA512 (uriparser-0.9.9.tar.bz2) = 1c4ac63e7a872fdc7ce84ee5e8736dcafe58242b80218a3457bdcd1b358bfec5437658e2ad99427c6d94b14b30c7f7c3d059b9d106cd1a7149adf23e77072de6 diff --git a/uriparser.spec b/uriparser.spec index a7ee6b6..9e4efe6 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -5,8 +5,8 @@ %endif Name: uriparser -Version: 0.9.8 -Release: 4%{?dist} +Version: 0.9.9 +Release: 1%{?dist} Summary: URI parsing library - RFC 3986 # /test/ is under LGPL-2.1-or-later but not included in RPM @@ -144,6 +144,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Thu Sep 04 2025 Sandro Mani - 0.9.9-1 +- Update to 0.9.9 + * Fri Jul 25 2025 Fedora Release Engineering - 0.9.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From e135e2ae8d7b7ef460c30484dd9a6ab430215953 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 4 Sep 2025 09:19:08 +0200 Subject: [PATCH 05/11] Adapt license filename --- uriparser.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/uriparser.spec b/uriparser.spec index 9e4efe6..1f36a56 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -9,7 +9,9 @@ Version: 0.9.9 Release: 1%{?dist} Summary: URI parsing library - RFC 3986 -# /test/ is under LGPL-2.1-or-later but not included in RPM +# main license is BSD-3-Clause +# test suite is licensed under the LGPL-2.1-or-later, but it is not included in the binary RPM +# fuzzing code is licensed under the Apache-2.0 license, but it is not included in the binary RPM # /doc/rfc* are under LicenseRef-scancode-iso-8879, LicenseRef-scancode-ietf, LicenseRef-scancode-ietf-trust but not included in RPM License: BSD-3-Clause URL: https://uriparser.github.io/ @@ -108,7 +110,7 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %files %doc THANKS AUTHORS ChangeLog -%license COPYING +%license COPYING.BSD-3-Clause %{_bindir}/uriparse %{_libdir}/lib%{name}.so.1* @@ -119,12 +121,12 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %{_libdir}/pkgconfig/lib%{name}.pc %files doc -%license COPYING +%license COPYING.BSD-3-Clause %doc %{_docdir}/%{name}/html %if %{with mingw} %files -n mingw32-%{name} -%license COPYING +%license COPYING.BSD-3-Clause %{mingw32_bindir}/uriparse.exe %{mingw32_bindir}/lib%{name}-1.dll %{mingw32_includedir}/%{name}/ @@ -133,7 +135,7 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %{mingw32_libdir}/cmake/%{name}-%{version}/ %files -n mingw64-%{name} -%license COPYING +%license COPYING.BSD-3-Clause %{mingw64_bindir}/uriparse.exe %{mingw64_includedir}/%{name}/ %{mingw64_bindir}/lib%{name}-1.dll From bae243e2ee1a02ae068842ff6e760673148af5c2 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 4 Sep 2025 09:19:49 +0200 Subject: [PATCH 06/11] Drop unused patch --- uriparser-inet-ntop.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 uriparser-inet-ntop.patch diff --git a/uriparser-inet-ntop.patch b/uriparser-inet-ntop.patch deleted file mode 100644 index d298963..0000000 --- a/uriparser-inet-ntop.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -rupN --no-dereference uriparser-0.9.6/tool/uriparse.c uriparser-0.9.6-new/tool/uriparse.c ---- uriparser-0.9.6/tool/uriparse.c 2022-01-06 19:01:11.000000000 +0100 -+++ uriparser-0.9.6-new/tool/uriparse.c 2022-01-07 10:22:25.506474914 +0100 -@@ -43,10 +43,6 @@ - #ifdef _WIN32 - # include - # include --# ifdef __MINGW32__ --WINSOCK_API_LINKAGE const char * WSAAPI inet_ntop( -- int af, const void *src, char *dst, socklen_t size); --# endif - #else - # include - # include From 0690b72ce05fa74f1c4f36a5f137fbf7402284ab Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 15 Dec 2025 21:39:26 +0100 Subject: [PATCH 07/11] Update to 1.0.0 --- .gitignore | 1 + sources | 2 +- uriparser.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7a09541..1170253 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ uriparser-0.7.5.tar.gz /uriparser-0.9.7.tar.bz2 /uriparser-0.9.8.tar.bz2 /uriparser-0.9.9.tar.bz2 +/uriparser-1.0.0.tar.bz2 diff --git a/sources b/sources index c4b1ef5..89b5bfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uriparser-0.9.9.tar.bz2) = 1c4ac63e7a872fdc7ce84ee5e8736dcafe58242b80218a3457bdcd1b358bfec5437658e2ad99427c6d94b14b30c7f7c3d059b9d106cd1a7149adf23e77072de6 +SHA512 (uriparser-1.0.0.tar.bz2) = 4fd4dac885d029523537c999774a9c1df45f3adb4fb0dd3353f19f96bcf5965ce5229a108bcd6b208eb9f2946936a7fa4229b39a0af2a8ee8248c0dafc4bded0 diff --git a/uriparser.spec b/uriparser.spec index 1f36a56..411f11a 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -5,7 +5,7 @@ %endif Name: uriparser -Version: 0.9.9 +Version: 1.0.0 Release: 1%{?dist} Summary: URI parsing library - RFC 3986 @@ -146,6 +146,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Mon Dec 15 2025 Sandro Mani - 1.0.0-1 +- Update to 1.0.0 + * Thu Sep 04 2025 Sandro Mani - 0.9.9-1 - Update to 0.9.9 From 6ba7bd00a91971bf3a65ddbc61ea21f4127a2531 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:40:17 +0000 Subject: [PATCH 08/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- uriparser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uriparser.spec b/uriparser.spec index 411f11a..2014d41 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -6,7 +6,7 @@ Name: uriparser Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: URI parsing library - RFC 3986 # main license is BSD-3-Clause @@ -146,6 +146,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Mon Dec 15 2025 Sandro Mani - 1.0.0-1 - Update to 1.0.0 From 6a39b1071e4cd1dfdb4594e78ff6ae10e4ea0a55 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 30 Apr 2026 14:34:34 +0200 Subject: [PATCH 09/11] Update to 1.0.1 --- .gitignore | 1 + sources | 2 +- uriparser.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1170253..1b16eb7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ uriparser-0.7.5.tar.gz /uriparser-0.9.8.tar.bz2 /uriparser-0.9.9.tar.bz2 /uriparser-1.0.0.tar.bz2 +/uriparser-1.0.1.tar.bz2 diff --git a/sources b/sources index 89b5bfa..a4d9433 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uriparser-1.0.0.tar.bz2) = 4fd4dac885d029523537c999774a9c1df45f3adb4fb0dd3353f19f96bcf5965ce5229a108bcd6b208eb9f2946936a7fa4229b39a0af2a8ee8248c0dafc4bded0 +SHA512 (uriparser-1.0.1.tar.bz2) = 643e51db925c2865fd69f2b64f0791cd482f88decb946432b2de1dbba046e9fae5a10b041f1e9b9f427eabbf38871c8c87051cb648be5a33267e3b4153e07fce diff --git a/uriparser.spec b/uriparser.spec index 2014d41..8a40994 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -5,8 +5,8 @@ %endif Name: uriparser -Version: 1.0.0 -Release: 2%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: URI parsing library - RFC 3986 # main license is BSD-3-Clause @@ -146,6 +146,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Thu Apr 30 2026 Sandro Mani - 1.0.1-1 +- Update to 1.0.1 + * Sat Jan 17 2026 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From c45f69cfb1e810f302a107b79a59a583a54341c0 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 11 May 2026 11:49:44 +0200 Subject: [PATCH 10/11] Update to 1.0.2 --- .gitignore | 1 + sources | 2 +- uriparser.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b16eb7..08f7661 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ uriparser-0.7.5.tar.gz /uriparser-0.9.9.tar.bz2 /uriparser-1.0.0.tar.bz2 /uriparser-1.0.1.tar.bz2 +/uriparser-1.0.2.tar.bz2 diff --git a/sources b/sources index a4d9433..1622297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uriparser-1.0.1.tar.bz2) = 643e51db925c2865fd69f2b64f0791cd482f88decb946432b2de1dbba046e9fae5a10b041f1e9b9f427eabbf38871c8c87051cb648be5a33267e3b4153e07fce +SHA512 (uriparser-1.0.2.tar.bz2) = 23cf062e10b70e3cababbbb52e20a7e3ca17ae2cba21125ab0587a3dbee562d12d727703567ce14cba90151712f2c4c9e911eda92245292ea3a1138f88dd09fd diff --git a/uriparser.spec b/uriparser.spec index 8a40994..cebafd7 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -5,7 +5,7 @@ %endif Name: uriparser -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: URI parsing library - RFC 3986 @@ -146,6 +146,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Mon May 11 2026 Sandro Mani - 1.0.2-1 +- Update to 1.0.2 + * Thu Apr 30 2026 Sandro Mani - 1.0.1-1 - Update to 1.0.1 From 8b899f28ca1183f29e66f7724d4a23d2ca62a538 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:14:54 +0000 Subject: [PATCH 11/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- uriparser.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uriparser.spec b/uriparser.spec index cebafd7..86fc7ee 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -6,7 +6,7 @@ Name: uriparser Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: URI parsing library - RFC 3986 # main license is BSD-3-Clause @@ -146,6 +146,9 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Mon May 11 2026 Sandro Mani - 1.0.2-1 - Update to 1.0.2