rubygem-regexp_property_values-1.3.0-1.oe24030>    fI| ;G|`u` ˋ &RPc`PsmaHlJ>hit{'B'Ϗj5:E{3*@ظι%pMJOD-On<Ϣ_ gqlsn2/beLq26/WXm\K#dnh(v:hN?b@O oi֣@ j(tHxR.%ں}>ާCS>J>460M\~]n4mc?wmJ%ni`JLD"hᤌӨ ^D/)q_I|ĈIϰ{xS)TQܣ}dZɈk`-V4 E~ÅK$z4Zcs+BVwGOJ7xs{H/eS5396879c844a25d35971b670255de35764beab9eb91b55e94a4549bb960310ca85cc2d4bdad6db08d654092eeb46131ca808b94e_??a56Н >61?!d!' 0 i  $( =I     (1889D:FG0H<IHRLXPY`\]^def $*lpCrubygem-regexp_property_values1.3.01.oe2403Inspect property values supported by Ruby's regex engineThis small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running, and what they match.fI|ydc-64g.compass-cipsMIThttp://openeuler.orgUnspecifiedregexp_property_values-1.3.0-spec.txzregexp_property_values-1.3.0.gemhttps://github.com/jaynetics/regexp_property_valueslinuxx86_64(@sfI|fI|fI|b96b5cdf1bc87a61864c38b98ef3fbf9b9ed7baeae7e71ae322a228c6d037239363bf6fb73e6cd69931d43afc11043d20aaa22693e240cf60073f60f473bde83bf3ea829ac647ed7a25347baec8d1e4e8c8416f659f76d6a322959f01b440213 rootrootrootrootrootrootrubygem-regexp_property_valuesrubygem-regexp_property_values-docrubygem-regexp_property_values-debuginforubygem-regexp_property_values-debugsource  gccrpmlib(CompressedFileNames)rpmlib(FileDigests)ruby(release)ruby-develrubygem(rspec)rubygems-devel3.0.4-14.6.0-12.0.04.18.2eSa@bbaliyanan - 1.3.0-1jiangxinyu - 1.0.0-2houyingchao - 1.0.0-1- update to 1.3.0- Modify changelog and add yaml file- Init packagedc-64g.compass-ci 17160920251.3.0-1.oe24031.3.0-1.oe24031.3.0-1.oe24031.3.0-1.oe2403regexp_property_values-1.3.0-spec.txzregexp_property_values-1.3.0.gemrubygem-regexp_property_values.speccpiogzip9utf-8026a7f15bcb2a83b4109d36eb18aa44792b73080d0d9626e0fc1b93c1fff66525d65fe6456b078a7e4aaaef9e0e11e701ae41036f4f5694c40a6d61f0164906b Name: rubygem-regexp_property_values Version: 1.3.0 Release: 1 Summary: Inspect property values supported by Ruby's regex engine License: MIT URL: https://github.com/jaynetics/regexp_property_values Source0: https://rubygems.org/gems/regexp_property_values-1.3.0.gem Source1: regexp_property_values-1.3.0-spec.txz BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby-devel >= 2.0.0 BuildRequires: gcc BuildRequires: rubygem(rspec) %description This small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running, and what they match. %package doc Summary: Documentation for rubygem-regexp_property_values Requires: rubygem-regexp_property_values = 1.3.0-1.oe2403 BuildArch: noarch %description doc Documentation for rubygem-regexp_property_values. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'regexp_property_values-1.3.0' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/regexp_property_values-1.3.0-spec.txz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/regexp_property_values-1.3.0.gem' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'regexp_property_values-1.3.0' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . gem build ../regexp_property_values-1.3.0.gemspec mkdir -p ./usr/share/gems CONFIGURE_ARGS="--with-cflags='-O2 -g -grecord-gcc-switches -pipe -fstack-protector-strong -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' --with-cxxflags='-O2 -g -grecord-gcc-switches -pipe -fstack-protector-strong -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/generic-hardened-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection ' --with-ldflags='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' $CONFIGURE_ARGS" \ gem install \ -V \ --local \ --build-root . \ --force \ --document=ri,rdoc \ regexp_property_values-1.3.0.gem %package debuginfo Summary: Debug information for package rubygem-regexp_property_values Group: Development/Debug AutoReq: 0 AutoProv: 1 %description debuginfo This package provides debug information for package rubygem-regexp_property_values. Debug information is useful when developing applications that use this package or when debugging this package. %files debuginfo -f debugfiles.list %package debugsource Summary: Debug sources for package rubygem-regexp_property_values Group: Development/Debug AutoReqProv: 0 %description debugsource This package provides debug sources for package rubygem-regexp_property_values. Debug sources are useful when developing applications that use this package or when debugging this package. %files debugsource -f debugsourcefiles.list %install mkdir -p /home/lkp/rpmbuild/BUILDROOT/rubygem-regexp_property_values-1.3.0-1.oe2403.x86_64/usr/share/gems cp -a ./usr/share/gems/* \ /home/lkp/rpmbuild/BUILDROOT/rubygem-regexp_property_values-1.3.0-1.oe2403.x86_64/usr/share/gems/ mkdir -p /home/lkp/rpmbuild/BUILDROOT/rubygem-regexp_property_values-1.3.0-1.oe2403.x86_64/usr/lib64/gems/ruby/regexp_property_values-1.3.0/regexp_property_values cp -a ./usr/lib64/gems/ruby/regexp_property_values-1.3.0/gem.build_complete /home/lkp/rpmbuild/BUILDROOT/rubygem-regexp_property_values-1.3.0-1.oe2403.x86_64/usr/lib64/gems/ruby/regexp_property_values-1.3.0/ cp -a ./usr/lib64/gems/ruby/regexp_property_values-1.3.0/regexp_property_values/*.so /home/lkp/rpmbuild/BUILDROOT/rubygem-regexp_property_values-1.3.0-1.oe2403.x86_64/usr/lib64/gems/ruby/regexp_property_values-1.3.0/regexp_property_values/ rm -rf /home/lkp/rpmbuild/BUILDROOT/rubygem-regexp_property_values-1.3.0-1.oe2403.x86_64/usr/share/gems/gems/regexp_property_values-1.3.0/ext/ %check pushd ./usr/share/gems/gems/regexp_property_values-1.3.0 ln -s /home/lkp/rpmbuild/BUILD/spec . sed -e '/^\s*require..character_set.$/ i skip' \ -i spec/regexp_property_values/value_spec.rb sed -i '/^require..bundler./ s/^/#/g' spec/spec_helper.rb rspec -I$(dirs +1)//usr/lib64/gems/ruby/regexp_property_values-1.3.0 spec popd %files %dir /usr/share/gems/gems/regexp_property_values-1.3.0 /usr/lib64/gems/ruby/regexp_property_values-1.3.0 %exclude /usr/share/gems/gems/regexp_property_values-1.3.0/.* %license /usr/share/gems/gems/regexp_property_values-1.3.0/LICENSE.txt /usr/share/gems/gems/regexp_property_values-1.3.0/bin /usr/share/gems/gems/regexp_property_values-1.3.0/lib %exclude /usr/share/gems/cache/regexp_property_values-1.3.0.gem /usr/share/gems/specifications/regexp_property_values-1.3.0.gemspec %files doc %doc /usr/share/gems/doc/regexp_property_values-1.3.0 %doc /usr/share/gems/gems/regexp_property_values-1.3.0/CHANGELOG.md /usr/share/gems/gems/regexp_property_values-1.3.0/Gemfile %doc /usr/share/gems/gems/regexp_property_values-1.3.0/README.md /usr/share/gems/gems/regexp_property_values-1.3.0/Rakefile /usr/share/gems/gems/regexp_property_values-1.3.0/regexp_property_values.gemspec %changelog * Tue Nov 14 2023 liyanan - 1.3.0-1 - update to 1.3.0 * Fri Apr 22 2022 jiangxinyu - 1.0.0-2 - Modify changelog and add yaml file * Mon Nov 29 2021 houyingchao - 1.0.0-1 - Init package ?XTk0L#CwFn$aff F%D%$iAB V$@=y93}^k{ݛ5ҢҢb_񻌘菇4TN\F/qgH,!oJX ,F `tYq$)o\LR\\BJRJ\Z cSbX)G!HB"gKDZ*At/?&$%)iQq,@S#'PP3 0=8E;#BO0h @ @3 `(àhS4556hG4Ơ.GWN#H 0$ \q | C{C7!B1x.0cEpX ./?1c|CW%Ac, Cz\0ڸn08 4 􀡄h whSMTgDR`.f>￉mAk' aP @\\0MGIqQ;&?Hy!^> w~l; pc'#X5PvS.x1w=Mv8ywc-ulZƦ9@Ǒ\`$e&Bww/`( `c?},7 Eп00X??Wq*yr_?vf(bQ x#nr b GIڸ!a^_Mo aH(F![qg &ZwY~6с?) ?~/x 'I1q__\/]\`_|t/pS7-[.~j}YVs&(l0D h!PG ިo5J̫  qGArw%?82Myd#& @c;~,G"D /AA=<1".h?qI'$GVp8Dza*Ew?`#@Pz@1QgAiÐ=oBTrڊb8 H)@dU@ P4M@ sG8Pv?PqՇP07WQwd]Ѯ2,(?apJOjk>Ex~?O~[I!@RV8%908B?ܤ001Y ,- Ȳ,fB3!&*z"v"{+ !!p7_F_>`#UO51ځYCAWcCMTGC N(~H _+=;5)f?P/E :jw㜍Ĭ:Y,a?p %GRnZƄf/zJO?Cߓxoxs"G@׿B1ЄC19=`0, KNaa8,+ 0,}!hNT"0GWu_fiPN$蘳G q\pƬfgdp9;,W:>,%CK1B%w,W;D( GC0}'E3?!$$J$$`>XXEACngt>^QLyzTBTO֣Qa0gU`z멁3 {Ā(MѰQ❜ +xLC c*ߋ. ȧDF,x2kӖdhAVGntq1.K6KH˖Y-k$*&Ȍ [1Ap!w,c< ڍ<#  N-.##A髋!VXÜ/ [5~/*i>3@W %hgONs8L~o>ZLc02d?46l1ԛa k;N UӾ)v҅\t]6Wˉߒ'yo9:yM_:?2^`9R)jU50B\BO>D|k4EЃBs|Z@#Vy]Q2;t'_A'@>=VghOG' s\+&|_9J.ܫc].;+ ٥̺;lc '^IɁ7M: b:7# ,p#9SKpN!8U.||ЗKb.v=L4[;O^zrqf;ݰD)!JÃD/J{c  {z˖fѕUU++QR'u0kחb_1ՅbC兌2"ȑST_ ҩ>Ty#SiԮtPB 7|zLyEۏ=?$$ϛ%W3⯼ r16|>jiĴZGkrHp|K B 9AƾMO:]Mռ3秶ﳕ ӸzMQPЙҝ~v/9;Vb;ϐi$~XA`ppuWoh&{}[rscjyZ0&)0Ǽ崆(G J!XH@:C^KE;w"p5 ol3fm#e Ae9ŶsZc[8;7Պ OcE(YաzZTQFZmm=㫻8z*YLEi`K-~E;b3KO墝;u>-AHe['2);(Jaha|[PE:XœU5eFDS2HpFr}j™[ AIۼZ˙e g>Nx1\^D66d'փ6[O>2'(bݸ%]iyInCUd%S[D75]>KV[,>kTx{P &dkIKa'܉+ũyVDYQ?%OJV89~3xIˊƃʃq.bJ@qwkx,JMg-8 ?3`7Ltx h]Zi&E^ck_10\#t<=3D .$|yp2OC+RndÝjx<FT$Z)VZ2=hTDbURb`KxM _eZGh%v5; [? ϩs&cd1=}+B?Hs`JJ[?Tv^PK}Ff!w6t\} (riLfUzq떧/\t˅-5,T$_}U!4,z+ġr+޵GpbuMqOafr7L&:W"0w@&$Ekm׎6Y//M/%Cj:җF6nlK{>:XFd! z{a9[ľes}Ja>A~i|miԒ\B\Hb'.dBja=ωok&7wpjpQ2̐~5¬{:XОJѫ-fSAsM\oϭ{'}A*;{7D?G@)VO60n[Q}0An֢ˁSt+cލ7!87z(L׾_'دډG=AUȡ][ݶZz󢁿deAHWx}# Q ;6@exS=8{ PͶ#ٺBonyi2.57[:hߝԷkOCrI/wBQ!uP=bɥHeڑ ruyиKX&Ƨ |^<þphK)q{Kd[B<{xL&8cݸS*^9fМJKsYކ1 >8 "|4m4>ǖS,<إAWPe.jZ{HZޙ!(kpQШ-;n-NW_3JT5ٙEeEUϑw.3 Um*y$haҢiz[ydy5ʄb}! Uml3 dl!mBzӥ$[J>ѶgJt->E ,DWmh*31CEJ^Ð>9/bx,yQ05^fڤtSEI2^vd;M }FNLׄPI/=U+5UZtkg|%bj<02 Yg,m|!׭adSA tOrp;Ϝ6w _DSrʇkm/}WqaL,V9 uFK^n }X,=C`LE@okY+P+> ⶯G[hb-42-_"{  ٠i;7%ΰfQ[V$vJ}ـ%bWK W[y%6!N1מt׭Ǐ+' 2/3r}P ) =y SAx%֝E65fs&N(\'Q{':s.-|_5flNiJst|ɫH,ñw.{.ZjH%sVmoPxyk]/K]ON5A\[%%1OKH"ޝ\E'!zq;UiA;x:\`NC&c%1N;3\٫&{-_.M±R ۆQqZ\nA*w7ҽScXrɰP(YqI>n4Z̓rAkt 1%قUgBURxx#c9'mVȜtQ*{jU1|CvKWB51dR&b=*|BZ&v4Kk"]U=˜枨~+.Gu[jj5q+3rOGI;/ij~dN"cK cE8DR Ivk~-TJYNq.G;oK 2ЃOշInV'iG5I-X_CFO%H4E98^vJoO.Ne{ipFNAOJ!YVjBsSm z/-pjNzbxC+haÉ8ݬ1T'9)k| W)Lf=;LY7ۖ.4L=!`}4G"+]ŒSzP/}zQi.E,w.I;@arI\;l%e"9oK9 jcIgb :9)' (= oIsO:$<w'cz;/#a3i;X#EsP8> Ib{>C}g'K)D TGzhjqy knнi?eL_E>]iWui5qzQ?Ayy!w2M¿'Nf[ G ʷU6̹ξp(ȡ}B.y&Inũ؈ݱ_#s9* My2ۖ[+^k"/evC^ :i_L]4{l_mJtX|r 5cӓJrrO^oI'RW]B z mB0twT8eGو}1 "P Sx崸Kg 9Ob @*̪|eg{TpxpF'z)Kg*QY4D\$;Kd0: jB;]==jz^ʽ7UM])hh!K 3Qz"%,$% (x)2Ncg3kp|. 'yL{9Vc,{mD]C Xou1Lœ+t1#?!4&"3-hL ɹSBܾO@{!oK W!1Y,1=u OUq sr6in5iJMs >%raU38m0>im쇇39kauۍ7kkV:$==|>,ɧq JI _!d#Pt/uސ~)'NC#h:YLnx"R}k[bZ` 3'cl*'3H"Y?[֓/S9^3d'!/le']7PWnL LB`*h։ +o;:>G,[Vʾ2H5*Xo|~Ȁuh1|s7+v+1z烙q9 $ҳغX-%Ƅdp@. $)eLEzm8'N4ڹco%v?y˪՝e|Ugs9Is(,NsW~NeӕTl^Lٵ^[ݰ߽W]`3p%$ySa+;veph~rSW G %DX 3\nuJ'֜HZ3*,hvxP3fUm( oL4tj&[@CSLӪvJ!8-XX"1~Ƣdh,PFWf=ve} xVݰ\\yr$w lyiuhvR4>~'9f} im{O"L6~6rWLh$֭m 1P|s.4Nr)uKt_fVZMsl!y<Ƽq".6?{|喠#  J J$XXŦgygQ[:T|~2{I䂵 ^2WPԆOl!JoIm96CNbU˾GՕD78FoٽmyyXPU/b݆ij}a7p0M]FFUz7e! vf,wHEEDCҮzǻ=gʀcxKAGr\NC}JgxKCE,DwLBQr,݂cSLoX:os`KzS{yc! .|Bc{>S;gwjް|hbcEޤbQi1tz->K37H|,/V3K,ϊ&~'[%PVԗ[鵒&"LXha^Aunv/VXp2zd,6Ɏ -t_{%bѼ1IHhFuN ҎNG~|^yhf;9ʌ6>`ud`mk_ ciRcO;5RrϱDc:c=MveHEc|_}3gy~iTB̬բ;5"P4H$J|Cvra^~ߚ5~on7O(8ʂM|D_fh!$l /P RSz:V _ܝ{e$-.gq'%/3Iuq7-_$1=sIU=fƝʽÍ_%'>}~pqp;eM$:#ǽCL0jJ:q Cޙa\sѝ]/;1ZW>5+XOEHEJ77"dy u\"22=đ,2EM5c3;(k5M]0KYsMN`PX)/ק@J%=8,|@C |e.<tߟwRV`W` ۽ J}"Y *ጥ|-SN:$pT-}c:2w~ jսgٱ޲r TP"C%=LRaOLGƏdg sp>x~Zq|eds䢇ۻvM>/1n{;q8<{deo\Zv%+?uDan~ KOH5y\7!LS̛ۇ~Y5 'ȩkHuw .n_T5Y^er>q;GG1T1vIoSY$iL뮳h5%щ)UG:RQu^|&dWߴ,?>epqǛ D1̺oficx.s %yѻ_$^\աC˥z)ei+ J.\B4 }|u>X)c*OLjQP^`;7}y9m@K"'eOF3 J4EMgֻ ,M, Să&xMeWzs,`ˑ2)..K'͉Λd;ea(jnj'$pQ|xd6e jIpwg5 RtE2l=m2.(ƕQn ?z#S埇/*0hR4_Tc ,r _|ژ?[m9θv{'"znp43sLrޔ)v5ѭţxTnᣣZU#zj0ʅ`OMJj]Nnٚ}oK -Ki8L *d<={E; =lf` Ʉ9xN:-`Lw=SCpJsAiDx )nOVM-מNa`ъ㴏IIp_sU.f(oqfyh$T:ќsB6A|UKٌ\d7|я`Z"fwuVlj>nҙJnL~wA3yڴaۃT^IJ>6k1vx.w-Y⑟n,uҽen`wKVh\_a[߽jL^M^(7&OE\W Ve='+EhG8gKN"pU rz3 _gXH` =C@+_ٻyJWU%oځF)Q%ID/2jSR$ Q)QpE~P=KTcpbntё-fJ)`,[*r|TSp)JqP8϶,Nܠٍg!jfDc]PԼY [vxzZBq$KP./<1YdNdדePFS(W|R-E%*Z~hQ;uࢦ;I-O׵A?'[ \2 /,:Mužf(Fva@Shkt/`;m-WEQ[\`\ſi2 НkoHfN<`{Є]mFQ"V* zQDoޔ%4y1?~K6zfs=T_**;vFB8?OMQ-PI,2> ?XCrVv@!Y'o} +^d":ۻ%8L8FĥxB q³JYodqx)J˞RM#2SׅN҉A.7Re<fP[#Yi3ʩșdGDș&ͦȬt &h7]cXzj+W:{-'ymkyQ޸J" Fљw/:{ׅP$5eʀO^7*w^o d-e֜JkUɥL]I|($.6RwiIroRIAe(䴦Y&y;Ig./" LAm?HVUsz\6~~Mqתhmqwv 3#:Ot/uq[>VFhH6a+4؆vL>1;4%A WP3#TW7kkF_՚k\ w;p?^i g>zTQɊ("&9ĩW\]bVC}f*JjB puh>IMNFe<)_];DL>mgf,\2_P&92'#,J<-kVي"x>j1n J")_;lQ%{3LXCm!qw B}=rfrnnf_{7mi~>&4ք>>|}!.!慓oTPw C|{'<%HJJ?` iTH4:S[/)QKRё=듸r~f'l᡼};'?fN%hxT):L0 [,mibo1ӝͱ76~\ *,40E j99qKBH`-m;"5-@4)SJ7yݧ<=Θ. \@A64YP4%nwIr jBBHkoPֵ! Y^g,i)YŇ6hv 卬TGZ/o>ҋN1DBeT:>Og3#;De%b?2s/F& qI fRN;;B[}9 0b 32XЅtovoG~QP9@pG}Qr""nhwg0# P4!P@H7_(Q[sְ ߰{S RC~5&8 `?:s?g[7(h7kvEc9娳8 F( tC$^B@3{CG0|~nqcGdpMUQ[ h0-#uۂ: )q;k+" p|3}W3"r4 H2$}>  `𿈯#_f=CŰ;tԨ-+)D""uH"E9 =~)97#VDO1_]