golang-packaging-15.0.3-11.1>t  DH`pYgซ/=„Ѱ;9@֛Pou+4^25bSPeX4)0?zo=VZ~}T)}D).ӯR=3P:zzOrYޟ0F?Db7ob,O\AWgY7g`̓oN^a{"GCscM'b>WjgIg]fb5a0284d00e632b0ced18fdad0701493b6207afbYgซ/=„w=q +zDf٩Pv B| Ta;h\E9խEФT:V"k:ǚm.5bBYb WL(c/Zg^O$VRQclV/a[DA5>WaBy563 s>Z|LGHZ9x=e!_0PC#,'r%]zۼ/ Jm0En 1me&Ƚ>Dq joG pŨ>:!L?!<d  D|  @ P `  h p(Tl( 8!9!:!FGHIXY\]0^bcd e f $l &u 8v Xw x!y!$z!,Cgolang-packaging15.0.311.1A toolchain to help packaging golangA toolchain to help packaging golang, written in bash.Yglamb11openSUSE Leap 42.3openSUSEGPL-3.0http://bugs.opensuse.orgDevelopment/Languages/Golanghttps://github.com/openSUSE/golang-packaginglinuxnoarch >oVCKEA큤YgYgYgYgYgX۩lX۩lX۩l1e4bc63cd578c3b1b6687fd6fbd6473f5ac7d8ddff949b45c911662e8a09d0eb4d110d2d065edc6cff43d82071190a4233628c5b9775aa59d78bb7530530cc952822c79fe6416e3367d7e949c99504fcd32239bcb673463ab874e80d47fae504654484743e10d5a820e6ead2534c4587rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgolang-packaging-15.0.3-11.1.src.rpmconfig(golang-packaging)golang-packaging@   /usr/bin/envconfig(golang-packaging)gorpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)15.0.3-11.13.0.4-14.0-14.4.6-14.11.2XۡXg@X@XBW WWi,@WXWzWWWV͛@V@VVV%@V@V@V@V^V @VUUM@U@Uc@U(UUVU@UU@thipp@suse.dethipp@suse.dethipp@suse.dethipp@suse.detboerger@suse.comi@marguerite.sutboerger@suse.comi@marguerite.sumpluskal@suse.comtboerger@suse.comi@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.su- Update to version 15.0.3: * Remove duplicates when finding Requires * bump version to v15.0.3- Update to version 15.0.2: * set correct modifier if no arguments are provided * bump version to v15.0.2- Update to version 15.0.1: * Handle extra_flags for build/test correctly * bump version to v15.0.1- Update to version 15.0.0: * [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s * [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group * fix a typo in cli.rb * increate timeout to 300s or go install can't finish * Remove runtime dependency for Go API * simplify rpmsysinfo.rb * release 14.9.1 * Added go_nostrip macro * Refactor using plain bash * small fixes- Added refactoring.patch while trying new code base - Dropped the sed for static architecture detection - Updated files list to reflect new file structure- can't be noarch. we detected %%go_arch at build time. it has to be architecture-dependent, or it'll be published randomly with one from i586/x86_64, whose content (/etc/rpm/macros.go) is unique.- Update to version 14.9.2: + [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s + [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group + fix a typo in cli.rb + increate timeout to 300s or go install can't finish + Remove runtime dependency for Go API + simplify rpmsysinfo.rb + release 14.9.1 + Added go_nostrip macro- Update to version 14.9.1: * simplify rpmsysinfo.rb: don't guess variables' values can be passed in by RPM environment variables. use RbConfig to get libdir. * support s390x architecture- Update service * use xz for compression * change from disabled to localonly - Update spec file to actually use tarball generated by _service - Drop useless _servicedata- Switched to service based package updates - Update to version 14.9.0: * do not hardcode go version * fix encoding problem in rpmsysinfo.rb * [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s * [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group * fix a typo in cli.rb * increate timeout to 300s or go install can't finish * Remove runtime dependency for Go API- update version 14.8.1 * bugfix release * fix a typo in cli.rb * increate timeout to 300s, or go install can't finish itself sometimes- update version 14.8 * rpmsysinfo.rb: fix encoding problem in open() * cli.rb: ruby 1.8.7 doesn't support passing environment variables in popen(), some commands/tests need time to finish, an immediate io.close() will get us wrong exitstatus (broken pipe, code 13). so use 'timeout' module with a 30s and process.wait for them to quit successfully. * golang.req: the oniguruma in ruby 1.8.7 doesn't support named group in regexp. so ditch the named group used in go_get_version()- update version 14.7 * do not hardcode go version- update version 14.6 * Fix rbarch for Power architectures- update version 14.5 * fix a typo that prevent golang.req from running (fix #10)- update version 14.4 * fix #5 on golang.req- update version 14.3 * fix: command not found error for go test on SLE * fix #5 again: gsub importpath itself is not enough- update version 14.2 * golang.req: fix ' // indirect' comment in import- update version 14.1 * golang.prov fix: uniq! returns nil if everything is unique- update version 14 * if importpath has "test/example", it should survive (github#5) * merge macros.go from openSUSE's go here * add golang-macros.rb, replacement for the complicated macros in shell in macros.go * golang-macros.rb: + support build with fake build id + support build with custom tags (github#7) + support pass any -="a b c" or -= to go install, shared build is possible now (not fully support, other macros need to be adapted) + --filelist, to generate filelist used in %files section with excluding support + use IO.popen to break the build at the exact place it fails (github#6)- update version 13 * provides the importpath itself * fix regex not to check files like .golden in -source * filter "test/example" from Provides * split common stuff to a module golang/rpmsysinfo.rb * rewrite golang.req, now read from stdin RPM feeds, and check __.PKGDEF from .a files for "import"s. (github#3, github#4)- update version 12 * don't find provides/requires on -source, -debuginfo, -debugsource subpackages * add scripts to generate file lists.- update version 11 * fix for sles and openSUSE < 13.2- update version 10 * support all archtectures like ppc/arm- update version 9 * update golang(API) to 1.5- update version 8 * skip the last "/" in golang.prov, thanks to matwey- udpate version 7 * handle gopkg.in/* requirements- update version 6 * fix golang.req to not treat a sentence as importpath * fix golang.attr to correctly detect /usr/bin/*- update version 5 * if a sub-directory doesn't contain any *.go file, do not treat it as a Provides candidate. * add /usr/bin to golang.attr for go executes to be handled by golang-packaging- update version 4 * fix encoding error in golang-strip-builddep * add macros.go-extra, extra golang macros for packaging- update version 3 * skip *example*.go/*test*.go for Requires finding * support alias format (import xx "xxx") for importpath * add golang-strip-builddep, a tool to strip unneeded importpath from source codes- update version 2 * fix pkgname detection- initial version 1 * implemented provides * implemented requireslamb11 149997794715.0.3-11.115.0.3-11.1macros.gogolang.provgolang.reqgolang.shgolang-packagingCHANGELOGCOPYINGREADME.md/etc/rpm//usr/lib/rpm//usr/share/doc/packages//usr/share/doc/packages/golang-packaging/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:6992/openSUSE_Leap_42.3_Update/df83d95d6d72bc930cb5a7554a9a14fb-golang-packaging.openSUSE_Leap_42.3_Updatecpiolzma5noarch-suse-linuxASCII texta /usr/bin/env bash script, ASCII text executableC source, ASCII textdirectoryUTF-8 Unicode textPascal source, ASCII textRRc8og-9g?`] crv(vX0D] (h kUʩ6mHds51AL^wHLW7_mJߣ܂0Z@ O˥Zr6%EK𽎍ſSlƨ^9utE]ܑ=T7ڠƫz\$ k@ky1)Vیtpě\;l~PA T ysd%ժiTIHv%c\Lb2\ڇz|P*s#_jϓ!n4lo,nC傢; {R^ĬXndxP]R\W qE:!7];Gn45|x|LRÒp:K9fY>Ri6pĴ&mEͳTң?;K7gNb}:6~aNwzP$L%Q[xPPJk; ǀi0(yOع̮XJe`H]&*;YQ?DHSlJT?xPW69 ևBCGbYn%*^~IՔSYzAy:mI7kwyOg?(lw[:tf d藺mGZ3܋q)()WL%*Ϋcxsms[ނ*ϲ ,/!< MWE_L:Q*M@H)ym*h,+! Bm49 K;?̛7G:L)̽eU8LH%jo/es8(KJ@nێw_Ex^b;׻JBAKIak7.rm!lDFu<&+oAC1=M]D6{[E!8N5+0_q_>mC$7qa9Zoͳg!A&x6Z to Wls!ZoU]5PBM.CLt)`}LV|#gsB8-VhS &RFãC`up(>-\jj!NʮϢ< tRW9:^`frffAenЗafSk@rN׺ܶ.4]O U3C22ƥ5 1 $ GS}b[Vr*m_ʜg `]Sy@ aZG4nP^")D@[QSP#[bNWg8TĈ>Nf{175.Y.q'dM\M2A(gxA|=i(œGv8Kj+QGTFꂻs1M7IET׻ˌz!GT#]/.>:_b?0q33Rg gm3o/JE^4Fh{n ѳ/,K9,,b OJzQ>E̱{ֵl7w2x^!KaO(veV+0|TH;6x =DREI8ʔgʰmDJfKuG$빬[ 'hiIڤ$rFn *7!1 T!JFHaŻC@.Cs!/c*Pq2ɗRix\WǏ \k^%g'^i{&9G#_ wf~;A)tD2c.`ME/9BpȋfW68XE$Tq]/iLmvfCq qd/慎ԼdpYPi!n=1XNFaZ"dOc! ⟔湲V )94 w =YJ )F,"F7फ3pzkW "$툲ۈ˲dnRƱ'eb5F0]q "+7%Za}$X~R.CA0Z,  iJB!ҁ yڛ<̠STbU}@jYRl^ @KAAqY$}c1xdyrxeMTloGӝpjJ>7˲ wK`CZ<(&ٔdծC9]msJqdaH71 d$`.ʴj,b6hl#'܏3K8%:XA](P{ϰ\uS;5.uate^JTt<x;$V='7`5{b U~ 0{Yf!ۏmZ` 7SɭbzO 〶(+8ு/>ɹ]E֔8gmcyP#K>#AeJUܾH7Ω]*u?;~$!;Go<\=#LsEPfYE c$D2%ni`hتQ[u2"o35L݈v#}Tcu \-dAg6 0u)F*26r}*4jp) NE/Qe&>>\ khlU[2yf~{hup?_zk˨OA鵸 Y *"hHvVvep[XfXox󦎟i(3H{/8Ȗ5$ Z%AbUun = \At Ct/,I8'1f8 úUZ%ӕDnpYJ^ࣦUiH{I9q}˝6tE@F(䣦)mb.ȅvZ| Rd:ެznx]/b=TAM+eV>*sPjj̱JfJ2]p6jtDtY:+#H{͖n*6[5"}6fT<烬p.kZ'q7|qF\ T@pw[ֻ1afW?%0‰V,XAO'2Vz/`4xQ qGC[7Diw3N(Qg4"@E2+mjG'Sgtc#фj$&{3HE3"c6x^]@t-3ϨNwϝ/&]#ꘕrAQ^L~щS+(4v$gAJDjzsd8U)hdx")H\HTi-Bw!j/z2Lbt۫mP>˴,q#Fd"M 0l'ɾz[Oo=*JI\ QLXж.uW{Z-d(D?njB~a]*u}@B"pwVJ*`: V?IUªW\:wpﻎ~t ZRo5-P}ueY?$AWSgn~ EG zI=E@ua6A y@dĸѥiR#|JThi+rYPufJA"!!]uY5Qy'S;lڅyް &$[ܾ?m j'5g­13qIJWEt e!{< nQo<^lU}dR =sq/r.vQcWfvCc߫J|LxtmU(ŅswIB.pf^ySGDsx-u6DQO@E2_=xHȳEI2q͓~ :sL̃ W>cwz!aREKA3Ak[y36D!lG?Jg :իQ?!)mEǹ@;q"'Je8}:wlH8X%!Ի/„ :i6of *#;RK%1_Ҧށ'vni(ŧ0zxq T VE:9"wjB獙]d s^ZH -L~\ЈzH G2竨Lc>tj|Fv(BZIf9)+NJZ#\J3|>C?=Q7_leal4;y3S 2+p:,%dweWG=z25gwK#aw39bf6hzq*Tn۲^3P)N(HvmCݭHغD@#.bvڻ5h{f,4̔g4R6BPr Fc7C+U˃ͬLuSpKq"+شA)b'tUc"C_x`J& "{:4`cjFJefKX&umvL5MjE729b.h '_‘9ˆ:B))Cl:84:ۍiraȏ BFBxGn/w-r,%Z:|[ 0u흐&]}qy5Gd<|"X1?%ʹBGTYJ Ez_-hEH}]/̌oV:%4+]I2 9MViDҰٍ#ˆ#EJДq(ҷ4T).qBTGp0D*?c?[n*QºjƸSF'lRk՛8![`QнLQ&1s̵)Tٙ3,"~4Sć)E쿔oz = t[5Qt }A?vfh?Ĉ^OS.; cI?%݀%Ie )DQ[ )0ܨٮ}N-gDѝt&w#,oiвifT [qi|Nj &(s%Y{ {"ܰQ⃪QQ-:ON@7FmIGZMq (jxa<AjE(nM}U3&Ws}om^(dєb9Phq]b0'вC[M n-C*G3&FڤucB`5bn+tE"XRU|k/tZ}SnYlB<]aռxɕL)ELt\ +FK7ڜI;g.[y=rOҨWK /{w+2Tj3Tq3 &94/_DB},ψx,8P`-}Y&\vSOU.&,`B!DՋa'U*=[T36Vx^&k7YZ8ae358#_Οz=xVL0Gak}UQvL `shjߚ ha)Uqh厅}eMsgax eGh2"9 4RB{_ۘgu_E\dd4hEՆ,J(Q0֛.ÇԊ |Nr}H/{&]a( \"u0#B鰂s{MFCֽHQNtR  :5Z.[ZoeעP W\&`o ֫I)")1m5f(f[Q f8uN2-1`Y5Xt~~,HEX"lɉOm.[_k3NAeȺGC4\4Zu(ž@"s?pS)) w&7rAͦu0`}0\rU+%X}6@v{}LM)3ojA% _Hㅅĵz"(YTP<28j@7yYz+BN[ZHҭ?9vfo6R3_Ͻ&%+&FX8J%A pQ~xЭ,8l"jبa_f[wŖ`?Wf-}wo/"޾GwCN' [8Gv,WZC5Z mj5sKEtq*yᔕ&Id<%LC FEcbYTup M3 ԛb}1>àQX=dRmoG>.ۇґhۑ`~3}rӃ(,@g ,F Ԣૠ:?7D'}Q;Vp9e=+{2ҧ‡RŜv@с8).]dR ~~`|޺rVe(A qY޲sriL2hM$Hھs-UP!~芈G niE]H.SVON|-D@ Bx@yEǝSQ36rrT7")dw$5%Q>=M՗Nɽ8bˀWyy59Zy=yl$V_y"k1™_*s~K ;XҶ1ĊKQ$T4緭w+0SUR=_Z2}JrAAY;y:!̫,QHdg @A]^XLpOp@M"&p)`vK#,;%N|3&SΞ{X)^%LjU쁃5*pkpRWwV"CGnO^ 9oZmr[;IMIbybVm.eBA&!kb8y-fe]hm.5l_0M fO?_rf_Q#3/IH=ywOlE[rn]FOe p\Z TB,7 -ZMI8^"RMVlF0IH>'Ѹ>3z}Ӡ{-L 2E~^5TZ _@pxξgR#6q7Dh'gm;u6%~Ao' 'x L]5.zR<V&OǝJ:^W=jHjsB䜥:Pc(p+,{@2s {$ N=5 ikXdlQ[6%BB7HE5p3bz?T f~qnrWsD}=9,-ӫڸ++0TKcsH@MV,C?@rx;+CzU5?Z˅D v⃈|.̏m@.Mkg%>yd$qn:6RщhCpxm+`pg#[M{U]9ƫ\Òa҄iq2ƹo+ CG@xF=-|5zZFrfBOxZQP<{=-e"ufLb2PaOǎ 5حF]#]dw3=QUZs{ASgLDLQcɟ3-ъx5v\R#{VeAы>4:gp:J[H9~HV L˙YFX;"륺5^8쬧 # "N2,CxXyɯYTĸ }dAm|:{.Rn 3Q@s 1}~W$sߜ 、p4+N;\ (;hTz R %pDRqK(BHe|ڟK&B m>Ye;' ЦF- k=f ӄ&(Ll0"αq?2 Ndqgl]o (!vtw8Y{J>TR!g ً$i{>ܾ"-6* Sq.ȝbOry*O9qd(*7|z'j.jy\ {tNWBTBK< 7S.@YHYXk`,7Y_ݗLS\P`#s#%D%Ib z",y%CؕGațD7A.Nc~q##-zW Q*ӠPkGٱhql4V+KƸ0 Y[¬`i+ҽ xQh0ϣB. <`3):uuH7d% XS oj8 U(͜$8eA*K9'Ȣo=Y3+a_nYSbK<ˡX8 >Y~\EuϺ'7t'W=w\j]1>e0-8Mg:h1#|t /S_\qd/ E!no%m\rcs$%$NB%H^(B' aS*#$pWxB /N:+䬢P(Z]KWy} h3;4EPjS΁l:bl"Z6~Հ7qz^S|FE@>LF)q ή;J4R=վi@D0х%{ia%$VQ8@HvZ[%H/0YqV?=i -ea S]w8 i6_-I ;}B& {8نOCodPhUI%7sU(R>P }B8CzBo!Lh]*˴ժ8 BK@*R#d)Ӊg/REy̥#iB}ι,{DW kj>GpYTq{x-hdd-d`^}K?&lG+y=#3q%Zz{yz(45҅'l0:;$ɸe#tFn*ioEHW- AɭN_dU{\R Sa avhf<\=Ucb>چ/tq!Z2yYtx4³;ni4z\@%V膠6bi:2,6g^l GpH#Д lLwmc&M/;\"%fM0x{a>"cQ TcbN:P'l.cqILWmdwVDGU2.>OaOG_&a'sAq HS# BBvH:)\"*MU-."S-FS`B},Wg OU#,2˝XhiE K~؊S6܍v W@TEj6(ީ*^^7; #%1>B~ZDT?2F2∉@:1:|I E&,5*8&>KA>hm _5̛gNnNrOR-n3k^ĝGExq!(؃E1j:"Ua/||[)7MR[[Y8-vt3ܫ,O/*2qb9Dxʉ~ȝ^!0@|F—b'~~)& B+3nΓI c l4u]L ?Fp 7 irՐѳGG]˫*}lxE o^²{[5 Yɩ^uvfEq1G: MMb$1e,=&oHEb!x+v[(:z珚˩ȅbg#d`iYogi>a9jjUYi:7sHx} {Ro} W%