Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package simdutf for openSUSE:Factory checked 
in at 2025-09-29 16:31:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/simdutf (Old)
 and      /work/SRC/openSUSE:Factory/.simdutf.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "simdutf"

Mon Sep 29 16:31:14 2025 rev:2 rq:1307544 version:7.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/simdutf/simdutf.changes  2025-09-24 
15:23:29.902370748 +0200
+++ /work/SRC/openSUSE:Factory/.simdutf.new.11973/simdutf.changes       
2025-09-29 16:32:28.487039964 +0200
@@ -1,0 +2,33 @@
+Tue Sep 23 10:45:09 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  simdutf-7.2.1.tar.gz

New:
----
  _service
  simdutf-7.4.0.obscpio
  simdutf.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ simdutf.spec ++++++
--- /var/tmp/diff_new_pack.xnnmCp/_old  2025-09-29 16:32:29.391077849 +0200
+++ /var/tmp/diff_new_pack.xnnmCp/_new  2025-09-29 16:32:29.391077849 +0200
@@ -16,16 +16,16 @@
 #
 
 
-%define lib_ver 24.0.0
-%define so_ver 24
+%define lib_ver 26.0.0
+%define so_ver 26
 Name:       simdutf
-Version:    7.2.1
+Version:    7.4.0
 Release:    0
 Summary:    Unicode validation and transcoding at billions of characters per 
second
 
 License:    Apache-2.0 AND BSD-3-Clause
 URL:        https://github.com/simdutf/simdutf
-Source0:    %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+Source0:    %{name}-%{version}.tar.zst
 
 BuildRequires:  cmake
 BuildRequires:  c++_compiler

++++++ _service ++++++
<?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>


++++++ simdutf.obsinfo ++++++
name: simdutf
version: 7.4.0
mtime: 1755994776
commit: 7b3f5afcae322391a03736809ef6eea0c2934388

Reply via email to