Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ugrep for openSUSE:Factory checked 
in at 2026-03-06 18:18:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ugrep (Old)
 and      /work/SRC/openSUSE:Factory/.ugrep.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ugrep"

Fri Mar  6 18:18:36 2026 rev:88 rq:1336808 version:7.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ugrep/ugrep.changes      2025-06-30 
13:21:10.842620225 +0200
+++ /work/SRC/openSUSE:Factory/.ugrep.new.561/ugrep.changes     2026-03-06 
18:19:20.838032496 +0100
@@ -1,0 +2,37 @@
+Thu Mar  5 19:43:05 UTC 2026 - Andreas Stieger <[email protected]>
+
+- Update to version 7.6.0:
+  * new options --max-size and min-size to search files whose
+    physical size is in the specified MIN and/or MAX range
+  * fix zsh completion syntax error
+  * update option --ignore-file to ignore files and directories
+    specified in an .gitignore file as an absolute /glob to ignore
+    those matching the glob under its sub-directories
+  * fix emulation of GNU grep option -z (--null-data) to match
+    newlines (zero bytes internally) with pattern \s (space), which
+    requires non-standard regex behavior internally to include
+    matching zero bytes with pattern \s
+  * update --ignore-file=FILE to accept a FILE pathname to a non-
+    local gitignore FILE that applies globally to ignore files and
+    directories, similar to --exclude-from=FILE, but with the minor
+    difference that gitignore rules match both files and
+    directories with a single glob
+  * fix third-party sourced zopen.c library (BSD open source) one-
+    byte read beyond its allocated struct s_zstate state variable
+    in getcode()
+  * fix -m (--max-count) with context options -A or -C sometimes
+    producing garbled after-context output that may cause a crash
+    in the worst case
+  * fix reverse sort by date --sort=rchanged and --sort=rcreated
+    not recognized by the TUI at startup
+  * update ugrep to search named pipe files specified as arguments
+    on the command line instead of skipping them by default, such
+    as process substitutions; also improve Linux special system
+    files /proc and /sys skipping and/or reading and option -z
+    file read error handling to avoid possible pipe fd leaks when
+    thousands of /proc files are searched that produce (expected)
+    read errors
+  * support option --no-empty while using full grep-emulation mode,
+    i.e. when ugrep is renamed to grep
+
+-------------------------------------------------------------------

Old:
----
  ugrep-7.5.0.obscpio

New:
----
  ugrep-7.6.0.obscpio

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

Other differences:
------------------
++++++ ugrep.spec ++++++
--- /var/tmp/diff_new_pack.dCxinQ/_old  2026-03-06 18:19:22.430098102 +0100
+++ /var/tmp/diff_new_pack.dCxinQ/_new  2026-03-06 18:19:22.430098102 +0100
@@ -2,7 +2,7 @@
 # spec file for package ugrep
 #
 # Copyright (c) 2024 SUSE LLC
-# Copyright (c) 2025 Andreas Stieger <[email protected]>
+# Copyright (c) 2026 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %bcond_without fish
 %endif
 Name:           ugrep
-Version:        7.5.0
+Version:        7.6.0
 Release:        0
 Summary:        Universal grep: a feature-rich grep implementation with focus 
on speed
 License:        BSD-3-Clause

++++++ _service ++++++
--- /var/tmp/diff_new_pack.dCxinQ/_old  2026-03-06 18:19:22.470099749 +0100
+++ /var/tmp/diff_new_pack.dCxinQ/_new  2026-03-06 18:19:22.490100574 +0100
@@ -5,7 +5,7 @@
     <param name="changesgenerate">enable</param>
     <param name="filename">ugrep</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">v7.5.0</param>
+    <param name="revision">v7.6.0</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.dCxinQ/_old  2026-03-06 18:19:22.530102222 +0100
+++ /var/tmp/diff_new_pack.dCxinQ/_new  2026-03-06 18:19:22.534102387 +0100
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
       <param name="url">https://github.com/Genivia/ugrep.git</param>
-      <param 
name="changesrevision">eada75555a2bc033559b182f334e0406bc54a641</param>
+      <param 
name="changesrevision">c701fb852c8fe5ea48143bf809596470d5e2b248</param>
   </service>
 </servicedata>
 (No newline at EOF)

++++++ ugrep-7.5.0.obscpio -> ugrep-7.6.0.obscpio ++++++
++++ 3795 lines of diff (skipped)

++++++ ugrep.obsinfo ++++++
--- /var/tmp/diff_new_pack.dCxinQ/_old  2026-03-06 18:19:25.162210686 +0100
+++ /var/tmp/diff_new_pack.dCxinQ/_new  2026-03-06 18:19:25.174211180 +0100
@@ -1,5 +1,5 @@
 name: ugrep
-version: 7.5.0
-mtime: 1750273655
-commit: eada75555a2bc033559b182f334e0406bc54a641
+version: 7.6.0
+mtime: 1772738388
+commit: c701fb852c8fe5ea48143bf809596470d5e2b248
 

Reply via email to