grep-3.1-lp151.4.3.1<>,c^³/=„yhPݘ2q\+72-l? :cO8U! 8sC+='R~2d#u6|Ҍ Eh;~311;g7Ood\b&X.dloۜEwar2w ,͔ORSNÇRko m(Ld,ofs,WjwlA>izހ7|AGi|fSW)@K&8>s ElΩe>E5?5d   6 :]chL t    |  P x  '( S8 \9 : >.?.F.G.H/I/dX/xY/\/]/^0b1.c1d2ze2f2l2u2v2w4Lx4y4 z5 50545>5@5D5J5Cgrep3.1lp151.4.3.1Print lines matching a patternThe grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.^³cloud121 RopenSUSE Leap 15.1openSUSEGPL-3.0+http://bugs.opensuse.orgProductivity/Text/Utilitieshttps://www.gnu.org/software/grep/linuxi586 ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/grep.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/grep.info.gz || : fi ; fi ; @ %02 dx,(tL$ '%A큤A큤^³o^³o^³o^³o^³o^³p^³XhIYYUXhIYYUXhIX+1Xk^³o^³S^³o^³p^³of7c621ae0ceb26a76802743830bc469288996f64342901ae5292950ff713e9815c8b1486de899cdd010d3cacde94579999cb82d0be9ec8c131b1b56886cfd36b52cf19d7b24255d26330186700df2b7e1b1c8f8dbe2c7e63a1a2ac65ec0de0ce50beb8d0cd998faa66061f3bcf36d075692fd25a8e40ec20a6f0bfb2f8a33db2d20a72c23320beabd819a4261e8509d09b60ecd371d124214fd7a58be8a4b9ed6262c28ccdcf3ca20c99ef906609aa9efbe3f84def87b2d19918c6ef1c929b4e1b37986dac67132c6e7ae2255bec7c91de59b504f88e365fc3fcc2c11216b1b38d81a0d2f727660982d1566ec21f38df2a7541158321790b61b55fbe24b27cfd36b828906b606a5af6b9bdbd94b7fa024d3d798a2a024eb6ba7292558ee18df4969586b9372983c4402fdbda7f668810a8bf7eb3540ae88ea24aa889dcf2b6b365a16e43e930ba8dad62e52c05da352f710004bcb22e5473b99fa628eca8f3fcca372a7d92560b1fa9f6d832b440e8bcd62d9adfa8870c98287deab66d98310eb6e6596ba913fca3089d056ab0a56ee161b24b1eb248abdd11a5bea28727d31e076bd7fc90f93828a62173223865ab28fdc57927ffc0beaa4cd9faf778cba249/usr/bin/egrep/usr/bin/fgrep/usr/bin/grepegrep.1.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgrep-3.1-lp151.4.3.1.src.rpmbase:/usr/bin/grepgrepgrep(x86-32) @@@@@@@@@@@@    /bin/sh/bin/sh/bin/shinfoinfolibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.2.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.5)libpcre.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1]f@ZYZ1Y0XX@XN@XGX=W@V@VVV@V8V7P@UmT,@T@TTxcAndreas Schwab fvogt@suse.comschwab@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.comschwab@suse.deschwab@suse.deastieger@suse.comastieger@suse.commpluskal@suse.commpluskal@suse.comschwab@suse.deschwab@suse.deastieger@suse.comcoolo@suse.comschwab@suse.deschwab@suse.demeissner@suse.comandreas.stieger@gmx.de- Update testsuite expectations, no functional changes (bsc#1155271)- Use %license (boo#1082318)- Update to grep 3.1 * grep '[0-9]' is now just as fast as grep '[[:digit:]]' when run in a multi-byte locale * Context no longer excludes selected lines omitted because of -m- Use https url's - Drop no longer needed explicit pie - Enable profiled build- Update to version 3.0: * grep without -F no longer goes awry when given two or more patterns that contain no special characters other than '\' and also contain a subpattern like '\.' that escapes a character to make it ordinary. * grep no longer fails to build on PCRE versions before 8.20. - Cleanup spec file: * Drop support for old distributions * Create lang subpackage * Use fdupes to replace duplicate files with symlinks- 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- testsuite.patch: remove - proc-lseek-glitch.patch: work around proc lseek glitch- 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'.- grep 2.26: * no longer omit output merely because it follows an output line suppressed due to encoding errors * In the Shift_JIS locale, no longer mistakenly match in the middle of a multibyte character * grep can be much faster now when standard output is /dev/null. * grep -F is now typically much faster when many patterns are given, as it now uses the Aho-Corasick algorithm instead of the Commentz-Walter algorithm in that case. * grep -iF is typically much faster in a multibyte locale, if the pattern and its case counterparts contain only single byte characters. * grep with complicated expressions (e.g., back-references) and without -i now uses the regex fastmap for better performance. * In multibyte locales, grep now handles leading "." in patterns more efficiently. * grep now prints a "FILENAME:LINENO: " prefix when diagnosing an invalid regular expression that was read from an '-f'-specified file.- grep 2.25: * In the C or POSIX locale, grep now treats all bytes as valid characters even if the C runtime library says otherwise. ( Fixes yast2-users and other build failures - boo#966780 ) * grep -oz now uses null bytes, not newlines, to terminate output lines. * grep now outputs details more consistently when reporting a write error.- Update to 2.24 * grep -z would match strings it should not. To trigger the bug, you'd have to use a regular expression including an anchor (^ or $) and a feature like a range or a backreference, causing grep to forego its DFA matcher and resort to using re_search. With a multibyte locale, that matcher could mistakenly match a string containing a newline. For example, this command: printf 'a\nb\0' | LC_ALL=en_US.utf-8 grep -z '^[a-b]*b' would mistakenly match and print all four input bytes. After the fix, there is no match, as expected. [bug introduced in grep-2.7] * grep -Pz now diagnoses attempts to use patterns containing ^ and $, instead of mishandling these patterns. This problem seems to be inherent to the PCRE API; removing this limitation is on PCRE's maint/README wish list. Patterns can continue to match literal ^ and $ by escaping them with \ (now needed even inside [...]). [bug introduced in grep-2.5]- Update to 2.23 * Binary files are now less likely to generate diagnostics and more likely to yield text matches. grep now reports "Binary file FOO matches" and suppresses further output instead of outputting a line containing an encoding error; hence grep can now report matching text before a later binary match. Formerly, grep reported FOO to be binary when it found an encoding error in FOO before generating output for FOO, which meant it never reported both matching text and matching binary data; this was less useful for searching text containing encoding errors in non-matching lines. [bug introduced in grep-2.21] * grep -c no longer stops counting when finding binary data. [bug introduced in grep-2.21] * grep no longer outputs encoding errors in unibyte locales. For example, if the byte '\x81' is not a valid character in a unibyte locale, grep treats the byte as binary data. [bug introduced in grep-2.21] * grep -oP is no longer susceptible to an infinite loop when processing invalid UTF8 just before a match. [bug introduced in grep-2.22] * --exclude and related options are now matched against trailing parts of command-line arguments, not against the entire arguments. This partly reverts the --exclude-related change in 2.22. [bug introduced in grep-2.22] * --line-buffer is no longer ineffective when combined with -l. [bug introduced in grep-2.5] * -xw is now equivalent to -x more consistently, with -P and with backrefs. [bug only partially fixed in grep-2.19] - Update info handling scriplets * move from postun to preun * add dependeny for preun - Refresh partially upstreamed patch * testsuite.patch- testsuite.patch: also disable long-pattern-perf test- testsuite.patch: disable unreliable test mb-non-UTF8-performance- GNU grep 2.22: * Improve performance for patterns containing very long strings * Output and pattern matching bug fixes - drop add gnulib-perl522.patch, changed upstream - drop grep-F-heap-overrun.patch, included upstream- add gnulib-perl522.patch from gnulib.bugs- grep-F-heap-overrun.patch: fix heap overrun with grep -F (CVE-2015-1345, bsc#914695)- Fix last change- build with PIE enabled- GNU grep 2.21 - Improvements: * performance improved for searching files containing holes, on platforms where lseek's SEEK_DATA flag works efficiently. * performance improved for rejecting data that cannot match even the first part of a nontrivial pattern. * performance improved for very long strings in patterns. * If a file contains data improperly encoded for the current locale, and this is discovered before any of the file's contents are output, grep now treats the file as binary. * -P no longer reports an error and exits when given invalid UTF-8 data. Instead, it considers the data to be non-matching. - Bug fixes: * fix issues in multibyte locales * grep -F -x -o no longer prints an extra newline for each match. * grep in a non-UTF8 multibyte locale could mistakenly match in the middle of a multibyte character when using a '^'-anchored alternate in a pattern, leading it to print non-matching lines. * grep -F Y no longer fails to match in non-UTF8 multibyte locales * grep -E rejected unmatched ')', instead of treating it like '\)'. - Changes in behavior: * The GREP_OPTIONS environment variable is now obsolescent * In locales with multibyte character encodings other than UTF-8, grep -P now reports an error and exits instead of misbehaving. * When searching binary data, grep now may treat non-text bytes as line terminators. This can boost performance significantly. * grep -z no longer automatically treats the byte '\200' as binary data./bin/sh/bin/shcloud121 1589818275 3.1-lp151.4.3.13.1-lp151.4.3.1egrepfgrepgrepegrepfgrepgrepgrepAUTHORSChangeLogChangeLog-2009NEWSREADMETHANKSTODOgrep.info.gzgrepCOPYINGegrep.1.gzfgrep.1.gzgrep.1.gz/bin//usr/bin//usr/share/doc/packages//usr/share/doc/packages/grep//usr/share/info//usr/share/licenses//usr/share/licenses/grep//usr/share/man/man1/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:12623/openSUSE_Leap_15.1_Update/d9b2598bc86d721cb9923ed0037a4ab5-grep.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linuxPOSIX shell script, ASCII text executableELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=5fa38841b7d1011c8aafff78875c34b14574d149, for GNU/Linux 3.2.0, strippeddirectoryUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRR RR R RRR RR RRݕ+P)* grep-langutf-8b59b1b539ab570119c3fab4d093a65a5e8dcfbe232955d6b23a541a2c1265397?7zXZ !t/@)5]"k%Yu<߉A:Y>},il 9*QM:4s"1.2H@S*˹Q{y cccK+=8rUW%鸭pmo\eqa?ڟkJq]zsxecWh1 CQ0sI|/d6Sjqe~ Rei~!H(x?z CI*e _Ƚnjo\M|puڞ4ݾ5>5j t΄eãsu vbyq,7n3hUt /nes+~Bv9˛M9 {Ҷ})N4#4 w3fI]4,8"[ga9_@L6-͸xdp\;$T#e토zc'NH$z*NM^6 >3J1z#M,/0Eʀ4L.ە';lzGV2dO9dɫp8ѦZ]/@-jkAa\1({XV̀w'/_\j[l H˓KO9jqaSmᖔOo8y-6vOA>{,e|xKגy82ٻr%[p![`K:az.(ݯr @N~ } +oW:zH3=餫Rsgmk>wNL_ځ;;_5.a'e'qif?! 6v{ˣ`'n 7cpE]&;8J)@)-vӐ\< a/ďimkk@ҞF 7 SĀe={ZuËՇիťD.¶Vy+gD6P#a~TؔpUob6\g *u%t@2j[)+cw$UҤN4KL|5a,ޟdFihf1X~"q)iIy^90$1reaTI|8UА7y p&1ӏ .aúfL  J_BV雉xQ|טLL*fd? 7b. o冸̎HVj:2`ߠ&>=B<^[Z0aZ`?M9> ͧY$}40<3'((ڟUI.[I J3ٟ{pd(xh~ +"+Rc$|ycܾ2QxjХ"`9)9I'$꫟a, t{?J%_(8_Y+ɆZ`\s΀D@Zȹ(㚪:Л7qB`VB{h-bNta:ּV3y."IdNEE CAK/ UjyǥL!Y[O:C9etϲ,\s-&vxR% Êot3sovxPd|_Z%c:C“WμO%skXFE/5^3X;WkE ;#B5K/R*Rj)H}΃e 0+zm|ؿ;З6wpJrhjZҬuQ) /U %E ϰKYz⢚K?r\'& b; LC ~nE6e..6&$*\Br`M܇Jޒs`#1ChxEVu6O&qn֊ƂSg 1twE 9dt8X}$Ùȯs)?X^D`Ww; iok<4w?NL# f|{FIN-&i2%旃{L&ց~떑d=fE"جJa[P^|<1BpV:ifd|2ƍ.9L˧X袐9CQTc lb_owN)Jjӣ/yWU(8ǐ/WK' #d^lke +Yd~e=41!&)3X՘R?Q I>"*yZVMOGzo#&pbxj=Jtty7iP(V†h+5v?//9Urr`@"4gRr:#rVGM4WG}_!JaueE?N|EUP\-L,ө7hNS̈ ^ ~$Op^a)AA ǻCm ! n*BXkdݰudKcXrҒ!Py9.N|0SҶFd'( oXOLLC'i$ 2 :H7tARɹy)?jTNʰo%Kts׭Ω;yw;]'BHHکP:*\`;S##wTR%; sg 2Rf;|Fa=X;o.K>I )x$L:_R/ HeXJB$@JF#syEdn|U%N;{W Q=k/ soP)ո OR}jf!ûN^ f]\qoE wCд8P4]|DoXٓܣ>.jpwMecO9g&yXZERPCݖOx3;z4 lxdV'@M#r HYKsT*{>l)bu8KԮjZmW`UdF)Ŵ~y3ESw)/_M{Q'$^8W=eUXR❚&Z`-o xBbrT: DU,M,#H+BsAQ\tw"ah./eS5b4ٖ+)ҳ̓!jHcCAWTtݫlCg8D"^F \ԭܑ\(YoXC8U'nڛ?ka5Ϟ3[V{i4"nN2稓,p{&%Qv F$OZ .$4 4q _Wep'[^Ǟ1-K6" H-XerӤWc=cO<ZM>J-0uW (UvB!#3ۣh'ib뽯G]$#Dl=|qLwɯH@#J9FD@a-xqCTq7.E.0l,&H0.(߂οO@lq8*4T& 5EKEG~P /S rTl.MN31Ÿ0Z|ŗMdal=_mOw$?X~mu5}n"yieXwM;H?I7WMvlXRJ/'wB?[*HIf3|#czUd#'hmN(.,㏀jSt߷)%5C~v^ /2CI$Wxt ǣw`sn#{MY@E-KDRuȄWc \|Mv4 fѧsAtCLZF|]Mrj]b/POa(w4|F:}ӽhx;I2;wExO^3'q [1+I{oKmZN,1]NiD}`}X6>=2Sf`u՜,-?_հ̑h(zW9can^!D_L(Be8m蹘pCRI9uYw@:g?C%A+#&R;u,5rr[ǻ<[ĹJv[c3(ؾމ|M!&(LYϷ2?!5."J]d+c@4!I,C1Чso* D5/碠Ƕi1[4VY1Rwo:̺!7 A%íH04A[$Z>XN| At"{c.UG0JCn( U,k,[8C:4%7OeN[; "У'=utTKr+|?so7foYoq&a/ߪάW&rvXx = G642C0ĿUAqw31 0}`PϦrGV&=9*ڇZ*-NW(s]_gm()z)4.rWmsz1ʰ<o;v  1**ܼZw/NK JQKMk Ӑ;7ץP$ǬR}{2.M)(:<${[ 6^ ]nFgiCduO.o1C{Ц*IJnڂ3?!2P|^QjkGn7x*ʭ e;m^ Pvȿc [ AĽ ZKA]PCWy8^ƻ`5Y. &[R d-H8චTp_$|yA~L Ҷʹ&Q5~-EK+L3/#$o*>I+17|aIoYj6=5|r>DR/` :곎tҌiG^Zd;{PK~,Ā Ҍf|bWHS]<;TP]7B/7G}&5)Zn)/}ʹ4ZP/6DB6&zt.y{Ays%T\tZ^?N8 |)c'g8KJ{G~e<1C%܁)+]΁s*mKJ ?;W?7bՎ)ۺܱ"IÍ8A)6e59l5kPǛ-ݵkO>F# sU|E},,рĭ~X=^gN}n󱀕Zق@s x8I 2VjGB9p*ONzR!]JB9I ݠ0ؚ6Ap7ŒD=UM>@GhhH[{i[ۭSFfx~s|N FN e[| n."c[es#&H iqB^!osA|4O<|§# ~h "o>y.hœ]umARczdBOasfwt0rQC¡ҟ Ĭ{ pcz;!g6ERx#|hB1M!_YfyFg6 l˺f]um<,%B/[){{j#cXUiBzf`۾DA U0&=r| 0B&^x`)Pg$tY?.O9 YC5;4'mtxɲp]N`]wkK g]W"뷈7 JZڨ`S%F{NT:_WB+FV9 ͑'ٱӎsqR^-'EƳds456{eHqxXFaqk5R(ښ15Fsn5^p=گwL/]!ޜ5{k$ٷ fr4]_aL0pL3VZ0xA@${lnUѲEy$l$d}ڜ;QmW2u7xI7d.e~ԱJbYU/J`9^a_*ǃ*ܹy6NDd=˶ ( f v[|zbf4[5oDJn٣`[}/:ckSڥ)j Qf|oEp5dޖM604 \2"'?|Ӟ=L{D^23eݵh_ya)9pkyͿA7S? D9}nC/;_ t 1&tn0rY)^,w&±N(ҋs<a^YTosD?fXEC>!&Cf\8^9I~,O쏾}ePFEm4 D76fsƳ]luG4A|Aj,EC;ɰkWL,ME6oo kb0@M|D4S6P" 08]Wѓ%âwRq8?6ߢtP5| Nn۸+'a@pblD8ed$t49 Ƶ=Wjs!=wj~QkPE`i.]V)˖ e{M5o@W+/]0)ZOGa&Hm# 4]hbNT,̯}Mu)^J~"rqH)t=&h f<gOF!\vԫ1IHJNky>T Gg 5C 9 2rB&nʤDhPt<2~yW1^4TY٠fuG)=q`X 9)5f, Pn^3E߀ޜe%6>6Cy[/#]տ^&!Hß]7 ̲Vإ`Yf7>=q!E 4?ӼΓEXtoYڮS sXutv&ؗ,֟XK1A<u74m-ˌSA]b"rK8CvÑOS-qg@a@3AOqяCu!z6HD]eiխ׋D5S\᪩+|5\_IDep>*曆l +&uLKk`Žwa(Wջbۧ.dz6H