- 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  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]. OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=132
This commit is contained in:
parent
0399a5ce73
commit
5820abc816
3
grep-3.10.tar.xz
Normal file
3
grep-3.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24efa5b595fb5a7100879b51b8868a0bb87a71c183d02c4c602633b88af6855b
|
||||
size 1687464
|
16
grep-3.10.tar.xz.sig
Normal file
16
grep-3.10.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----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-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abcd11409ee23d4caf35feb422e53bbac867014cfeed313bb5f488aca170b599
|
||||
size 1680380
|
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEFV0/xQDINEhtHupnf9n8ywAL7u4FAmQEtm8ACgkQf9n8ywAL
|
||||
7u4DnA//QKCaPYQzUu8D7SZLsSd/iPJI8itO6BlA7p3o0BiOtthE1VjugBEYEskw
|
||||
4Tbew7Kd1NEQJE4a+fV0bMPr0AOPXXcvrA1eg5vZTCcc4i6QX7lwDY2ARr1tE5nG
|
||||
22Uu5rAGfseUQKzDiJiGB1ljaoncj5hd1K5BRk0h2BJ4nmfHIxoSXaeOWojMjtTA
|
||||
pdx2A+vl8YlWLH4p8qsUGtUXf9ugo5GQg3ZOcxIe0ljTPVBnCuq9fu59b4U9nBwF
|
||||
ALY8dXDEZxrrDpj2pxLbLGM50IQ/824muM4v+kpDMkMREuOvlJ4FrQca3s0szzPa
|
||||
G8OglZOdWFdN4EMkgShY055AT7hIipXJrl++c6c7pcDn2FnLak3Z2xGLkj8WeQ0Y
|
||||
6uHMKKe6wEiVY8frV6/sFWX5n+7suUqqhjOnrI6ctmI7ISE+hQLiVbyluSX1kBNy
|
||||
S2vMF9Dj1Y4FTKSC0A/xa7chZmUs8s5xmRqxhJA9jWzVRELeWhA1uiw/T02d5CwG
|
||||
EMTDNwQUkpszrRL6d9pqAZCIF19g891AsI1S0Itb9rnVfGIz/4IDoaYC70qc6mbv
|
||||
ovUhtRA39Gl0l+6zgC5BwmwCxebCJ6cXT5BpYftoP65TJRqJ18UQx5ys1ySiDSAk
|
||||
s4klJlTIppcKyJTr4Mi5c4p7CsSSqNif7GNZEPGNs9d6Wx/6sWc=
|
||||
=9X+8
|
||||
-----END PGP SIGNATURE-----
|
12
grep.changes
12
grep.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 07:41:18 UTC 2023 - Dirk Müller <dmueller@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 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].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 09:28:35 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user