58a5d7a714
Accepting request 455466 from home:pluskalm:branches:Base:System
...
- Update to version 2.28:
* Improve performance for -E or -G pattern lists that are easily
converted to -F format.
* Fix performance regression with multiple patterns.
* When standard output is /dev/null, grep no longer fails when
standard input is a file in the Linux /proc file system, or when
standard input is a pipe and standard output is in append mode.
* When grep -Fo finds matches of differing length, it could
mistakenly print a shorter one. Now it prints a longest one.
- Drop upstreamed proc-lseek-glitch.patch
OBS-URL: https://build.opensuse.org/request/show/455466
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=77
2017-02-08 10:29:11 +00:00
35010bcd20
Accepting request 445548 from home:Andreas_Schwab:Factory
...
- testsuite.patch: remove
- proc-lseek-glitch.patch: work around proc lseek glitch
OBS-URL: https://build.opensuse.org/request/show/445548
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=75
2016-12-13 09:12:40 +00:00
234f2ddb7d
Accepting request 444685 from home:Andreas_Schwab:Factory
...
- Update to grep 2.27
* grep no longer reports a false match in a multibyte, non-UTF8 locale
like zh_CN.gb18030, with a regular expression like ".*7" that just
happens to match the 4-byte representation of gb18030's \uC9, the
final byte of which is the digit "7".
* grep by default now reads all of standard input if it is a pipe,
even if this cannot affect grep's output or exit status.
* grep no longer mishandles ranges in nontrivial unibyte locales.
* grep -P no longer attempts multiline matches.
* grep -m0 -L PAT FILE now outputs "FILE".
* To output ':' and tab-align the following character C, grep -T no
longer outputs tab-backspace-':'-C, an approach that has problems if
run inside an Emacs shell window.
* grep -T now uses worst-case widths of line numbers and byte offsets
instead of guessing widths that might not work with larger files.
* grep no longer reads the input in a few more cases when it is easy to
see that matching cannot succeed, e.g., 'grep -f /dev/null'.
OBS-URL: https://build.opensuse.org/request/show/444685
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=73
2016-12-07 14:52:36 +00:00
74a16347ac
Accepting request 437647 from home:AndreasStieger:branches:Base:System
...
grep 2.26
OBS-URL: https://build.opensuse.org/request/show/437647
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=71
2016-10-28 13:08:56 +00:00
ac3ff8c41b
Accepting request 391328 from home:AndreasStieger:branches:Base:System
...
grep 2.25, fixing the binary matching issues
OBS-URL: https://build.opensuse.org/request/show/391328
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=69
2016-04-22 19:04:16 +00:00
c28a39f12c
Accepting request 369903 from home:pluskalm:branches:Base:System
...
- Update to 2.24
OBS-URL: https://build.opensuse.org/request/show/369903
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=68
2016-03-11 09:44:11 +00:00
d5daf2ac7b
Accepting request 357841 from home:pluskalm:branches:Base:System
...
- Update to 2.23
- Update info handling scriplets
OBS-URL: https://build.opensuse.org/request/show/357841
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=67
2016-02-05 20:31:40 +00:00
085bd321a0
Accepting request 346404 from home:Andreas_Schwab:Factory
...
- testsuite.patch: also disable long-pattern-perf test
OBS-URL: https://build.opensuse.org/request/show/346404
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=65
2015-11-26 17:17:05 +00:00
47fc1f9776
Accepting request 342255 from home:Andreas_Schwab:Factory
...
- testsuite.patch: disable unreliable test mb-non-UTF8-performance
OBS-URL: https://build.opensuse.org/request/show/342255
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=63
2015-11-03 13:51:34 +00:00
1d22e4af0e
Accepting request 342139 from home:AndreasStieger:branches:Base:System
...
GNU grep 2.22
OBS-URL: https://build.opensuse.org/request/show/342139
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=62
2015-11-03 13:41:47 +00:00
8e2acdccba
Accepting request 315187 from home:coolo:branches:openSUSE:Factory
...
- add gnulib-perl522.patch from gnulib.bugs
OBS-URL: https://build.opensuse.org/request/show/315187
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=60
2015-07-06 10:18:30 +00:00
0bfdea05de
Accepting request 282840 from home:Andreas_Schwab:Factory
...
- grep-F-heap-overrun.patch: fix heap overrun with grep -F (CVE-2015-1345,
bsc#914695)
OBS-URL: https://build.opensuse.org/request/show/282840
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=58
2015-01-26 11:36:14 +00:00
2d8fa17deb
Accepting request 280867 from home:Andreas_Schwab:Factory
...
- Fix last change
OBS-URL: https://build.opensuse.org/request/show/280867
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=56
2015-01-12 09:32:24 +00:00
ec3a6d2227
Accepting request 266854 from home:msmeissn:branches:Base:System
...
- build with PIE enabled
OBS-URL: https://build.opensuse.org/request/show/266854
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=54
2014-12-31 14:00:22 +00:00
0d74e719d8
Accepting request 263354 from home:AndreasStieger:branches:Base:System
...
GNU grep 2.21
OBS-URL: https://build.opensuse.org/request/show/263354
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=52
2014-11-28 16:17:42 +00:00
33f05ff394
Accepting request 236536 from home:AndreasStieger:branches:Base:System
...
GNU grep 2.20
OBS-URL: https://build.opensuse.org/request/show/236536
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=50
2014-06-07 20:45:42 +00:00
6cf01df445
Accepting request 235298 from home:AndreasStieger:branches:Base:System
...
GNU grep 2.19
OBS-URL: https://build.opensuse.org/request/show/235298
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=48
2014-05-24 17:06:08 +00:00
af2cc815a7
Accepting request 227607 from home:Andreas_Schwab:Factory
...
- mb-non-UTF8-performance.patch: make performance-measuring less
system-sensitive
OBS-URL: https://build.opensuse.org/request/show/227607
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=46
2014-03-26 18:41:35 +00:00
Stephan Kulow
e6941a8946
Accepting request 223510 from home:AndreasStieger:branches:Base:System
...
GNU grep 2.18
OBS-URL: https://build.opensuse.org/request/show/223510
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=44
2014-02-22 19:40:06 +00:00
7d179c3ddc
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
2014-02-19 12:44:11 +00:00
Stephan Kulow
5aae1c48e1
Accepting request 212857 from home:AndreasStieger:branches:Base:System
...
GNU grep 2.16
OBS-URL: https://build.opensuse.org/request/show/212857
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=40
2014-01-05 19:47:13 +00:00
Stephan Kulow
e4f1608119
- don't drag texlive into bootstrap cycle - makeinfo is enough
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=38
2013-12-23 21:17:45 +00:00
Dr. Werner Fink
923a5384a0
Accepting request 211831 from openSUSE:Factory:PowerLE
...
The "gnulib" package contains a number of floating-point test cases
that do not work correctly with the PowerPC long double ("double double")
format. These tests "accidentally" succeeded anyway in the big-endian
variant, but are now actually failing in little-endian mode.
As is usual for gnulib, those tests end up copied into the source code
of various packages that use gnulib, including coreutils, findutils,
grep, and libunistring.
A patch to fix the tests for ppc64le has been submitted to upstream
to the bug-gnulib mailing list. We'll work with upstream of the
other affected packages to make sure the copies are refreshed.
- grep-gnulib-ppc64le.patch: Fix imported gnulib long double math
tests for little-endian PowerPC.
OBS-URL: https://build.opensuse.org/request/show/211831
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=36
2013-12-22 21:33:10 +00:00
78dd48e433
Accepting request 210610 from home:AndreasStieger:branches:Base:System
...
Update to 2.15 (joined with SR#206801)
OBS-URL: https://build.opensuse.org/request/show/210610
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=34
2013-12-19 10:06:49 +00:00
51a988006a
Accepting request 161404 from home:m_meister:branches:openSUSE:Factory
...
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
OBS-URL: https://build.opensuse.org/request/show/161404
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=32
2013-03-27 14:02:13 +00:00
Philipp Thomas
ef325ae301
- Update to 2.14:
...
Bug fixes:
* grep -i '^$' could exit 0 (i.e., report a match) in a multi-byte
locale, even though there was no match, and the command generated
no output. E.g., seq 2 | LC_ALL=en_US.utf8 grep -il '^$' would
mistakenly print "(standard input)". Related, seq 9 |
LC_ALL=en_US.utf8 grep -in '^$' would print "2:4:6:8:10:12:14:16"
and exit 0. Now it prints nothing and exits with status of 1.
[bug introduced in grep-2.6]
* 'grep' no longer falsely reports text files as being binary on
file systems that compress contents or that store tiny contents
in metadata.
- Add current German message catalog from the translation project.
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=30
2012-08-24 18:47:51 +00:00
60b72d06e4
Accepting request 127180 from home:jsmeix:branches:Base:System
...
Version upgrade to grep-2.13 that fixes Turkish I-with-dot/i-without-dot issues in UTF-8 locale
OBS-URL: https://build.opensuse.org/request/show/127180
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=28
2012-07-05 13:46:46 +00:00
Stephan Kulow
9db86fc1fe
Accepting request 121718 from home:tabraham1:branches:Base:System
...
update to 2.12
OBS-URL: https://build.opensuse.org/request/show/121718
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=26
2012-05-22 09:42:25 +00:00
Stephan Kulow
fe59e98971
Accepting request 114736 from home:msmeissn:branches:Base:System
...
fix ppc build
OBS-URL: https://build.opensuse.org/request/show/114736
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=24
2012-04-20 04:49:24 +00:00
Stephan Kulow
675c8879e8
Accepting request 109178 from home:tabraham1:branches:Base:System
...
update to 2.11
OBS-URL: https://build.opensuse.org/request/show/109178
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=22
2012-03-14 10:21:46 +00:00
Andreas Jaeger
878ebfbf59
Accepting request 102725 from home:rjschwei:branches:Base:System
...
usrMerge project - move files from toplevel to /usr
OBS-URL: https://build.opensuse.org/request/show/102725
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=20
2012-02-07 10:09:11 +00:00
Stephan Kulow
caec96c698
Accepting request 94973 from home:babelworx:ldig:branches:Base:System
...
license update: GPL-3.0+
There are no GPL-3.0 files in the package.
OBS-URL: https://build.opensuse.org/request/show/94973
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=18
2011-12-02 12:12:00 +00:00
Stephan Kulow
0d2bcc9262
Accepting request 94738 from home:coolo:removeautomake
...
add automake to buildrequires
OBS-URL: https://build.opensuse.org/request/show/94738
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=17
2011-12-01 15:53:45 +00:00
Cristian Rodríguez
23a194b2c8
Accepting request 89734 from home:msmeissn:branches:Base:System
...
fixed ppc build
OBS-URL: https://build.opensuse.org/request/show/89734
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=15
2011-10-29 18:54:23 +00:00
cae5da8ad4
Accepting request 85060 from home:dirkmueller:branches:Base:System
...
- fix testsuite to build properly against locally built grep
OBS-URL: https://build.opensuse.org/request/show/85060
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=13
2011-09-27 10:43:28 +00:00
OBS User buildservice-autocommit
62cf53a846
Updating link to change in openSUSE:Factory/grep revision 23.0
...
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=980bf551012ec03c09a1f4e26fd0d449
2011-08-11 08:08:30 +00:00
c80f2e2b77
Accepting request 78414 from home:elvigia:branches:Base:System
...
- Upgrade to version 2.9
* grep no longer clobbers heap for an ERE like '(^| )*( |$)'' )'
* grep -P no longer aborts when PCRE's backtracking limit is exceeded
* grep's interpretation of range expression is now more consistent
OBS-URL: https://build.opensuse.org/request/show/78414
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=11
2011-08-10 09:57:16 +00:00
OBS User autobuild
47cebbd200
Accepting request 49040 from Base:System
...
checked in (request 49040)
OBS-URL: https://build.opensuse.org/request/show/49040
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=10
2010-09-26 22:36:43 +00:00
Johannes Meixner
3b88b61d0c
Accepting request 49038 from home:jsmeix:branches:Base:System
...
Fixed --without-included-rege (missing x at the end) typo in the spec file
OBS-URL: https://build.opensuse.org/request/show/49038
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=9
2010-09-24 12:55:39 +00:00
OBS User buildservice-autocommit
4dd29ab60e
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
2010-09-23 21:58:18 +00:00
OBS User autobuild
1edc3f9f46
Accepting request 48993 from Base:System
...
checked in (request 48993)
OBS-URL: https://build.opensuse.org/request/show/48993
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=8
2010-09-23 21:58:16 +00:00
1fd6c0c375
Accepting request 48968 from home:jsmeix:branches:Base:System
...
OBS-URL: https://build.opensuse.org/request/show/48968
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=7
2010-09-23 14:42:19 +00:00
OBS User autobuild
5e7a038201
Accepting request 43849 from Base:System
...
Copy from Base:System/grep based on submit request 43849 from user jsmeix
OBS-URL: https://build.opensuse.org/request/show/43849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=18
2010-07-23 15:17:36 +00:00
OBS User autobuild
2a0a7cfe60
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=15
2010-03-18 14:51:10 +00:00
OBS User unknown
c1df53f438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=13
2009-06-12 15:32:35 +00:00
OBS User unknown
38e83c5257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=12
2009-06-05 20:56:59 +00:00
OBS User unknown
0debf6ea62
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=11
2009-02-12 15:07:35 +00:00
OBS User unknown
0495f5fb58
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=10
2008-08-21 15:53:30 +00:00
OBS User unknown
fc2d1d0edd
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=9
2008-06-03 14:13:39 +00:00
OBS User unknown
5b8d935d00
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=8
2008-05-29 13:20:52 +00:00