Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package simdutf for openSUSE:Factory checked in at 2026-09-01 15:46:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/simdutf (Old) and /work/SRC/openSUSE:Factory/.simdutf.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "simdutf" Tue Sep 1 15:46:42 2026 rev:5 rq:1374837 version:9.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/simdutf/simdutf.changes 2026-03-27 16:50:05.004888050 +0100 +++ /work/SRC/openSUSE:Factory/.simdutf.new.1265/simdutf.changes 2026-09-01 15:47:13.305380800 +0200 @@ -1,0 +2,26 @@ +Sun Aug 30 08:49:10 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 9.1.0: + + Various bug fixes and feature enhancments. +- Changes from version 9.0.0: + + C++17 is now required. Users who need to stay on C++11 or C++14 + should continue using the 8.x series (we will continue to + provide patches for it as needed). + + No C++ standard library required at runtime (optional). Thanks + to excellent work by @mitchellh, you can now compile simdutf in + a freestanding mode that does not depend on the C++ standard + library. See the README for configuration details. + + fastbase64 command-line tool significantly upgraded. It is now + a fast drop-in replacement for the standard base64 utility. On + large inputs, it can be several times faster than common + alternatives. + + New compile-time base64 literal. You can now conveniently + declare base64-encoded arrays directly in code using the + _base64 suffix: auto data = "SGVsbG8gd29ybGQ="_base64; // + decoded at compile time into a byte array + + Base64 API extended. We have added base64_to_binary_details to + provide more detailed decoding information. +- Bump lib_ver define to 35.0.0 and so_ver define to 35 following + upstream changes. + +------------------------------------------------------------------- Old: ---- simdutf-8.2.0.tar.xz New: ---- simdutf-9.1.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ simdutf.spec ++++++ --- /var/tmp/diff_new_pack.CJuczS/_old 2026-09-01 15:47:13.952403373 +0200 +++ /var/tmp/diff_new_pack.CJuczS/_new 2026-09-01 15:47:13.954403443 +0200 @@ -16,10 +16,10 @@ # -%define lib_ver 33.0.0 -%define so_ver 33 +%define lib_ver 35.0.0 +%define so_ver 35 Name: simdutf -Version: 8.2.0 +Version: 9.1.0 Release: 0 Summary: Unicode validation and transcoding at billions of characters per second ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.CJuczS/_old 2026-09-01 15:47:13.992404769 +0200 +++ /var/tmp/diff_new_pack.CJuczS/_new 2026-09-01 15:47:13.996404909 +0200 @@ -1,6 +1,7 @@ -mtime: 1774253232 -commit: 90d53d01879854667a953bb4a115e0db3feb2d5dad03c273598c0e981001c522 +mtime: 1788080201 +commit: d7238ae59395aef13845b3fc3e645d9c66c16958c6b1f3ad27a9262d342faea5 url: https://src.opensuse.org/GNOME/simdutf -revision: 90d53d01879854667a953bb4a115e0db3feb2d5dad03c273598c0e981001c522 +revision: d7238ae59395aef13845b3fc3e645d9c66c16958c6b1f3ad27a9262d342faea5 +trackingbranch: factory projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.CJuczS/_old 2026-09-01 15:47:14.024405886 +0200 +++ /var/tmp/diff_new_pack.CJuczS/_new 2026-09-01 15:47:14.028406025 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://github.com/simdutf/simdutf.git</param> - <param name="revision">v8.2.0</param> + <param name="revision">v9.1.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-08-30 10:56:41.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.* ++++++ simdutf-8.2.0.tar.xz -> simdutf-9.1.0.tar.xz ++++++ ++++ 15979 lines of diff (skipped) ++++++ simdutf.obsinfo ++++++ --- /var/tmp/diff_new_pack.CJuczS/_old 2026-09-01 15:47:14.893436204 +0200 +++ /var/tmp/diff_new_pack.CJuczS/_new 2026-09-01 15:47:14.899436413 +0200 @@ -1,5 +1,5 @@ name: simdutf -version: 8.2.0 -mtime: 1773362797 -commit: fd476229424b40ae71a58dd5a205795c3d76b5f1 +version: 9.1.0 +mtime: 1787062769 +commit: 2d4e249dcfd978b39dd567b156f20a43db97377b
