* Wed Feb 21 2024 andreas.stieger@gmx.de
- update to 4.0.5:
* cmake fixes
- drop no-cpp17-tests.patch
- drop old-cmake.patch
- add utfcpp-4.0.5-cmake-location.patch
* Tue Feb 20 2024 dimstar@opensuse.org
- Use %patch -P N instead of deprecated %patchN.
* Thu Apr 27 2023 fstrba@suse.com
- Added patch:
* old-cmake.patch
+ allow building with older cmake on SLE15
- Modified patch:
* no-cpp17-tests.patch
+ regenerate to changed context
* Tue Jan 03 2023 dmueller@suse.com
- update to v3.2.3:
* A minor release that includes a fix for Clang Compiler Warnings
and build system improvements
* Mon Nov 07 2022 dmueller@suse.com
- update to 3.2.2:
Minor changes that eliminate some conversion warnings in some cases.
* Wed Oct 20 2021 fstrba@suse.com
- Added patch:
* no-cpp17-tests.patch
+ do not run cpp17 tests when building on SLE12
* Sat Jul 10 2021 aloisio@gmx.com
- Update to version 3.2.1
* Fix the inclusion of both cpp11 and cpp17 headers on C++17
compilation. Also some additional tests for using string
literals and string objects with modern compilers.
version 3.2:
* Optional support for C++ 17 std::string_view.
- Drop utfcpp-use_system_gtest.patch (merged upstream)
- Switch to _service to make up for incomplete upstream tarball
* Thu Nov 26 2020 dmueller@suse.com
- update to 3.1.2:
* compilation fixes
* Thu Sep 17 2020 dmueller@suse.com
- update to 3.1.1:
Include the commits from the previous year.
- install license + README
* Sat Feb 08 2020 aloisio@gmx.com
- Update to version 3.1
* new API call: unchecked::replace_invalid().
* changes in testing and installation.
version 3.0.3:
* Fix link failure when including utf8.h in multiple files.
version 3.0.2:
* Fix project version number in CMakeLists.txt
version 3.0.1:
* Fix for a header guard.
version 3.0:
* New convenience API for C++ 11 and later compilers. The
library still works with C++ 98/03 compliant compilers, just
without the new functions.
* advance() function works in both directions.
* Removed deprecated funtions
+ previous() - deprecated since version 1.02.
+ is_bom() - deprecated since version 2.3.
version v2.3.5:
* Minor bug and warning fixes. Improved CMake support.
- Switched to maintained github upstream branch and removed
_service file
- Added tests and utfcpp-use_system_gtest.patch
- Spec cleanup