Package Release Info

vectorscan-5.4.9-bp155.4.3.8

Update Info: openSUSE-2023-113
Available in Package Hub : 15 SP5 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libhs5-vectorscan5
vectorscan-devel
vectorscan-examples

Change Logs

* Wed May 03 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- devel package must require libhs%{sover}%{so_suffix}%{sover}
* Thu Apr 06 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 5.4.9:
  * Major change: Enable SVE & SVE2 builds and make it a
    supported architecture! (thanks to @abondarev84)
  * Fix various clang-related bugs
  * Fix Aarch64 bug in Parser.rl because of char signedness.
    Make unsigned char the default in the Parser for all architectures.
  * Fix Power bug, multiple tests were failing.
  * C++20 related change, use prefixed assume_aligned to avoid
    conflict with C++20 std::assume_aligned.
Version: 5.4.11-bp160.1.10
* Wed Apr 02 2025 Andreas Stieger <andreas.stieger@gmx.de>
- drop pcre build dependency used for hscollider which the package
  does not ship
* Tue Sep 03 2024 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 5.4.11:
  * Fix clang 15,16 compilation errors on all platforms, refactor
    CMake build system by @markos in #181
  * Fix version getting out of sync #175 by @markos in #185
  * Ubuntu 20.04 gcc does not define HWCAP2_SVE2 #180 by @markos in #186
  * make pkgconfig a requirement by @markos in #188
  * Correct set_source_files_properties usage by @mlmitch in #189
  * Move VERM16 enums to the end of the list by @markos in #191
  * Merge with master by @markos in #192
  * prepare for 5.4.11 release by @markos in #196
  * release 5.4.11 by @markos in #197
  * Fix missing hs_version.h header (closes #198) by @gliwka in #199
  * fix missing installation of static libs by @markos in #200
  * Fix installation problems by @markos in #201
Version: 5.4.8-bp155.3.7
* Mon Oct 31 2022 Bernhard Wiedemann <bwiedemann@suse.com>
- Stop building machine-dependent binaries (boo#1100677)
* Fri Oct 07 2022 Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded BuildRequires on python
* Thu Sep 29 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use GCC9 for Leap/SLE 15.x to fix build
* Fri Sep 16 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 5.4.8:
  * New Vectorscan release, 5-10% faster than 5.4.7 on Arm,
    10-20% faster on Power.
  * CMake: Use non-deprecated method for finding python by @jth
    in #108
  * Optimize vectorscan for aarch64 by using shrn instruction by
    @danlark1 in #113
  * Fixed the PCRE download location by @pareenaverma in #116
  * Bugfix/hyperscan backport 202208 by @markos in #118
  * VSX optimizations by @markos in #119
  * when compiling with mingw64, use __mingw_aligned_malloc() and
    __mingw_aligned_free() by @liquidaty in #121
  * [NEON] simplify/optimize shift/align primitives by @markos
    in #123
  * Merge develop to master by @markos in #124
- Drop upstream patch:
  * vectorscan-add-missing-header.patch
* Tue Jul 05 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add patch to add missing header:
  * vectorscan-add-missing-header.patch
* Tue May 31 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 5.4.7:
  * Fix word boundary assertions under C++20 by @BigRedEye in #90
  * Fix all ASAN issues in vectorscan by @danlark1 in #93
  * change FAT_RUNTIME to a normal option so it can be set to off by @a16bitsysop in #94
  * Optimized and correct version of movemask128 for ARM by @danlark1 in #102
* Tue Mar 15 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Version 5.4.6
Version: 5.4.10.1-bp156.1.4
* Tue Sep 12 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 5.4.10.1:
  * Bugfix/disable fat macos arm
  * Fix compilation with libcxx 16
  * Fix use-of-uninitialized-value due to getData128()
  * Use std::vector instead of boost::container::small_vector under MSan
  * Feature/enable fat runtime arm
  * adding ifndef around HS_PUBLIC_API definition so that
    vectorscan can be statically linked into another shared
    library without exporting symbols
  * Feature/backport hyperscan 2023 q3
- Run unit-hyperscan in %check