device-mapper-devel-1.02.146-lp150.5.1 >  A ZH/=„XBdbw YV%Y8NA38T}#uvGM E򗷫(kJJJT"е|XNeᅫ>^L%:Y'8/_8F#Fd'@%U:;cƒó訑jó&& Վ_ '2oH=ьVS鄆JVs}K+Jeiy|n6^$;69f3403671537030db0f3c7b3901252f9d31f0c8ea46c581b41345b383bc3f30062b38821323cf45530363ab7d0fdf54447b7fed<ZH/=„"Vpe.呧vo15m? }w*23OE4d^fV{[3[On S ɍ;wvUx#:#</H]z_S8_˿w}Gf<Cǒ 7:M7OG:})9ALPC4v(6ƒ4q5 ('-[;u&%X̥A)zxh϶mOCN!]SbO h'(>p>?d ) S 17@X d p   D\   (89:FGHIXY\$]<^bcdefluvw@xXypzCdevice-mapper-devel1.02.146lp150.5.1Development package for the device mapperFiles needed for software development using the device mapperZ>lamb10$openSUSE Leap 15.0openSUSEGPL-2.0+ and LGPL-2.1+https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.sourceware.org/lvm2/linuxx86_64$$$$Z8(Z8(Z version-plugins-in-libdir.patch- Remove evms provides/obsoletes, last seen on sle10 - Mark configs as such - Ghost the during-run created dirs - Install rcbla compat service symlinks- Sync with device-mapper.spec, build only lvm and wipe devicemapper binaries - Install in /usr there is no technical reason to keep this out of /usr- Split out device-mapper and clvm to separate spec files * No factual changes just deletion in the spec to keep it out of interacting with those parts- Do not explicitely require expat it is only used by thin_provisioning- There is no factual reason to keep the device mapper out of /usr so just match everything else- Remove device-mapper-static.patch as there should be no need to have static library here and it can be reenabled with some explanation if needed- Rename device-mapper-link to device-mapper-link.patch- not output error message inside retry loops to avoid noisy error message being output inside retry loops in case of remove failure because device busy. (bsc#940298 boo#957059) add: libdm-iface-not-output-error-message-inside-retry-loop.patch- Add 'Also=lvm2-lvmetad.socket' in '[Install]' section of lvm2-lvmetad. service to remove lvm2-lvmetad.socket when disable lvm2-lvmetad.service. (bsc#960044) add: lvm2-lvmetad.service-add-Also-lvm2-lvmetad.socket.patch- Split thin-provisioning-tools from lvm2 package for easier maintenance. - Update to lvm2-2.02.141 (device-mapper-1.02.115) - Remove patches: lvm2-do-not-strip-pdata_tools.patch: thin-provisioning-tools patch lvmetad.c-ignore-lvmetad-global-handle-on-disconnect.patch: already in upstream no_buildroot_shared.diff: LVM_SHARED_PATH dropped by upstream- Fix missing dependency on coreutils for initrd macros (boo#958562) - Call missing initrd macro at postun (boo#958562)- Re-add lvm2-do-not-strip-pdata_tools.patch: this is still needed.- Fix boot failed due to segfault at libc (bnc#942755) add: lvmetad.c-ignore-lvmetad-global-handle-on-disconnect.patch- fix spec to change /sbin/thin-check to %{_sbindir}/thin-check. (bnc#940754)- Update thin-provisioning tools to 0.5.3 * Fix bug where the tools would crash if given a very large metadata device to restore to. * - thin_delta, thin_trim * --clear-needs-check flag for cache_check * space map checking for thin check - Drop unnecessary lvm2-do-not-strip-pdata_tools.patch- Allow building without clvm (boo#923127) Keep clvm2 building by default- dmeventd: fix dso_name compare error. dso_name is thought as not empty and doesn't create monitor thread. (bnc#935623) add: dmeventd-fix-dso-name-wrong-compare.patch- 13-dm-disk.rules: Import ID_FS_XXX variables from udev database(bnc#909358) If the disk is unavailable we need to import the existing ID_FS_XXX variables from the database, otherwise the filesystem UUID won't be set and the by-uuid symlink will disappear, leading to intermittent boot failures + Import-ID_FS_XXX-variables-bnc909358.patch - 10-dm.rules: Reset state variables for spurious events (bsc#932300) + 10-dm.rules-Reset-state-variable-for-spurious-events.patch- Update to 2.02.120 - Fixed numerous bugs(see WHATS_NEW for full details) - Deleted dab3ebce-devices-Do-not-support-unpartitioned-DASD.patch (upstream)- fsadm: add support for btrfs(fate#318413) fsadm-add-support-for-btrfs.patch- Moved BuildRequires: libcorosync-devel and libdlm-devel from lvm package to clmv package to avoid dracut build needing cluster stack to be built. (bsc#923127)- provides libdevmapper.so.1.02 libdevmapper-event.so.1.02 for VirtualBox.- LVM2 does not support unpartitioned DASD device which has special format in the first 2 tracks and will siliently discards LVM2 lable information written to it when pvcreate. (bsc#894202) Add: dab3ebce-devices-Do-not-support-unpartitioned-DASD.patch - Delete lvm2-lvmetad.socket from %service_del_preun/postun to avoid lvmetad.service being started by 'systemctl retry-start' when updating package. (bsc#914415)- Don't replace lvm.conf- Re-add lvm2-lvmetad.service to %service_add_pre/post - Add service registrations for cmirrord and clvm - Correct category for device-mapper-devel- Add lvm2-do-not-strip-pdata_tools.patch: Change build system to not strip pdata_tools during installation. We need the file in tact in order to be able to produce valid debuginfo packages (boo#910327).- delete lvm2-lvmetad.service from %service_add_pre/post and %service_del_preun/postun to avoid lvm2-lvmetad.service running when use_lvmetad=0. (bnc#901859) - locking_type is set to 3(clustered lock) by default will output warning message if cmirrord is not running. Set to 1 to be same with upstream. (bnc#906710) - Set silent default to 0 to avoid some commands have no output and to be same with upstream. (bnc#888798)- spec: replace some shell variables and paths by rpm macros - shorten filelists by using wildcards- Update to 2.02.114 - Removed cmirrord-fix-s390-endian-issue.patch - Renumbered patches to allow for upstream patches to be applied before local ones.- Drop libudev-devel BuildRequires: we already buildrequire pkgconfig(libudev), which is the better choice, as it allows us to get libudev-mini-devel.- Require device-mapper by device-mapper-devel: otherwise, the .so symlinks might happen to point to no target.- Delete BuildRequire for device-mapper-devel for all symbols needed is created in ./include/.symlinks file. - Add link /usr/sbin/lvm file to avoid others using /usr/sbin/lvm- recover no_buildroot_shared.diff, this may cause gcc error- All patches eliminated since update to 2.02.111 - Eliminated 25 patches in lvm2 package: no_buildroot_shared.diff: don't know why necessary change this pipe_buff-definition.diff: don't know why necessary handle_extended_devt.diff: not need(bnc#525060 not reproduce even without this patch) support-drbd-filter.diff: source to patch not found lvm-path.patch: not needed, upstream fixed hardcode suppress_locking_failer_message.patch: no doc as to why suppress warning add_scm_support.patch: definition device_info_t _device_info is no longer exist upstream patches(18): man_page_sectors.diff make_raid1_default.diff remove-fedora-systemd.patch 0001-lvmetad-Init-lazily-to-avoid-socket-access-on-config.patch do_not_read_from_mirrors_have_failed_devices.diff avoid_reading_failed_dev_in_mirrored_log.diff mirrored_log_fixed_when_double_fault_occurs.diff device_is_usable_mem_leak.diff clmvd-fix-decriptor-leak-on-restart.patch clvmd-Fix-node-up-down-handing-in-corosync-module.patch clvmd-Avoid-a-3-way-deadlock-in-dead-client-cleanup.patch 0001-clvmd-avoid-logging-in-signal-handler.patch 0001-RAID-Make-RAID-4-5-6-display-sync-status-under-headi.patch clvmd-fix-debugging-level-set-in-clvmd_set_debug-function.patch 0001-toolcontext-Only-reopen-stdin-if-readable.patch systemd-lvm2-activation-generator-report-only-error.patch systemd-use-umask-022-for-generated-systemd-units-by.patch remove-quote-in-lvm2-monitor.patch - Eliminated 6 patches in device-mapper package: bug-479104_device-mapper-dmsetup-deps-export.patch:merged with device-mapper-dmsetup-export.patch udev_sync-cookie_set-1-on-each-dm_task_set_cookie-ca.patch: already included in upstream increase-minor-version.diff: not needed segault_for_truncated_string_token.patch: upstream s390-sectorsize4096.patch: upstream add_integrate_flush_flag.patch: included in cmirrord_improvment_performance.patch - Moved device-mapper patches to lvm2: device-mapper-dmsetup-export.patch(bnc#707253) device-mapper-gcc-warnings.patch device-mapper-static.patch device-mapper-link udev_rules-update.diff(bnc#78902,bnc#789019,bnc#789020)- cmirrord has endian issue which cause cmirrord start fail on s390 patch: cmirrord-fix-s390-endian-issue.patch(bnc#890452,bnc#893684)- Integrated device-mapper and thin-provisioning packages into lvm2 package. device-mapper and lvm2 have been included in the same source repository for some time.- Update to 2.02.111 - Eliminated 21 patches.- sanitize release line in specfile- bnc#885632, set multipath_componnet_detection = 1 per default- Generate all symlinks even for multipath events (bnc#875233) patch: udev-Check-for-DM_NR_VALID_PATHS.patch- Versioning for the lvm2-cmirrord dependencies- bnc#878930, systemd is putting out an erroneous message about lvm2-monitor.service patch: remove-quote-in-lvm2-monitor.patch- fix lvm2-activation{,-early}.service is marked world-inaccessible (bnc#878481) add systemd-use-umask-022-for-generated-systemd-units-by.patch - add comment to lvm.conf to inform user to start lvm2-lvmetad.socket if it is not started in case of use_lvmetad = 1 (bnc#878473) - disable lvmetad in lvm.conf to fix it (bnc#862076)- bnc#878121, modify clvmd.ocf start debug level -d2 to d0- bnc#870598, change lockdir to /run/lvm/lock modify lvm.conf bnc#854092, backport patches to fix 'nohup lvm' crash patch:0001-toolcontext-Only-reopen-stdin-if-readable.patch bnc#870824, defaut the mirrortype to mirror when clvmd is running patch:use-mirrortype-asdefault-whenclvmdrunning.patch bnc#859824, get rid of the annoying message 'LVM activation generator successfully completed' patch:systemd-lvm2-activation-generator-report-only-error.patch bnc#837538, fix closedown of clvmd patch:fix-closedown-before-thread-finish.patch- Added: clvmd-fix-debugging-level-set-in-clvmd_set_debug-function.patch This patch is missed in sle12, added from sle11sp3 Fix debugging level set in clvmd_set_debug by using the correct variable (bnc#785467),change default -d0 to -d2- add missing %pre section, specify all sockets and services in all 4 calls.-bnc#871176, 0001-RAID-Make-RAID-4-5-6-display-sync-status-under-headi.patch- Switch from mkinitrd to dracut - Dracut already has a lvm module and takes care that the right stuff is include into initrd, therefore remove: - mkinitrd-lvm2-boot.sh - mkinitrd-lvm2-setup.sh mkinitrd scripts from sources - Add dracut macros in %post and %posttrans to ensure initrd recreation - Remove unneeded comments in .spec file - Do not compile in DATE and TIME to avoid build unneeded retriggering in obs Add: cmirrord_remove_date_time_from_compilation.patch- bnc#862403, modify lvm.conf to add filter to exclude floppy and cdrom- backport more patches from slesp3(bnc#831518) scm support: add_scm_support.patch mirrored log fix: do_not_read_from_mirrors_have_failed_devices.diff avoid_reading_failed_dev_in_mirrored_log.diff mirrored_log_fixed_when_double_fault_occurs.diff device_is_usable_mem_leak.diff clvmd: clmvd-fix-decriptor-leak-on-restart.patch clvmd-Avoid-a-3-way-deadlock-in-dead-client-cleanup.patch clvmd-Fix-node-up-down-handing-in-corosync-module.patch 0001-clvmd-avoid-logging-in-signal-handler.patch fate#314367, missing patch lvconvert-cluster-mirrored-disk-failed.patch other fix: pvmove_support_clustered_vg.diff suppress_format1_size_warning.diff display-dm-name-for-lv-name.diff no longer needed patches: autoactivate-lvmetad-with-generator.patch- add 0001-lvmetad-Init-lazily-to-avoid-socket-access-on-config.patch avoid connect to lvmetad.socket too early to prevent deadlock during "systemctl daemon-reload" (bnc#862076)- fate#315092, improve performance of cluster mirror add cmirrord_improvment_performance.patch- add autoactivate-lvmetad-with-generator.patch - if use_lvmetad=1, automatically activate lvm2-lvmetad.socket to ensure lvmetad is started when required (bnc#862076)- added a lvm2-devel package definition- add csm_convert to lvm2-clvm package(bnc#854076) - system fails to boot due to missing /usr/sbin/lvm(bnc#837954) - lvm2 systemd incorrectly uses dependencies on Fedora services(bnc#851741) - set use_lvmetad = 1 as default of lvm.conf(bnc#854413) - drop patch dont_ignore_tmp_device_file.diff - backport patches from sle11sp3 fate#314367,cluster_support_mirrord_log.diff fate#312248,make-mirror-legs-on-different-tag-pvs.patch improve-mirror-legs-on-different-tag-pvs.patch - set default mirror to md_raid1 insdead of dm_mirror for better performance - enable lvm2-lvmetad.socket by default- Remove /etc/sysconfig/lvm to avoid errors during mkinitrd run LVM_VGS_ACTIVATED_ON_BOOT is not handled anymore with systemd - Remove fillup and insserv from PreReq- bnc#779965, use export before %configure in spec- Add lvm-path.patch: fix lvm binary path in systemd generator. - Use %_tmpfilesdir macro for tmpfiles directory.- Set all "run" directories relative to /run not just the "lock" location - Install /usr/lib/tmpfiles.d/lvm2.conf as required to ensure such runtime directories are _always_ there.- replace BuildRequires: systemd by pkgconfig(udev) again to avoid cycles.- add systemd support to lvm2 package split device-mapper to another package.- Remove usage of absolute paths in mkinitrd scripts- Fix parsing lvdisplay -c output with more than 10 volumes in mkinitrd-lvm2-setup.sh (bnc#826727)- license update: GPL-2.0 and LGPL-2.1 Presence of multiple files (both GPL and LGPL) with "only" licenses- Added url as source. Please see http://en.opensuse.org/SourceUrls- Move all udev releated files in the appropriate udev directory.- udev_sync-cookie_set-1-on-each-dm_task_set_cookie-ca.patch: cookie_set=1 on each dm_task_set_cookie call (bnc#788882)- fix 10-dm.rules (bnc#789021) - port dmsetup export patch to new LVM code (bnc#789019,bnc#789020)- Now also fix devmapper-setup- Adapt mkinitrd scripts to new udev locataion- Fix booting ... place udev rules in the proper location..- Change the default locking dir to reflect the change in filesystem package- lvm2.spec: merge rules for device-mapper and lvm2-clvm packages, so there is only one spec file and all packages are built consistently.- build against the minimal udev to avoid cycles - the sysvinit requires are no longer necessary- Upgrade to LVM2-2-02-98. Improvements include improved interaction with udev and systemd, improved dmraid support, and new command "blkdeactivate".- lvm2.spec: make sure MODPROBE_CMD is set properly when configure is run. Without it, modules are not auto-loaded. (bnc#779965)- Run update of initrd at %post and %postun. We need this to make sure initrd reflects the updates.- Remove redundant tags/sections from specfile (cf. packaging guidelines) - Use %_smp_mflags for parallel build- don't unconditionally enable boot.lvm by default. yast takes care of enabling the script when creating lvm volumes. - don't hard require boot.device-mapper in boot.dmraid. dm-mod is autoloaded when accessing /dev/mapper/control anyways.- prereq sysvinit(boot.device-mapper) to fix build- Update to LVM 2.02.84 - Fix handling of simultaneous mirror image and mirrored log image failure. - Fix vgremove to allow removal of VG with missing PVs - Remove log directly if all mirror images of a mirrored log fail - Fix potential for corruption during cluster mirror device failure - Allow internal suspend and resume of origin without its snapshots - Allow exclusive activation of snapshots in a cluster- own parent directories for device-mapper files- Use %_smp_mflags- bnc#556177, undefined symbol error while loading dmevent so.- Update to LVM.2.02.67 - Require partial option in lvchange --refresh for partial LVs - Add replicators' LVs to dtree for activation - Add lvm2app interfaces to lookup a vgname from a pvid and pvname - Fix memory leak for invalid regex pattern input - Disallow the direct removal of a merging snapshot - Fix lvconvert error message when existing mirrored LV is not found - Add LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES environment variable - Improve snapshot merge metadata import validation- Specify udev_sync and udev_rules in /etc/lvm/lvm.conf- Fix mkinitrd-lvm2 to use udev rules for lvm2- fix lvm2-clvm specfile so that patches apply- Upgrade to LVM2 2.02.58 - Rename liblvm.so to liblvm2app.so - Introduce lvconvert --use_policies - Add readonly locking type to replace implementation of - -ignorelockingfailure - Add liblvm APIs to implement creation and deletion of VGs - Add activation/udev_sync to lvm.conf - Enable dmeventd monitoring section of config file by default - Add --pvmetadatacopies for pvcreate, vgcreate, vgextend, vgconvert.- Link liblvm2cmd.so to libdevmapper-event.so (bnc#556177)- quilt refreshed all patches.- make $tmp_mnt/etc/sysconfig before copying file into (bnc#525237)- Add -lvm2- infix to mkinitrd scripts - collect_lvm reads /etc/sysconfig/lvm (bnc#523944)- Support extended dev with major 259- bnc#510058, typo in dont_ignore_tmp_device_file.diff, which hangs mkinitrd- Cleanup scripts for mkinitrd, so that udev can activate root LV.- Upgrade to LVM2 2.02.45 Avoid scanning empty metadata areas for VG names Pass --test from lvresize to fsadm as --dry-run. Remove duplicate cpg_initialize from clvmd startup. Add option to /etc/sysconfig/cluster to select cluster type for clvmd. Remove external dependency on the 'cut' command from fsadm. Fix pvs segfault when pv mda attributes requested for not available PV. Fix lvresize size conversion for fsadm when block size is not 1K. Add pv_mda_size to pvs and vg_mda_size to vgs. Add "--refresh" functionality to vgchange and vgmknodes. Fix vgrename using UUID if there are VGs with identical names. Fix segfault when invalid field given in reporting commands. Merge device-mapper into the lvm2 tree. Exit with non-zero status from vgdisplay if couldn't show any requested VG. Fix snapshot monitoring library to not cancel monitoring invalid snapshot. Fix conversion of md chunk size into sectors. Fix misleading error message when there are no allocatable extents in VG. Fix handling of PVs which reappeared with old metadata version. Fix mirror DSO to call vgreduce with proper parameters. Fix validation of --minor and --major in lvcreate to require -My always. Fix release: clvmd build, vgreduce consolidate & tests, /dev/ioerror warning.- Handle the case that drbd virtual device has the same PV uuid with the underlining physical device.- Do not filter out tmp device file(bnc#485572) - Do not try to activate VG when all paths are down already(bnc#479104)- Split CLVMD as a independent package- Fix for bnc#486952 use "killproc -INT" instead of "killproc" handle signal in the main loop thread onlylamb10 15246185581.02.146-lp150.5.11.02.146-lp150.5.11.03.011.03.01libdevmapper-event.hlibdevmapper.hlibdevmapper-event.solibdevmapper.sodevmapper-event.pcdevmapper.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-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:Leap:15.0/standard/71636ec6e7675bd3fba9fdb479758485-device-mappercpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filePRRPRRR=GCeg^ r0utf-871c461328d0e05bf6c2b476d85566e0d374ab304e9914640762740ede0979bd9? 7zXZ !t/(À] crv:vg2Y/u tjc,TivX&󚱁zx[EpS ܂a~f1I4槪xS %:B9ڡۚnZ/A+!lr,U ^jI>t&m_cE'9ш 35nw-#TC8IHD.9Y 2f*8K ty`R 27dw-kUz>qA㿶eE82z,Xa1mZ6FQĘIZgp_,0PZRaQ0Ըh3cgnߣ.Xcs85"kKk\FBń1$kt G@: }#|VӺ.0kd6wa g_sT1e<6>,_a}і?2JmN֫ƭV 6Y~h妒FWxK:K^fL5l lI&YB%]E7R=a@hKp )BgU;#wlTJR]rK[,*v⠙ 7C+]\@7Ѷ 5x{TT&WZ7 vG;.qWp%4#g P+)cSv<57Y12Tnty}ܲr[ 9/0!K? !ɴ{ BxفcSզ7dڞɖ27hsifXv=ESZ&o ى3Cw hshL[ؖO-k>s^\gTI#5*c$xXC i7D?< =<3 CvR8DdH_cM>m0݀8<0rݞs~r2?%]!j1BSo2 D]vz2Z- #2{&㜧E!3$'*Y*q`JMR(sj(7[GVmxtƿ2W]- kmGfVo8R4d>uYc0_f8P >28/r>ee?3&kt=T^WCʻ iL(nG]g ݭ)7fA~Ejo3tΥL~Aϋ4p~s(k~hRݼ)wub-^45ېߌ%G 2\ ve 퐒Q;bGYj Bcc9dԅzI(RDهRM9{_?4r1!^a!JW {+>"N4ףߊUV۳P.>PيwB>3 D&?v|X+67D"gqz!\?C ~vK'7 K16ŷA (1;`PZN*c)l :Ag#ųLg1%]O(6 j89Xs%l)Ifs`BrAzeW8wjyoE LJ[a( mADx.u4;<ذ9W.yY}K!"B v"H^1Jl; xV`1;o7rE=oiDECmKƣyU^^5ݝQ-Dޮ_<`#􈗍 iFˊk;@jksn$.nS^<ƴۢb`Yn7o7:Nڟ1^pɀ36X+yl2"B`'؁*t̬6>{nH‰G3z-g#װI]bl&?s"fx[6I$x!0Nϻ7?7J:Mfʏf|Nʵ'S2g %K1ds"]^M IfHU>K#gb[nD+5츨) N=-4D8i2+U GCr֋>O.OcgDAI7-^-쑹$} aT/^<ҁJLǟqܿhaN{Ɣ0'KjE/y{'ZNt*ejCΛ+'9 dܴ'Z3BdWثL)Ԕ :$R9ĪO[rqs(w:ezInҕjo:aoMvt%L,90.n #-K9E!saEo/ytb:1Ջ ÈyCUL|4'4ЮSr6h1XR̶s`WTJ ?Z՚_{fA\FA|q&HʦT\Yty40[pTf W?QÛ+7Df@#^d`{݇t@=H&EšSS4*_?{m ~(|)aek.,ݬa foPǒV[:3:'z 03ML. MO(x)-p)T[VnXvp &C*Ηo2//:YdxTK2fczN)7miC<;<莼}o5"eYkuBQ{( m^//=`84 Y1,* ,d7Oi"3Gx,L#iPRKf<4ސ?{ +#2#Fɗ4M ؋..bQz"$la J?wL5"5tvPcM7nw=ao$ӱ]Ne Wߋj-5H*~${'7Rd-?|#g2]iV|_nu<'T(1q^*tݘIV !r,?ΰmD?uMZ('Idd5BIc2FǬQ!j"G` *9<0 k<M&{\N:_2A?fmNjMb~?W9]Lg=(:]@kI4WN ˂=4&蹠.ф^:Y`ԕl '|LJ[R!{k~$襁3QV`o63V8͏sV{oO$~v1a,CAN>]ukjЫM0e'nr[P4f]^y+@A_I\7?w.j~g:w+g S)MW/ _IjX _r-ђ\L"n@ =ӉGW_hJ<Xu3+Rsʱذo7YOcoRjD1;vĕo##Iw0M_o_ a@a!ͤ琦5Yr1Ƶ-N'duUp}8 &oed$Mmm8zo~C9lkpO #D5cH:M|6` KCȖ=Kpe.\@ۨş`L 2Sp`G߉Q4/S>hQ5aF]Mglh=MOsU '$)T,7@,϶wRM,͸j=P>YD` Ȣo[ܖjPe;. qqqxgjU|nIftq3G#^\w&޿AvDV{- ?L~ 6[~ վ<`z ,1ģҳ/_̩;| D,'uZ7ҙ{$ H'^UL 8FlBƵ8u,SӒ Oo&՗5KȪ cW[h1ui2؟E^d4MG ?"^V?,~50^cS7,ح♎wW6>X4qnpI)YM8VԨNhl/Zrft%uZ+$M#C(˾wpBmj$_eGt`v(#.!; 3]B񣙎>w"ٶfN{-jee bPjA5=YFkL}_JXy1:94O軋 IxMlD*I>T?tn *lxD`CYnդ_^_s8osxFJK5G % {xZq Ъ9aI|*@ K:fiv5xhVeSFN3_%djƩ.ݲW'W0-VNzflQ"Nِv;7f=pqu.`IW^Wo:`Q2?f.j9@$qg`qt->ޚs4Y/0|O7'BW}r'\ 9Kr|txf;( 2@:U+!%(O8t~9z5tLǓg {(CT2tAuQoii>f3cFT2L%󹶜oOЉ؆H ^0̾H  S<红"%(c[*zh<:[f u?ńmuZz&фQb52KVFȚ ć, uܑ#Vl ȏ 9tL| AӜ,ߤ ?2e+m*hܞUȝ=FLȅA/_gg T2x#ʹ,!2y=D^0);Y0n@o? v kCg*&*m8 7LUf vy@l)%47$FIaLi'M;2D߉ Gd'ۏJ5-׫"紗{iynE,GEp ҇6567'oL Z%22=BΘheգ {5ٷcipmub~EI 訩e%~)LQ{hbKzM뀼&"JCL%i ~i,:{Z@GC68]zot<1TF?Q/ETGwjVz'F /uwj?kiS&}u&[QK!gj(:/ž|HSS-n¥Coj0> dQHυHc†P٭ ''2c=|l)  P=w^ ~a#ر4hT:N82 iEgh G !p@);o?ODq,NEwgl7ڇ_ Xx+sp awqNBC?.̈́vi&GܱVvʾ{W|^)*7ǬgaɯxWlj0*{2f7OvFr<4cGloU4Zrw3~ƍ=OHVpƌhj AkiM4o^8:`i$iȍጯ/MWYrK3<}X.#@۶(D HV>| NtKRnXdj']uvC +/HX>yҠyW)sggڮcv6v31bѻF} jd ʏyGp1 ϊTӉ?x;^Q7iXk 29hJ#H)dA> ,)&W:]LygUme^higw K6ͮZ x뛍YѿG* | ږu",P y, 74%jWW823w;l5`Or{0O'3E}|Uϊ$ZO;! v%) Zƒ Q -iقvL"0U0a~"pZn y,JxN*@Fھm"e.Xd`.=SaTɾ^o%wlOqM@ڃ{Wm@/s u3rv̢ ;U@?x,i ̏HfD7 eU;L7 H8m5X6CJ<1Qp$U^;2 DMzyb ڮfMIl?kdw'Ʉe6%a,B_֣c^5NO2ɕu#(m򭮌Hv4LkS$e 5,Ze/Rq_~=4[.ֿ~)~\4$q=ə0#z6E-~jwz[ew7>upV|qɂlrՕfҲC#դv*$N %U ețS^cMQ6O[iU (cK=5el؁~pEr`ءyb`QC_.⹘6AN5_D^˸#Xcwq\A4Dzg4͑V#`h[oB!r0L~o )= ^,nrxALssلpśirSc݇86~Z'F c%Epbb4'1*%0v}(O$IDܙqSI;:"!V"gp›C6=ɪP%ѐTt{#2#(xl4cm >-6&t.WGPՍQB. c}# |V;$G 'ZTp;Ȥ]=6{[K|)(Ytbی{YB"[g[*l⩀ϫᴢpPu "Γ;k< n*KY]e9<θXm#,uD4dK9hDdNɼ3.̾tub΍jJ#}9 k3}b-9>d .#8O?r1ޔˁZ|JNܟ ;# SZÍ Szlho$xd?a:+ `ڣvSQEaM7|McGǕFl'+-*k]}qp?ng؉ǮsP0p:?:F TRRtW "Ut{&+{ɽ=Ii; ZyNȂvB .:qt&'SiERa2JkؽN0pNEuoY)fkM9d>B.C B|7)A͂95Id[nd>?.uDt$kKS2 n+Q0-G(1IZh{^F50(FE{*Uh{Cv?URƚ1mnN֗ҢТk fh26eZS& 鉣a_c״/RkJϵ~|8bߒ/pnDڹT?!X3~_op *:cͰu礶_LNJ4a+R8NWb8Nm`9ʌae5_鼬ո(3Β]dҜ|c-f"1} T&Yi s^_˄685l=c+GWh7k?r!)~]N.čWN)_\[S~%r# ܨ[!_kLUvm{/R^J~D迩iQO_+.gŪ5XMp+=-iz v븲s8AfP`<`UQpc0 l'٩9.qL1\^ɈA}('Q ]Hbc H}sA,KU饯ifag-]6~sa5!`Ht8<JD j)Y}@dp6cL;޷:ã԰KKL~1uԦaiv~wlmQBtk`)6 Y[f+0^ 0z2@4#d aSUtl3xZ8\ZՆCBvsVم7MH:qNPX#s c*h"6xNV=k К/-/y#./P` ߆et衋E.`m3FeKZr4 V [V5U!\9a7W* C0q-;=܁RRtL.R]/%kȱ7v[u*,M%""*#vI)&hZ,}UsIUjiy]QHdk4P@M!Wm1ì[#ϡB;ҭIShg~n=(cU>2G}:G-\O%?}ZH 3v G71صePΧ㤱VO.kϘI6-͍uǹ>i*~mMiK &Ng1(?Du͝GܞjC pqMn֍ѣ%z*6klfbrnN3꿈*UT"Q] ٟ7oRM*/lꊏ.;Zaލ~YhE~Xy_tA(`q It: (\(2b9 Y |QJ]l2@qC^NξF@)e,~琑x(otc;7RHkR6sr!S f}>]U͋{潎TSL;TR6E~@.IcFVq5.0 D>dq uS/uZ}Wyᴮi*y /lWh}8j.d M$ ⤭f{\^k =d{ J#0V OO>E' E (eo8@)U]a6:5G#+.5aghlv~"?/{Xc+A YǓSDwKE8 Z!=~ERa%PpXpVeU٠~&bNԒ_/QX}A޾{jm} ~zϩnB̈-`vA-i$Dt^s=hX|BZUiI?4hu=ޅjC y= =+0Ϝ1$:>8=ZC2'?CD[("u.,SYIp!HE ٫Q&r Uų))0Ɓm->Q%%hOo!N"0D,cܓi=A+~}QwH^ܓ ^༏h#UaQŔ8~??k('īVMY88[SJ}LfB#{epv8cV;ǤQF_}"kg#p=D)zIim1w!ot.#: fB>TikOQ?d,zb(hQ]cO}lr߀%Y>PJE02HXb|ո)8hi10ՂQ6W@xjBgNc)-`{Ldy|\9fH8wXBwL8/OPu^n&bKRc} g!m`p(6*m'F$vc,;:<qpd~8ɰ\y$Ѹ_ rhMhu/UZx9!&ΏR]YaNhc%ý\V\" 饇v?VNN{HrNUBn@5] cr\?l{.ذPjeIe!ⰺYE57V"t0:J|E #UlPqy#=ؑ/"Pîۊ=u"w gYfp!]$4l5h# ;^2m3ObGٰPXq7%LA9ӹ(`S# 0iw͏Z@ƞ64ؠb]5т&}87'qƟ_8&^C—ȊdkZ C݉},k# 4f[  ˦4+E2Y nhiZ?aItprF-)A^b"%4bO* nTcUj$`mzAa}TjM|T˝h^Uv2Γ'~=3F ף,;]ڹe c(=FPrVLwCIQTy0cYvrvN}[/цV<xiU:vڀ nnjO/BRny{lO{ek Fs|ªLtnijP 3"n!2QBO~sݩv?1/N5v,//݋MŒ8=Rϧ&<C'+$_ZJ tBVV]jzDV.3JzTKyoAJ0{,)\Xu LXb?vnx 58X tC ;_Zh\v}B|07u $ba?'߻-rBVgNMLpw)9f1 ɉXF}}:ٽßuMDp 0f蚔S)2/k\?!VC:mlʋA(3,~n^pa xw۠E@5\\Y@Upr?XKVKH4]ӨDV=b0(Hz; X$HZG$2 e 7n,4v]Ӷqr֮P?|M]AܮX,;s3vkW9WB6ygҧX,褘p9︀_.; #-u44= %X]kz|"J/Bϳjt)-!Šg>( `ciCcv{5y7 |k|sq52C',&WOsǂB^Y׹j 8c5[hooj|8>Mbsj6.4O~@EG+E&-ߦL(:5Y%lciڎr㰊,;"׻[: Un0urZ3w\%":#ndI'a8Hr1A_:@o1JRwoAZ-J5B>jȇr^vˆCzcVv۸ټ+.1@)ݗaEH4>=k4aR44jY *NAqʄ;UUȪp1&ڍ)p7-V.i\@bYHN%.411vsg? K!ϸdE)ԏ-ߣo" -~ u;UANu2@J$uޤi؟I  Ļ!n>5$aLF/RԹ46GѨ?P>7 c1K86D9(I%kz1 ]Z~C-Sʠ# p"yp`5+.w^ň~Q5"DtD6 tVS؛ uo邲NL~9/xV90DU{nyӳ^Aq*Ò V63+>rgلܳɜ:/nh SY{o5@ؘq n8v IQr'$Q&%E ](z(.植HP,F[M`͌~?l7HԈLS̿ZT&C)ص)*kaUb4 2i`I6 (?ǞFjFp A*P 11$i@Lrѝ-cYrs%sCZ+=U` uhlO$4*Z]_Hpu#Qwww%ɔ ItOBgm%h83iQlAe VЂ[!cXgTxFs._v#S]ar|[kG}\%>ϋϿ*P:yOmnh ^q BNQ4=US8Rk)*Ý6Bġ'D5h$u73{V0EiK@}!UD'T)>R {oo0(8Cաo&O:| J>IfWwK]]"7<uNG lp~3XZ2Z|p{,v* &歏!xE|iS+d(;>aأՆ҃8쯆?E .[\|"#/u>S>{RkǓenb-ボp'P޻'&bʭMX`|~\OhDq|&L!WjQ-6c% Z7R@T_-AtfeSÌ hn 6x"I]`5UcsVj>Ѥ+m[,v[6+$Ɵ̬6ORt1NţC)縺P:T`0q&{&l/ "O RtW!ǬvnLU$a9+pF k* Wlq۳)&_7R A긙.Suwբ!Focpj~$d(Stjvgs ؇G^G#-H\ҋ> *#Mwc X:,r(\vCAQJS GQy{R W©Z cRvw9%ʛ#V/"7gȣb*l)DVzst6U*ï8&"̆ό^keI &Q~sЮhg} "d䱸x7Jt0΅`7t>KZnß2}-} H5m͠A|$7^_h;oA*K FDk?>tcAjhbHL":pFL0o!͠8 /Hdֽ#"G3S(ZGZfCjq|@|e"Cp-NbBVovl;_:evoYJ-Eʶkl\]1Dĝ(IS\Q=pdK@Hی#f{1;2'|`xtZEb - 'GXsO\ׅQi1Hfb9kG4S⺴++ZzfD(P:2DP~5>u5tuF\) 3y=Y;PE2F 5ҍtV/փV $3x0syqF'uG'\nnG"Wl[sw%} ϣNmmahbDu3.X %IC){-| (gd#-dOm=oPՁZVўkҎN^F`f@A{חuK2Tَ'S"R(AsuuQ,bnBpô̱xxXr&)MpG[5ԩnz Q㞏^˜K&CsA x^F̥u(/$h~-.Ek8/9![ڣ…M_*AZDj{ BȾa?уJ)bM3j[S\aŻOħۗ9Ϲ|`sV}~3{f }DsuazvYWuR lxuH=(YqӨM+ O}F Q`pk;5"hq_5C:Cvw<?D&8۴L(e*?֑G6E.g_Ѓ MD?G'[z-4 nQOM󛦔> li.+ \VvRxg6XTGk1py?YKjz>.LA{ XrkM;d 9A8ŋOf+FB|ęS/if(= j vC$7,?J@8=4"ֶ@hU6)҉g^1܍ kGb#&A*Ura?L'banԡ3I^BzMgIהV-"?*&x:,c~r&-x|fFe K0XaFն ϠM پ&6lk?⫇ bfr<4i~u] U Dt#&^iF(AX5T*߈b(LP d4㶭7{`Oaԑx'(a35O߮D-qhgt“(ݶ[{>t4 ;x* @~qO:688o(Y\<Mf%="ɛ$ۏ r$~PMleUO2 &:#-7j#&0somǯڍʭYv6/XP>F`u\ >[^쓴'##>dP+ 2hs'P=zKE]M@$H8X2Is yZNvϰ\\"tUCj=.2j!譧nC D^i:ۤ4aIOˆ.$_Yx6Yg G,9_hHR:ĵ dȐ0# EbK;w6eiTĂr]1"YN;|f}/ҷCqt.ۧPqs;lOBmI^yW7odFFB:pF̏5S2mRPaӻ`1zAJ&0p=@[$omCW Pf.I‹y䪌gu/ ? : +NYZ6IЯȀޱ):f}\CJ"YGB>M à4덲4eRYb"00K!SR@}E YO4^u`>O<`PO2}a&w9AygN3Z [c#t&L‹dxF&lLAp-؉5ˡ 4ƃEdN>C^R')pArô8%Vklw ;B>EP=NMOՆ?N݌SAvu!!ߛ iO&7dSt~NQ D&RMZy`:DiTgHV=2W.ȭ[cU;C"~/S\3 Ӑqv7Y;`*6C%fy8l~E=,pN#f^"+i'_%bq耟m60Fz;О+cĢOtLG &"m|.~c1^[9rA8#}2*dHdYwpG|LJ˧;}\Z+f/(̺GŕWCPtv+rvxP~7 :2=I h,C=ώдA_BJg;ٿ]]Vjyu"h"ҔEZ.tND-dšN<_fӖ@'YT oA*#G/-v.ePEL#&|eb.ֲ8(IH wȢ/q-0E -ROy̿_& G8?~aOE_~v34u-rٕ俍~'I?dޛw3yrҭ|]{~U Uoۉ#N=D@| ٸ$̪;)6|[ d'_.?>.=Dlh\A[.q]<Ķ (IS zs͉?PsARH <@(&j Fg-M60Hqs^6Pi .ȤйdҁV|ʺta+ϋƩʈ,'ǻ9et4Yoۣ՗b|2zbcʄ_ڌ6p+of^dlD"Q&{usFj^F*1{i@=r\yjgXjS;ӪcQ :."1a rfB`BJXw$c iK8>WU7 [jڃCͬlՔ60%bXlNمɌ&>@)H8zM+]{e" ~i?Ynܤ+Ȼ}ƿ{t<,Hˁ&)&곭C?ͺ*_xÌ?Wn.BQdR!3;3o-ޢ vLHqI3?Zh?r-DbK 29)m+JnHķIvM %5jW5x HsE(~ص xt,B`y)?{7gUgXw9i@ ۭZڣ aLt047y$!Q&L0vyЃzfb7F]A*nCԓhUl{j}@ƚ ۱`e9;M.JR\w\Tg 2"OGvn?Api4 69wmI|+^Q Lڌ[Ma\Cy-1d{-$}_a(O͏+Vת BR 8Z Gs.@+(4zc7@^I8rf"odž>+X[oo[LË)A`r>euX&N}CPt_n+a|' &0ns<30KzPT&o\'UM+Kt(}+F # ,re{%]kIqd Hj~z((0X%5+ bhcHNr>Nd`}fM]0;8)'n7:'8[n'o-Ĩ̍*:4<ɾ ͩWA!DΝ#|F?B9#%p;]1WX9Ӏ"ʘ_?{$`{m}D!/t4-- dZp5CwRPF[]H}kz)n6PM B\b@A6C$2EL&*GµfC>Cfn| K]qE͞A%+T%Yn49ulN0| !\e+I'lHL9Pɏ˯MàN\ }^pЙt3nVd.=րQ]GCZ?Ēz4frK4Ubicl }2ʓ4`Ŏ |?L=~fa[& Y!0)K˄tFUx?jJ&!m[*W&6NqiO6% d )૏|JXD$f8R;\\:`6sLU{wEO0]!p(cC.sRh/]x,WBKEl^n;mA'^<QN"6c*W΋"'.YZ暟?\@ٻLs2ݝkNe1x0%%16j.: x{pgּ3<И ع %C0֡^^e5 'Eܪ&gFlG؆T{8y!\+{y"R%ڹ?e"Y >'OX6]4oJ;6Y ;iWд'TshbHmV+vbGy0 b6jO(#YS Ken5`~7sA]vS7|yrMwrܞT!Vο(eiM 11|=Wq]vbpRBV :eXr\KzkfO+mURRy|p{1B{q{XG=XN4)Y9E{I_!ACbh>&;ZZ7>rӿ% ʥ SϏ79^@p23C@t2 5)kBHX72D$ݤ&WC~ѩsZtҨ>2ʪa8O yHXfCiYIlBi[owb(Q^<.K)x&XT<'<*A(BĽ`839s0#g3f cgt`qX4,]Dmnp0͏Nӽ ,k/r̉ H%XCZ[b?ctՠ*&Ac ƛdJRC&|Q1LTk_ѡ Bổf@Ei sQb3G~Ho_&?3pu k9 <y(@as?74uuE7:ZQoG{M9p^b s`SDjUhdO}ެ:V樨RNXf_=[crp\>")m335rZa3W'/c_@ߥ4oqZˌmH VeQ0eg[ !0I!j8 dSm%MkYVWO7\>QzPoq:)l篆#R|%TCHcHmf+x7ЫA,]i, ^U35ՠ3O.t4OhF;J^g6kbK|_zI)E2Dט%ؼ/wI+EJ(M~fTxָY&1mtҳt? 1e7+[ ZdRf>>[`ZE),BvhhT'O◴~;ൾ}T(,"2\ Y\U7 ݄' ꅷafoPޮd [4y8j@$ÆXG/ObWr9*loqt=5i[u"H/_0#_ݬR|H,푌tif-QvJ+K^gmGe'T*Ud7͵&,th&.&IF}Y\WI*5P/m"ߋ+̓#8Dύ΄g^X rg8lNDZ nOzmNrc)Kk5sR/ɯ><,3mU9֛Q '@|z=3nw?hQhMVdYORmFc:%^2м c%(`Ԕ7pΫ !TkxA}RA'-q넂ISZlim Os{׳_^ 0} 2!n_,"ӌb0\F [&$CP}hiclaPeˋCAN[)'$jUI"ESQzHb.먃ZDhNDUrW\uMt^5F&)ʆC"xX#75Q8j|{Z+Rv⤘=̬i}98 X9ίEVoï`u]_PgK& \) ["m:@(McZ4f}b < )"SḍiM62h,0$@+= c뎬5y{{S~OD^3c##iga(5`>a(ғ>P^4>PΝ5KJS{KAOwwcE(uUd Q|0qf9Q[TvCs0KozZ5Ӝ_ĜR6߯O,Np+b"qBza>4C-vcSёzp5?ߋ fOD֒??ö$($-Ri:SS5=Y ~R6&\SAU%):_.]EDHJ\;qJ4)E.LZ.QD"oRD"ByL! K}ov32`VItFnzIa@vvrA3\Sam\-dˁ܏0# Q;suyΎaWPG0҂oRMM4:ԓ5OЎZ F\vHm&;#G~˸BS[N)Mb,nY*\D8z>#%$dɜ 'D̾xJ(!Fe(rB8Ns!ɺ\M%kY5 )gXV@ >]/ȎKܣр1QѵS{3?u*> VFKX^ai62kZC7[5wT>9㐯*j".ͦԼ uu'Pu<3w]544Qݧ?ӥ1u?"x&8Cz{=rW.D.xb |AטaЄerQZe*%nˆ*`:PRig־ U!!lǯ#رeam#7 oئ.-U/U!MLBA/m-t@bX;ݻ A)l/aMP۫~B:)uT O#jL@l F1qv2;v=Yb=/߅bA_`-͹9驖B1K)c_Ͷ^4CY=uˬkhn(Q0s7:kYoQFBx?J#i F0&;Z%0z!cO )3ONneRdܳoL: b)tSw ?y)o-Hq4,9>t'%P͂M7#P,k!'ht<ܜ>H&ڧD6Jw@JioO!V#8bj C?Wߌ!gs50ōwᢃ{5YD'1!6bV9XA(>zyoxhéAP^zЍek }!շp 쉴6rנ9u~;*ʱ'&Z[W^>HQrFE&6YawܘYjf@G: <:g7)cܒ ]`n@Ųyʚ5grzBYP4}$ {5cf"8tYf㎛Y'`/M_r j59e$oyAqyp jRghnrǫCA8 k| f34~zWEytP4Y>L@/ wxa6 rX"'A\p=?!.0FƤW.@ަ9!9>TC_ XGY;dK\5d D8)EO3cޟmstyUh<n\ؖ 372+>dzBT/Xэ%k 3YEERmuDJљXp@EVEZB FYQ6֖ ,b2퇟½.`ܼGL7\U򏊁1GY•^ų,;7|=xT**QBdNӲ[0[YwUR@gcXԳ IgҖ4H,ET^Q "H#X6jD8+ )PЉfitmc,G&JєZalܫ\ުoN0!q@YBt)o ˆsr\Ǖn˚Ψ$Ivm>w*9s7gij)TcW[1=&υVRnX䨝WgxV+Wz|WFkH>m9^?uI*ͦD 3 #ow5nMu1 ~$`8cPa]Ԯcm ܕԥ^'34c{pC4 If,Ru@IQjyυK͉hD2|dBV>wӕ蜖ھV<8s6G>7]O-]8ñe_K]Kp`%}ĊI3|'ļ)-tʞ]0ԑyizNHv߬4YZ{;'0{}U2ר]3++]M2gL{:G"n2)\ip,^v vAJR|+D]Ug/.QV \s9~ҫ$ ;ь̏kaJVU_Ё\vJ"B_|ZY;, 0Dgz~aFhp?Abz ]8U%0or80 @cidUìZ%,2OB"{Q2lq( ,:𑽵nyz 窜Jfja >VL`OUaPwM0yZ]<'ڋOZ -U{}+*xT#, ^畏_\iyv[LAZJTY w+QGNq!￱OfU`yǻlmb!w(_#oa}5WuV i*EYfi)ΡX ]R#CzP `;LP6L{uc.Ǚej 8\KIOXza}Б@k! Jy+ r&%QXuZ=sqe}c~WhYg|v'Q|θuT(:esSu?Qfy~.8!*HR8t'$< = u$zƒڈPįYFNE}9"XD5O2r.F.|~v8@<oeHHYy\Ѷ YZ