From 4f88c1ab73d3366e83e2aabfaa66f35ff9b3d1df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:54:13 +0000 Subject: [PATCH 1/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 596e4c2..90f6a15 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 4.0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: BSL-1.0 URL: https://github.com/nemtrif/utfcpp @@ -88,6 +88,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 4.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 4.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 875d592cef8257470ea12fd4b6619c77e8dd3f77 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Sat, 20 Sep 2025 22:46:27 +0200 Subject: [PATCH 2/7] update to 4.0.8 (resolves rhbz#2395010) --- sources | 3 +-- utf8cpp.spec | 11 ++++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sources b/sources index 1d4625e..2b287ca 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (ftest-c4ad4af.tar.gz) = ac328665d2f22fe72f7252d4f7ae84c74ea551407ba618151ef1c281159df8744f1e6efb9b21d4e1df774528f0b979d45ee5d82d3e8ab146aa9f2ad91b0b6d37 -SHA512 (utfcpp-4.0.6.tar.gz) = 53c59f2e04fe5d36faf98a238b94f774834a34982d481a8170ee144f7f8c2d4ba249a732d90654922944c1075c578690c327091883398c533d604bf49f4a6ecf +SHA512 (utfcpp-4.0.8.tar.gz) = c33105136a65122f6b6c551af75a87d207d5cb30a53ab97569de713deff5766a213091b2f0f348771ca2d3b335aec7a17be731a1275be724e95490860758985c diff --git a/utf8cpp.spec b/utf8cpp.spec index 90f6a15..547a5a1 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -5,13 +5,12 @@ %global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7}) Name: utf8cpp -Version: 4.0.6 -Release: 3%{?dist} +Version: 4.0.8 +Release: 1%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: BSL-1.0 URL: https://github.com/nemtrif/utfcpp Source0: https://github.com/nemtrif/utfcpp/archive/v%{version}/utfcpp-%{version}.tar.gz -Source1: https://github.com/nemtrif/ftest/archive/%{ftest_commit}/ftest-%{ftest_shortcommit}.tar.gz # put cmake import file in correct directory Patch0: %{name}-cmake.patch BuildRequires: cmake @@ -46,8 +45,7 @@ This project currently only contains header files, which can be found in the %{name}-devel package. %prep -%autosetup -n utfcpp-%{version} -a1 -p1 -rmdir extern/ftest && mv ftest-%{ftest_commit} extern/ftest +%autosetup -n utfcpp-%{version} -p1 %build %cmake \ @@ -88,6 +86,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sat Sep 20 2025 Dominik Mierzejewski - 4.0.8-1 +- update to 4.0.8 (resolves rhbz#2395010) + * Fri Jul 25 2025 Fedora Release Engineering - 4.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 3845f0a282a0df2575107e08172e3200231f1d30 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Fri, 2 Jan 2026 13:36:32 +0100 Subject: [PATCH 3/7] update to 4.0.9 (resolves rhbz#2425940) --- sources | 2 +- utf8cpp.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 2b287ca..a828d12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (utfcpp-4.0.8.tar.gz) = c33105136a65122f6b6c551af75a87d207d5cb30a53ab97569de713deff5766a213091b2f0f348771ca2d3b335aec7a17be731a1275be724e95490860758985c +SHA512 (utfcpp-4.0.9.tar.gz) = 02e2b84b5ea827dfbc7fc1fef52e30d72fb2aca3e81ea7780d0286fe67c49500b3acf8f877af2b5feac81af2244341b9052ffbceed774e5442a8184785207478 diff --git a/utf8cpp.spec b/utf8cpp.spec index 547a5a1..800d725 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -5,7 +5,7 @@ %global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7}) Name: utf8cpp -Version: 4.0.8 +Version: 4.0.9 Release: 1%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: BSL-1.0 @@ -86,6 +86,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Fri Jan 02 2026 Dominik Mierzejewski - 4.0.9-1 +- update to 4.0.9 (resolves rhbz#2425940) + * Sat Sep 20 2025 Dominik Mierzejewski - 4.0.8-1 - update to 4.0.8 (resolves rhbz#2395010) From 1ddc9bc4829c11163a5d25b43be5f14e864a7137 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:43:29 +0000 Subject: [PATCH 4/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 800d725..202c5c7 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 4.0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: BSL-1.0 URL: https://github.com/nemtrif/utfcpp @@ -86,6 +86,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 4.0.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jan 02 2026 Dominik Mierzejewski - 4.0.9-1 - update to 4.0.9 (resolves rhbz#2425940) From ed5b268ee32965750c9b954d18582d3493a27406 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 19 May 2026 00:24:15 +0200 Subject: [PATCH 5/7] update to 4.1.0 (resolves rhbz#2478190) --- sources | 2 +- utf8cpp.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sources b/sources index a828d12..762cf25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (utfcpp-4.0.9.tar.gz) = 02e2b84b5ea827dfbc7fc1fef52e30d72fb2aca3e81ea7780d0286fe67c49500b3acf8f877af2b5feac81af2244341b9052ffbceed774e5442a8184785207478 +SHA512 (utfcpp-4.1.0.tar.gz) = 42e581a7f43b769ddd69f4541adbc5ac55935627a327b237d0571bb8959a6b5c79197da2e0393612d967ba32e06e14e73a1774d39e73af60da6a234ba9499d15 diff --git a/utf8cpp.spec b/utf8cpp.spec index 202c5c7..ba7e660 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -5,8 +5,8 @@ %global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7}) Name: utf8cpp -Version: 4.0.9 -Release: 2%{?dist} +Version: 4.1.0 +Release: 1%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: BSL-1.0 URL: https://github.com/nemtrif/utfcpp @@ -72,7 +72,7 @@ pushd tests popd %files devel -%doc README.md +%doc API_REFERENCE.md README.md %license LICENSE %{_includedir}/utf8.h %dir %{_includedir}/utf8 @@ -86,6 +86,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Mon May 18 2026 Dominik Mierzejewski - 4.1.0-1 +- update to 4.1.0 (resolves rhbz#2478190) + * Sat Jan 17 2026 Fedora Release Engineering - 4.0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 6c4e9b20ca059b2bfb021ba5c907c27d93b3782f Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Fri, 22 May 2026 23:42:18 +0200 Subject: [PATCH 6/7] update to 4.1.1 (resolves rhbz#2480337) --- sources | 2 +- utf8cpp.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 762cf25..4f337f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (utfcpp-4.1.0.tar.gz) = 42e581a7f43b769ddd69f4541adbc5ac55935627a327b237d0571bb8959a6b5c79197da2e0393612d967ba32e06e14e73a1774d39e73af60da6a234ba9499d15 +SHA512 (utfcpp-4.1.1.tar.gz) = 72061902812b3f5b27afb32c513fc337db4149b8a6e51cbfe497109f88145751484093990bb1b20b4eec2b9f621406690030401b2a51c9368eb481f00225cd24 diff --git a/utf8cpp.spec b/utf8cpp.spec index ba7e660..c99bf35 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -5,7 +5,7 @@ %global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7}) Name: utf8cpp -Version: 4.1.0 +Version: 4.1.1 Release: 1%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: BSL-1.0 @@ -86,6 +86,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Fri May 22 2026 Dominik Mierzejewski - 4.1.1-1 +- update to 4.1.1 (resolves rhbz#2480337) + * Mon May 18 2026 Dominik Mierzejewski - 4.1.0-1 - update to 4.1.0 (resolves rhbz#2478190) From a14f2b084c8ac1a6d507e26de948dcb98ac0a65f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:18:06 +0000 Subject: [PATCH 7/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index c99bf35..f07f502 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 4.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: BSL-1.0 URL: https://github.com/nemtrif/utfcpp @@ -86,6 +86,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 4.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Fri May 22 2026 Dominik Mierzejewski - 4.1.1-1 - update to 4.1.1 (resolves rhbz#2480337)