ripgrep-zsh-completion-13.0.0-bp155.3.14 >  A dkQI%z a(q"E(B\d<ғ#̭JxE׆m_zТ[Ӌ>vPY!Qoב #7L"<ܩBS'HnUGfYֶmMa>j x(`,U!h0gQ&iH:NT5FZ 2Vcj!r^@; $9{Wk<'AQR뛻CHƵ?Z jȜi0ac86b97b1a88a3a4dbbc365e47ee0a60575de4fd70bee03ea71fc3f7a0430a8f420a433d10f646f17021c1d03c0046b9217fc82cMdkQI%z W!} R))xL T!g,mOP+];?YgѹV\Nɔ_nS484iN\jʥ\2L/ꢨ㉻p>#D?#4d  + F *08D J P \  $(89:F G H I X Y \!]!^!'b!bc" d"te"yf"|l"~u"v"z"""""""#0Cripgrep-zsh-completion13.0.0bp155.3.14ZSH Completion for ripgrepThe official zsh completion script for ripgrep, generated during the build.dkQlamb27qSUSE Linux Enterprise 15 SP5openSUSEMIT AND Unlicensehttps://bugs.opensuse.orgSystem/Shellshttps://github.com/BurntSushi/ripgreplinuxnoarchqAA큤dkQdkQdkQe2b90fb053e5799db8671e42a33b6ff2f1f53a385d912f68c3521b0ed1db7e4brootrootrootrootrootrootripgrep-13.0.0-bp155.3.14.src.rpmripgrep-zsh-completion    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ba@b``@_ @^@^^{G]M@[E[[@Z@Zw@Y@William Brown William Brown Andreas Schneider Avindra Goolcharan Martin Rey Andreas Stieger Martin Wilck Bernhard Wiedemann Ismail Dönmez Avindra Goolcharan jengelh@inai.deviktor.saevars@gmail.comavindra@opensuse.orgviktor.saevars@gmail.comviktor.saevars@gmail.com- Automatic update of vendored dependencies- Automatic update of vendored dependencies- Build with rust flags - Add obs service file- update to ripgrep 13.0.0: * A new short flag, -., has been added. It is an alias for the --hidden flag, which includes hidden files and directories in search * ripgrep is now using a new vectorized implementation of memmem, which accelerates many common searches. Please report performance regressions (or major improvements). * BREAKING: Binary detection output has changed slightly. In this release, a tweak has been made to the output format when a binary file is detected. Previous format: Binary file FOO matches (found "\0" byte around offset XXX) New format: FOO: binary file matches (found "\0" byte around offset XXX) * vimgrep output in multi-line now only prints the first line for each match. In multi-line mode, --count is now equivalent to --count-matches. * VULN #1773: public facing issue tracking CVE-2021-3013. ripgrep's README now contains a section describing how to report a vulnerability * PERF #1657: Check if a file should be ignored first before issuing stat calls * PERF memchr#82: ripgrep now uses a new vectorized implementation of memmem * FEAT: Added or improved file type filtering for ASP, Bazel, dvc, FlatBuffers, Futhark, minified files, Mint, pofiles (from GNU gettext) Racket, Red, Ruby, VCL, Yang * FEAT #1404: ripgrep now prints a warning if nothing is searched * FEAT #1680: Add -. as a short flag alias for --hidden. * FEAT #1842: Add --field-{context,match}-separator for customizing field delimiters. * FEAT #1856: README now links to Spanish translation. * BUG #1277: document cygwin path translation behavior in the FAQ * BUG #1739: fix bug where replacements were buggy if the regex matched a line terminator * BUG #1311: fix multi-line bug where a search & replace for \n didn't work as expected * BUG #1401: fix buggy interaction between PCRE2 look-around and -o/--only-matching * BUG #1412: fix multi-line bug with searches using look-around past matching lines * BUG #1577: fish shell completions will continue to be auto-generated * BUG #1642: fixes a bug where using -m and -A printed more matches than the limit * BUG #1703: clarify the function of -u/--unrestricted * BUG #1708: clarify how -S/--smart-case works * BUG #1730: clarify that CLI invocation must always be valid, regardless of config file * BUG #1741: fix stdin detection when using PowerShell in UNIX environments * BUG #1756: fix bug where foo/** would match foo, but it shouldn't * BUG #1765: fix panic when --crlf is used in some cases * BUG #1638: correctly sniff UTF-8 and do transcoding, like we do for UTF-16 * BUG #1816: add documentation for glob alternate syntax, e.g., {a,b,..} * BUG #1847: clarify how the --hidden flag works * BUG #1866: fix bug when computing column numbers in --vimgrep mode * BUG #1868: fix bug where --passthru and -A/-B/-C did not override each other * BUG #1869: clarify docs for --files-with-matches and --files-without-match * BUG #1878: fix bug where \A could produce unanchored matches in multiline search * BUG 94e4b8e3: Fix column numbers with --vimgrep is used with -U/--multiline - ran spec-cleaner- ripgrep 12.1.1 * Corrects some egregious markup output in --help (#1581) * Mention the special $0 capture group in docs for the - r/--replace flag. (#1591) * Fix failing test resulting from out-of-sync dependencies. (#1602)- ripgrep 12.1.0 * many bug fixes * performance improvements * --no-pcre2-unicode deprecated in favor of --no-unicode * --auto-hybrid-regex deprecated in favor of --engine auto * supports decompressing .Z files via uncompress - drop ripgrep-11.0.2-reproducible-manpage.patch, now upstream- Remove transient file .crates2.json during build- Add ripgrep-11.0.2-reproducible-manpage.patch (boo#1100677)- Update to version 11.0.2 * See included CHANGELOG.md for the complete changelog- Updated to version 0.10.0 - Breaking change * The match semantics of -w/--word-regexp have changed slightly. They used to be \b(?:)\b. Now, it's (?:^|\W)(?:)(?:$|\W). This matches the behavior of GNU grep and is believed to be closer to the intended semantics of the flag. - Features * Add -U/--multiline flag that permits matching over multiple lines. * Add -P/--pcre2 flag that gives support for look-around and backreferences. * Add --json flag that prints results in a JSON Lines format. * --one-file-system flag to skip directories on different file systems. * Add --sort and --sortr flag for more sorting. Deprecate --sort-files. * The --trim flag strips prefix whitespace from all lines printed. * Add --null-data flag, which makes ripgrep use NUL as a line terminator. * The --passthru flag now works with the --replace flag. * Add --line-buffered and --block-buffered for forcing a buffer strategy. * Add --pre-glob for filtering files through the --pre flag. - Bug fixes * Searching with non-zero context can now use memory maps if appropriate. * ripgrep will now stop correctly when its output pipe is closed. * The -w/--word-regexp flag now works more intuitively. * Detection of readable stdin has improved on Windows. * Matching empty lines now works correctly in several corner cases. * Color escape sequences now coalesce, which reduces output size. * ripgrep is now more robust with respect to memory maps failing. * Color escape sequences are no longer emitted for empty matches. * Context from the --passthru flag should not impact process exit status. * Fixes bug in ignore crate where first path was always treated as a symlink. * Read stderr asynchronously when running a process. * Add compile time and runtime CPU features to --version output. * Don't complete bare pattern after -f in zsh.- Update RPM groups and summary.- Updated to version 0.9.0 - Breaking changes * When --count and --only-matching are provided simultaneously, the behavior of ripgrep is as if the --count-matches flag was given. * Octal syntax is no longer supported. * The --line-number-width flag has been removed. - Features * Added a --stats flag, which emits aggregate statistics after search results. * lz4 support when using the -z flag * Added --no-ignore-global that permits disabling global gitignores * Renamed --maxdepth to --max-depth * Added a --pre option to filter with an arbitrary program * Improved zsh completion - Bug fixes * No longer skips tar archives when -z is used * Ignore gitignore files if outside of a repository * Use more descriptive error messages- reduce tarball sizes * source tarball taken as is from github * vendor tarball compressed with xz - cleanup with spec-cleaner - port history to ripgrep.changes - mark as dual licensed with MIT - split completion scripts off into separate packages- Use version 0.8.1 - Generate man file - Add check - Remove empty post and postun- Inital packaging @ 0.6.0lamb27 168475484113.0.0-bp155.3.14zshsite-functions_rg/usr/share//usr/share/zsh//usr/share/zsh/site-functions/-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:Backports:SLE-15-SP5/standard/af71ce327f9d8cb63ddb76fc58f05695-ripgrepcpioxz5x86_64-suse-linuxdirectoryUTF-8 Unicode text:Z胣Bz(ripgrep and zsh)utf-860903af628515b200ec06c6491d74551f17275ef5301b9c24ea2cc8963edaea9? 7zXZ !t/s%] crt:bLL ؝.BeB޴9~1vw0ED+ٯuh|qu%cCs_SFd]W0@nBY.#*1cDz'A$qW(uA@fE6nJ\yu :\ ՜c~~(@zq|4V e_ɔgf( V< ]nڴ\x 6kOxh$ gp^6e@żڽյW8^OaA?RKP45'^2Br%2-[2|t$U.-Z{{veT*~x $$X9qS}ثɞ5M@2cQy{ӳP){Q'ʰ@zHI4N+n0x/E` :BKiH ?/=vhMt5?ߩ&$d!6Go `IAOal}n\u{S`ys`2=heF '^ V>P~{TSl`YÚvkDF5$<-<˙ZaoIĩI/aH )r62S|>C2zP⒋?h |O"|ǗTK< m u̧8;~M&~,8$ҝTI!rv[%4 *%HmK%MMP1m:jA\q8jtyVr4$S6Ǯ\"W̔~=Oq6y9mEB rs]IF60te2 Z$,9(GGNFApZVhO+/gº2%s)dJvf@#Ox^#\]O'oK5M} ^~u'aAqr)Q`7|ɐA|֘Dֹ4Fw#3ɩj6RqQw00<*a,S?/&-*%ML-xRY0-re - Er,F2s,Z;*>#"%X>ݹoCF)l;!b^a9[<^䥱YyHV%ӑp˕.@R*7#Xď~<$W-͞VliÐG\#{֞XiVt҄cJיMGTa 1CטTܳ6mnv=wDHqF Ty ~05E׼8qg|10ɡqrӔ{~M8Ji$#T-@ud6O仑dxYo:<7e$a_^*'+DD7TA~Q֕x~*9] SSY ᐚ$ y%GU'θ=ᭂ`SM3C- @=OpփnJrSoWsm@3Fh)e\AQl6 ,|Ps[ץQ˥""~/N *mt[vH&WhHBK߹E9gl 8 *y۲Y V[=Lf2!.KVq"rP*Ľ\{D7ˁ+[;9`*,쭱 㟠ҟY[ 7.o8@u6`:u|jKw9Ėsϣs(S[Yf̛3yYry;۷Qd\k ufmq$+/U^GmnJY%+Bo[CxUt'LtD&1zi&?\BW3E#LSydn!}k0qSqr ʖ̙ f-tYz#9<;zf_TgL9f#JȲ(c 񵟼$qZ;";Y2Ɉ2P3h{ݗܩyV%*=#rkI9 Ѐ ᮽIVC 'l*(3vO-f 1کW޲JiI <0_"2/U_ h8ꭈTU o)|JJ΂%Ԇ&y1s9 pwsy(M?[r>AΠ.>prTLFL8~  Zܭ)\Zo{߫P`Ȫ١g;|4ƱX9.9~ܹnm }Ӑ|#5͢{`;M 0fVLߨph/FBIS~w ''0'H֥>#i*Dݻ(|=;υ'h'T~/DrY?c&o?.0Z. x}1J~lu{!F|SI-wݵ*Z pM|[4ldͫ'Tg.S׈_B^IeCdËY{rQpG\O!(>|',Q%ijt@Ӛ͕(SB$O-.ԶcV,٠uɃ@l9r䋹)T%>6}4;S0模S *Ӑ|[Ī5/,". |c}o敌>[~ELp+[/3 F*y/0fA/1=fo h7WMd t±υ[3r+-܀ T9W'!}AE K )&겮ZcLZi<˂=ooل?e^O=#^0f1ng\*+ 2*,1+aFGs௷3޺u$a^֏f~4)KY1k>"T?i߻xGU,x Pgj{4v\݌:d>\wC,S2qoME%gNAHk+'q9 Z gMƺXCaH>H*Ao}Oy@YRF>gÍ lu$Hc?-u-%CUs|DWaM`A(L_n>r:Tm =0.%ʐc;LzepwI?(LYBvbDHno4?f.aК$%4NkbSj&(|`AkW@[zi_,P W (5Trܱ\2_9JE<!¹?.e'3џgm JfðvU Č@tLH9M 2`°Kؾ<ͰcCUz5"VՓV;鱚|X#.2ѯ ([^PgL-Frp\SB%%8W=$j4o&#PK&;e^ L_þfQ_Q3ec*Ay8CK*fݨY :TO}pskݚ څSv_|$$A>t##=qx>DK}>Gjt0H!mSI7C̃Oq'#^|QHH:Qv1/Qr L, x_ 7Er?!SҥLFn.E0Vu#x*Wh M:.I_ 6F&h6-6p<cWvŹ+䋪DfùzFIsR2XL\}:cv2C_6S <-$61ыvmJ2SucLlcL6Ba؞b~fnOekG_©2S(lP,m a`86rY/po` &yTVBB-FôSOJhxQ`qJ;%\FvWC~yŞHEЩ~8Ze6;yUm8ѸVRP2_A޸վgz€ ٌ#lsMd'q.eW Tt3)`:<#y+\5P6fy3g@#mEyaxA3)%:4~ Z+U0֦ms'0Z<&^UoeVZAuBV`:qt.iuKcqWW'>„ ~;*#a8 p֭Gшʲ-&<.]&h"ӑh#[`oD͕ bWEs|`2t;r2xlcXAB[fLUx.&%e.ڞi{#@7k{ \z꾦|h mk%yR.TqxKlW(r-L OJ?4]k7fBn3e>)eM@ʻ-,UZn5T̉s# k;fLAsT6m,x6A,cqeq<_F^q<4K ^Aw7(t:<Ӻ;9Rj`mYW$g%]!ԇ%S uJ熷eQ4y:?S\+%EFLmu `Re }S#}_A(ݲ֭lVϐ7@KH{XƘP/|,@ϩh(Ls LԒ3la(\ɡU&@3Ư Z&u mm義*1][%^-F5,xc.EcܗMBoqֈw ϓHF&3^g+&AّUtiPOLaZ7{\(MA7ٜ,\.n$CPF:b<9Ė OJPIv ) /_o-ShokW!/9Al, k&ADb OΟ뵾oXG>mXY>r)/2kW!J .wa<ͬ`\eQm,!'r#n{s{VvOu+ѧe12?RfCS4qqG5 8 =5ĚREh 5u6oJY͜b}6 jP*I==ZU,R0O*2d ֌ɫunA-L6<L'Xp3-ͷQkqR * mBATJRp 6Kס%9( qVoІ~Z]^DAֽPbМc77 7W K7vqv %%AQX,ϪsB ` Hc9HҁUB`\7tQn.@*v+3TfPGٽ pMɚY8"X4z |a8δ۪o:KW|K̄X LKq}&)r86.|xf$=I͵1Fwp`!PPHRw$>ىi^{b Y!f <``,m ؠ&#Qda&.Ȳ6ae?:6ֶ_ŧQ~Ȉ3p\(R]n ik5kkS˚=?wK4RwlN>7E0YHL|^9'D9`%v  ϟRʊ7 +иN܃ukeKKe8roeys{#W+Kr^3viJе{}#dߣ/=`50_Ueab6 8_XS8ش\=+ lP k !/|ՋIP ̇(O HvNHʻ 5X0enUbԖ5KjT^!Y P,]:Nwv &X U\HMAe|ֈ o~~mBEOE6l*W?PBi_7Lws @#-QmW%=h /9G *4@<9tkVwT)l`!!i]1> g z/:SzHo5^hC|\2/ {xP'L(a{(×Z]=_bKF2bϗ$)-{30W`9Xs 2BxJ7bR؁3ڔ_2-,Z<*ROޢl0+()Km~lnt֦,t~7&2ZCG6SSڷk/6:zsxoF M\ yw4'oLvIEۅ.K'QS1Eф\`$m}1̞i]PK62IM@ XCv?2r7^,Ft$ρ䒚&FhWc+Z2!8Nݽ]"G Inm~\ذ SBO !^dEkFwi,T_\:صntqp@o=vϢWm6scܫ b n; f!kGtr0ok[¹d#(|џ,ݤs&wbtJ)+kޛ 90 .2ForC- 'δ+9r~Rv5NӠ`wk!6bsOzV\ڎ. [\qI<߭uܢMSB.ލͦx#T;NAPA}z=Mˇzj\5M{f@Hџ^`@H 5“:38Sѣ=趣MtX3%?'W܁T9އIzgEv^ Ylo෹´nx-3lWӜ ,QȉJN*(vutC;!q@ -M^1w~%cE;U-̮c  qFQYAxˢQҷx؇[9Pf hSlש:C>,:CSҁ"ʤ2b7F7\P.PT S NɺSF]1Z+F;AV~mXrMStk|vJb$C +-jYn]脃J|wb %!U1gdM҈H1|L1>o/arV}]IL&o SuD U出-,-DZ7w0 acwy)-o )x,|N _Olg/#DnXHt=X/@7*6]@,kNUj#HT?ա0罴ajÍ , 엧vU)BGدOj`fț #F6{2femFIU *MuhYMQRg{fwʨ]7xL5+ YZ