Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a14f2b084c | ||
|
|
6c4e9b20ca | ||
|
|
ed5b268ee3 | ||
|
|
1ddc9bc482 | ||
|
|
3845f0a282 |
2 changed files with 19 additions and 4 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (utfcpp-4.0.8.tar.gz) = c33105136a65122f6b6c551af75a87d207d5cb30a53ab97569de713deff5766a213091b2f0f348771ca2d3b335aec7a17be731a1275be724e95490860758985c
|
||||
SHA512 (utfcpp-4.1.1.tar.gz) = 72061902812b3f5b27afb32c513fc337db4149b8a6e51cbfe497109f88145751484093990bb1b20b4eec2b9f621406690030401b2a51c9368eb481f00225cd24
|
||||
|
|
|
|||
21
utf8cpp.spec
21
utf8cpp.spec
|
|
@ -5,8 +5,8 @@
|
|||
%global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7})
|
||||
|
||||
Name: utf8cpp
|
||||
Version: 4.0.8
|
||||
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
|
||||
|
|
@ -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,21 @@ 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)
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jan 02 2026 Dominik Mierzejewski <dominik@greysector.net> - 4.0.9-1
|
||||
- update to 4.0.9 (resolves rhbz#2425940)
|
||||
|
||||
* Sat Sep 20 2025 Dominik Mierzejewski <dominik@greysector.net> - 4.0.8-1
|
||||
- update to 4.0.8 (resolves rhbz#2395010)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue