diff --git a/.gitignore b/.gitignore index 9838e64..69af683 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /utfcpp-3.1.2.tar.gz /ftest-9c7e60c.tar.gz /utfcpp-3.2.tar.gz +/utfcpp-3.2.1.tar.gz diff --git a/sources b/sources index 81eb2d3..71916df 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (ftest-9c7e60c.tar.gz) = c57ec5e88ce61dee9e751595e9a57e03f655e78d7dca0e7a6b4f4f63acb49197676f31a8bd5ea698207c4a4665ccc1bc810b6ec715dec3b69a48a85a8ce224d0 -SHA512 (utfcpp-3.2.tar.gz) = 7e6d3d002630118d21bbbf6b6b11a3cdc7082ff7cbf4f2b81e7cf2171d4a000c1d033b733a735437f1fa05172572ba18926cd52cc437f585d5e19bd032fbc8a0 +SHA512 (utfcpp-3.2.1.tar.gz) = 5798487f12b1bc55d3e06aed38f7604271ca3402963efcf85d181fd590d8a088d21e961e77698e60dc2cdae8cf4506645903442c45fd328201752d9589180e0d diff --git a/utf8cpp.spec b/utf8cpp.spec index 18da938..c2a613e 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 -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 - 3.2.1-1 +- update to 3.2.1 (#1968224) + * Wed May 19 2021 Dominik 'Rathann' Mierzejewski - 3.2-2 - add missed compatibility link for cpp17.h