Accepting request 1089292 from Base:System

- update to 3.11:
  * With -P, patterns like [\d] now work again. Fixing this
    has caused grep to revert to the behavior of grep 3.8, in that
    patterns like \w and ^H go back to using ASCII rather
    than Unicode interpretations.
    However, future versions of GNU grep and/or PCRE2 are
    likely to fix this and change the behavior of \w and ^H
    back to Unicode again, without breaking [\d] as 3.10 did.

OBS-URL: https://build.opensuse.org/request/show/1089292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=89
This commit is contained in:
Dominique Leuenberger 2023-05-28 17:21:56 +00:00 committed by Git OBS Bridge
commit 7815ca8e4d
6 changed files with 32 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24efa5b595fb5a7100879b51b8868a0bb87a71c183d02c4c602633b88af6855b
size 1687464

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEFV0/xQDINEhtHupnf9n8ywAL7u4FAmQbpaIACgkQf9n8ywAL
7u7EFA/+Kh3oWnTNRroophIAKaIhdiaPNdthllGaKSlx5goLQC58bUXQNZxAskQf
dhLc6Nsvk0SNM1HGYlFOWq2Ht+rZcfYokun6J0Su8EnlItKGdAsmhtnkPhdxqj5z
Vq1iy6+y5yLXt1h6ie/QsZaYWxVhm+1qx1rI93EOz8WzkWFHC5eAkXJvbfBQ84pS
mvZkWptknfFt50CafnlPLz6t+dxE7+d/+6z3b8VDGXNvMZJSQDGT7sFseJFym3zD
V2P3sZp8OAVqctQXZKfIr68bq5kFOIKmZJKvTZNgNGCw/fHO02Dy8l+feJJPh28w
ke6WVJpBcZ8XaRrP7Sca7UuiQgYpMiDAWa8BDlrQzHrbKNilC9L3Llqbet3UfaCR
JqVcb9EbJY5SILHiLUdcscxlYNmNgMP6yPd3VHokM0obBoDagPHcXxvwnOJfw6gn
Uiy+hcdDQHe7MnAjm7j8xpHRP7kCDTh2sZvDTvMWlpFeczYZht72P1Jtd2DxYuIH
nxwZ1oooq7Gv0DzqudiXXeYJMrlVZ8J40+08mvcY1ucksW0cZlR0Rc8WiMVnB6M9
Lg0r5EzFmsrNzJe3YLzA8r4r3+rpKpmZjzPAU8wG7nGYwGpVkI7/Lo+uLQ9W37Wr
gfTzkHhh+AibLzkO/NrK20xvHgbl0aE79xKdFOMxSswRvDTQruk=
=0HlM
-----END PGP SIGNATURE-----

BIN
grep-3.11.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

16
grep-3.11.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEFV0/xQDINEhtHupnf9n8ywAL7u4FAmRfTKwACgkQf9n8ywAL
7u6GLhAAlhO11xMM5IG9VbQoT3Qa3i+T3f6r34N7LWUMDJE2WUJojujuQ7Ac78fU
mxm0Z+t6+vaJzrmNtnotmhg2LK7rWVnase64o0t0GB3/gZumJlSHL0jQzKvaKoGz
vwE4yfRRN5uM284Xmb/k8EyamG+3oyoxWk/Ml13vouEPxPbu0Oe2vlChl8tL0g/W
Wi4x8ue32ZipBse0QyE3l/fxnOQ8MCwVqzVr+psGIa6vmSMhkuDfEprTAfZLVRbN
AzsZrZ1BEtlTzitTMxWejTwI/4Eq2FguAJXgEESaPBHhX+XRC3ArXNtycTcWmqB1
wNwDLz3bpzns0g24WJ3B8ahY0IxzXfbqkUEy4MNVClsz4+iLUlbQIB48AZbKL9Bo
PhmsJoxDFI7D2Cam2a6iK6aprtFOal+gTRqPmdvqCgxShvZxgndASD0SKc+0CAik
FkNz12NDp5hYZDSUO+uSiTKaVzlYCKqLnPg0CVw++u2H+QsP5BgqJr3tkc5PwXmX
TfwFWTx4h2xasoBe4RzFw4RMRejtDVaNUSAoSj6FhHcW7NYYJeURZb/0FpAwWov1
otjDCU0NzpraAB/xk79uwPxp8InfEM6GYPlEi2hkPQBT0HZY1MZYaIzW0h9lLxlU
vr8Dvr9uUlNIHse7mWc1zm1dFwOjWwCmg6Lfaj8DebAvEHI5gNQ=
=9t3y
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 18 12:00:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.11:
* With -P, patterns like [\d] now work again. Fixing this
has caused grep to revert to the behavior of grep 3.8, in that
patterns like \w and ^H go back to using ASCII rather
than Unicode interpretations.
However, future versions of GNU grep and/or PCRE2 are
likely to fix this and change the behavior of \w and ^H
back to Unicode again, without breaking [\d] as 3.10 did.
-------------------------------------------------------------------
Thu Mar 30 07:41:18 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: grep
Version: 3.10
Version: 3.11
Release: 0
Summary: Print lines matching a pattern
License: GPL-3.0-or-later