Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grep for openSUSE:Factory checked in at 2023-04-21 14:15:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grep (Old) and /work/SRC/openSUSE:Factory/.grep.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grep" Fri Apr 21 14:15:32 2023 rev:88 rq:1080166 version:3.10 Changes: -------- --- /work/SRC/openSUSE:Factory/grep/grep.changes 2023-03-08 14:50:59.582159967 +0100 +++ /work/SRC/openSUSE:Factory/.grep.new.1533/grep.changes 2023-04-21 14:15:33.878093926 +0200 @@ -1,0 +2,12 @@ +Thu Mar 30 07:41:18 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 3.10: + * With -P, \d now matches only ASCII digits, regardless of + PCRE options/modes. The changes in grep-3.9 to make ^H and \w + work properly had the undesirable side effect of making \d + also match e.g., the Arabic digits: ٠١٢٣٤٥٦٧٨٩. + With grep-3.9, -P '\d+' would match that ten-digit (20-byte) + string. Now, to match such a digit, you would use \p{Nd}. + Similarly, \D is now mapped to [^0-9]. + +------------------------------------------------------------------- Old: ---- grep-3.9.tar.xz grep-3.9.tar.xz.sig New: ---- grep-3.10.tar.xz grep-3.10.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grep.spec ++++++ --- /var/tmp/diff_new_pack.XFmbOm/_old 2023-04-21 14:15:34.674098389 +0200 +++ /var/tmp/diff_new_pack.XFmbOm/_new 2023-04-21 14:15:34.678098411 +0200 @@ -17,7 +17,7 @@ Name: grep -Version: 3.9 +Version: 3.10 Release: 0 Summary: Print lines matching a pattern License: GPL-3.0-or-later ++++++ grep-3.9.tar.xz -> grep-3.10.tar.xz ++++++ ++++ 12781 lines of diff (skipped)