libical1-32bit-1.0.1-16.1<>,RRY{?/=„mCR$M=;gY$NBNr mZp{lOCAT/OnW utr=QSvH/;Ɔשi4Qu!-!<pzľ676n=!?!d  FDHTXkt  $ 0 H  "@\t_(89:)>BGHI4X<YTZt[x\]^bcd6e;f@lBuTvlw!$x!<y!T Clibical1-32bit1.0.116.1An Implementation of Basic iCAL ProtocolsLibical 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{?cloud126^openSUSE Leap 42.3openSUSEMPL-1.0 or LGPL-2.1http://bugs.opensuse.orgSystem/Librarieshttp://sourceforge.net/projects/freeassociation/linuxx86_64/sbin/ldconfigXU`PY{?Y{?Y{?Y{?Y{?Y{?c960caa5e03ae684508cc3f3fb01438bef1e4fca1fb0a8ed0441d482d2da199205a193b1888f97af1ddf3b37da0204a0libical.so.1.0.1libicalss.so.1.0.1libicalvcal.so.1.0.1rootrootrootrootrootrootrootrootrootrootrootrootlibical-1.0.1-16.1.src.rpmlibical-32bitlibical.so.1libical1-32bitlibical1-32bit(x86-32)libicalss.so.1libicalvcal.so.1@@@@@@@@@@@@   /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libical.so.1libpthread.so.0libpthread.so.0(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.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./bin/shlibical-32bit1.0.11.0.1-16.11.0.1-16.1 1.0.1libical.so.1libical.so.1.0.1libicalss.so.1libicalss.so.1.0.1libicalvcal.so.1libicalvcal.so.1.0.1/usr/lib/-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:7047/openSUSE_Leap_42.3_Update/63561479500289daf9019d07e879378a-libical.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=9b5efb3b28195a2157f342e839a798cd54815f89, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=f4effd84a463601e7d8a4e4f655a8aec9f95b00a, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb9d59982dadc35c4c3aacea58b55ae2b683363a, stripped  PR RRR RRRRRR RPR RRRRRRR R RPRRRRRRR R?0]"k%r=d9c5l=SN1M]chY"P]ZC ff_pnv6~csZ1R3a8{ޫD6h." qJ] 59s>wN`GOӆo5eli@(J}C;h-|(;A- 'lY0~՗A`?<ٷ&eyْ`I`Lx eK83;OXUiŰ829 rHfc>c(I'V= fZXk=SW \_0xR"3 Kar!Absϟe,`v\8h2q~R׹ho?5pCх]?yפV8M 0qg9Z BL~ 9!k7FC nա}9&^qdaeq>J[>l7JszW } 1;@#[o]j(P@>/s7N_q^By%c;u26D!u]dĺ~fyeו^Fp`5Lh\:_ToBݻbK»az3Zʯ5>5^IųrXzȽtE6y;Mmjj e_}łK)lxP`j̵75!f 5rB//W#p|@,th'LW:#*8zj\ 0)`1$$˻X _V\Y3D`+6 vk~β^=;MYa@5Ny^c\xo!ZӁ塌?"r%c J!P2Ƃ)ݖ `3 2l'd? dkB G:a74qi2xQaS}GU=zӱ6PWm[Y 2! Y8bΝ1[ND.S~!5]+:A (wk2N'Q68`mܪTE6 xf O&<9ܬsXag TD+zղa/[ZXNS=0*SL%:5}> aΜ@hP{AS<ݻ ^Eq+CruQƞ.b'S[{RZ,7V|pZdA:%*uGGB"=A Cؾ*Ơpqv#_e!JNख+t :3u"u) H8mZV8ccvo)?Va&;^% xG |z$N@;P#Vuxk܏EWi!8pO5Yn(C'EOۂ: :s4f 0p|akW%x\aj8 >eUޘ!W eP.}ORC%73  S}IBH팊y iq1СMkdv}\ mOy@} $T)Fd:l:.3Fat_o%;c'PV%} #:4%7j*4.4QqE4ݣm8?"M&VJ\y=(O_t5l |rb8zXJ7R[{^:'D}Q/(+&LU=?mּ"}g`h4{n5>44~r굴\ jru{a'!]:\725!9v _jܪhX>ǩ݆~{q)PƲu P #c] M{ quuz,s2H.(iL UrI PT9a{Dw[?1E՚wls#bP{urs&̢ 'mXeUg)3@;QtNʍvOL(7d;na E3Aّh&ӵ<{E:\Ut8¾J䕁fz5 n[lS_G8:n?*ᾋ*"3_tzѺepg(-"1YJx׃P}-sLb\ߍ6D&m:鮲3j=K-1s9RL {g&P:c`SIЕޑ>_xE>7|txC$` JđZG'ƊO(hH"iH%¦onUtL_ rq!\tG]KA^Т"ZlҤ=ڏ6y~dkP-԰-x6( osOF4+ޥ;硪.Srܾ}s1w[z9f< 1gIsDz=d3FP'I9fInF;CiW*V14>y9la 7یf4/$B'> 1p<KЗTt>v'wz㠬2.Xy dd#Bbr1J+൧JȈ+9 _42?I.(^q:e?;m7I;dŇvkg: qhh|EET{ {h38m]:;YyEvm_v,*Wpџ'[mf׾G*bKTo{iv ufs6nˠ]aW~iYBX3ޜ Q z\F7 9B'Bwjmx*!ۓ1c #䢕x(_@qxs㮍1N 8($0#Xae+H4#ѮM]zO 淵s]űF_-QfW=xw]6<t$QQ+:AiVHXTtܧ|螐иZ#]h_!D.MGGL_>i:kBm #u5 Pv{[UP VSiIwW*LKu\ 6fC9j}߳O ?`dk5\C)Bs*^F%=2z~'9qqp7/+i.4i`ldĮݔ[4>[SG&}̨gbP#z<^74U5—Q8XPqrrMml%q>wt}i+2E5aws.ԳnLM'ps+S#(XutS{yie|z%%J^%92 lj}mcQ,G(>-ǡxa˰R/d䚭$\7R |/'=k%KnLغ$,[&'yQ/ *"A oK+'z\Sc|pﺯkyִmXY_#K)I0_uq XD~yIEV߸д$N)S8\_{ CO<} )y漷 Ji{`znb qml* |$.!ݶP9da?֛] K@9Y6ĄXNN+~3#yu<&Ѷ6k m(:éLjۯa'ddqa鎡qyMf*pM|PDAn K|5oJ."Yw'%p#ww0E6?z8$'p`ɭL8'n٩A8FCq’okST_ i6Q2}2Z/mryx-pyuaǼKtSdŖ,kh*>kp.9(L7<@MI<#2ň QDS2+!7]M{$XBU$5@6x[vt'g9W6wD[PN֨ J\N&~E7lKlW戧}&V dRťBԓ;:䚲W0^2S;\Ya6sFAQGwX Vp_PɣTBAwޙQoU=J^uH$GO4 AqlGV .QTXwy|/"5tnG}#G1ZGK[z VxYU~ Z{J8a,&17HCH%!!B'"<:o漶{VJmbəXxhOa_M8 o),:#*Icv=>J?^][7vgod pf Ix_֕T;,Q&fp1{Zs%FwfBv=W%$Pa O;>z~Bb4Pj"?QfUD?etAtq[?eG~joޯ+`(I r$JH†hiB`~Epn8 $~y 5DFAnV,~O5 N;k9IYy ;(W4Q"'c8^x9oRtM~tʺm@eB Ox] IgIANtqB5@` L0x #Zڝ2[̤_|M#z׀{臜8q d~b/e<4o)GXȄ3b+=$FTů*@mcw$Eg@&杄)أ_s>ml=98pl-C{2m\ 8)ЌߥR#ueTm!RQh@q@a@AH'%XE@!˚L)U}}b:Qe\ƮJިas2Yڞjw @ӥ3]4>^A΢7ۭ2%Wz M{S1d'}w4$=P$PUF`uq:F7,}zVPػaZ!La0mp7jC24D{)&0={ uŜ[+;VYM:NI*X<{ oyWfHWQ#$JjA](T0fnsEɚ:z`I\ G!B&^Uf8C̞e.98VL)ofE]Y$@if!LM]ix)2%̩"me{vA;T eUcTaڻdl-{큱Dɗ3F[.xdsNhOqGf]9bm1X4î5'D% ڒ0Bylߌw(n4r"GQ3!YnP/YM ȈL̂ҤF @1)Kx8<3 5Y#|-q$fzb߀,f@>J1 L mH@3Ɂn .>g4]#oEg>n!2w^G¨Hk9|}7]\n*)ldmVlq0-lPPgW^s\=H +N?،e~~ѷ(9cTm/1JO)zi&ƫEboW"qSSX^r/コЪ[lʧuQ2]n9̕.ltN;ć~Ө-.^ ]+努@]B7G;/\ok!Za{N4BƛtΪLi)~ЄH6 vS`|%kKzo@@ݑA+eiov8&"<6`"Neaȼ}+r?$߉.yY)mI~wh rNGAl·#d+ /1J:&悇jv!%f<[Ey} y@ː>i-ESMJ ?oFm"v!7U-/w"/㍒YJ˜:8%wEFp|9l.,痶p(լEљhwQÙ"4/H#X@818a݀ S~c_U0)&/gO|eԛ Y%rє 5` ^f)u6#V^Ri0D`P"mhC.tMX#퐡}$t,xd^@E;Pn''.u&黹Ky7jwd2zL`${)U>t{ 9) ϴ^T/M(%t&≠(^@93Sשb-3]~s:^`"luHf|›,OY-F5 /=S 7FcuU*c^b"n w׈-4jl3@pÚ?y3=F;'tnjezUδo C5l-[=S)ڳ"ttWMU_"Tt_`J0Uv9#[yp~RleЏN!%SŤZ@mrs"^Gaϖ.С1;x\Ӱ5p~~$mAhT#NVCQ{QtvOUO10oy\վEHs`_<}k1l$tc`FdڃSM(FW2ѻI8 Z Ä}̢FNYͅ\wG\a =}rvπoH$ZkZ$LsvgY`.S6lBeNLmZ>x~&O:~> 0ZSUɣ.q¤ s;km~  j*LKSUs7݂!}2qEq`% ÍLPb$TvFתX9ԷL-nbƳ1Ӂb=*'9,0V,E*V$yMQ+ݠC]<"Fw=e &~;ғOGWcK:&3jtd2*83h:xϹ/oE*K(跦w{eAN_f&Pq1Dvb2 `$n;w'߉g-42"//Q;rJs_tl7{N Z|2m5$~AoJVk 10F 탤"Ja,Nib@$_!:0gm9mFbi\ p&0D6v>y@}`1Ue;/<0I :>Zh0!܌JcKtQ.zU}Z!"(&F8RUe܈l{TV1<06Y½$=@b[:iϧ/VRضM8vd@CGGOj'L>as"Gcf!tDQ<cP/XYsi+~@fnԓ iMNvNG_"͂<= 9( d)G8ي7k:i<tQ`e؝'`]?~aqՊdIc3EOS 8G~r}mT`i"Č1v>`nWS8>UAenǷ 3?ά@r\!c%)aCrS QPb2ߚ2=}:ĸx<[`-.`e`5'<^p)bSmfe(rғ{s',TB_"dӯ|Yz7͂9t4e]E˗#_kաB~=)X*鵑5ø9ހOl%+Z7 YGzn!*Fō(4ΒV$9a$GGG Lvx렫N.}"2%`3S; l2>-@`m)@P9Pk;*HIYF(?+'R`dvuasߡ[D AOֺ醛 e~fzdDыJ X`FvqB$hsiL|g"7CB=?xc<aw˚Q,/\{rԩgq+vv-d0bLr[lMIR F и7{dXaqoEmy&N_|{6u4.{րSς 5zǁs2O\Z|h ɬ)WhB / Pr]P"> <a?1G5zU']eO.'XBA6ؒgr(!DZ[^04 ~{)6ȦOTEEd1L qea6dTx30V qwm`F+(n; шLF/\8=z\k7,N >+eoLFvЦ5|a͂{raknG+2 BV>f@u;߲4%C\qʅBo;9?5cDoRӈP<\rhQQ& %JCC 30d9\ה`N`KÓ1z4FJN aR[Y¢h4Y&Z*+Ne8=mzlm : IbF&=z߆嵒du^Yk 2[m|s?AL S[1.pOX Y[}cWcXk=(z"wV[] y\ `NEpQ?֥F4Q`)q 'u;ZlszQmXByPB~wA6w)Z"N 9Uнv>F Sf=: ?况.t55*'|utuŰʒa_x#QM|e\dBöU/@66@jjH5 KCR7q*0g4t{`'{j; jOhUtLZRr$ƍ>M?}.!9~0:Bl\oo?%܌y}zףψr| n %|H.je{q3b4tP%-4ރ1Uyr EVù: ÙvnmEOs+5& TTv]WQFv#88.6́.AWE)C,ie]p4C+e7ju%b{ՃuL-t}(^#y>x{ u=~zCQ.bUo O!D?@C{0oIJ{L[*%}uŨc+Ϗ VsRR#pE. 7hD591,t5H}hO*O+ɪЉi