��������irqbalance-1.4.0-150200.12.14.1�����������������������������������������������������������������<���>�����,����������������������������������������]؉�d9�p���9�|��P�R�}��-�:��g+a(Z����@_$F#vmz�d�����h/��ڬ�K`�Ȗ�c�?���ߨNo���#�X��U�D%&�w����'ZK�gA+�A�\䙉ϴ�C�3�T#�#��x[�V��F�r)�-�NRP#�g�]�EGB����i��eET�ٵp�y	����VV,��Ģ�=�g2}]�qe�w�97R��H�^�Co�X{HW��pjW��dI쟊���{�������4Ջ���A\BK<>DX�#Ћ���%U$"�ԉ^�9+���>������������������������F��1<���?�����1,������d�������������������������������
���������������������	���"���������	���?����������������������������������������������������������������������������������������������������	������������� �����������I�����������O�����������V�����������z��������������������
����������h����������������	�����������
���������������������������������
�������������������������:����������X�������������������������������������������4����������������(����� �����8�����(�����9�����������:�����	�����=�����+������>�����+������?�����+������@�����+������F�����+������G�����+������H�����+������I�����+������X�����+������Y�����+������\�����,$�����]�����,<�����^�����,������b�����,������c�����-������d�����.�����e�����.#�����f�����.&�����l�����.(�����u�����.<�����v�����.T�����w�����0D�����x�����0\�����y�����0t�����z�����0������������0������������0������������0������������1(���C�irqbalance�1.4.0�150200.12.14.1�Balance IRQs on SMP Machines�irqbalance dynamically switches the CPUs for IRQs to prevent cpu0 from
being used for all IRQs.��d9�sheep18��gWSUSE Linux Enterprise 15�SUSE LLC <https://www.suse.com/>�GPL-2.0-or-later�https://www.suse.com/�System/Daemons�https://github.com/Irqbalance/irqbalance�linux�x86_64�
if [ -x /usr/bin/systemctl ]; then							
	test -n "$FIRST_ARG" || FIRST_ARG="$1"						
	[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :	
											
	for service in irqbalance.service ; do							
		sysv_service=${service%.*}						
											
		if [ ! -e /usr/lib/systemd/system/$service ] &&				
		   [ ! -e /etc/init.d/$sysv_service ]; then				
			mkdir -p /run/systemd/rpm/needs-preset				
			touch /run/systemd/rpm/needs-preset/$service			
			      								
		elif [ -e /etc/init.d/$sysv_service ] &&				
		     [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then		
			/usr/sbin/systemd-sysv-convert --save $sysv_service || :	
			mkdir -p /run/systemd/rpm/needs-sysv-convert			
			touch /run/systemd/rpm/needs-sysv-convert/$service		
		fi									
	done										
fi�
    PNAME=irqbalance 
    SUBPNAME= 
    SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME 
    # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR 
    if [ ! -f $SYSC_TEMPLATE ] ; then 
        TEMPLATE_DIR=/var/adm/fillup-templates 
        SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 
    fi 
    SD_NAME="" 
     
    
    if [ -x /bin/fillup ] ; then 
	if [ -f $SYSC_TEMPLATE ] ; then 
	    echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." 
	    mkdir -p /etc/sysconfig/$SD_NAME 
	    touch /etc/sysconfig/$SD_NAME$PNAME 
	    /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE 
	fi 
    else 
	echo "ERROR: fillup not found. This should not happen. Please compare" 
	echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" 
	echo "update by hand." 
    fi 
    

if [ -x /usr/bin/systemctl ]; then							
	test -n "$FIRST_ARG" || FIRST_ARG="$1"						
	[ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || :	
											
	if [ "$YAST_IS_RUNNING" != "instsys" ]; then					
		/usr/bin/systemctl daemon-reload || :					
	fi										
	for service in irqbalance.service ; do							
		sysv_service=${service%.*}						
											
		if [ -e /run/systemd/rpm/needs-preset/$service ]; then			
			/usr/bin/systemctl preset $service || :				
			rm "/run/systemd/rpm/needs-preset/$service" || :		
			      								
		elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then		
			/usr/sbin/systemd-sysv-convert --apply $sysv_service || :	
			rm "/run/systemd/rpm/needs-sysv-convert/$service" || :		
			touch /var/lib/systemd/migrated/$sysv_service || :		
		fi									
	done										
fi�
test -n "$FIRST_ARG" || FIRST_ARG="$1"							
if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then				
	# Package removal, not upgrade							
	/usr/bin/systemctl --no-reload disable irqbalance.service || :				
	(
		test "$YAST_IS_RUNNING" = instsys && exit 0
		test -f /etc/sysconfig/services -a \
		     -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services
		test "$DISABLE_STOP_ON_REMOVAL" = yes -o \
		     "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0
		/usr/bin/systemctl stop irqbalance.service
	) || : 		
fi�
test -n "$FIRST_ARG" || FIRST_ARG="$1"							

if [ $1 -eq 0 ]; then									
	# Package removal								
	for service in irqbalance.service ; do							
		sysv_service="${service%.*}"						
		rm "/var/lib/systemd/migrated/$sysv_service" || :			
	done										
fi											
if [ -x /usr/bin/systemctl ]; then							
	/usr/bin/systemctl daemon-reload || :						
fi											

if [ "$FIRST_ARG" -ge 1 ]; then								
	# Package upgrade, not uninstall						
	if [ -x /usr/bin/systemctl ]; then						
		(
			test "$YAST_IS_RUNNING" = instsys && exit 0
			test -f /etc/sysconfig/services -a \
			     -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services
			test "$DISABLE_RESTART_ON_UPDATE" = yes -o \
			     "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0
			/usr/bin/systemctl try-restart irqbalance.service
		) || : 	
	fi										
fi��������������z������B��
4�����������������������d9�d9�d9�d9�d9�d9�45b0fe1e08d49d3153703e82cccfb89ed2a607e69b37c35501eb9c71a6ba033c�3179c1e445b2cb4b81d54ac880daf9ad69a7d113d1febc228092e65c94112e35�8e74fa1c03007def7f699c6a9e40d189cf5781d0c7d1fd480fdd58bee43225f7��5a36c48878d6f099cd045cc1e4af366a7035625fc35ade6e1cad012892011c2d�2020c1fd5a4fe93f04d21e14a63aefeb758eb889d614eba363b867fed7bb5346����service���������������������������root�root�root�root�root�root�root�root�root�root�root�root�irqbalance-1.4.0-150200.12.14.1.src.rpm�������������������������irqbalance�irqbalance(x86-64)�����������	������������@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���@���
��
��
��
������������/bin/sh�/bin/sh�/bin/sh�/bin/sh�coreutils�fillup�libc.so.6()(64bit)�libc.so.6(GLIBC_2.14)(64bit)�libc.so.6(GLIBC_2.2.5)(64bit)�libc.so.6(GLIBC_2.3)(64bit)�libc.so.6(GLIBC_2.3.4)(64bit)�libc.so.6(GLIBC_2.4)(64bit)�libcap-ng.so.0()(64bit)�libglib-2.0.so.0()(64bit)�libm.so.6()(64bit)�libm.so.6(GLIBC_2.2.5)(64bit)�libncurses.so.6()(64bit)�libncurses.so.6(NCURSEST6_5.7.20081102)(64bit)�libnuma.so.1()(64bit)�libnuma.so.1(libnuma_1.1)(64bit)�libtinfo.so.6()(64bit)�libtinfo.so.6(NCURSES6_TINFO_5.0.19991023)(64bit)�libtinfo.so.6(NCURSES6_TINFO_5.7.20081102)(64bit)�rpmlib(CompressedFileNames)�rpmlib(FileDigests)�rpmlib(PayloadFilesHavePrefix)�rpmlib(PayloadIsXz)�systemd�systemd�systemd�systemd������������������������3.0.4-1�4.6.0-1�4.0-1�5.2-1�����4.14.1��d@c~@`e��`KW�`Gc@`@��]�A�]���[���[�@Z�@X���X�e@Xwo�X���V�I�V��@VLh@VK�V@��U��T�7�trenn@suse.de�trenn@suse.de�trenn@suse.de�shung-hsi.yu@suse.com�shung-hsi.yu@suse.com�shung-hsi.yu@suse.com�ohering@suse.de�ohering@suse.de�trenn@suse.de�egotthold@suse.com�rbrown@suse.com�fschnizlein@suse.com�dimstar@opensuse.org�dmueller@suse.com�msuchanek@suse.com�schwab@suse.de�mpluskal@suse.com�mbrugger@suse.com�mbrugger@suse.com�dmueller@suse.com�mpluskal@suse.com�p.drouand@gmail.com�- Last changes log was wrong, this part has been added to SP4
  changes but were missing in SP2/SP3 and are added now (bsc#1208717):
  Fix segfault from previous update (bsc#1206668)
  A Fix-uninitialized-variable.patch�- Fix segfault from previous update (bsc#1206668)
- Fix version - Maintainer forgot to increase version to 1.4.0
  A fix_version_1_4_0
- Add mainline fixes (bnc#1204961):
  The first 2 patches are cleanup patches which should not have any
  functional change, but make life easier to backport the real fix.
  All patches are mainline:
  A    Update-classify.c.patch
  A    irqbalance-properly-check-if-irq-is-banned.patch
  A    remove-unused-path-in-check_for_irq_ban.patch�- not balancing interrupts in Xen guests (bsc#1178477, bsc#1183405)
  A procinterrupts-check-xen-dyn-event-more-flexible.patch�- Adapt also-fetch-node-info-for-non-PCI-devices.patch to v1.4.0, and
  backport process_one_line() and get_int() which is required for it
  to work.�- Correctly detect the NUMA node of non-PCI devices.
  (bsc#1156315 bsc#1183157)
- add also-fetch-node-info-for-non-PCI-devices.patch�- Due to a bug in irqbalance's parsing of /sys/devices/system/cpu/cpu*/node*
  entries, all CPUs is considered to be on NUMA node 0. Backport fix for
  ambiguous parsing of *node* entries in /sys from upstream to fix this issue.
  (bsc#1156315, bsc#1182254)
- add fix-ambiguous-parsing-of-node-entries-in-sys.patch�- Revert previous changes for kernel 5.3+
- remove 0001-Revert-remove-affinity_hint-infrastructure.patch
- remove set-numa-node.patch
- remove 0001-Revert-Types-clean-out-unused-variables-from-irq_inf.patch�- In HyperV VMs all NVME MSI interrupts are set to unmanaged to
  compensate the lack of matrix.c in pre-v4.20 kernels.
  Irqbalanced is supposed to spread the load. (bsc#1119461, bsc#1154905, bsc#1138190)
  Performance can be improved further with --hintpolicy=subset
- add 0001-Revert-remove-affinity_hint-infrastructure.patch
- add set-numa-node.patch
- add 0001-Revert-Types-clean-out-unused-variables-from-irq_inf.patch�- Allow compilation with SLE-12 and before by:
  * removing -std=C99 Latest compiler version does not complain
  anymore, SLE12 SPx and before did.
  * Fix a possible buffer overflow compiler warning
  A fix_buffer_overflow_compiler.patch�- Removed aarch64-compile-fixes.patch because it is mainline now.
- Update to version 1.4.0:
  * Fixed an erroneous calculation of min_load that restricted candidates to a
    subset of objects
  * Fixed powerpc hotplug detection
  * Cleaned up syslog target dependency
  * Added some self test infrastructure (via make check)
- Update to version 1.3.0
  * New features in this release:
    optimization of platform device irq detection
    Added sample udev rules to trigger irq rescans on device add/remove
    Made irqbalance ui an optional compile component
    Added support for Intel CoD
    Add -v | --version option to command line
  * Bug fixes in this release:
    Misc compiler warning fixes and spelling errors
    Compilation error fix on aarch64
    Compilation error fix when using clang in c99 mode
    Unused variable cleanup
    Lots of memory leak cleanup in irqbalance-ui
    Prevent irqbalance from running in a container
    Fix irq affinity assignment in some cases to wrong numa node
    Fix oneshot mode
    exclude legacy irq 255
  * Deprecations:
    without-glib2 is removed, we just need it enough that we can't dummy it up
    anymore�- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)�- Remove superfluous comment out man package packing�- Switch to ncurses6: use ncurses6-config to find the correct
  CFLAGS and libraries (boo#1021328).�- update to 1.2.0:
  * sort_irq logic rework to fix unintended ordering
  * removal of the affinity_hint infrastructure as its not needed
  * fixes for invalid cpumask parsing
  * many other minior fixes (see git log)
  * Aarch64 support
  * live interactive monitoring of irqbalance and live adjustment with irqbalance-ui
- remove fix-aarch64-support.patch: upstreamed
- add install-man-pages.patch
- add aarch64-compile-fixes.patch�- Set-fd-limit.patch: Increase limit on file descriptors (bsc#998399) (fate#321645)�- fix-aarch64-support.patch: Fix AArch64 support�- Update to 1.1.0
  * Banning support fixes
  * Load calculation improvements
  * Documentation fixes
  * Fix command line preservation across re-scan
  * Memory leak fixes
  * Misc. bug fixes
  * ARM irq support
  * New --banmod option
  * New sleep interval option�- Only exclude arch s390 and s390x�- enable build for aarch64�- enable build for %arm�- Clenup spec file with spec-cleaner
- Remove bug-893478_warn-once.patch
- Update to 1.0.9
  * PCI quirk support
  * System Logging compatibility
  * isolcpus inheritance
  * Misc. Bugfixes�- Update to version 1.0.8
  * No ChangeLog available
- Fix home page and download source Url
- Update bug-893478_warn-once.patch; (submitted and accepted to/by
  upstream)�/bin/sh�/bin/sh�/bin/sh�/bin/sh�sheep18 1678784997������������������������������������������������������1.4.0-150200.12.14.1�1.4.0-150200.12.14.1����������������������irqbalance.service�irqbalance�irqbalance-ui�rcirqbalance�sysconfig.irqbalance�irqbalance.1.gz�/usr/lib/systemd/system/�/usr/sbin/�/usr/share/fillup-templates/�/usr/share/man/man1/�-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g�obs://build.suse.de/SUSE:Maintenance:28215/SUSE_SLE-15-SP2_Update/363f773d3bb03f9e068ef89b7ba42a18-irqbalance.SUSE_SLE-15-SP2_Update�drpm�xz�5�x86_64-suse-linux�����������������������ASCII text�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8acdb028d28ca6a59c888ec00f6700736e3b06a8, for GNU/Linux 3.2.0, stripped�ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b566695067ad81bcd9f171b015e4589c5306b155, for GNU/Linux 3.2.0, stripped��HTML document, ASCII text (gzip compressed data, max compression, from Unix)�����������������������������������
������������R��R��R��R��R��
R��R��	R��R��
R��R��R��R��R��R��
R��R��R��R��R��R��
R��9�K��,�(
a�^������utf-8�d380298526b1932554e723f4c6a592c5a4057fc04c937ac63ff14ff7394f6fbd��������?�����������7zXZ��
����!���t/��CV'�]�"�k�%f)�rJ��F�8����(/S��(�7�$�A��8���(A|mP�n�☔'Z}������@?�pɫ�2�^�W'�v��DD�/0p����E^]�U�X'��ź�j���bw�'��F1��Q�gW_W���
��Z�zBt�|ϓ|�g�@s"���B�V�m��P�f�p�� 	����5�TdV��omk�3 +��/�6da��^�k�K��z��<e���pR�`��Z
Q��3Z÷�5�;�����X��@�z���S�1�b\n���JB7
�ߥ'�
���<ҟ�{,J�jZ]�fm��k:������Z(����2�3DAE��Ԋ,�T���5�IIKş�m�R�+LUg��9K��ƺ�}��^a�}G�h0W�<~���-f"Ų-�4�Z�������b'��]����)��n�XI��#�
��9��E��wwh�jZ��P�™�HA�57���_3�`<x���;��U%Z6+\>fgX�XI�"�T���s�n<˘+ǭ����y��4��=�/�/v$����f͙wǏa��V�x���@��w���I���Z)%�&����nъ
`2��x�t�am0�l���|H�,c*Zjup��N�σ��mG���@Б+�k^lg�'��vUsS�.�4�����TA_ᡊ�&��oL����LO}�b���rs�oxv��Ʌ�Zg�
����p	�w�L�b5��˟���.�~;��V{�ԍŒ�6m�՜r���{xȞ�l(����T��]
��΋G�r�����-Ȗy�������$@��G|w�Z|���Ew$XMYҠ`[m���uuT���(����R�
���EH��~9�g�Hh�4 w����$�j[�䮾:��[
�ʎ�R�"P��y���9�	��>�{|,��;�%.C�X2U	*��$<*�,Y��]�="W�O�F�`�h�?����KI۽Z_����I2��8f���ON�3ɠ�?\?VAA��^͙��vޣ�M��mᲅ��J|����šwH+y���[��8�0w’I�Zwek��85'1h��"y�[��%3lz�w;?�z�i�T�v0��Ǎ5�i�f�/X�%�m`�rVp%��^�l���.���EE\�W�m�f/Z�
P��LF���"�E�{�z\Y9J4�:g��d���D�yc�td|N�����#W���]�v��`$�e���DV��C!7^s�W5��s���b�@9��Yg�"4?�Ý��sVP'�ȷ�d.��%KN*6�r�>������P�o<�J��&�-��5l�:���j�^~Ng���R&3�M8����︞
��-��F:O�����x�O���(�
��P�;O���asP��}����0��3�)�J�������8���i@�_3(U����Ίa53w��b{��ݾA�	��ټ���u.�����*lY��BE�2;QW��<#�ߌ������� {���!�r�O�:�`�5>�$�8o�ٜW��M�{������Yq����%�����)H�>(�!�.��RJ���E����u��"t�=Mͨ�	H24+h��w�.b� ��
A���6���^ԧŞ�Vf!��' N���E9D�&����c��.��u��S!���Sd�`�(�6��놛hYj�	T��{�A�)�b�����U�����4�M�'�%�~�<|ޖ�����S�֘�M��f���������{0��d��6:��t���y�]P1� �
��-�ƿ��|��B��,�=R���}�v�7�����%�ճ�"���sj��B���K�엤�`#�N�{dU��oDŽ$��E@����K�f����wD�EI�Z�&|4��&FҲ�h9�j
N±4Q�5��r(�cr<@q%꘭@u_��9���7V����!�B���(q�L�Z�h����^�N��>)�ɔ�9�G3��(��蘅O����r�;�%	�À����q�`��D�-�P{�>Db0�<��������a�;�+喍=��Y�����N�yW�JC�G
��x��q�\1�R�"���D����}�3ݥ^�&���l��{d�¸`����b~�`�7�
�z,hgf��Xk�%R�,��
�k�ܾO��G�"��P���p�"��LN���(��
�xw��R���7h��w�JX�4���K�b�@�UL򐗫>g(B�Ľ��DѭQ�=��:���-)���e��(!K�v'!wL
����k��u��O��c��Wl��g�4��a��6�#U��F�Il��.�8��=���1���
��J��*��8n7�3�3f��dr�!���?a�Xn5/���4#b-�U��%�7=������R��rDV�����i��$M_���^�+\^�y7VZ���'�NǸrdȴKϓ��+�麍>Y"�%|"��I�أK���R��9���!e�ܮ����Q�'b���+��	'�5�'1<���Ŵ���.���gbY݋�O������zy���Y����@���wY�ϑk�2,��@�N���*��v�û�X�ov�D��И�ť���A	o�XP���IS�6�1����_PK��1����=·	2%�K�`ȉ�Y��ƅT;��U&��Ͽ��s�n}!£&�k��)K��{�	Rt�Sq1?���a�}�0��:�f�L�����$����C�Ƹ�B��~4��x�������"��3sa(���2���$����J�Ĵx,t�k~�
C�/���1Q�����+b	2d70,������{��z��:�����l���(�D����W@ ��~
��jp9�rIT,h2E�%����2�^i���"��	F�b�3�i�i��&­r u$*_�c�	zg�_��1U-4�w"o=�'��Y�D�6n�Og��\�$��aR�㰹���𞷇��/{�׆���N^ �5��AR�P�3�ϻƚ�,�Fĸ
\��q�Xy�Ԅ�i��_|L��S,�d����N����ݸz���
����������@���pj�_�D�����{W:����H��x_���;���̉-�S�];��B�lG؄�#�*m'f��s�����1"-�|O��3}��)w9s�J��_��.�Œg�KY����ERUl��b�1
��a�̫p�;Vx�GT����a��;$mĥzݨ��Y+:(��@]B0��߃����Z�ľxE��x=?�ra|�2�d&@&�������jU�;9boE]�JH_B�\��y������ʎ��+��$�i����ռ�o>i`j�>��MWU��EaU;��*�M�Ͷ]p?7��8���h���]�|i$r�B
^����l:���@���o+P�a�9�]$�u-l_
�5�u`q�-�P����6���I�C��$f�cL93h���ܛ��\��D�>�E�_�\���Xem��~��o�bBW��G�[��1)Z��q��xM8b��S�p�UX�_F���y���[���d�n���(��	�� 0/X�f�45�����f��@��e��YG����o��x�Z
/���G�۫c���3(W8"Ʉyc��4'onj�(��}�+pd��Y�g��������v�%"��w�g���u_@�{�}U��AK�z�<����b���omX�u�A���Mt�V�V�M<g�d�#�YXR_��0.�2'%}`{Vr!$��] 7I�nԤb�j��w��b�����0P����/59@+�l{���k.uT�#g�]&�?�*]�q��f=el���qW\�?E�����m�ϒ�W�U�D����iG��u��	e컯��7K�(�UjI;p�����ƀy#Zb֌IfITɋ%��g
-W���~�7Y�U�eG����2$��>0�B�C�V�?T�S ��	I]�y��@���� ��xS$��B9(C���K`�v4��EX7����E�9 ;>��?+��S���p3\����C5��wV��ty@��jj_���ڵ�%����9�50�r��T�4�o�(��<�r3�[a����i�������7(w�L|�cX�+�~[>�C�DAK<ʔW�|���qu��՝�������"��c�`5�X_��U��ߡH�����������#m��b�H�GB�oϥ��I�}���$l�4UE��TH�4"&������!��;��X��i�R����3:�z+�K�2�[T:R�ħ��p\�TT�'Q3�CP��H�̀�w"��Hy�@ � ����A�[V���K�~�sLap^�Z_H�@���Qap��mO��yp�gE�qHho����r� 9����cu!cIJ
Z��/�y�M��#�9��w�Z�ͱ|����z8��f�
Q�������;
�ӓ!�鋜b ���8����� A��:����1
�	HNm^u�Uk˟��h�4��:�3�_M�`��˽R���p,��yi��ӽO�£3ْxS�s���\Qȉ ǂ��������������r8�'4
�
��
�5j�P�~�GMf��(��-��J����f-t����U�!���%
�bگۋ��W���0?�R(	_l(Dߦ��\ȭ.Cb��_<���������ո!�Da��<�4
����$��t�RrR�9�i�OP���ɘ�L�]vݟ��t$%��	'Sb`��N��ʻu�
u<�?��i�::wf�#WM����`���í&�^�3!���N�j��S�sQ����b�֬Z�����u���ќA}�'EE��Q4������(�Vx���.@B
��K�)阡R��~ꁛ�/B�C�h�8��ۈ�	��%���F�Hd�rqהoɈW�%��
�%���c8�h�ُJ�Ug��g��LZ��L�:�aˁ��֘/��y�o�L��O�W�GD|z����	C�[�S����{>y�6��
�[����-v��5�k� *�u=���f�ɍf�/�z�s�����c�� �,F
D��r�I	0�.����Цo����cЍ�	��*��֭�h��m�!���	k^06Y�����?�R���4H&ײ�E���s���	#�阧k~pHi��_<z̗i\���PJ��^���:�}�h,��h�>Y��Ut����6ƛ���e���)p�������T��0����HPD�<q~α��4����uU�@��aPů1�ʽ��HΡ�2I�";��\{���+[f�%�"{��M��ǣ[�u�z�6���ˆ�
����0��A���+��*�{%�,z�_���dN���Ygz*:d�ƺ�~uL��N�)�G��
���R9�����c�L,��*~��(����h��I.5��d����"'cY�I{���%6Ex�"���b�������Ґ��Cp�0�>u�S�s`$F��1]�/
�fj����hh��.���pmj?��.���;e���'�$�I��M��	�;���''��	�p����}�"���iDZ�2*\Am�o��'Y͏����S�;y��&"e�1Vz�Q�k�t�K^�pu`
�i,����Ӱ�=�k��?�TX�,F߂f�&����̫zf�c-ˑ^��R�’[���7��6��FE�bh#����{�t�z5_l����`���!���vС�\4�ϧ�eO.�3#�A^hu��QGc��3Pq!&�%��r�HYOU�����=%{��J���-�5P����"�����rl��KM�XЅV�[a����T{����u�0`��i^
�=b�X}\5?ʟh�:L����w����K�Z}�^�k� �|�}����4b���*�����B(:�#p�L�P��v�X�9��ע��$1_�K�@3�Ahf3�q������ޕ�J^�8�k]��	�Dr�ovT�!Ep}��R�|&q���?�P3k���9�W,�<�J�TD�7�6�Q��$e Gay<�GQS��5~�93�"�����c3ԸrY?2m����K��Y�T[�\z0�3'��nB|9(XLm�*��A�醯�'^ϻ)��u��o���I���6���C�����b����W��fN����,d����}h�_�2���o�#���9`��Ia4]E}���q_i��leF��_����Zim��o��h����XU2I��r+���~��ym�tQJ?�jI�d{G7f�6;���\�@�qI�}�NҚ��q�?�r�������+D�@��+�
!�&�kdO�ba��r}"������-S�)�v����v4��V�d\.�ɿ���3̂��+�k��I!R�R0��8
84x'�l���xd�~/�/��m����r}�_��S�W�Iw	��(d뀓��U>�B��ۥ%�b*�pϻސ�����s\)i/5i5�+��E��U^��hQ�ܞ*����'t;�Vfٰ��"
o	�E�����b�g�]T�_J��՜߳���NhtF�#Ll6K��Sb����A�����Ŷ��߿YCP�i�$�ˤ|O�jB�QTMK�F�j�N�7/���,��d�1q�L��S�Eu/��6栛�)'��ɡ��6*�����$gH���8*f�(��yGI!�&�O�5?�Z�7�� ���~�ɯ`46O��JňJ"���:Dy_�W��������K�(
r`�)9|�o֔�g�ɳ�%2$MJ3��b�yck�Z��~+3��q	'�;�ޏ�����aaz���Jsb)z&��)'竼�t�z!
�&�%��Z� ��K�
�Ϣ�J���b�Pӊ��";r�Ko�&Z�w	Yu�
ox������q����C�耾��_��b���N�l�r�u��DO#��J��m\_���l�3H�}���/�
%�T�a
;+ڃ���Xv�L������%Œ��A\C{Al����o��	��xJrY$��Y��� Xn|�<QC�ң$t�6��꼙x�"��~�{��$@��ׄŖ���Feq���U:/����>�xb�H���(�M�F��u~�	I_��D�f(ퟵ)&��w�j|$wJ��N#�k:���qɼes�{i��8���+�kWp6��XD��Z�QI
>�ȧعvO''��?����2����$�j�/r��F���n��5W��W�Δ���Q�n�S8�+��(�S�s��)	X�2�|�� �ك��U�Yi����$\���nOe�|���|B������i�,5�<>�,Ef^�QW3!`��m��!�N�̀r5�}�A���v5���l�s*w�,�X�A�������s���bȈ|\�j��y�QB5W�Og[{��u�t�:���5(F}�<�O�x����Q�kN��;#Y&d�8����Y�e��`�'��gGa$KW\�F�z"TEc��pR���-�+a��D��_i S`�ӳ�\���jI�0}u�{���	2�љ�\le�!�!\�	*��%���@�PF�_�ź���ʾW���'�d�p& �Va��RC4��d?���U�]��{�K;Zb�߬��P)[u�(�A�X�5=�T��{�-|4X�f'�`7e����4D��T�����+6z�H����7�
���AYk�T.ግ�etP%���X:���HJQa����Kk�m��;s͛\�B��w����U-^n�4/O3wjQ�S��!��h(��aI�+-�g��X&���{�J��.膴F��}��9E+�E�&�����ӥ��d9K�S[�b�����y�����H�"u���H�D�$��Y�da�2)5�.*)K�\�����Ű��|�~A�cG&z{��mYa1�&�T�N{�bY��m��ծ�pEF�,d��>ucm�IE���?.5�X�"|y5�
��]�)�D'��T"�I)�n%t�QZ
IV%%٬�*J��գ���� Jz��R��s_fA�����q�32V#5zV�/[h)m�;ӓ���c2��^�Ą�H��.�J�I~�!w����9�)�P;h+4+���Zu�~�����e`��8��N��.3��^��~��D�X���b��U#���o�q��L$�a68��m߮BUሉ ͜촆 �td����K ������f.�7h��Sh�k���Xh��ąvY�u8�%���j`i
�}�u�<��'n��ƕ�M?8d%��Z�ږ�JHs��?��+S7����B�/��.#���Bp�)-U���'�/�H17��ZЩE.H`Zk�d+�����D׎0�`Kz�x5��Z�����6�K,x=�m�C�2�
GLWg°���"�r�i�4�v�cQ�.�8e��l��*�#y�<��a /�u#!k����K_d惲9l���T��4�(�=�f�.o���P“}���6F)g�{V�GW��*��
6j���ѝ�c�j 	6�_8�Qd��?�U�����!�yP�C`�Q���YhМ�t϶��k���YɌ� �iC�o{IaG�R�q��V�
��N�4��r9�(1�-�PE��Fso:!^��7�Ͽ"�����m�/l*����;����+���b(=G��~���c9���""�O�/SF�!��ݴ|2����i�C�>�[�h��)�NۤH�z19"EK�#�,�9�E0ŀ����b���O%+y��$�V�z�#�-��L<^�}��V꬯�Lcz&����g�:����'���u��
k�Ŷ�ٍ�/$��'�F]��`��C‹�$N���� ����()::&�e�@������"���=_��gcm$i����]���A|��}�'��C
�,�K��>�ͭ;MV������O��Qeu���$�����m8gG�r�g;L��9���e��ݑ��}5���_�~��
�
l<h<��a�1��`2����^Q�OL��x��]iH���s�i"�~rn�m�M�AL� �d���3<i�j�U4�̽>0�${#@��?����ք�K3���ly�w��i����8��P�=�N*�� �<$I'��g�y�h�wǹ_��n��o7x�3�zG �?�+��}�c��+��t�����"�[�\�bS��K�@r4�dEP��yr�l�L���D����Åx�w��ܶ5����5Ǯ5����� �͆B2@X̋��p���m��uA�=He������L�@W(T,�
�ý��W0Ǻc��~�����ǂP�ݍW�~*�	O�f��!�D�jv��̿�{�=�>%	��w���V�jK�ub5�|��A(�m<e�g��5��]�.*2�s��.��)U#��3���L��iX���U=N���r�7E�8�f��_���YOϣ�GI��:�9R��!�H���w��BmM���z8�s�x�{(Y��B��_��x!�Ff\����=^��n�x�o��&%Ξ�ƈ�ۙʸP��^�_��(��h����V��U9Xr0������G�SB6$���청W�r�6{o[d�.ə7(�sF���_V!*�Nd��ij��b}�܏۝��6�M-�ט�I���g��+�����I2��C�mG����Z���}j'�	M�4�@�g�{�`��xKy6����~����nˋ
1�7�:���[ԙ2Nj�L�k�Y���f$���q�������YV3S�A�����_��om�2��O�ӊ��d*P����XC
(������@Ov��/q�r/N��[fDEH�H@Pp�8%�q�t�b����f�	�l��T�M/ʺ����?��Y�ߙ{�)M�e��a�}剅hw��Q0��XV�p=d��
ޘ$+���_�ʩ��_�wm\MZ�RK+�NjO��.m~����`f��0tTƵ�+���Wɤ�w�\�WL�0�+��x�A�S_gaV5��7�~��/�2O �ȧ�6�m+/A��O�ŗ�Qn+�n�2:�T�='�S,����z��-Z�#7"�Z֫��x3<�XS�53ND���{g�U6�/Q����@�T�[���G��*5VG񋊚o���2|�8���0�x�^��Գh�Xi9��a6��"��w���
�F T��iX�%K�w�,I����ʊ
���^i��f�U�ƞO���􋳞�#�aq�狡L��g��;��ع���P׆�%�ӿ�������
YZ