update to 4.1.0 (resolves rhbz#2478190)
This commit is contained in:
parent
1ddc9bc482
commit
ed5b268ee3
2 changed files with 7 additions and 4 deletions
|
|
@ -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 <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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue