libical-glib3-32bit-3.0.10-150400.3.2.3<>,ie 9p9|#sM771->`lx SgYI>)?)d * N 1Bekr      @H   (89D:C>&G&H&I&X&Y&\&]'^')b'3c'd(xe(}f(l(u(v(w)0x)8y)@)`)d)j)Clibical-glib3-32bit3.0.10150400.3.2.3GObject wrapper for libical libraryThis package provides a GObject wrapper for libical library with support for GObject Introspection.e 9h01-ch4b,SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-only OR MPL-2.0https://www.suse.com/System/Librarieshttps://github.com/libical/libicallinuxx86_64/sbin/ldconfig,e 9e 97cf1c3b915514bececc4d325c4778137ca74e11f1b6c3349b0113d185bf3c9balibical-glib.so.3.0.10rootrootrootrootlibical-glib-3.0.10-150400.3.2.3.src.rpmlibical-glib.so.3libical-glib3-32bitlibical-glib3-32bit(x86-32)@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.4)libglib-2.0.so.0libgobject-2.0.so.0libical.so.3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`~@`m` a@_$_@^@]f@]{@]{@]@]@]]4@]?]g@\@[v[~Z@ZYGWH@W@WҤ@W@W@Tи@TMTD@info@paolostivanin.comdmueller@suse.comdmueller@suse.commgorse@suse.commgorse@suse.combjorn.lie@gmail.comjengelh@inai.deadam.majer@suse.deyfjiang@suse.comdimstar@opensuse.orgdimstar@opensuse.orgjengelh@inai.dejengelh@inai.demgorse@suse.comluke@ljones.devjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dedimstar@opensuse.orgmgorse@suse.comjengelh@inai.dejengelh@inai.dezaitor@opensuse.orgdimstar@opensuse.orgmgorse@suse.comcoolo@suse.combadshah400@gmail.comcxiong@suse.com- update to 3.0.10: * Fix generating wrong recurrence rules * Fix a bug computing transitions in tzfiles * Fix reading TZif files to use TZ string in the footer as the last (non-terminating) transitions * Fix reading TZif files to use more RRULEs and/or RDATEs whevever possible * Built-in timezones updated to tzdata2021a- filelist fix for the glib build- update to 3.0.9: * Add support for empty parameters, e.g. CN="" * Accept VTIMEZONE with more than one X- property * Several fixes for recurrences containing BYWEEKNO * icalrecurrencetype_from_string() will reject any RRULE that contains a rule-part that occurs more than once * Improve thread safety * Fix compiled-in path for the built-in timezone data * Fix reading TZif files with empty v1 data (use v2+ whenever possible) * Add backwards compatibility for previous TZIDs * Built-in timezones updated to tzdata2020d * Fix build with newer libicu * Fix cross-compile support in libical-glib - remove 0001-Fix-build-with-icu-68.1.patch libical-read-v2-v3-data.patch: upstream- Add 0001-Fix-build-with-icu-68.1.patch: fix build with icu 68.1.- Add libical-read-v2-v3-data.patch: correctly read slim timezone data (bsc#1178412).- Update to version 3.0.8: * Fix for icalattach_new_from_data() and the 'free_fn' argument. * Fix if recurrencetype contains both COUNT and UNTIL (only output UNTIL in the RRULE). - Replace gcc-c++ with generic c++_compiler BuildRequires. - Use cmake_build macro, forcing single thread building is no longer needed. This breaks support for SLE12SP4, but that one is superseeded by SP5 anyway.- Update to release 3.0.7 * Fix memory leaks in attachment handling and elsewhere. * Fix a multithreading race condition.- Fix multibuild building. For baselibs.conf and _multibuild to work correctly, we need to define all possible %package in the spec file irrespective of the "flavor". Packages are not generated if they do not have a %files section- Add pkgconfig(libical) BuildRequires: pkg-config 0.29.2 is not able to generate libical-glib pkgconfig dependency without libical.pc.- Fix glib-devel dependencies on the typelib files after they were renamed to match the correct names.- Add libical-glib3 to baselibs.conf: dependency to evolution.- Update to release 3.0.6 * Handle both COUNT and UNTIL in RRULEs * Fix RRULE BYDAY with INTERVAL=2 conflict * Various fuzzification fixes * New publicly available function: icaltimezone_truncate_vtimezone() * Add option to disable building the test suite * Built-in timezones updated to tzdata2019c- Use proper grammar in description.- Build glib and gobject-introspection bindings separately in order to avoid build cycle. - Move gobject-introspection bindings into their own packages. - Move libical gir into libical-glib-devel.- Enable libical-glib, required by evolution-data-server 3.33+ - Add rpmlintrc to filter typelib warnings- Update to new upstream release 3.0.5 * New publicly available function: icalproperty_get_datetime_with_component(). * Allow reset DATE/DATE-TIME VALUE parameter for all-day events * icalproperty_get_datetime_with_component() will use location as TZID fallback. * Built-in timezones updated to tzdata2019a.- Add patches 0001-vcc.y-factor-out-hexdigit-conversion.patch, 0002-vcc.y-fix-infinite-loop-with-lower-case-hex-digits.patch, 0003-vcc.y-fix-infinite-loop-with-non-hex-digits.patch, 0004-vobject.c-vCard-Unicode-reading-support.patch, 0005-vcc.y-do-not-ignore-field-separator-in-QUOTED-PRINTA.patch to support Unicode in VCF (and fix infinite loops). [https://github.com/libical/libical/pull/354 ]- Update to new upstream release 3.0.4 * Silently fail RSCALE recurrence clauses when RSCALE is disabled * Fixed icalcomponent_set_comment() and icalcomponent_set_uid() * fix FREQ=MONTHLY;BYMONTH * Skip UTF-8 marker when parsing * Fix parsing ? in VCF files produced by Outlook * Fix TZID on DATE-TIME value can override time specified in UTC * CMake discovery module for ICU uses pkg-config now * New publicly available function: icalparameter_kind_is_valid() * Built-in timezones updated to tzdata2018e- Update to new upstream release 3.0.3 * Various changes to the API over 2.x. * Fixed use-after-free issues and some memory leaks * More accurate VTIMEZONE generation when using the system time zone data (when USE_BUILTIN_TZDATA=False) * icalvalue_new/set_date and icalvalue_new/set_datetime now enforce DATE and DATE-TIME values respectively. * draft-ietf-calext-extensions (RFC 7986) support added. * Parameter values are now en/decoded per RFC 6868. * Added support for VPATCH component. - Disable building static libs, nothing seems to be using it. - Remove 0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch, libical-boo986631-read-past-end.patch, libical-boo986631-check-prev-char.patch, libical-parser-sanity-check.patch, libical-timezone-use-after-free.patch, libical-boo1015964-use-after-free.patch (all are upstream)- Modernize spec-file by calling spec-cleaner- Add fixes for various crashes: libical-boo986631-read-past-end.patch libical-boo986631-check-prev-char.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.- Add 0001-build-ICU-must-appear-as-Requires-in-pkgconfig.patch- Fix wrong baselibs provides- Add pkgconfig(icu-i18n) BuildRequires: Build the new RSCALE support.- Update to version 2.0.0: + Lots of source code scrubbing. + RSCALE support (requires libicu). + CalDAV attachment support (draft-daboo-caldav-attachments). + Resurrect the Berkeley DB storage support. + Incorrect recurrence generation for weekly pattern (gh#libical/libical#83) + Handle RRULEs better. + Handle threading better. - Drop reproducible-generator.patch: fixed upstream. - Bump sonum to 2, following upstream (also update baselibs.conf).- 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)./bin/sh3.0.10-150400.3.2.33.0.10-150400.3.2.3libical-glib.so.3libical-glib.so.3.0.10/usr/lib/-fomit-frame-pointer -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:Maintenance:30272/SUSE_SLE-15-SP4_Update/fb49bb509eb87f773a07485ee8f7db52-libical.SUSE_SLE-15-SP4_Update:glibdrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=10a8890f1200bc93600831382a3e62bb722c0b22, strippedPRRRRRRRutf-82144ccc8b4353dd4d75c91c039fadb8efbb09d7151a3a815f8a1190a85111f4d? 7zXZ !t/L;]"k%]d9cdKax?lֵ.:[{ YǍr]x8xh՝ 6j#~M*l/D~9B-~ G #VDU35#ԈR_Yuf}fN>$Z>$GJo0@k~xc19ku}#@?BtmױϨZ,AttdޝQ#^,3P| ڶεIS VG,zJ Mdpc1/j'.kpl<#n>@++jYwHV^1i!QG/-ʢ71"GTwd2Fu!ӧ-/Um:jx qSMK?:`@fovt)Qՠ۷vv*Vż̧AtBx)~"/WZaO2.8@HጿVײh RP]DVԋM.W؇` ;L*nur (_<:"6Է |#o~Ɂa5h\d3jn k=@ ރ"4Pv]Iº?[ustҸB8Ŕ}L A7FVaĞ=?ФIAe>Su_Q($X%iUq2T gۆ>MWEF Psrko"&EAY`!y~GwڜAͥ yηv 5'详`.S]s I[nfԊ:+8JH[A}Bgi5/ Nz /9̓ODvcD()E?}I<{ڪ ÍgRE1Y;{{$2G!#ce8BDګ8/я3~w Kǹp Sfdc!U"0T힗Fo rn[Ό-R+,N<$pVvN>R*"aIbe[>)|WG Zpg>8 z+ Q'ɹMmJp@se& H?ɵh.p MDam4s⮂3|ϝ(xXt2RRaRKOEJ#q8c=bðXIrWsYm0VBZ)K =d6IӀ6/{&|'M~1}Jɜ)YOI= 86S|}ɳ+i=K\ǧ2Jj+n`>YF$)%_pL?-΍hMGRS2 ): 3>wNn- {K. ε kn9äDSR8r\ j4--T?#7W3«̀Q%qC;KA #FmBGԱ}P:#:9w!b";V5qlX.ࠑDdYWYuHɒHx49Ǐ9ff228;H(&E06|Q&[t8g0Rtlŧ1S[^l)xfRz>QS14t ﲚip;II5)tC˳O'$e zAg|a`Rx0[D), _Wy/FC~>x InN,qsm2a+F &A ku./]oU{ex(鵎Ԏ$͢Gű!6+Bے6&n>QgfTv1K$2qI`;2?.)!cdJߴĕMNڔ4?> Ku.\k86BtwrjÍ־0fKOU"{h΢P(WKAEfx!.>S|%}MfAKXa0P7 YjR~ *DP<Z*`Xz&}2TBKӲP c,Ms5s,(rSַ6$Zrk13}yfX]-+<殮)+jeC ƮLg/kv n$z"b9-f -XǓ*#TւWmwˎɚTM/\ e":#0PjB;Ty ¨K+E2λS奒ԁh_秨_d0Ϫ8z&wkEu#[|L&e/`1~$hZ(onp&pmfWҟGyȅQ0k(3w2 ʆG- bT>ɓaٰ_l[2D̑g4aTd)l]F<%qC(^Ǡ Rr&JSZDZJM)8͇JLEtB^5ЅqFn3w'2Z_lmo* #`ߛ%R ۍk':e0jy#ߙoyJ(EŞ}mr9ͮl9n0*)fxvGb^pi"kL 8#ͣL_pY]Ƽa+7"aeq$c@ƉZETQ+BHԚ>qEol ~ܻL?RGzQ*8Nw>D aPdDKgU32_--IJF<^O.񅧓#hRń-G3vfz33X Fd/B?-GY{J},rۑS ]U*x1!Sc3wp  2X;guZWPU{ S8/5fM9Q|6;%Ӧ5K+JS&n ||ɕb8! <ߥ\ 7> Pa8p}V/͋͝ ;;uY(I@_F9e 6j^Do3ZxTnZ'b UYo/~YLbo})eO%A᳿5 :{uYn9.j0Dgp@yUY1\HYamk֯X( S\RP\؊ 6;X8- 5JdM3.i=,O1XG1`Bo8$WbEIEvP1K[Mye3#=~]{HE, YAd)sAp\#*l#|U_k)@Nί&"5tj; 0"ܭa sՓZZK'TVĸg2SȐSb^ 7В ӳ1)l-ZS14[,{B׃},^:YSNgF&;0ӥ ؇Qމ诙 qF&SIbj8(tYaeI`*ƍbo +Z^BQX )]KbWAd`R Ґܢ%a0*R lܹvOLFU4.Njb}lX@K?eNpa~(ێ _z{F _6!Wک>"+V|Jk]<" ok&RӸm31 rTkLH06ev2?U1Z.0qXԥVI+ܲR(w)<\y{KWW64ކvO 0{p'&H0kˉA xgC@9EȃPvbԸ{VUGTk.ܔZ>+Yd ?=l8lf'GUHgKa @Q_C.[nT~R+ >2̀6KCx1.|uzvͧzc؆[C q~ B?`z`\H{7dsտ CmiU9. o@nzo8&>6j^/"%7gu,ʊ#pLvw>u$x,5d_ȧކ#/'Yk[:hO&x[vS 2uSZH| ErM OB|˜"Q"z /j q(f+yhy F}.]"qQTW-5osl(ae^"n.?qC35=MI VZz9ǣ-P[~Һ #0ac5n{h-&?G+ͨpO/ hΤvjd& @U%>YIXº/o<+/IW-1T!GoO=;ļ$^,3IE$֮a(xK~`jUn2M .ΒCZ!iAs, YMK uNvugUQ<"kkEs |}~X/;0gji+ˠi{E\:zl s{M͈YZ5~#5 X [:aySKxuoj SR5Zhކx1*wl~'cpK ƎN.M~AQi{۴y"<*y+]jYuld8D=|a<@>%8g3Nk RP~o+2ID&᫩S#rej_ /l /[a9ݏKqtҁ5ql%Ud*͛GXQ(qȓуKl1@:U;uZ7r޴Q UT&3>",L-s$>/U97s#{R?0oMQŐJDM;Ov\-J kJz2-ĔuU!`MF0ن ZQ+Br38D@nNwȎIi]N|6`T=D^v'%Ӛ"@w!u8tiW6.l; D HWJ>)/>cu~}.~k(/هї~^ɷEIvQUws^pg'c^~@-ym}ElraylE86r,') יi|Wͺ>\"vbe酛OaƲ"uHQ+hN1R 1Pl yb|ίi;JǠ(nCro0UxK'D-2 ,i.ME[(eX3Yb ;bB/'U{)1;ڄ%7'C!B d^fC&Tj<,$5tV='r=N)yX]GP"Q^X?2E-U %GgӠ |' h˙D*E4 Lf<5`rôAt:8~#ze\JvJonbg<<׮q6==6%Ϧ0;((Gs)Gu`4=b ؠB8~@]@_Ud͠z~r\j#\`; 9G ȈLh I'3)O4)wb\mf[m0!&z؁' 6`z0_c3w$j1{o\HD#OLE8([iD xTFL?Zexb1XNdp *Y ⾾ٹ0_3Ik甛Ͽ}jj?9LNAh>wb)^oU.;_s̰ӧpbp-}ͨCO)(G5'9[P>*LoEN5\m->ARMה٦˺ o"sFQV/ T%JؽF~p1C,h8V+J, a PQð̚R#_ &uأ?K;P &oi@U?;`Tͣl="\(;-ndlk[TW)}Bmf%0jC <1|,~p*oJ4l|b`&V"1a_DLw6ǴCНC#n^C$d^- -qפt> [_&S d+\ 0tJ|ǒPE;a-\kC`TgNY~BEbo(5Ո@<29Qfї/=aAfS~lK@:ɱc1X~B}poS_քe]`3ԃꠤy.`+Ir%G!41rz&{KfjlɏyEGz6#*_I*LѲpv\U)'$):zU@2!|b$5\6(0}'=5AZPm:b_9Ù C^=AJ>dYEEbAzux CKM [NZULpf}B#Ak8'b. "wxhJC&}Jdvmf8O݂LOfk[)v{6眙}7[(_;L햤'1 g@,N\?/! Lm,|׾ϵ]X\6PSۅY\}q\H8#i:_Ҭq>8(Tݒ4hxύ P[U~ 1-Onj&4}| s_w&X:4lp飃ޕ16Em W-Ar*’ɖje "/&qvE;}_>7_\j] k؊^]NR]KKyonQ?|i}M f+هNTkYN&&> ZlfI" hN;/:~ ;R΅MVx;=:Dk"' be_UOsdpHgYʰp`%}lF`!U}7HӒ{HѦZd1)1KayXl/ H™(۝>'ZBK'~XZ%SX]/ I6# <` LழHWwĿ.p 9ڭ!qg-=+@ip- vW =qC@ '5nֿ1Ir?hc[KҨRwA!Ș(p{cRHUkE9uZuv+{tYKgݡ Nl[Bkګ v'ASwmlNy?3W-׊NA^!Kq(1r{IZG4\y,y^x,Sd v墧I0Dcvvkzm`ƶȷ~\gNNnҼ7ݓSǒ ixn&_S]2}nesz@F@9nbς78Yˏ U u`3jtRH3ԢcK'sچx,(·M`UzB0zjq3[^ڿ= &r>ӝm{ 0x_8I )vsq[g$OG1%ckz y_-H\tl ";N)><\*A/\WΒQ5] o!&ރ5Mȩm{ R$A-lL8rb0tkHw][{m1Ce)-us;re۶Wm؝e>: $\Ohịx@HF[AL{ΑƉLь|[wT\T;4 ^{?3fC/RXJd +Yo6(y wUZ .UDA~?2o4gk2 Iga+3tUڷ(2Z-eKJLQY<`YQ[L w}"Η-E$R:>e:xH<=a#W:B0.AxA&IM|mQi:_M.ﵓK#ɺa53lb/՞szg/U9bNǰ-AWUY{'  (vwmcp "B̀[•Ovj"SM k'<<) CvAD 9geպ xg  5BLhEWWa0ykd5ddq%o5?CZYZ-il|: |c_$13v=-X_QM&")0>>d!Y vqG磲;ނ7gP1% lKA#"u1g{uԓ:"ԝB(iMvU!ٌ4~Qgx^{*X}bvu'Fi.9tsS&@kLdI(=Z P<(,! ImS VǷ4X%P'AqR7 5SZ|~$X9vZȚCպ1M!WJ~j"'PTfeAwbְ`Ꙋ+؂C/4mbnr:>C!fFgv'C+aWͪd5 GG LLJ@j~gkQH2Вt)O:-e1 x,fMDC6g)͇,?@Ftk۸s_'Uђ2q:PI If9kWfVBD}O w|$IcexlϷio>H-iv04A<>/F q'v<3 Mhzl'm&?aqoi[iKy|"~oԏ5 ~ 7.[i謨bJ^FA97j4JKi7'70UJ^qa]vT7 uӪИb ze6s ~W&Ήr.mQ$,n*H2:!ʕ6/IL2:D+U]&(^8[+?|n{o^*r6HC*"`'ީ$hu6 ׬[ ʫ}EIq=e^9o5*S;᧮}b8ںw p(|ִO"r LS\_ @m&b'͑=_.*j >HCbS578w,ItzA `uOL'B5->0Ĵ Q3ԷLx8p0i U 4Auq \^yR,oҳgGSNW2dѬƄ;-M,,I5.XQߙri{=3j$pzc0YMSO[Oȳr 3H2sqjmQuX?E׬1G,;mzZyp{~& Q--u>t"~ÊO,hu2uB"kJPW;YG' bT|Y)3 ' OuF =nsTjSNQ/u5lIyd+F_`%[~H71Y^.e:اDQ % ed/;DZ,`` y,G³VODxEA Z +M"g5O&Elb"yӼ$v_}=A+\< *!Io>$憱3n{;䑙9,P]|w݃ !OP=7hN)g> A7n\-(\1ii̶,1\ xd f瀍d[ٕC.T=|0(h\U4ԋG~k_H-{[jB,tEwZ ZK X9%qڦOzeW7 ?cmLW,EuO5|Zg]>Ux$c1) 3ςkg>iN_\ .[VP}NAn$.aGDCt[ny(/0:y5^UiQ!6m.a+#*i93ֿHiK2wLh#VXB3O4dUF &~yc a j&6_n 3ԥMq Jb[LwHf06aIב`q5)̝ccexR/KatQjxd%yJ8!}qл9N:\ vdr8dOxP Xxx+,cKIz>p%2ܩn7߂ڧ^:_, (Z NPxћT9Y Lx$8cPYW~~ c7N{Z趄d>q<&n{kZ|f`w(YBRu>{&jt^EfL᠊om@6td=-c!"%HBpE xa.AN&~RFzG-B4Vr= ؟)/q9O8НykjF~{MFK6ny 3KmE-2JI'aBnԊj8^eR88^qBF__c<.Vls:֐RR|{' WZTK4B+vg&Qx~߲ʼpOCtps*4WE[0_8n~nb4[WO4E:@cfcI \TSS9똛3Fڶ̻qdac"QA0gƷr>{~\կе k+RHbؔm2){C'KOP":2p +X]y.E'%j9%RsOrifi ȫPae@>v5+ vW%0/#j i{ǔ!:N mvI0WOPm:_>ΙG [d+Ǜ=cUwhwN