Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Fedora Release Engineering
a14f2b084c Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:18:06 +00:00
Dominik 'Rathann' Mierzejewski
6c4e9b20ca update to 4.1.1 (resolves rhbz#2480337) 2026-05-22 23:43:01 +02:00
2 changed files with 9 additions and 3 deletions

View file

@ -1 +1 @@
SHA512 (utfcpp-4.1.0.tar.gz) = 42e581a7f43b769ddd69f4541adbc5ac55935627a327b237d0571bb8959a6b5c79197da2e0393612d967ba32e06e14e73a1774d39e73af60da6a234ba9499d15
SHA512 (utfcpp-4.1.1.tar.gz) = 72061902812b3f5b27afb32c513fc337db4149b8a6e51cbfe497109f88145751484093990bb1b20b4eec2b9f621406690030401b2a51c9368eb481f00225cd24

View file

@ -5,8 +5,8 @@
%global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7})
Name: utf8cpp
Version: 4.1.0
Release: 1%{?dist}
Version: 4.1.1
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,12 @@ popd
%{_datadir}/cmake/utf8cpp
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Fri May 22 2026 Dominik Mierzejewski <dominik@greysector.net> - 4.1.1-1
- update to 4.1.1 (resolves rhbz#2480337)
* Mon May 18 2026 Dominik Mierzejewski <dominik@greysector.net> - 4.1.0-1
- update to 4.1.0 (resolves rhbz#2478190)