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-08-25 12:10:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ugrep (Old)
 and      /work/SRC/openSUSE:Factory/.ugrep.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ugrep"

Sun Aug 25 12:10:34 2024 rev:74 rq:1195824 version:6.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ugrep/ugrep.changes      2024-08-10 
19:13:51.284867223 +0200
+++ /work/SRC/openSUSE:Factory/.ugrep.new.2698/ugrep.changes    2024-08-25 
12:10:52.321215439 +0200
@@ -1,0 +2,15 @@
+Sat Aug 24 07:09:34 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 6.5.0
+  * faster binary file checking with SIMD (SSE2/AVX2/NEON) UTF-8
+    validation
+  * new option --context-separator=SEP
+  * options -W and -X now also apply to --format fields %o and %O
+    to output hex
+  * ugrep-indexer option -z (indexes compressed files and
+    zip/7z/tar/cpio/pax archives) no longer indexes hidden
+    directories and files (i.e. "dotfiles") stored in archives, to
+    save space
+- make spec build on Amazon Linux 2023
+
+-------------------------------------------------------------------

Old:
----
  ugrep-6.4.1.tar.gz

New:
----
  ugrep-6.5.0.tar.gz

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

Other differences:
------------------
++++++ ugrep.spec ++++++
--- /var/tmp/diff_new_pack.u8lcWf/_old  2024-08-25 12:10:53.197251793 +0200
+++ /var/tmp/diff_new_pack.u8lcWf/_new  2024-08-25 12:10:53.197251793 +0200
@@ -17,16 +17,21 @@
 #
 
 
+%if 0%{?amzn}
+%bcond_with fish
+%else
+%bcond_without fish
+%endif
 Name:           ugrep
-Version:        6.4.1
+Version:        6.5.0
 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)
@@ -77,6 +82,7 @@
 
 This package contains the zsh completion for ugrep.
 
+%if %{with fish}
 %package fish-completion
 Summary:        Fish completion for ugrep
 BuildRequires:  fish
@@ -88,6 +94,7 @@
 %description fish-completion
 
 This package contains the fish completion for ugrep.
+%endif
 
 %prep
 %autosetup -p1
@@ -98,6 +105,9 @@
 %if 0%{?suse_version} > 1599
        --with-bzip3 \
 %endif
+%if !%{with fish}
+       --with-fish-completion-dir=no \
+%endif
        %{nil}
 %make_build
 
@@ -123,7 +133,9 @@
 %license LICENSE.txt
 %{_datadir}/zsh/site-functions/*
 
+%if %{with fish}
 %files fish-completion
 %license LICENSE.txt
 %{_datadir}/fish/vendor_completions.d/*.fish
+%endif
 

++++++ ugrep-6.4.1.tar.gz -> ugrep-6.5.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/ugrep/ugrep-6.4.1.tar.gz 
/work/SRC/openSUSE:Factory/.ugrep.new.2698/ugrep-6.5.0.tar.gz differ: char 30, 
line 1

Reply via email to