SHA256
1
0
forked from pool/grep

Accepting request 223015 from home:mvyskocil:branches:Base:System

- update to 2.17 
  * grep -i in a multibyte locale is now typically 10 times faster
    for patterns that do not contain \ or [
  * grep (without -i) in a multibyte locale is now up to 7 times faster
    when processing many matched lines
  * grep's --mmap option was disabled in March of 2010, and began to
    elicit a warning in January of 2012.  Now it is completely gone.
- Reformat spec file using hints from spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/223015
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=42
This commit is contained in:
2014-02-19 12:44:11 +00:00
committed by Git OBS Bridge
parent 5aae1c48e1
commit 7d179c3ddc
6 changed files with 54 additions and 40 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 19 10:32:43 UTC 2014 - mvyskocil@suse.com
- update to 2.17
* grep -i in a multibyte locale is now typically 10 times faster
for patterns that do not contain \ or [
* grep (without -i) in a multibyte locale is now up to 7 times faster
when processing many matched lines
* grep's --mmap option was disabled in March of 2010, and began to
elicit a warning in January of 2012. Now it is completely gone.
- Reformat spec file using hints from spec-cleaner
-------------------------------------------------------------------
Sun Jan 5 14:01:24 UTC 2014 - andreas.stieger@gmx.de