typelib-1_0-GMime-3_0-3.2.7-150400.1.12 >  A bwV0p9|o=9 { U?%@Aд(3H dhV\3bD .QɎƥ".:dw2kkL\@}l# I^p#/ZՌCZAe .+>|0g?SآÊ 9+i<.ƠsV$]ԳYl@E!Ӕh$*elZb%HRɋi7;W&g g]=|f5741ddb88df0945cdfb00bf05376f1b1aeab8b0bf2ca413c55a417bacf4dbbd186ab9b33aa9b7116e6f777b7f8bb7fe12fbad0bo bwV0p9|6=QwP l]b9"O3*fG8,t7fk;ldw ܝ*-gC>XućtWIRJ~Kf9 Yˇ-FW( Ѿ:䗖I?ߝ&Cu]o  J^vcDZ\Oѡ}&[cG1daF:0s}|`hx %d9f>p>?d * d&8 N_     `*(S8\9:?FGHIXY\] ^b;cd;e@fClEuXv\w`xdyhz|Ctypelib-1_0-GMime-3_03.2.7150400.1.12MIME Parser and Utility Library -- Introspection bindingsGMime is a C/C++ library for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME).bwUibs-arm-4eSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://spruce.sourceforge.net/gmime/linuxaarch64ebwU21f4a38c36ecb4538f1ac7a4f469272fd394753783595c835b09ea32935ea912rootrootgmime-3.2.7-150400.1.12.src.rpmtypelib(GMime)typelib-1_0-GMime-3_0typelib-1_0-GMime-3_0(aarch-64)@    @@@libgmime-3.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GObject)typelib(Gio)3.0.4-14.6.0-14.0-15.2-12.02.02.04.14.3^v^G@]A]\&@ZZ;@Z%8Z@YYY@Y, @Y /XM@XVz@XN@WH@W@U@bjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgluc14n0@linuxmail.orgluc14n0@linuxmail.orgluc14n0@linuxmail.orgfezhang@suse.comfezhang@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgalarrosa@suse.comdimstar@opensuse.org- Update to version 3.2.7: + Added some configure logic to auto-detect the system shift-jis charset alias. + Fixed tests/Makefile.am to exit with a non-negative value. + Fixed logic to skip expired or revoked gpg subkeys when looking for the correct subkey to use for signing or encrypting. + Fixed a regression introduced into 3.2.6 as part of the header parser rewrite that lost the ability to warn about invalid headers for non-toplevel MIME parts. + Fixed S/MIME to always set GPGME_KEYLIST_MODE_VALIDATE when looking up certificates as this is needed in order to correctly populate the GMimeCertificates.- Update to version 3.2.6: + Added methods to get 64-bit timestamps for the creation-date and expiration-date of GMimeCertificates and GMimeSignatures. + Fixed the vala abstract public constructor for GMimeObject. + Fixed a bug in GMimeParser's header parser.- Update to version 3.2.5: + Modified GMimeParser to prevent stack overflows when parsing deeply nested messages. GMimeParser now has a limit on how deep multipart and/or message/rfc822 MIME part nesting is allowed to go before the parser will take action to prevent a stack overflow. If the max level is reached at a message/rfc822 part, then that part will be consumed by the parser as a generic GMimePart rather than a GMimeMessagePart. Likewise, if the max level is reached at any type of multipart, then the content of said multipart will be packed into the GMimeMultipart's preface and not parsed any further. + g_mime_multipart_foreach has been rewritten to avoid recursion, thereby avoiding potential stack overflows. + The gmime-port-2-6-to-3-0.sh script has been fixed to use proper sed syntax.- Update to version 3.2.4: + Replaced calls to g_memmove with memmove. + Added a new GMIME_DECRYPT_NO_VERIFY flag that disables signature verification. + Modified GMimeParser to not set the OpenPGP state for base64/uuencoded content. + Added reporting of RFC 5322 addr-spec syntax violations to the GMimeParserWarning API. + Fixed a stack underflow error in the uudecode.c sample. + Improved Vala bindings.- Update to version 3.2.3: + Fixed GMimeFilterBasic for uudecode. + Fixed a bug in g_mime_uuencode_step(). + Modified GMimeParser to work around broken mailers that send base64 encoded message/rfc822 parts. + Fixed a bug in g_mime_quoted_encode_close() where it would incorrectly end the quoted-printable output with a line containing only "=\n" even when it is not needed. + Improved g_mime_content_encoding_from_string(). + Really, really fixed the packaging to include the Vala build files. - Changes from version 3.2.2: + Fixed packaging to include Vala files. - Changes from version 3.2.1: + Fixed GMimeParser to recognize the message/global mime-type. + Updated GMime to use libidn2 instead of the older libidn library. + Fixed address quoting logic and IDN2 encoding. + Added GMIME_DECRYPT_ENABLE_ONLINE_CERTIFICATE_CHECKS and GMIME_DECRYPT_ENABLE_KEYSERVER_LOOKUPS as possible flags to pass to g_mime_crypto_context_decrypt(). Also added GMIME_VERIFY_ENABLE_ONLINE_CERTIFICATE_CHECKS and GMIME_VERIFY_ENABLE_KEYSERVER_LOOKUPS as possible flags to pass to g_mime_crypto_context_verify(). + Fixed g_mime_message_write_to_stream() to prioritize message headers over body headers. + The GMimeParser can now warn about a number of RFC-compliance issues that it finds when parsing messages. + Fixed GMimeTextPart to make sure that the GMimeFilterCharset is non-null before trying to use it. This can happen if the charset specified in the Content-Type header is unsupported by the iconv library.- Modernize spec-file by calling spec-cleaner- Update to version 3.2.0: + No news available.- Update to version 3.0.5: + No changes visible for the user. - Adopt the use of %make_build macro instead of raw make command, following the best practices.- Update to version 3.0.4: + No changes visible for the user. - Drop gmime-fix-build-failure.patch: fixed upstream.- Add gmime-fix-build-failure.patch: Fix a build failure (bgo#789799).- Update to version 3.0.3: + Misc. fixes.- Update to version 3.0.2: + Misc. fixes.- Update to version 3.0.1: + Misc. fixes. + Updated and improved documentation.- Update to version 3.0.0: + No upstream changes provided. Please check git log. - Add define base_ver and define so_ver, ease future upstream version updates, and rename sub-packages to new 3.0 version. - Drop gmime-tools Obsolete, no longer needed. - Drop disabled conditional mono subpackage, BuildRequires and configure call, no longer supported by upstream. - Add pkgconfig(vapigen) BuildRequires: Build vala support. - Pass --enable-crypto to configure, build new crypto support. - Drop obsolete MD5SUM fix of COPYING, no longer needed. - Drop obsolete CFLAGS hack, fixed upstream. - Stop running custom find_requires, no longer needed.- Update to version 2.6.23: + gmime-crypto-context: Fixed naming.- Update to version 2.6.22: + Updated Mono bindings.- Update to version 2.6.21: + New function to determine if a MIME part is an attachment or not. + Treat all character values >= 128 as url-safe (bgo#738583). + Bugs fixed: bgo#756270, bgo#760573, bgo#760681, bgo#761263.- Add baselibs.conf: + produce libgmime-2_6-0-32bit package, needed by libxplayer-plparser18-32bit.- Update to GNOME 3.20.2 Fate#318572- Add --enable-mono/--disable-mono to configure call, based on the build condition. This avoids random rebuild failures (outside OBS) if mono happens to be installed on the building system.ibs-arm-4 16519879403.03.2.7-150400.1.123.2.7-150400.1.12GMime-3.0.typelib/usr/lib64/girepository-1.0/-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.suse.de/SUSE:SLE-15-SP4:GA/standard/16abcd608eedfbfeacdb1227c067d9ff-gmimecpioxz5aarch64-suse-linuxPRRRR8N*Gj$#utf-814ba61d460f6745123f8f6e0010212dcfc271ecc53e4c20aeed2b7b985f26d74? 7zXZ !t/fL] crv(vX0?Sm.O*r (Uqyt ۿu5 ++gf,UCM8yڙ+|LlR=~ ][͚agulr#ɴ:=3Ux/o6Ǽ35͛wBo6HB<.P3gn #3%ԉ5EuH z帚Iueò(3> K]T@t*!L|UVNCt$OaTר@ s`'=gV=vEEK}<~ K΋LC*]6;T:?@o )lD 73}?H!#9:e&iOvuLQ  A/7޼= "!7k ipAɰ]s9Oh1ZGѳO%˥s2mPFIhf dlbRQ ܴ)+ڒa9qƭW(v꘿Dm>PyiaU%%y{iu3GP/"=;ݫ$&} Y aX.yBLG #݁SjJEmm J& 0w7df\us'yASvK|Sug _dhUZT`޺tk>_|ae]+My@ԡ212ZSѽ&ܒrٵ(`YcA$w8aR%Xڱ<#SDI2M7H+CN%YFBǍ11{۷ z7(b*;y+ݙc12hO={pW jY7"Ä[(M@wgεCoiFlzV_)g-tx do^!WOl!sd0%yY2)@A%q&0Qζ ҈Ӄz,@xOaAEaz Řw@lU*i&0Bwor ~h}x  Щk\)_~+YCg3ϊޖDF*\w@v> ɍs}ޤ]Z-PNTN22 m ,12F岪g\0W%%h,ݱF$rۯM[!`wDWcB/*@vI1Xޥ_\B%U*A!m=c3 ":QDx-=cGpqlL/h#qG+p 16_i˒-d ŮX)ax]<973LKXס!bcDK@& Bҕ Fv:cĩHiҟ+ oq8 W3|U'P~;swzv;MGPXA*yeP9cE$f|A>ʠP@qh1rp`+5<;sL@!%WI{ZG PEIC]no䤁f(vŠB^Jujqc#nb q$ifxqxNc<R2(+LJ!+2C}1alRB=N-N2H|khV$LS00Uܘ t.)2]{#N8 94C068U:CZoab<Ӟ0A1*-C|xUWV]D|#{_J9,j0xg03weYA.+2-r>E'RT0^ .б`JnFhHQv?hPЃ ƾ\0V<49`C:3^l[h]~zk-E5r'k65Z C Ѭ +b= r0L m­%) אݙwvd~d[\'=2Os,K"/,[/OXdp0_{^c(Y0z!:Gte[eK5MmwC-/o}Fg9AG*5.Oҩ(AUr=,rg>Nb@qn r$'ϕ ! :<֮;}EqRnu7.L<>8_,}}b{Y#;'>N.4mx ں(@lQm9*dwȈDo+8"Lz-тHIVF>@{ڿS1@<&ϖa6' rq}ێjb6XEzV{ S݃:CLu7매 &1*.d⨾ m׃8~`g]$IkGgDun( a$^Ȏ~PTT,|77Q[.jjG ZQ쌼/ɺ[__E2|GDo~R*t[~/C~mF w4EכS΀}=s<WȯgBNE9[)DDEU/͉CoGT?YяHk,h @뿓a0 vŀjg&A8ae˧ƃo^I# Φ"pMJKm3ҨDj]CV' Y4ښ~ߝp#j--6J.~^2Kx|ZVн9,1G<[ 5W(u`e䯡֐LH|rW lUI1Ey/2n|ds]Q3'=Ps@9{{]8P6H oU}[;Th`ŏ):FFL3L[4dfoWwʲ lƉ*5*즽}54+㰟u`}ܠ^PRF`IC"Hlp^|Cϣ J5 O! pXE7o~"yqE˘ȓ,] ^TY֤X3S0> .'$ |Pdj R }kz|ԧwtb;q\kjV&64hƒ\ővː*c??U&z$C{ĐۃL0f:eh^O7=Psr.2L͠(e ~QФE mir*G6?;?W*``'Z2?ͽۺ_PFQ/8W49yp"#axNЃ3WrGL/2*+wbZ/-gthO> 1'b(XD2QC#-x$̟MN{8&"* (TrdRYB9B8;}LGd!Wx5fJ[J.ڿ䗪G5&eX2ҳ LQ`uſN;{QEec %'~PI޵Ny."4{KCSk?^OkgEHڐW4Vt*knʈ=d4g4^n>sag'@< {"%+M}HC,@/5,;"7|6`0*<ɜfZqc,_: $`9G]W #Y߿ڷTBtmxe, }bp6҃W49G6((o͸YOe,Π3f8~|,ty3V ǁRT@fo/= 4ל?8rXZ>s;} 'IA1JߕfMѝRl;o\d^zAtB =Z{l nT zas`m_{D;@CbޖP~b*3g>Ww$AX(֐96lr|%AOIP2dCD=>wГNfˀWa8BQ尕X'wXXս鐺Qa2/ Ԃ?P}sXbjPAx zR7)@WL5Yw}:FG$QZN =l'zW6JFaɁfOclD(Woc<^l3?߭(9 rM'hJ*tD {ָ|0$AJ߭%J=f `J xdQv>lB-~!G+**+Zі)~W1;1rDޠ9v_"fTuG`9RAp[A-)}*A V1\! _aDžn`N=K)zrvR@+NʆGijCϷ6FIgͼITM'kcTZhXz.uG϶=X .۵7<x0Ox'Q-j71j5s<Aoރp]ySs't˓|mQ>-p=Bdao=G`y I{Hhbe21s}w}Z?悤+:VPe-b m~JQt$ *z9jl`w k45dnq~~0Q+VQ؉]EMpǏFJOJe&{2"\^.&<|Ƣ4,ZV*~sy銀)[j+ ZL+9n; ӿ$A~/XkQlb]p@lJ: mn;AT赜O3EIlH0T$=t$lŢW[: vK'ǕAXI:5RF1I9Rڗgi%1ê_]ķ#QbPȣ FO谩姀7 ,Ɛa׸Bw GbDlBeд@ SPBM'E^ >Me!Y؞šn- '8iR0(qģ:C|l@>X4JcVN;qj JMap%i|F1uɹt-劮B#߉EU8&Ĩ1ȏ0vr$t/Mpe5 `[MMKU~^\wH4ny[y ?#M.~\*(Lth/ߏUGmyx*,_Ahf3ɗN`^.[PʬZ:UWc֨ #h8L; -RHZټH>a"a=N3|ukcw2IȃEh`/a״?uRw%)o~(P3tlnalуoBkn{;msd"mQ j~ey)Ѿq~fn 6h-Б ;ZK /xÊV|u-U쟟U!6m瞒6$V j'׈䎐u2b)uL\vh"9.>&:Pn_6vL>jT%~Ñ{kmH*BtTxX<dkNt&u;hh9N 3w8rѽI wчGDcn=:ͮ''JȏpH4#~#d ~}˯n"S'ܪ#$Y7Vc~>b^TLGR.,4G (<-tx 0Yy5mb奓+bi"q# 0qyU>|Uu3ۗJcq\/Nu9͵ι|·IQIC19kdyW2b`;V*%$gK&u﹎d}#=cTOqKat۔$>Q;^EVZGr+cɶaUI cZLtHg3kc>)Sq>7*7Cȝ,+'XI?Z+.EvI C21ͷsKSl"r7\0 1AE#%lOΠy%~̊శ9-;iʏ8P 9o!UC &VwGȷ~`L ›6NG$Wx!~(N$?xW'FfTHD_\xRj֥(8,PI+w00VXEDZۆ[wV< |FDWg5֕ >{-ȧ'kbjIRQ!#Fno ȳ9~[҉>nBYeU[A wsw]Ta Nk`v#L8ڥ{QzG["}l>ʂ 䕠P5bY9prs6紘P5JONo~1VPm$ⵣ XjVKhn%!>*a. PP<. ;2 F_"YS9GCN A2_U_ SUDnN{Vy[l@Em9|ɿ7 <Vo+ f'R3͋sL_5rR{^Uz׉Iݍ: +:5z}!$Xf!Z*F81H8ed켝 / 銗m[򅭂zYxy+'R@l+[ߊIxd3H<{0LѮ0kP|5wIp1sc-OC4neEQ v d1mߡ*`dڄur;RI8P!Wѧ6:Z#?*NE)B_@2H4D &1-hzdžiOd4yheB3GqȪad;WوʣJHcVR^K>!.:ǰeu/ҎOS{k ;uA$0 ;ܓ yx?OJYMST Kt(Sub~7k!tvaDYjwԐU. h`K%oI$3 h+_Qx4jߑ11ەXLԌgG%a=ry2º:(ШQ_@/RJZ #&[ߎuf C2}TdAr{2>W"jFv%kgzK}$_Jqwn>5I/Pn`!nSVa+]s>>vߍ6:|0'}W ]_EsƖ n {mrH\o[Re =59Ƿah]&-\ [gǰ8Y|f*?#t$~urP&{ ;&i î lC O$5}a8,M?uNjŦ*_Ti D=:-Z8c?4B,nncR;[ưc.eSi_{@7oZ3yRAR )0r]bE_?XٿGz\ #6:o3z%Rk` mq(y=J cC\12i3gd } {&4jWFғFsiFlPI)@y`S80PQa9hpjӺS%PPW_;J7Jԣt)R /'LӚmh{X@0IT*3qMG] lI׈.گPaN:-B'od9tLjEٻ-.%2``Y3znqOe's{(ޛT~>n~C~|H5HP&;aȼ}">`:M~#{PKz,0#.SUY䩖XE ]ؗ@]rv%u \Ź ?"}uTr$aiWFGJUu~`5<* :¡Nfйfv"\SQg8&(YVY6<"ŔnVhͳ D˷VJ[6qF! Rop3;C=O0Xwgz|)37b,œ< )c[|wGL3F9G7r fbrWuHXHM{Bu!35 8xZ!MgvYϚbDaXp:  vKr'u&7St &H.5C${(qÁ|Q8Zmxy#{S yxT\E*Иj}߉2 W UU8ӡÙWf.,Cf 6'%΅A#Y@X!zs;ȵ6}IudyFpPg2 UOjf,ۏXL)Wp4=B4"J"Qp.j)O~>are*0Z$SW JD%'%f)|Zxn> gLբTXPRYHBd 2YaP -$80͵ol(M)F,&Fd(F-kJuj0y#cZvAk5q΂krT¶{%]WN>ڂO#0oBa:3!TtE;;B+)r }/ G$}] _9%̔'{&Q9Q 4OY[pDx4N(P(*c67_iYgHDZ/"8mՓ7eGeXڄYb]@\| l~OB\8Phg 1K(k#jJM@[\jrQ|Rد_׃Lt*{[3&#g8$\)zl*s=V4Q@Y@k툣?Qva}ӚtuB7~̤zWo Rgd9'HjËѶE=p$"]qc0D6o ^%vlcq%(EqÛ4ۏ 1F*Mnf^%[#FxE>SQ[* e8` sYQ+[ڝݾ0RLp&\ 3f dC2ne4EASc.yQGQ+e[>VJ ]8tM3mPur8>c*u$^+0>~΄%Ţ'L\b~0.ȟ}Dh!]A9& -μ<59(?#Z6B6V0DGM-F O'8QgYRӨr>8vuJHKéUTSr* #P!XPyt {|(牾{` D<NCWG)+g-X=ʙF,%'D8sẽp=Z]A?9 FQ̫Qs_J U>.)ζS] IU`>C1fr2V!4G 54UPXai5)D~wrܘH<O 7;4FMGDn=:hWZLMR1$~7.Aў H w'Rgړ{[[NgE G4Sv V&oO iՄElU~`!(TTy"SH֜^ɲ} ?^,M3}ل=젛Km^ʳ _"KvJutyrr^)5S$x׵FpNl]kאp(pv.^[]& 2~HoJ#,} EJ n\&^"_ij/ w,v bLΰ,m~eb$\1: .eimSEtߜ8AE (@?]7_wdyeWc4Cf!ΗWtxrIIx 7A?LK&9R@:y<_ KlwcBI==A[_99c-QU܊X.ceRG:A'e:2ĊZ4EU͒twU$HK3Bhɾp:@`L a(z,0)R$rB(i,V1S܂9R6jd,#i9`gtSw&:ioYu5/vtwmJݍ׿]i1`cu Z&F%[SV\zaQgg&q؂_⎚YyR' | (ӷ b=*sbp4]:/mg܇SuWz9gH0u+"̃_F.]d@]UƽÔ;JfW PzWp s+H:}I61!-y9q^-p0n\Ǭ;T7?gɵ)P\BmX!+'=[ΔҖ)^W5$oME&M#I׻V;n;Bx*R)$`4x ~oTvI"ec \-KMX4nٙz_SZΈB>Yw0v.*8t[@᰷l"ͻ 0YWڱ׷ihHEkijy;1owQtB@G{͢wBpd%PA1IaBuf}2{և7u'XIB25kUݷ#<82ku+ݢ6YUd(iO$W=NPy)s=?J9 Z}C2W(1(ap@=uᙐ{{? !^Q~7v^{Ĝ75IHni#qo=DH$ .]:£UVA( 4gGu c "r#9reuhi0ҝڅL@VaHGŵ4H"M4QcUmRu X^hP_2ul3Hbs9a!Rf@+C޽^l$F\7 DQ$if-6 ,α#P z~WhhAfp±T0 N?Rcbw߳x-4.RvwbҤIn&YDvS>y7;\*t&ضl( # !sACyvъ#.[Esa &?ҧqٟZ1WMu/͵dewNm+0O**!hTPsDinIl1 6f==Jՠ%6N4V{&Cȣ:<%HT5N&%zx])ZRopp*= ՊH)бG~Ĭ ^^ד-kNӵw<aWs%-f41&W-L7`c#Oް 궽;6ad҄1(H%FSsTo/0&NzeZϦzG&h(u%jT#ur%nxhp^ʖ^i~9(_6D3?Adö2by[p|{yG/8BI CdRA<~)M􋇷lⶖSn=YxSxp@m'|MRjq+-%[.,AXOҜ)Plci%`Ç+N؝(zDjŶuùBui3{_N`7xrLwiAz)Bq4ޖJ.)0ohdLיִN^.RI k! e`.hп{zݞHZ]駴M4/5܄?zv Jjw*_u,KBK\UL298kolKw(-Ԙ \4tsjHx)As&&pw&CsSɘs[I3w:=U]Z\9Cf>ĕ _c r=;,`yXXc 5ؕɟx.v-u!q```CO*7Wئ :g$C=c0̈́#pqG%*HK߿ X;c) ۸J$Vr=\p✎.Oqb, Z;<Ĕ-yMNF*iT̕NkD;4, <dL|QGU"m{6CZwԡMuHX-)1^mi|aÁB2&,z.͓v㉶[F-:G8$]l/&^ o<`F, *QuAnj>8kk[3uH eK#NcڐEⴈ z08Wk &D UPc3ci$)fQjb#d:١VHE16 EY!hL)E$|_D8)]䲅lgdň(8.odἪlU0E8q5o~pJ;ͮs($t5 ZfU?*I 9 厀65A((ݟǼػܸ;Nr8֧XL'U7,Mv$5HFN//2ox6qzy],]968;-GnL8=>ܹy>,y^Kk[riXİz3.ͣ!L>ov*RU0Ͱ;Ԕ^t2*>:dpaw5 h:/.ǜiZ$m3URLr#c;k](kwU?Hl=4w #PT_@wC\эm}C^I7or,X=; YZ