perl-UUID-0.28-bp155.1.5 >  A devI%z !yx΄AZ%;^Dd+xVE: (BcfJArOq14CIw9<ү4 * Ty ӽIK}JFKٸzLuu9+IaD'&XГGh/əPy~uY#ZIՂ/suɵjLKTE;j´)@ =*1\Sթt'n{#>8+Ev ҋp>ԕ#iK hA9By3=[9"y`'*wcrX`nʈGT 3 1ziRѬ 5E+;er{[ {r~~ei rW3(g f =T}@2V0q74v%>If}₏r`CSnV倀}sxVz#> Foi7^}Gx3i_Wˑ{ǿWU,(q1ygr 6fمa905ec27c0146b7ab56b32d9345f5c4364f4da4644b6375eb17192534123e72fa57f6629747ffec1291a7cd89294f66d18491196ndevI%z q;aԥgC'BLo))T21ehi?HDՆtI-ݣZ<~9X;zNʭz4Oס}= *<)@nX_j]sdr #o18s~ܱB-P«5^(uOnzb" 6$ׄդt;1ԏ;j[#F:% }DnmЏ8YMQ16iP%nJ踤Ӏn<>p>&<?&,d   Ylp|   @  T  h      $ L ~  $ P j (89:`F RG h H I X Y \ ]! ^! b"c#d$e$f$l$ u$ v$Dw%` x% y%z%%%%&(Cperl-UUID0.28bp155.1.5DCE compatible Universally Unique Identifier library for PerlThe UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system. For instance, they could be used to generate unique HTTP cookies across multiple web servers without communication between the servers, and without fear of a name clash. The generated UUIDs can be reasonably expected to be unique within a system, and unique across all systems, and are compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility uuidgen.devs390zp24lSUSE Linux Enterprise 15 SP5openSUSEArtistic-2.0https://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/UUIDlinuxs390xfGP#PA$AmA큤A큤$dev\*devdevdev\'\*dev\' dev822cd48be047ce1c387ee50fcafbfbf5bb8bd854948fc0079d937b14962334fde401faa2a5e91613ec73f21eab330c218a0af89295c97c8ddf36720c3d80c60d55e06c67d814a9c26c37d63d0debb049dc3436ffcb56d02399c4c2c07ff41f8af965b0488755599d01eb7617bd6cf049f5ff2173906038feda1def068688c4bca3eb23bfc070029452762493f075cc14d320222673209d66083de66ed415a8991da2ac243af0d334a98e1992224ac0e74d652cf44b100d4633582366e83634c6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-UUID-0.28-bp155.1.5.src.rpmperl(UUID)perl-UUIDperl-UUID(s390-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libuuid.so.1()(64bit)libuuid.so.1(UUID_1.0)(64bit)perl(:MODULE_COMPAT_5.26.1)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3]nU\@[@Zz@Zz@L8LB@Tina Mueller Stephan Kulow Dirk Stoecker coolo@suse.comcoolo@suse.comcoolo@novell.comchris@computersalat.de- Add BuildRequires: libuuid-devel- updated to 0.28 see /usr/share/doc/packages/perl-UUID/Changes 0.28 Sat Dec 29 00:59:25 EST 2018 - Add OSSP variant of libuuid. CentOS7 (and presumably other RedHat derivatives) have packages for both OSSP and e2fs. Favor e2fs, if found, since our implementation of OSSP is probably slower. - Thanks to Greg Cox. [rt.cpan.org #128122]- Fix autogenerated changes- updated to 0.27 see /usr/share/doc/packages/perl-UUID/Changes 0.27 Fri Sep 23 01:52:00 EDT 2016 - Update SYNOPSIS to remove ":all". Indiscriminate exports could cause problems with other modules, such as File::Copy::copy(). - Thanks to Slaven Rezic. [rt.cpan.org #118033] 0.26 Sat May 7 02:32:52 EDT 2016 - Fix broken @ARGV handling in Makefile.PL regarding debug flag. - Also changed DEBUG flag to UUID_DEBUG - Thanks to gregor herrmann. [rt.cpan.org #114213] 0.25 Mon Mar 14 10:15:55 EDT 2016 - Changed all prints in Makefile.PL to warns and made both unbuffered to match Devel::CheckLib - Remove uuid_unparse_lower/upper() calls which don't exist on SunOS - Ignore TEST_REQUIRES on EUMM < 6.64 - Try to find correct link lib (-lrpcrt4, -luuid, -lc, in order) - Make string argument a char** for uuid_to_string() - Add note on Linux UUID packages - Moved test.pl to t/test.t and updated to Test::More - Changed debug() to emit to stderr to match Devel::CheckLib - Removed Makefile.PL verbosity - Added switch to Makefile.PL to incite verbosity - Become verbose for smokers only on dev releases - Added build notice for missing header/libraries - Bail out of build if uuid_t size == 0 - Reorganized header/library search to find wayward OSX - Thanks to David Wheeler and William Faulk for pointers and lots of patience in testing. [rt.cpan.org #104394] 0.24 Mon Jan 19 01:05:14 EST 2015 - Add 'extern "C"' for g++ 0.23 Sun Dec 28 18:58:04 EST 2014 - Reverse order of rpc.h and rpcdce.h in UUID.xs (rpc.h first) 0.22 Sun Dec 28 08:42:23 EST 2014 - Ugh! Forgot to include rpcdce.h in UUID.xs 0.21 Sun Dec 28 08:35:23 EST 2014 - Instead of unistd.h, try rpcdce.h on Win - Minor cleanup in test.pl 0.20 Sat Dec 27 19:27:28 EST 2014 - Also include unistd.h when using Rpc.h (Win) - Fix pointer problem in -luuid search on Win - Fix minor header propagation problem in Makefile.PL 0.19 Fri Dec 26 17:09:12 EST 2014 - Fix pointer confusion in do_uuid() on BSD [rt.cpan.org #101137] 0.18 Fri Dec 26 08:20:06 EST 2014 - Allow for non-true/false return from uuid_from_string() on BSD - Remove unused dependency on Config.pm - Added yet more debug info for 'make test' time - Change -DPERL__UUID__UUID_BUF_SZ to -DPERL__UUID__STRUCT_SZ 0.17 Fri Dec 26 05:05:13 EST 2014 - Removed two nested comments on BSD /* sigh */ - Let e2fs machines use sv_cmp too (let's see if OSX Frankenbox works) - Changed warns in Makefile.PL to prints 0.16 Thu Dec 25 18:24:23 EST 2014 - Typo on Windows/BSD - Trying sv_cmp() instead of uuid_compare() on RPC-based machines 0.15 Thu Dec 25 05:55:13 EST 2014 - REALLY fix do_uuid() typo. Really. - Fix pointer problems on BSD - Removed uuid_copy() from BSD. How did that get there? =) - Added yet another test for OSX segfault! - Check and set -DPERL__UUID__UUID_BUF_SZ=?? in Makefile.PL (Should be the same everywhere, right? Right?) 0.14 Wed Dec 24 22:39:42 EST 2014 - Fix typo in Windows do_uuid() for compiler fail on strawberry - Now checking for all header files instead of taking first - Added more detail for failed interface search - Added check for uuid struct size 0.13 Wed Dec 24 07:45:49 EST 2014 - Split -luuid search into header file and interface type stages - Removed SvPV_nolen everywhere (buffer overflows) 0.12 Wed Dec 24 03:07:50 EST 2014 - Added support for non-e2fs systems (BSD, OSX, Win) 0.11_01 Tue Dec 23 20:23:29 EST 2014 - Modified test.pl to hopefully catch where MacOSX fails - Heavy mods to Makefile.PL to differentiate between interfaces - Makefile.PL *lots* more verbose - Lots of #ifdefs added in XS - First shot at code that works for BSD style interface 0.11 Mon Dec 22 19:03:09 EST 2014 - Looks like I've managed to cut the failure reports down a little TOO far, so now splitting the search for -luuid into two separate phases. The first, which I don't want to deal with right now, tests for usability of the -luuid flag by itself. The second, tests for usability of individual functions. We'll deal with platforms that actually find libuuid first, then MAYBE revisit others. 0.10 Mon Dec 22 11:55:30 EST 2014 - Added clear() and is_null() - Added copy() and compare() - Added unparse_lower() and unparse_upper() - Added generate_random() and generate_time() 0.09 Mon Dec 22 04:31:26 EST 2014 - Drag test.pl into this century using Test.pm - Add postamble to Makefile to generate README - Overhaul POD - Fix MacOS warning "unsigned char* <--> char*" 0.08 Sun Dec 21 06:06:21 EST 2014 - Added README with pod2text UUID.pm README - Switched libuuid search to Devel::CheckLib 0.07 Sat Dec 20 21:12:17 EST 2014 - Updated Makefile.PL - Added search for -luuid at Makefile.PL time - Updated license and POD to Artistic 2.0 0.06 Thu Dec 18 08:01:44 EST 2014 - Took over maintaining (Rick Myers - JRM) - Added uuid() 0.05 Fri Dec 14 20:00:00 GMT 2012 - Took over maintaining (Lukas Zapletal - LZAP) - Version bump (no changes) - Releasing in the original location 0.04 Wed Jul 22 20:17:26 PDT 2009 - Seems to be abandoned (again) - Bump version number and upload to PAUSE 0.03 Fri Jan 12 15:24:24 MST 2007 - Added Artistic license - Took over maintaining (Colin Faber - CFABER) 0.02 Unknown - unknown changes- updated to 0.03 see /usr/share/doc/packages/perl-UUID/Changes 0.03 Fri Jan 12 15:24:24 MST 2007 - Added Artistic license - Took over maintaining (Colin Faber - CFABER) 0.02 Unknown - unknown changes- switch to perl_requires macro- initial package 0.03 * created by cpanspec 1.78s390zp24 1684371120 0.280.28-bp155.1.50.28-bp155.1.5s390x-linux-thread-multiUUID.pmUUIDUUID.soperl-UUIDChangesREADMEperl-UUIDLicenseUUID.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/UUID//usr/share/doc/packages//usr/share/doc/packages/perl-UUID//usr/share/licenses//usr/share/licenses/perl-UUID//usr/share/man/man3/-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/42eadd4d5dc6736a632f0abf7f56d5d8-perl-UUIDcpioxz5s390x-suse-linuxdirectoryPerl5 module source textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=94bd1cba1b28b40008ef4096aaf11de9a4aa9658, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRRRR2#&`0utf-89b2f8ffdb33630198f396320dbff927ca1b1d044abe7fef6308b67f90106d305? 7zXZ !t/;C] crt:bLL dBj(@m *z:KXZy?@c 806ِ8=nǙ20b2sSbU4$u3#u]]%=*1)-(1b<&HU?* G&!QEU^&: :Cz*́ތܚMh .˃hijum呯c<4]&$Ͳ@*.,}9DȺXHqrK>'"Pp_%6 {7VJQ_BBheKWX_@:$O*33;WV~_E,^іy ;r7*ۗBw'rWɶJ{Zm1ϭTAK w*+eR gtɍXpRgz2p=3. Q:#~DA3f5/lIM@9&5%̋t.8FI}]"b"o}o &2~jM.mgswf?toK[N.v8޿)3W O{&4SWvvDW?E~"]|p{ɱ?Ö ָ`G|bp&>, c/CL5o(愫>6< jjG{O[m|3P'^F2 Hz9MYQ~8{lմ=sǏEϺsEXqg_c[|t4p ֯cx\DqSvo}XsJz@"ʰ:Xpc[|?mAP+.I DלYĀ!QO1!N'>-CB^QRo,+f4/fE 6ͨ12=MxhpvNkd'7`id93晏s)%$J;5N$Xq٥Gq.ç NCΐ).tјYohh}\.`RvE߁%L ҄Sl{M6*ݎS+NϢ.O8&XG+Z4]3or!gbB*;#%6:bB-]ɰ٦AUw2kgKqRԢ%e}q1XhƱ9/uAA}ryb̯5 b]ʉ`O7X xǞX=<BT r$2u12aoGx&gRA8PsnNlAw1>Yd"_7+Jg0ly+Ig?  yN|AùQP8ߕHE)ãr[\ Օ]`?cPzi#s#I%l=UhB'gvuVn~z29lџf4ôxRŲ_B/ XkS]>X]%ϢQcdƅ~I?Ҷwdui0zTb0 5;{x[g-`gZHkz.HOa\T40Y 9Joi8kBOBނ2OqNXw }/kDqlCtaַĕ(hρ {>DTPI)A>pT^Dҹ5UHK`Af$-,9a%/m*pж)b}?+tz ٮܺW6K:vX<(k[v!QWS턅z+]=8zIZOw<9ɪ}^>5/R%=aEIۖH4SA(-hw{v$FB^X2}RGwl0%2ϝŜY#  ,δQM~ *z{uQ,jt5.~O݄u^ g{ tN@8]ؽ@jG}Y0_: ґSU]NjC2hVܕ0-;=$*<|^?^qDS\lC _-%j6 "_'S M[$`v?{՛>>f %=KIAzx[N;*^.@+g3h'CA *q bG:ǃдjԓ; xyNR9-տYbOUf̨o IJڠSLr\ҝckn'"5 h25T=w#ÎDNUD fR=]G+wloqGD3"k(T6dff$;eCO=}GiP^aT?(P)?;)gC(R RG naQ1V`0-]Pa>`];X;Bp?Kob3Sr-_+ 6k̓I |Z!~ &π@-!"-F =*ȊP9m ݩ k}Xn zdyxf'mW!~^[(<`k@ i`)띓6bTq3 n--aGbR0ɠ u bG:}߫9LKw%WC߰mN~(UUű+SFyTvᤜ-cYRZӒȾ(yLЂǥ*zO(Pof mV?׳: i|дq\b⚨~7\nk*0N,YѱUm ތ$_z~NTafb|\{2|}O(Y}[7s~N̞`Nʑ g3sD%2 wW9 -%}mᒹmlEJT=Cd5M V j+u?|r7jvͤ+C>@LJ߳/Y"#'4T3Q2.‡* ZSB'oW l.PbI8uG:Wf-*d^A9$\=[rlx;K˳},57᧖, j)u@y5 f9󙹐(,fxztsV%+Y>UMF6|H%RekA|X-.+dg)F<ѷt3.fbYP:+{ÍHz\#ݾ]$/[gBF鷙@0xǂs(j(o=@Kg\ #px{k@Crf6emTُ0P12Mk*LthB\*cHe)9];ZǓ$N(Wuhn3!TS}CB%ttpwepOIvϢ-ħ$;4ErN穱12/Y> 2U;ƯHgd i7 0,%̽^86Z>-Sg<s7M!u21Llk!ږa :# ]D p4!U2q 0W*w]TkhIC'Q a[oQ4<ri~K^hV, r(h,HaI66! vL!'CbH *H 3mM6[5`c2[s# Hc*-nRᥨUV1Q~zRF_PAlxHJ{Çer-Yj#GEfF"I@{p@mkP?{׾k3OW`vwn=e3: a~P=+73W~*lFpsf6$^6ۚsI)8Um,ZDXWqzr1f!Εbzu_zr6B5"HqTYCɡTcLcc@𦮩KM+[C1st2T7DIcCC(r_v1/S^S>[|B,_ٮg>̷ٝu+ὥf _Z*Ckb(ǐ짚Q|la$1aA} H|4afX[+,m X^$ڿ}KG?T4"{6_[_^i[p9Lg!QMLUEP YYYY01TƳDYx? JfaLdH˾LhH0)5 u*TԏzS]X3p_7A^Ӣ|g; .x @}Q ˿h^iN 4VZ&~ EAgu H9/`9I.O@4k 7)S3hUWmNq4:'hי1|Csdaߢ5O{jݎTkAf,jqo4 t,HNa!+"m7 9d4cYbϰm/ߋc6ݯz}=2%&&K|Ffv`@$eۼ=2O1+=-扱d`fc<hQi ը@$(%1Fj[S;kVv{>Vri[O '\r-*^=Uu;^=*$' $\V)+.bfb>O 5ᇝA 2xm֘ه(Q!I& &\dlU$KYꎕ V+8#Lz^Ngu^T+^z^-vHR [*wyUnq#F/ZQo]ts-mgO0 A-g`>$&4 2 "=V-ZEQKxJ e)P#`RBByPdO@Mj'|BN]P 2e_mv&6&<:PwzpF5ņ[jq[݌oWy`h@դp uW# |tB9GssIlQE8/B!/uKơsqf !sU3YNF|z8㳀ةl !%3[ԙ~Dy%56IqyB_1(.I9)r |3kVW6Iq[Aiv#q{87 [L]!ƵtO4b%zoCE l} " w:{CjCansp@X MSl%F=i4Wn2Ԗ`:"B]{0@<y%sa)AM9l(wCd1Ʒ*ؔbrYUY넰iq% ou*}܊"%d8g?0wg쓳Ee,M !z7TB_U\5تLO`Ez>oY۫tK;ܒ/N:^a8I0@~6Uk;&UHLU=W-C˹N3+ʗizEViCꔨ|2O5DJ @VF x4M X W_]Hy>e@3G/֤綫bGGy l0.=+ / =8O Ar;ZV`zRo Œ;; hAGOyˍ \]Dɕ r>=LN֝='lrz eJCޠ5VgZ,RY[!bϵaTRjkܲ)W.ia)ds:HgZ0G̖GOL(ʱW/%|IՃ>C"dnj %… j*{^J'c9vsJ_/d@SIV1qul%5rMn6.D!!xo} Ӂ_Ў MR d6Q촥۳8.ITK{@R$*[ tۧ> @ag,vzݟ)% Xu@rQ/Yi@(͍forπp+-Xa=|Bc0?UoQ`>šIv]/%5U|c.Mv?0I$}vxd4w$ZS5DfE'65؃YAnڡ܃+p"5ISWTc#qAٔxHMW[_? hߊ3;/1l{0NW؃LV.1J²1<6H$-޼IdGe]@EnWVY+O?=@(L$^T[<ϲIPgHd.~ַb^M<}Y3 GC5 {b*{k,^M$^4Z|eX`Wy5hIٹ/@ i|\=SWxw/n1DX9|B1uJ-`51 U*I~i 2ل u?߬|7S  hNb_WGui -_!v22zMu}(N8& |yQ0E$=~'=v7x1v436 U|dᚙ"Ag>GU~Z{AiZ#XHs(Wr->gx ;tQ߁~RkvxlUb}h%zU kx$*F2b2 an\P#i1ISPR}|@Mvh+*,)t0Aᑉ2c`K?Nrsj>Yj<ꛮq.Dč}!?'ha(3uR i p hWHQ~( 9r"W[P &l<4lTQАQA4-^]Z7 ݥ?gn/6SՓ`%i\)TħMhV֯D2xl{ʺ U$<G=~wλG(Fs݌ c:PbEAAz%c)PxBlm<&3[صx0JsEbפOSeFˁ;DhQ ) |&8zrVpxr1/r㏔o#A[[=ϺIΌ冓)soi;=u8w _5PiZCjNIUmV1I~t{Rm kʡkԺnVP%\jXe{Y[M`*2Y?$Erg\0 ;jy, z+9ec8dhD+OwǗ~F{-hߋ.zoʻDz"R!EPunb'se#Eг+\!g;?嗓Dekٸ@$W,$CxG)a' }}]^VJ)"d,تq;'5Pn9 ۰y@26Ta 7whAfV^mnq8ak.x-EF ^Vj1 |Ӆ9x#W%ٗt |`)b-Czu ѽ8q2J[N1X q_h>@iV#Ү߇!:[8@(Gi˟$@z2WXDN<4^:_BFWWp# yAs2 }tO{&w$NK$B!H$&L48tlc0,âd>(>Ɵ#]dF+o#!CFvз= )Cu<^'ħяiN$`#ͭnWJFE+b9HW*"rА^&cT|X)fa3{ٔp:YYR `=&@PN *A@B& (>)i".}6Hn.BC":ruWQ5!!8m|I˗vҵ^'J7` )|=]vdݒֶL#ȉ:RySχ3Iz7wWٷYU$=c u5F4hN?D/IXBBӷ=J=|;u\-̑ bAK"*žq$cAܬJTN>Uk#5K*I(crq؏37i)^Iw&$ bJb(Hc7iiX6%ǙQ#@]yW[wϙ)j Z؇|!gqgǹؐ_1 iKAL*B53ݒqltdو>+n@6L#qFX(8n^5+'C~2Yd#C56!9K=&$B (d3-,27`xGˉ[׭ x 矾,磨G+TE*EnvtNP`.FJqv{7?._dc\D߻',1iHC RtK!(Rn8|GS/+Exa`.*"#<"lF Gq#I)F MҍXj8Dm-h}\Q[7~䆸E}] IΛIh85 zuŁ0WZQ+Oq}aAc@4~#s\KOm DrOB=}4sH#!T*b9Myu gE) sH L߫ZQ@'!n)jOOS ɛPd>nMqj=﨎etSepZb5ar`KXߧ<\PVt >*\ll(V,Q4[=2,jDe ka tDѦ+|.GO4 iU lv/(&F$[9 }91,j|U[2$twAtnA(4] 6_akE :Jz.^RʧKuxڤ35`ȅYv<}_E!.|hZ w66nAJD-z߶4 4JQngN(Utry}{X'H D:P`Eo)(M$ dG XU!mKGHG"ʑ3w_˳7O'|4:3n t(,o2\Y@@3tQ3O/d3ln -^Kf^W^LGW\4=[T m2cC!g\Qp爘1djW.R3xp:1JLkg_r I,;\GwGqwc\9EI3o3oJEޓ" ғKiZU'1(re &~g*d_G^gJX#E>OG3tޤCTKsy75HZ)FȘWΟ V<'ͼ&~@ YZ