add missed compatibility link for cpp17.h

This commit is contained in:
Dominik 'Rathann' Mierzejewski 2021-05-19 11:21:28 +02:00
commit cd8facc503

View file

@ -6,7 +6,7 @@
Name: utf8cpp
Version: 3.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings
License: Boost
URL: https://github.com/nemtrif/utfcpp
@ -62,7 +62,7 @@ rmdir extern/ftest && mv ftest-%{ftest_commit} extern/ftest
pushd %{buildroot}%{_includedir}
ln -s utf8cpp/utf8.h ./
mkdir utf8
for f in {{un,}checked,core,cpp11}.h ; do
for f in {{un,}checked,core,cpp11,cpp17}.h ; do
ln -s ../utf8cpp/utf8/${f} utf8/
done
popd
@ -77,11 +77,15 @@ popd
%{_includedir}/utf8/checked.h
%{_includedir}/utf8/core.h
%{_includedir}/utf8/cpp11.h
%{_includedir}/utf8/cpp17.h
%{_includedir}/utf8/unchecked.h
%{_includedir}/utf8cpp
%{_datadir}/cmake/utf8cpp
%changelog
* Wed May 19 2021 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 3.2-2
- add missed compatibility link for cpp17.h
* Tue May 04 2021 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> - 3.2-1
- update to 3.2 (#1956027)