SHA256
1
0
forked from pool/grep

Updating link to change in openSUSE:Factory/grep revision 19.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=53f4dea82ac8e2b55f22fc9a92d6109d
This commit is contained in:
OBS User buildservice-autocommit
2010-09-23 21:58:18 +00:00
committed by Git OBS Bridge
parent 1edc3f9f46
commit 4dd29ab60e
4 changed files with 39 additions and 18 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Sep 23 12:47:04 CEST 2010 - jsmeix@suse.de
- Version upgrade to grep-2.7 with new behavior:
grep now diagnoses (and fails with exit status 2) commonly
mistyped regular expression like [:space:], [:digit:], etc.
Before, those were silently interpreted as [ac:eps]
and [dgit:] respectively. This new behavior is disabled
when the POSIXLY_CORRECT environment variable is set.
Regular expressions including back references are now
significantly faster in multi-byte locales.
Regular expressions including "." can now be significantly
faster in UTF-8 locales (though not in other multi-byte locales).
Several other minor bugs were fixed.
For details see the NEWS file.
- Adapted RPM description text to match the "Introduction to grep"
at http://www.gnu.org/software/grep/ and removed the outdated
Authors section, see the AUTHORS file for the right authors.
- Enhanced RPM spec file so that it builds and can be provided
even for older openSUSE and SLES versions.
-------------------------------------------------------------------
Thu Jul 22 15:45:31 CEST 2010 - jsmeix@suse.de