Files
simdutf/_service
Dominique Leuenberger 0a6d82dbed Accepting request 1306946 from GNOME:Next
- Update to version 7.4.0:
  + improving support for legacy GCC and validate_utf16_as_ascii
- Changes from version 7.3.6:
  + trim_partial_utf16() should handle length=1 regularly
- Changes from version 7.3.5:
  + Improving the performance of simdutf::find and adding a
    benchmark for simdutf::find.
- Changes from version 7.3.4:
  + Read count is incorrect when using
    last_chunk_handling::stop_before_partial
- Changes from version 7.3.3:
  + This patch release fixes minor documentation issues, an issue
    with UTF-8 BOM detection and an issue with stop_before_partial
    last chunk handling.
- Changes from version 7.3.2:
  + adding tests to check feature macros
  + adding a nice to_well_formed benchmark
- Changes from version 7.3.1:
  + Fix macOS build by replacing --gc-sections with -dead_strip
  + reduce the binary size under macos
  + adds some documentation for std::span overloads
  + Support macOS cross-compilation with Clang in osxcross
  + adding emscripten build test
  + Fix MSVC noexcept analysis warnings
  + Implement lsx + lasx find function
  + CMake: Guard shell-based tests with SIMDUTF_TESTS
  + Implement rvv find function
- Changes from version 7.3.0:
  + _safe variant of convert_utf16_to_utf8

OBS-URL: https://build.opensuse.org/request/show/1306946
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/simdutf?expand=0&rev=3
2025-09-24 14:13:34 +00:00

20 lines
710 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/simdutf/simdutf.git</param>
<param name="revision">v7.4.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>