Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ugrep for openSUSE:Factory checked in at 2024-04-11 19:41:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ugrep (Old) and /work/SRC/openSUSE:Factory/.ugrep.new.29460 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ugrep" Thu Apr 11 19:41:11 2024 rev:67 rq:1166721 version:5.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ugrep/ugrep.changes 2024-03-13 22:18:51.640895179 +0100 +++ /work/SRC/openSUSE:Factory/.ugrep.new.29460/ugrep.changes 2024-04-11 19:41:21.874229939 +0200 @@ -1,0 +2,14 @@ +Wed Apr 10 20:14:21 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 5.1.4: + * use statfs() with options --include-fs and --exclude-fs when + the preferred statvfs() is not available + * suppress --filter utility stderr messages when ugrep options + -s (--no-messages) and -q (--quiet) are used + * support the NO_COLOR environment variable to suppress color + output + * fix TUI scroll glitch in non-split screen, and other TUI fixes +- enable SIMD code for faster matching on CPUs that support it + (while keeping build reproducible) + +------------------------------------------------------------------- Old: ---- ugrep-5.1.1.tar.gz New: ---- ugrep-5.1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ugrep.spec ++++++ --- /var/tmp/diff_new_pack.LthDjX/_old 2024-04-11 19:41:23.990308220 +0200 +++ /var/tmp/diff_new_pack.LthDjX/_new 2024-04-11 19:41:23.994308368 +0200 @@ -18,15 +18,15 @@ Name: ugrep -Version: 5.1.1 +Version: 5.1.4 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause Group: Productivity/File utilities URL: https://github.com/Genivia/ugrep Source: https://github.com/Genivia/ugrep/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: c++_compiler BuildRequires: fdupes -BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(libbrotlidec) @@ -39,6 +39,13 @@ %if 0%{?suse_version} > 1599 BuildRequires: pkgconfig(bzip3) %endif +# lib/matcher_avx2.cpp is selected based on a runtime AVX2 check +# lib/matcher_avx512bw.cpp is selected based on runtime AVX512BW check +# Make OBS select an x86_64-v3 build host to reproducibly enable usage +# without cross-compiling +%ifarch x86_64 +#!BuildConstraint: hardware:cpu:flag x86-64-v3 +%endif %description Ugrep supports an interactive query UI and can search file systems, source @@ -85,7 +92,6 @@ %build %configure \ - --disable-avx \ --enable-color \ %if 0%{?suse_version} > 1599 --with-bzip3 \ ++++++ ugrep-5.1.1.tar.gz -> ugrep-5.1.4.tar.gz ++++++ ++++ 14830 lines of diff (skipped)