From ec56fbc3b8e382aaa14e8f4da3c663435e69e938 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:42:25 +0000 Subject: [PATCH 01/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 543f782..6274fb6 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 3.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: Boost URL: https://github.com/nemtrif/utfcpp @@ -83,6 +83,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 3.2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 3.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From c0ad4babb3b480bf01c78be4d65b6f17b49c1b42 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:35:20 +0000 Subject: [PATCH 02/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 6274fb6..b5b29d8 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 3.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: Boost URL: https://github.com/nemtrif/utfcpp @@ -83,6 +83,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 3.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 3.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From b5a393a1342b39c981fe188c047ee22affe646bc Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Wed, 7 Dec 2022 13:26:53 +0100 Subject: [PATCH 03/22] update to 3.2.2 (#2140879) --- .gitignore | 2 ++ sources | 4 ++-- utf8cpp.spec | 9 ++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 69af683..5b827bc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /ftest-9c7e60c.tar.gz /utfcpp-3.2.tar.gz /utfcpp-3.2.1.tar.gz +/ftest-bf75576.tar.gz +/utfcpp-3.2.2.tar.gz diff --git a/sources b/sources index 71916df..71fe844 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (ftest-9c7e60c.tar.gz) = c57ec5e88ce61dee9e751595e9a57e03f655e78d7dca0e7a6b4f4f63acb49197676f31a8bd5ea698207c4a4665ccc1bc810b6ec715dec3b69a48a85a8ce224d0 -SHA512 (utfcpp-3.2.1.tar.gz) = 5798487f12b1bc55d3e06aed38f7604271ca3402963efcf85d181fd590d8a088d21e961e77698e60dc2cdae8cf4506645903442c45fd328201752d9589180e0d +SHA512 (ftest-bf75576.tar.gz) = 80aef7158fcf70fcf937b98d7a2c496f8122e4a2c17e9d92c7a6081203075e8b663cd7ffab91ed4d9291b14810e38dadff693fe937feaa160747692da4bcec92 +SHA512 (utfcpp-3.2.2.tar.gz) = b3d338bbb859eb6c6d38525a2d23062c3f5486bbc85e160e1e118ac557823d4ea128554fdf7a03288f7a3a6ba2c06830d6e51a714d0b5fc6a8001a870d560ac8 diff --git a/utf8cpp.spec b/utf8cpp.spec index b5b29d8..3d18429 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -1,12 +1,12 @@ %undefine __cmake_in_source_build # This package only contains header files. %global debug_package %{nil} -%global ftest_commit 9c7e60cc1b7c76f59e2ffbbc3dad15bafc5cdac5 +%global ftest_commit bf75576064fce2e07f52cd63a3e410f12358728b %global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7}) Name: utf8cpp -Version: 3.2.1 -Release: 4%{?dist} +Version: 3.2.2 +Release: 1%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: Boost URL: https://github.com/nemtrif/utfcpp @@ -83,6 +83,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Wed Dec 07 2022 Dominik 'Rathann' Mierzejewski - 3.2.2-1 +- update to 3.2.2 (#2140879) + * Sat Jul 23 2022 Fedora Release Engineering - 3.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From bd363a18f5949a8260e784a28e498fe407731317 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Tue, 3 Jan 2023 14:08:36 +0100 Subject: [PATCH 04/22] update to 3.2.3 (#2157206) --- .gitignore | 2 ++ sources | 4 ++-- utf8cpp-noarch.patch | 10 +++++----- utf8cpp.spec | 7 +++++-- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 5b827bc..7caea4f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /utfcpp-3.2.1.tar.gz /ftest-bf75576.tar.gz /utfcpp-3.2.2.tar.gz +/ftest-c4ad4af.tar.gz +/utfcpp-3.2.3.tar.gz diff --git a/sources b/sources index 71fe844..900b513 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (ftest-bf75576.tar.gz) = 80aef7158fcf70fcf937b98d7a2c496f8122e4a2c17e9d92c7a6081203075e8b663cd7ffab91ed4d9291b14810e38dadff693fe937feaa160747692da4bcec92 -SHA512 (utfcpp-3.2.2.tar.gz) = b3d338bbb859eb6c6d38525a2d23062c3f5486bbc85e160e1e118ac557823d4ea128554fdf7a03288f7a3a6ba2c06830d6e51a714d0b5fc6a8001a870d560ac8 +SHA512 (ftest-c4ad4af.tar.gz) = ac328665d2f22fe72f7252d4f7ae84c74ea551407ba618151ef1c281159df8744f1e6efb9b21d4e1df774528f0b979d45ee5d82d3e8ab146aa9f2ad91b0b6d37 +SHA512 (utfcpp-3.2.3.tar.gz) = 760977df613abfb34fb7864cbbe90e8f2cf1f42b8502427a5e9c2a756ce87655120b7490ebdaa6c926a2cb56caef9ead0e0e10fb7cb732cf99a5b43c0cca411b diff --git a/utf8cpp-noarch.patch b/utf8cpp-noarch.patch index ff63bce..9293874 100644 --- a/utf8cpp-noarch.patch +++ b/utf8cpp-noarch.patch @@ -1,7 +1,7 @@ -diff -up utfcpp-3.1/CMakeLists.txt.noarch utfcpp-3.1/CMakeLists.txt ---- utfcpp-3.1/CMakeLists.txt.noarch 2019-10-22 09:52:44.918701226 +0200 -+++ utfcpp-3.1/CMakeLists.txt 2019-10-22 09:51:52.374148428 +0200 -@@ -17,7 +17,7 @@ if(UTF8_INSTALL) +diff -up utfcpp-3.2.3/CMakeLists.txt.noarch utfcpp-3.2.3/CMakeLists.txt +--- utfcpp-3.2.3/CMakeLists.txt.noarch 2023-01-03 14:54:55.003285601 +0100 ++++ utfcpp-3.2.3/CMakeLists.txt 2023-01-03 14:55:34.844123997 +0100 +@@ -24,7 +24,7 @@ if(UTF8_INSTALL) set(DEF_INSTALL_CMAKE_DIR CMake) else() include(GNUInstallDirs) # define CMAKE_INSTALL_* @@ -9,4 +9,4 @@ diff -up utfcpp-3.1/CMakeLists.txt.noarch utfcpp-3.1/CMakeLists.txt + set(DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_DATADIR}/cmake/utf8cpp) endif() - install(DIRECTORY source/ DESTINATION include/utf8cpp) + write_basic_package_version_file( diff --git a/utf8cpp.spec b/utf8cpp.spec index 3d18429..8ca2c7f 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -1,11 +1,11 @@ %undefine __cmake_in_source_build # This package only contains header files. %global debug_package %{nil} -%global ftest_commit bf75576064fce2e07f52cd63a3e410f12358728b +%global ftest_commit c4ad4af0946b73ce1a40cbc72205d15d196c7e06 %global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7}) Name: utf8cpp -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: Boost @@ -83,6 +83,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Tue Jan 03 2023 Dominik 'Rathann' Mierzejewski - 3.2.3-1 +- update to 3.2.3 (#2157206) + * Wed Dec 07 2022 Dominik 'Rathann' Mierzejewski - 3.2.2-1 - update to 3.2.2 (#2140879) From 6cc38ffadc507869591ad6b555689012c2c8db0c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:00:59 +0000 Subject: [PATCH 05/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 8ca2c7f..65dd702 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: Boost URL: https://github.com/nemtrif/utfcpp @@ -83,6 +83,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 3.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Jan 03 2023 Dominik 'Rathann' Mierzejewski - 3.2.3-1 - update to 3.2.3 (#2157206) From fb1a213e8003d3c7645318f44ac3de02eac3fdcc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:19:19 +0000 Subject: [PATCH 06/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 65dd702..78f8428 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 3.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: Boost URL: https://github.com/nemtrif/utfcpp @@ -83,6 +83,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 3.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 3.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From adfccdccc6d4120110ac5f18f08ccea6662dea00 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Thu, 31 Aug 2023 14:10:40 +0200 Subject: [PATCH 07/22] update to 3.2.4 (resolves rhbz#2231660) switch to wildcards in .gitignore --- .gitignore | 12 ++---------- sources | 2 +- utf8cpp-noarch.patch | 8 ++++---- utf8cpp.spec | 7 +++++-- 4 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 7caea4f..35ed041 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,3 @@ /utf8_v2_3_4.zip -/utfcpp-2.3.6.tar.gz -/utfcpp-3.1.tar.gz -/utfcpp-3.1.2.tar.gz -/ftest-9c7e60c.tar.gz -/utfcpp-3.2.tar.gz -/utfcpp-3.2.1.tar.gz -/ftest-bf75576.tar.gz -/utfcpp-3.2.2.tar.gz -/ftest-c4ad4af.tar.gz -/utfcpp-3.2.3.tar.gz +/ftest-*.tar.gz +/utfcpp-*.tar.gz diff --git a/sources b/sources index 900b513..824d05a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (ftest-c4ad4af.tar.gz) = ac328665d2f22fe72f7252d4f7ae84c74ea551407ba618151ef1c281159df8744f1e6efb9b21d4e1df774528f0b979d45ee5d82d3e8ab146aa9f2ad91b0b6d37 -SHA512 (utfcpp-3.2.3.tar.gz) = 760977df613abfb34fb7864cbbe90e8f2cf1f42b8502427a5e9c2a756ce87655120b7490ebdaa6c926a2cb56caef9ead0e0e10fb7cb732cf99a5b43c0cca411b +SHA512 (utfcpp-3.2.4.tar.gz) = 5135b13a03ee814cb35e04459b2d91b8fbe91cd518a604c41062b4ad42b739fce1acf946b01904309e0edffb874f5e81f69d28afdc8b6f759ef2d675ca0c0db0 diff --git a/utf8cpp-noarch.patch b/utf8cpp-noarch.patch index 9293874..a6d24bf 100644 --- a/utf8cpp-noarch.patch +++ b/utf8cpp-noarch.patch @@ -1,6 +1,6 @@ -diff -up utfcpp-3.2.3/CMakeLists.txt.noarch utfcpp-3.2.3/CMakeLists.txt ---- utfcpp-3.2.3/CMakeLists.txt.noarch 2023-01-03 14:54:55.003285601 +0100 -+++ utfcpp-3.2.3/CMakeLists.txt 2023-01-03 14:55:34.844123997 +0100 +diff -up utfcpp-3.2.4/CMakeLists.txt.noarch utfcpp-3.2.4/CMakeLists.txt +--- utfcpp-3.2.4/CMakeLists.txt.noarch 2023-08-31 14:09:08.102223665 +0200 ++++ utfcpp-3.2.4/CMakeLists.txt 2023-08-31 14:09:32.632366839 +0200 @@ -24,7 +24,7 @@ if(UTF8_INSTALL) set(DEF_INSTALL_CMAKE_DIR CMake) else() @@ -9,4 +9,4 @@ diff -up utfcpp-3.2.3/CMakeLists.txt.noarch utfcpp-3.2.3/CMakeLists.txt + set(DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_DATADIR}/cmake/utf8cpp) endif() - write_basic_package_version_file( + if(${CMAKE_VERSION} VERSION_GREATER "3.14") diff --git a/utf8cpp.spec b/utf8cpp.spec index 78f8428..477d7a4 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -5,8 +5,8 @@ %global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7}) Name: utf8cpp -Version: 3.2.3 -Release: 3%{?dist} +Version: 3.2.4 +Release: 1%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: Boost URL: https://github.com/nemtrif/utfcpp @@ -83,6 +83,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Thu Aug 31 2023 Dominik Mierzejewski - 3.2.4-1 +- update to 3.2.4 (resolves rhbz#2231660) + * Sat Jul 22 2023 Fedora Release Engineering - 3.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From dab2426ba77fd6e80ca1c5fdee91af8af8e1122f Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Thu, 31 Aug 2023 14:12:35 +0200 Subject: [PATCH 08/22] switch to SPDX expression in License tag --- utf8cpp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 477d7a4..e8d2d93 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -8,7 +8,7 @@ Name: utf8cpp Version: 3.2.4 Release: 1%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings -License: Boost +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 @@ -85,6 +85,7 @@ popd %changelog * Thu Aug 31 2023 Dominik Mierzejewski - 3.2.4-1 - update to 3.2.4 (resolves rhbz#2231660) +- switch to SPDX expression in License tag * Sat Jul 22 2023 Fedora Release Engineering - 3.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 77a3c6be5ba6aafc9f49bf634674474f3ebd004e Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Thu, 31 Aug 2023 14:15:17 +0200 Subject: [PATCH 09/22] use modern autosetup and plain cmake dependency and macros --- utf8cpp.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index e8d2d93..1b69388 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -14,7 +14,7 @@ Source0: https://github.com/nemtrif/utfcpp/archive/v%{version}/utfcpp-%{versi Source1: https://github.com/nemtrif/ftest/archive/%{ftest_commit}/ftest-%{ftest_shortcommit}.tar.gz # put cmake import file in arch-agnostic directory Patch1: %{name}-noarch.patch -BuildRequires: cmake3 +BuildRequires: cmake BuildRequires: gcc-c++ %description @@ -46,19 +46,18 @@ This project currently only contains header files, which can be found in the %{name}-devel package. %prep -%setup -q -n utfcpp-%{version} -a1 +%autosetup -n utfcpp-%{version} -a1 -p1 rmdir extern/ftest && mv ftest-%{ftest_commit} extern/ftest -%patch1 -p1 -b .noarch %build -%cmake3 \ +%cmake \ -DUTF8_TESTS=ON \ -DUTF8_SAMPLES=ON \ %{nil} -%cmake3_build +%cmake_build %install -%cmake3_install +%cmake_install pushd %{buildroot}%{_includedir} ln -s utf8cpp/utf8.h ./ mkdir utf8 @@ -86,6 +85,7 @@ popd * Thu Aug 31 2023 Dominik Mierzejewski - 3.2.4-1 - update to 3.2.4 (resolves rhbz#2231660) - switch to SPDX expression in License tag +- use modern autosetup and plain cmake dependency and macros * Sat Jul 22 2023 Fedora Release Engineering - 3.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From d638ed81ea4b8011800f2d59534df76c70510aff Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Sun, 8 Oct 2023 20:55:49 +0200 Subject: [PATCH 10/22] update to 3.2.5 (resolves rhbz#2240785) --- sources | 2 +- utf8cpp.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 824d05a..3f5cf2c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (ftest-c4ad4af.tar.gz) = ac328665d2f22fe72f7252d4f7ae84c74ea551407ba618151ef1c281159df8744f1e6efb9b21d4e1df774528f0b979d45ee5d82d3e8ab146aa9f2ad91b0b6d37 -SHA512 (utfcpp-3.2.4.tar.gz) = 5135b13a03ee814cb35e04459b2d91b8fbe91cd518a604c41062b4ad42b739fce1acf946b01904309e0edffb874f5e81f69d28afdc8b6f759ef2d675ca0c0db0 +SHA512 (utfcpp-3.2.5.tar.gz) = 1ce12c8158a2f3bcddec104ceacedaea4031b4c88fc0fa1f1fae8dfa8df81c846861df9d01e8f294d79b9e4ab8c51bd1289f404eed24d07abc760688fee13090 diff --git a/utf8cpp.spec b/utf8cpp.spec index 1b69388..56dc483 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -5,7 +5,7 @@ %global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7}) Name: utf8cpp -Version: 3.2.4 +Version: 3.2.5 Release: 1%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: BSL-1.0 @@ -82,6 +82,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sun Oct 08 2023 Dominik Mierzejewski - 3.2.5-1 +- update to 3.2.5 (resolves rhbz#2240785) + * Thu Aug 31 2023 Dominik Mierzejewski - 3.2.4-1 - update to 3.2.4 (resolves rhbz#2231660) - switch to SPDX expression in License tag From 1734b0da5d347713f17c51ee7bc6b7ae4e072a2c Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Thu, 14 Dec 2023 12:38:13 +0100 Subject: [PATCH 11/22] update to 4.0.5 (resolves rhbz#2245744) - include license text --- sources | 2 +- utf8cpp-cmake.patch | 24 ++++++++++++++++++++++++ utf8cpp-noarch.patch | 12 ------------ utf8cpp.spec | 24 +++++++++++++++++------- 4 files changed, 42 insertions(+), 20 deletions(-) create mode 100644 utf8cpp-cmake.patch delete mode 100644 utf8cpp-noarch.patch diff --git a/sources b/sources index 3f5cf2c..d38a759 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (ftest-c4ad4af.tar.gz) = ac328665d2f22fe72f7252d4f7ae84c74ea551407ba618151ef1c281159df8744f1e6efb9b21d4e1df774528f0b979d45ee5d82d3e8ab146aa9f2ad91b0b6d37 -SHA512 (utfcpp-3.2.5.tar.gz) = 1ce12c8158a2f3bcddec104ceacedaea4031b4c88fc0fa1f1fae8dfa8df81c846861df9d01e8f294d79b9e4ab8c51bd1289f404eed24d07abc760688fee13090 +SHA512 (utfcpp-4.0.5.tar.gz) = 49ca33bfb2ee44515f555184b51191f7b706a228fb84ddc62e1e6b59c7d69a5ff836f38694daad0012a0f651b6199451974fe44ebe80081df00cf8c2759e3249 diff --git a/utf8cpp-cmake.patch b/utf8cpp-cmake.patch new file mode 100644 index 0000000..5f6324a --- /dev/null +++ b/utf8cpp-cmake.patch @@ -0,0 +1,24 @@ +diff -up utfcpp-4.0.4/CMakeLists.txt.orig utfcpp-4.0.4/CMakeLists.txt +--- utfcpp-4.0.4/CMakeLists.txt.orig 2023-12-10 16:42:20.000000000 +0100 ++++ utfcpp-4.0.4/CMakeLists.txt 2023-12-14 12:37:01.511860031 +0100 +@@ -35,17 +35,17 @@ install(TARGETS ${PROJECT_NAME} + configure_package_config_file( + "${PROJECT_SOURCE_DIR}/${PROJECT_NAME}Config.cmake.in" + "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake" +- INSTALL_DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake ++ INSTALL_DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/${PROJECT_NAME} + ) + + install(EXPORT ${PROJECT_NAME}Targets + FILE ${PROJECT_NAME}Targets.cmake + NAMESPACE ${PROJECT_NAME}:: +- DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake) ++ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/${PROJECT_NAME}) + + install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake" + "${PROJECT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake" +- DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake) ++ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/${PROJECT_NAME}) + + install(FILES ${PROJECT_SOURCE_DIR}/source/utf8.h DESTINATION include/utf8cpp) + install(DIRECTORY ${PROJECT_SOURCE_DIR}/source/utf8 DESTINATION diff --git a/utf8cpp-noarch.patch b/utf8cpp-noarch.patch deleted file mode 100644 index a6d24bf..0000000 --- a/utf8cpp-noarch.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up utfcpp-3.2.4/CMakeLists.txt.noarch utfcpp-3.2.4/CMakeLists.txt ---- utfcpp-3.2.4/CMakeLists.txt.noarch 2023-08-31 14:09:08.102223665 +0200 -+++ utfcpp-3.2.4/CMakeLists.txt 2023-08-31 14:09:32.632366839 +0200 -@@ -24,7 +24,7 @@ if(UTF8_INSTALL) - set(DEF_INSTALL_CMAKE_DIR CMake) - else() - include(GNUInstallDirs) # define CMAKE_INSTALL_* -- set(DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/utf8cpp) -+ set(DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_DATADIR}/cmake/utf8cpp) - endif() - - if(${CMAKE_VERSION} VERSION_GREATER "3.14") diff --git a/utf8cpp.spec b/utf8cpp.spec index 56dc483..f58b177 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -5,15 +5,15 @@ %global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7}) Name: utf8cpp -Version: 3.2.5 +Version: 4.0.5 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 arch-agnostic directory -Patch1: %{name}-noarch.patch +# put cmake import file in correct directory +Patch0: %{name}-cmake.patch BuildRequires: cmake BuildRequires: gcc-c++ @@ -51,37 +51,47 @@ rmdir extern/ftest && mv ftest-%{ftest_commit} extern/ftest %build %cmake \ - -DUTF8_TESTS=ON \ - -DUTF8_SAMPLES=ON \ %{nil} %cmake_build +pushd tests +%cmake +%cmake_build +popd %install %cmake_install pushd %{buildroot}%{_includedir} ln -s utf8cpp/utf8.h ./ mkdir utf8 -for f in {{un,}checked,core,cpp11,cpp17}.h ; do +for f in {{un,}checked,core,cpp{11,17,20}}.h ; do ln -s ../utf8cpp/utf8/${f} utf8/ done popd %check +pushd tests %ctest +popd %files devel -%doc README.md samples/docsample.cpp +%doc README.md +%license LICENSE %{_includedir}/utf8.h %dir %{_includedir}/utf8 %{_includedir}/utf8/checked.h %{_includedir}/utf8/core.h %{_includedir}/utf8/cpp11.h %{_includedir}/utf8/cpp17.h +%{_includedir}/utf8/cpp20.h %{_includedir}/utf8/unchecked.h %{_includedir}/utf8cpp %{_datadir}/cmake/utf8cpp %changelog +* Wed Jan 03 2024 Dominik Mierzejewski - 4.0.5-1 +- update to 4.0.5 (resolves rhbz#2245744) +- include license text + * Sun Oct 08 2023 Dominik Mierzejewski - 3.2.5-1 - update to 3.2.5 (resolves rhbz#2240785) From 226feedc1e2c65b7274a910180c58cb3bfb19f4e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:21:10 +0000 Subject: [PATCH 12/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index f58b177..11d9cbb 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 4.0.5 -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 @@ -88,6 +88,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 4.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jan 03 2024 Dominik Mierzejewski - 4.0.5-1 - update to 4.0.5 (resolves rhbz#2245744) - include license text From cf6bf1f6691b97bdc6367ff3b4dcfa3df7e7bdc0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:28:04 +0000 Subject: [PATCH 13/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 11d9cbb..15d7978 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 4.0.5 -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 +* Sat Jul 20 2024 Fedora Release Engineering - 4.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 4.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a87f9cbdf1057497f8895cd95bba4f92a13de5e6 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Sun, 17 Nov 2024 23:15:27 +0100 Subject: [PATCH 14/22] update to 4.0.6 (resolves rhbz#2323791) --- sources | 2 +- utf8cpp.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index d38a759..1d4625e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (ftest-c4ad4af.tar.gz) = ac328665d2f22fe72f7252d4f7ae84c74ea551407ba618151ef1c281159df8744f1e6efb9b21d4e1df774528f0b979d45ee5d82d3e8ab146aa9f2ad91b0b6d37 -SHA512 (utfcpp-4.0.5.tar.gz) = 49ca33bfb2ee44515f555184b51191f7b706a228fb84ddc62e1e6b59c7d69a5ff836f38694daad0012a0f651b6199451974fe44ebe80081df00cf8c2759e3249 +SHA512 (utfcpp-4.0.6.tar.gz) = 53c59f2e04fe5d36faf98a238b94f774834a34982d481a8170ee144f7f8c2d4ba249a732d90654922944c1075c578690c327091883398c533d604bf49f4a6ecf diff --git a/utf8cpp.spec b/utf8cpp.spec index 15d7978..b60905a 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.5 -Release: 3%{?dist} +Version: 4.0.6 +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 @@ -88,6 +88,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sun Nov 17 2024 Dominik Mierzejewski - 4.0.6-1 +- update to 4.0.6 (resolves rhbz#2323791) + * Sat Jul 20 2024 Fedora Release Engineering - 4.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From bcc92d25c3e6a64f88c6cdc4668b6bf799d5ece7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:59:29 +0000 Subject: [PATCH 15/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index b60905a..596e4c2 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,7 @@ Name: utf8cpp Version: 4.0.6 -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 @@ -88,6 +88,9 @@ popd %{_datadir}/cmake/utf8cpp %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 4.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sun Nov 17 2024 Dominik Mierzejewski - 4.0.6-1 - update to 4.0.6 (resolves rhbz#2323791) From 4f88c1ab73d3366e83e2aabfaa66f35ff9b3d1df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:54:13 +0000 Subject: [PATCH 16/22] 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 17/22] 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 18/22] 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 19/22] 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 20/22] 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 21/22] 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 22/22] 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)