libical-devel-static-1.0.1-16.1<>,cY{ /=„Ui19dެ%ן L)!<k弾NFj׉l܏O ^wך!Q7Pd{ 4BПkZoA.}@XŶ|`3 tv2;3LVM `S]L!И{ܚ 9 X>?`INj'`w;o*2̖2aYݬA%&O#(苇;;x[>9<?,d " YX\hl    & , 8  (8(89:YFG4H@ILXPYX\p]|^bc5defluvwxzClibical-devel-static1.0.116.1Additional static library for development with libicalLibical is an Open Source implementation of the IETF's iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal components and provides a C API for manipulating the component properties, parameters, and subcomponents.Y{ cloud125,ZopenSUSE Leap 42.3openSUSEMPL-1.0 or LGPL-2.1http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://sourceforge.net/projects/freeassociation/linuxx86_64n2pY{ Y{ Y{ 072e85ce11c082b97acafff1b327bae32cfaa9b28b3a8ea280b8f6824f8880b21948fc87f3b3d13147bcc1920a1df278rootrootrootrootrootrootlibical-1.0.1-16.1.src.rpmlibical-devel-staticlibical-devel-static(x86-64)   libical-develrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.0.13.0.4-14.0-14.4.6-14.11.2YGW@Tи@TMTD@T%U@T@QW@Qn@O#@O#@OKO@NNǚ@MzK@KD{@JSmgorse@suse.commgorse@suse.comcoolo@suse.combadshah400@gmail.comcxiong@suse.comcoolo@suse.comjengelh@inai.deschwab@linux-m68k.orgtoddrme2178@gmail.comjengelh@medozas.detabraham@novell.comcdenicolo@suse.comcoolo@suse.comjengelh@medozas.decoolo@suse.comgber@opensuse.orgcoolo@novell.comjengelh@medozas.demsuman@gnome.org- Add fixes for various crashes: libical-boo986631-read-past-end.patch libical-parser-sanity-check.patch libical-timezone-use-after-free.patch libical-boo1015964-use-after-free.patch Fixes boo#986631 (CVE-2016-5827), boo#986639 (CVE-2016-5824), boo#1015964 (CVE-2016-9584), and boo#1044995.- Update to GNOME 3.20 Fate#318572 - Drop libical-sle12-abi.patch: use standard libical 1.0.1 ABI for SP2.- add reproducible-generator.patch from debian bug report to get reproducible builds (and predicatable API actually)- Update to version 1.0.1: + Bug fixes: - issue74: Do not escape double quote character - issue80,issue92: fix crashes using icaltimezone_load_builtin_timezone() recursively - Fix icalcomponent_foreach_recurrence() and large durations between recurrences (e.g. FREQ=YEARLY) - Properly handle UTCOFFSETs of the form +/-00mmss - Properly skip bogus dates (e.g. 2/30, 4/31) in RRULE:FREQ=MONTHLY - Properly handle RRULE:FREQ=MONTHLY;BYDAY;BYMONTHDAY when DTSTART isn't on BYDAY - Fix RRULE:FREQ=YEARLY;BYDAY;BYWEEKNO - MUST use ISO weeks - Properly skip bogus dates (e.g. 2/29) in RRULE:FREQ=YEARLY[;BYMONTH][;BYMONTHDAY] + Build fixes/features: - Autotools build system is removed - CMake version 2.8.9 (or higher) is required (was CMake version 2.4.0) - Add new -DSHARED_ONLY and -DSTATIC_ONLY CMake options - Remove -DSTATIC_LIBRARY CMake option - MSYS2 builds (fixed instructions) - Now can build api documentation with make docs + Update tzdata to version 2014g + Support added for schedule params: agent, status, force-send + Added a UID to the VFREEBUSY component + Allow dates > 2038 if sizeof(time_t) > 4 + Add properties from draft-ietf-tzdist-service + Add support for RRULE:FREQ=YEARLY;BYDAY;BYYEARDAY and fixed RRULE:FREQ=YEARLY;BYYEARDAY with negative days + More regression tests added, in particular for recurrence + Almost all compile warnings silenced + A bunch of Coverity Scan warnings silenced + Package cmake macros installed by package. - Add libical-sle12-abi.patch: use enum values used in prior SLE12 package, for ABI compatibility (bsc#954161). - Drop 941609-typo-fix_icaltime_days_in_year.patch: fixed upstream (bsc#941609).- Add 941609-typo-fix_icaltime_days_in_year.patch: Typo fix "icaltime_days_in_year". This bug doesn't affect any functionality of SLE-12, backport for code correctness and completeness (bsc#941609).- disable parallel build, too unreliable- Use %cmake macros so that %optflags reliably lands on the build command lines - Improve on RPM group classification - Drop strange Recommends: from libical-doc to libical1 (the latter does not offer any directly-usable feature when the docs are installed). - Documentation subpackage should be noarch- Build with %{optflags}- New 1.x package. This version uses the cmake build system - Add devel-static subpackage - Remove unneeded buildrequires - Changed license from MPL-1.1 to MPL-1.0. That is the license listed in the COPYING file and the headers. - Removed scripts directory from documentation. Putting perl files in the documentation directory is apparently no longer allowed. - Ran spec-cleaner- Changed: The -devel subpackage should require the lib package, not the main one- Update to version 0.48 + Allow duration specifications containing week along with day and time. even though this is against the RFC, but apparently we generate such durations so we need to be able to read them back. + handle the case of the ATTACH type be explicitly set to URI + added a lock to avoid threading problems when icaltimezone_parse_zone_tab is called on multiple threads + bugfixes - removed patches deprecated by this release: - libical-0.46-fix-race.patch - libical-0.46-fix-fatal-error-macro-usage.patch - libical-0.46-fix-endless-loop.patch- license update: MPL-1.1 or LGPL-2.1 is a dual license: MPL-1.1 or LGPL-2.1- change license to be in spdx.org format- Remove redundant/unwanted tags/section (cf. specfile guidelines)- add libtool as buildrequire to avoid implicit dependency- update to version 0.46 + allow control over how components, properties and parameters with unknown names are handled + renamed static set_zone_directory() to set_zonedir() + added appropriate icaltime_* functions as methods to icaltimetype + added icaltimetype.datetime for converting a icaltimetype to a python datetime + added icalarray_copy for easy copying of icalarrays + renamed icaltimetype.datetime to icaltimetype.as_datetime and added icaltimetype.from_datetime staticmethod + bugfixes - correct licensing information - run autoreconf since tarball misses autconf autgenerated files (sf#3072673) - added libical-0.46-fix-race.patch from upstream svn which fixes a race in populating builtin timezone components - added libical-0.46-fix-fatal-error-macro-usage.patch from upstream svn in order to replace broken ICAL_ERRORS_ARE_FATAL preprocessor conditions with the correct check for the macros value (sf#3140405) - added libical-0.46-fix-fatal-error-macro-usage.patch from upstream svn which fixes endless loop in the recurrence calculation (sf#3177380)- buildrequire pkg-config to fix provides- Package baselibs.conf - Enable parallel build- Update to version 0.44: + Memory leak fixes by Alvaro Manera + Various build fixes - Fixes for rpmlint warnings, remove the '--enable-python' configure option as python bindings were broken sometime ago.cloud125 15012367221.0.1-16.11.0.1-16.1libical.alibicalss.alibicalvcal.a/usr/lib64/-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:7047/openSUSE_Leap_42.3_Update/63561479500289daf9019d07e879378a-libical.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxcurrent ar archive,@?(&)&b?p]"k%AK|z26dʩJNvFvA =r?!4V|  ĆfxV]TKh3S꘏Џx<44VtdYbw^GIR[2CsƼO.l:+UҰP`YH Ahh&'> {ӬHd^)q腴ra1[p8(m%AЪ:䧏1w1,iC6 KSM^|m!/wu21LgGJo%>:.Mض5HMeWea Ō횥?Uբ ߼-WXv-:H p' }hȲz}IDէiwVH*&h#&n[G$K=}`iDOeS>i'P DM22[ZQ>\mѽ7S2W uJ4k[9oO8xCuՙ`CNIc>\TJ ZYT80oMT ^|1S8gSH0)}߅T~lW}5wPG :Ȏ!~yAѫOR:@o gИKJ!0g8<,|o"^g>&F!#eʺ"<=;ܛd 4U{^}_1 Kj ܻFn!ąszxvtkpp} 1侔\;"mMy;N#zF*Xw)k/0*GɼpGֺe7ycdG() D>UŚCQqd_ƣU|ńj7s lTAq *3BlJ۠Qw.F[FdoCR~6hH7簢f($ %p>:[XFBVFXhқ;B N9Iu_d!m:b-AHyBMAXAcqJ^w&XY[Ԋ*5tn+sU@@czHp*eh_~ ݷe^Ƙ:ZΚ!ƷsARMNUw X(q )KmS@a?F @+!=yL;Sl[?|2dԟz=/k>\i^ a3сkI*VWZWdk]%}e$>FyÌ>@/_Gl#/r~ gjՇ1{R׶AܬqߩyA~] ~#sJQ(-aX 34[c\ԢǓ ?Cԃӂ 0䁊 F 6HD`k i[kex=:MEN B-Ti&0;,nNWiZ)D a~#}RNYld[MWnxib`4gAoJ⠤ϣ70;۾NաyX7EJ Vx)TY!trD= (N'@|qOK˲؅F{L"AK8+hS؍ci.x!?yTm{ ِr?􉞚PqI(sB̋Bh40F~ȭP4Y6SM{QUu|vtzNwLƔ\enVm{xc[ǖlvo-G`ogo/80$=&lOUH`^D`h69/D!T[L3B}l*6x؃㒮e`#V +߯ S$!H@݋6 A,0ir1>˼ߔL=SߪJ|/~.h+0 ()M؋w8t5iMk#YCNr}Q@#v5xẘx9厳?,B$]ͻb[ >,U% ^7v,e(ww?Eᖶ=l:H.PB{+VOæ!"l㜏'C|6Zb,o6QN8DVhSdJ"e *F#a2X' "k:}g&Cx/dؖ S~:9Xa㻩 1Նg**6N͡"H6/ <ͥ:974\ sG^nVP"[nyCBגdRk{zkv5u?ϟw db8m2Y\= kEb Epsn.4+Uf:B؎8ʫ%uù:-MdžrEGo2Ԫ߶aB1䃧*Uȫ{y= 6\_ iAM=Q(xE^ xTぇ(>xU @BsN|&ɮ#sYOL<{02<}}9iPy3L8[:5fD_z~ݕٿ+uG Ac57ieQ1?n #qBـáZٲ@ K_xqC^?D nÊ2@Pϖᯭؗ=1Xm]GB1q{M|T'lkofPyl¿2o Ԑ6E'{)4l(8QA󟬘 8ɥF!ln?DDo;+X8fü Zkd m _j+^#r \y^4 91.;Qn]gh2Wë_~w/O"-W6?z $хz5o~Q뵗םqfHtI_HeHdbFaQfH9Y,CVP(RڹC :tJH'Z "^7rЇ#MD]2FZ=f7xN'5,U2GT壧f禽y LvXzYt=1u_p%%K+3ֹLRkP@XWe~˛o^" 3X)m|o #)Y `ޚ=qhA.!*Qe YbTb]etA729)"*xjrFI34"ga㉭{s2w>$<5hU&&N'PF_|@oo bI"nq?EIo\N_n'LM!tJW,]D2&فеR\27sla薒mvz+L~{Ly-?,`mBX%j'ĕs1x9#}@m2w{Xh5O1fkɿ925:hy/Oh',ƥ9Z}!6yF:se7¼߰d?%AnSf0AUܿ5Z 7p3ō ^Ֆ55{XY\&w6ڌ993SR:\ ZWw*bDE5@PAeFk5CMRϿcw߮p4vX޽h2Rpn;Q7wWAg}/{hc(XqcЗ80\[ /h|3=א 7mMsj_$%sm} $[-3|8WG3M2eCHk8MޙoD$zTf4 ;Fa! 0Oh9Z<]Y2?V&1oqb`R{JaY:v7G1/O'>N24tȥ<;CP MD{SDU%Cu*W]2Gm[2JgMïJ, IBOOܔUδ]`2Xi~ 1]MU-cVfwLڅ2A&\M[YVʎ:1*ƪ^84bh߷!$$2kPE!tF-¦@ [ZޙH"ʼ|B=S1.dxF Q*5׻Ujּ:ݎ7w[{oD0pd;!vX ncwyMnRҍ|B z,4ЋAUà]7AcԴS#Zt\uƄNZ?zJVE=&*x]3 M1;\ʕ7&FpU~ rS!s#زῢOI.rٶD@`IU@#wD?++yҒg,kTpCPSSQH>"G8`DU?UO#@=elΏ_T+elHq4nycNNuF؁fTX 'pc7YxS&m~Ӗ2@h֓e 'cJȍ Q$Wj99= u 'm^EfqLj#vQa;|ciX$u$6>π . 8~Ks͹O!zHkS_w ;@#.&b|tDm4GH01{+D: l 43F^%dں3_*$~낱o\m?=VB$t Iޫ|o/ 3-H ʠwm+Kƴw *ؘItr fL0DޯO?szm#HsM0aXn` _(lyj|i;_ГN!s=kyX8mJ-ByH{Nt:\ed%Δh6L|^. U ID˃HR7mODֻ>CtBpΑydrPmĬwj;|{ 6mȜ9k:UG"gM]c2ꠈ1gJ; pݗ(Ƒt_wAG>vK g fzStQ ]nH "¤Y]6:H%/gpoH"q&Nb=*L$)-?k[U*B' _iPSE`-5H,|׶T)\EV@:@;f il^ >[G@p#wei)$ŒQ 8Cg؝>Y)dՇؠWRcf=kK]C/at6okS٩_;i m`B;+BOԶNU_?;IKo&9k% Pi!%H3֠7e2{p3/@W),\ƌv 0?OxaȄd<2ˇ:<6͘%>tٰ^-xc1pFhF{fې0:/)cڜ ١ L!%^zE6v5 _^%&[fT nhLkݱx+LF k`T;ٮ. +&iU mtƍ.eǜQSM4n+60,j)eh"FA%%'+ĩ4X |  &t {,|Qg8N--"vwjc{b~Z};Ž7V|N3{ "]K&U{9!]y,i$4‚M9o>t#Ǟy dz۬9Gz Y >' ',ZNz`r3hS+ .!7n0D+vA=<> P74e,[ RdQ-[AîMQ.1Z׈ 2LK`,(@پ؋UYpjrɜ5Ig<ݡO&l))x;"~铅f#!d¾[ÿ,@ 'Ck4m0܇rꏍYzCײ(0edvp," "]däx8qCyVszTkkHJYYƾ%Ϣ/;yv#?t!{Mƭ_\CWN妝PkK^Ā'$|UAÅ- 5x;A1~̝ idN!'d"NVޢ5;'O3+|*:S'FEI  zڟ ]"C38W|y]QAIOgFWG&OV(hd<\}aӄƓL Zv*6ftCn K;E?Iu-j1^(':W(ɯj:f`&R{F3D/g~1 iz4e @z|?[UBE6T^/˰6C\G8x ϽQ__㰬˘$.rW^\ L)ϕ蜪gLOPhag* φ#ArgkYWqe[g*C@}Ca^ C!zcSܫQ%s,1 FSar^8㒚N{j&_k +pZVQ4*NX Thfoڅc)2#eF@ q 2&` :ij^ DAw)n"U0ʧ1_"_ʑ?30 W`CPsA̩,{Asr?`5~!$e{YCi(PTTaU\b|U|a?W;1Äk5g20ȼgy҅Q]J{O=s^m64y">FDWS %XsAyF^m_#Bz  F V;K*%Jh$i 'YYuRN| |boZbPj'R} x)gcJS1~zY,stǨnbl5t-v-3Y>xi `ڎLRUX]h2֎.4/N\ђ 5mC@,~kD%((G&݀;zEe/iӍ\EDYql ৤zEWʼDŽE#zsPLbdJG gv1ec⽖D.54[;vC ^rl1Dl Ӣf9)z\Yu?<8![g* 1N@B 8bh;b'ُkoR-78? '6B*yҀH[%ER?K02DZ?PoibN$R5ңm{T[ xrInrQ뷞άqt{v7Y0j?xJb9ٌnL}=W'k1KD/sRӓEtӝZe;9 TBPu9-3S L{/g1\؜8Xk j5iKc@3E쵮3cCe`7 ~HI5]daxU#3.Ŗkms E1 f8|H y)buaV/1c̖yQE';P륢GlK]Q4lqAN]'K<@W{'uKbXU_ȉy P, YtMZw荎t?Lw.^9Ӹ *0ezR^D*Ɓƈr Pݍ< 9eN{K#`$-4Z'9mX0bcmZǥ8g؏ as )[YB)}Ehnd;w\q>a2E` ij`Ao;tved$oW 6C]&3@8uaˡǹj}oʾ_{HMDmB#dKAXן؞@K񋡘+WeN2F a]R="Xio[B*̇3n{ma)䜧*U`ڨ#/հb1ǭ! 5X_2Ȗ 0F& vcEL1NO }6@LP f1\1"E`éSA`IXI戣|,u0@ۊUd7`+s}doנ ܔk'dGSFs([?9q T]F]li^k'˘7fF{xژ~O@bG(ô*#\vz/+8"B{-n=Ԩ dTo[ڳ{}$%'1ȏծDRLo9; (('Nutم9dX;nFea|w"-iO/q UgpvJIf68h\N߃EEK:6/iA~86d d(zi50O#DȢՆDbFU _,H; ϨÍͧti ϸbsDZ}<,Z} 8(6+_뻢i!\;ɘ`^HaEˋ>Rd*ӫ~:;uXO cKGM lo6KNss2"f@kSC\- % TPA ;U\K<%Ǽۑ|C1F%IeR#Wc@1=` W2w8UN4x;}yФkV'ʟ. 0[1&GtՅ+VC%:z`fX*H? W=H%1fnmh}iGJs()þ +(ScEDb*U /?*X9<ϙnH6#D| z{X4{Ï X#p'#bchSCm%ܲ`Ghua"|8d%CU =g$q~] bKhݱ~{ }|2jg6}^|ViSk0}wF&k&7>Tt ;„Ӌ&Ǹi?S"#ؽzf,Ǵ#Іe+E(gU*[ 1yHj!R0='_;2&OɭI oŘI'WkħJCu62\$cvmV +j[ΏfP؁a}em o[{ry6uNr>Y'؄8-Tk a?7ƗQ*CaOkXa'YVOo^>%4 aW@豊@r9{h=Ќf{HT[ lԆad/((Lm RG%ȍ=;яR={L&]~Par@0"?W rT 6:LU,nn)l# TF ZC(Y8P">̅_ X 'F9W7xF 0niUp˳b0G0B&P,>sفF?'P$Z`h?6F9¯ਙI#6p n`;+Z=hW8>Rlĺ_ʈ|h=}0zP2 l"8\ߗj|P=Q{Y*;ԧ0f5\9%A #%urQ**!#qIJX@T'o*uF~&9TBC]=W_`J}r&) H=k,r10;?Ui\Ę]+ryU?ks  i0:2X"̒f3*S.!r )EAsyU3t