update to 3.2.1 (#1968224)

This commit is contained in:
Dominik 'Rathann' Mierzejewski 2021-06-07 12:47:54 +02:00
commit 0eddfa8f47
3 changed files with 7 additions and 3 deletions

View file

@ -5,8 +5,8 @@
%global ftest_shortcommit %(c=%{ftest_commit}; echo ${c:0:7})
Name: utf8cpp
Version: 3.2
Release: 2%{?dist}
Version: 3.2.1
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
* Mon Jun 07 2021 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 3.2.1-1
- update to 3.2.1 (#1968224)
* Wed May 19 2021 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 3.2-2
- add missed compatibility link for cpp17.h