python3-talloc-devel-2.3.1-1.40 >  A `1vp9|YriG(Zuw/6vN* kxl[Ld2Ityi6sj S{^ *vK#Û+UEDxd!p dPu4*d?7V|$*A.SJT#BGI 8պ!)k~k8r@ѮN:j[z`wgvs?#bK{d3KNkwB%JeDm0Z7167c85c5446781716e6e2b3b60dd27f9dd47c01372b77d24ef5ba443f7f0151bc3bd75e6c9dbe9cd89c843f11018ce039ce657f%܉`1vp9|ϰ^YD$`QTwCB+sbEٹ ,ޮg>tu_y-LɱɁ jtCE䄢¿ o4Q>S-2uM@%yak#ֿ~n"+zdz .M-zQ2߳’B@i~bwL ׌Ae˲ >X10,#R"iUHޚ'+f,!#Xf}>pA?d " I  '@FP\ b h t  8DSb|(89H:`BFGHIXYZ [$\(]4^bcdefluvw8xDyPzXhlrCpython3-talloc-devel2.3.11.40Developer tools for the Talloc libraryLibraries and Header Files to Develop Programs with python3-talloc Support`1Dxinomavro SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/Pythonhttp://talloc.samba.org/linuxppc64le ;a]J`12`128742f2dad3aaf885c7b4b699c20bfa0e9edeab380689f91a88aa90af03e6947bb2f14c5aeb2fc01450f1f13238b798487f7bd83287a72009303ca5a846a4917alibpytalloc-util.cpython-36m-powerpc64le-linux-gnu.so.2.3.1rootrootrootrootrootroottalloc-2.3.1-1.40.src.rpmpkgconfig(pytalloc-util.cpython-36m-powerpc64le-linux-gnu)python3-talloc-develpython3-talloc-devel(ppc-64)@    /usr/bin/pkg-configpkg-configpython3-tallocrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.3.13.0.4-14.6.0-14.0-15.2-14.14.1^b;@]]]\~d\Z@[j@ZZ2@ZYdY*@Yx@XӸXg@W;V@Vm@VɦV@VC-V?9@V3[V+rV(V(U|@UU/@T[bnopower@suse.commcepl@suse.commcepl@suse.comjmcdonough@suse.comdmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdimstar@opensuse.orgjmcdonough@suse.comjmcdonough@suse.comjengelh@inai.descabrero@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comlmuelle@suse.comtoddrme2178@gmail.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- Upgrade to 2.3.1 + Upgrade waf to 2.0.18 to fix a cross-compilation issue; (bso#13846). + lib/talloc: clang: Fix 'Value stored during its initialization is never read'. + Spelling fixes s/recieved/received/ + talloc: ASAN fix for test_magic_protection. + talloc: ASAN fix for test_rusty + talloc: ASAN fix for test_pool_nest + talloc: ASAN fix for test_talloc_free_in_destructor + talloc: ASAN fix for test_realloc_on_destructor_parent- Upgrade to 2.3.0. - Patches waf_upgrade.patch and waf_use_native_waf_timer.patch are no needed anymore. They are subsumed by the upstream tarball.- Add two patches making build compatible with Python 3.8.0: - waf_upgrade.patch - waf_use_native_waf_timer.patch- Update to version 2.2.0 + Remove pytalloc_CObject_FromTallocPtr() + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + New minor version to allow Samba 4.10 to release a talloc if required from that branch- Update to version 2.1.16 + Fix standalone build of talloc.- Update to version 2.1.15 + Deprecate talloc_set_memlimit() and talloc_autofree_context() + Fix undefined behavior in talloc_memdup + The build uses python3 by default: + --extra-python would take python2 now + To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install- Update to version 2.1.14 + Fix some typos in the comments + Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings in the output. + make sure we link extra-python versions of libraries- Update to version 2.1.13 + Use atexit() again instead of a library destructor; (bso#13366); (bso#7587). + Prevent assert in sssd (bso#7587).- Eliminate usage of %__cp and %__mkdir_p.- Update to version 2.1.11 + disable-python - fix talloc wscript if bundling disabled + Do not disclose the random talloc magic in free()'ed memory- Reference library name directly instead of using variables to pass obs source validator.- Remove %if guards for blocks that do not affect the build result. Fix RPM groups and summaries. Drop very old SUSE support. Replace old RPM macros by new constructs.- Update to version 2.1.10 + build, documentation and python3 improvements + delete sle11-remove-unknown-compiler-options.patch, supported options are checked for in upstream code- sle11-remove-unknown-compiler-options.patch: build SLE11 and earlier without -Wno-format-length.- Update to version 2.1.9; (bsc#1032915). + fix some coverity defects + fix TALLOC_VERSION_MINOR and talloc_version_minor() + add new tests + add pytalloc_get_type() + add pytalloc_GenericObject_{steal,reference}[_ex]()- Update to version 2.1.8. + performance improvements + Fix memory leak when destructors reparent children; (bso#11901).- Update to 2.1.6; (bsc#954658). + pytalloc: Add new BaseObject + pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeError on mismatch + talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functions + Improve testsuite by avoiding path issues + Only set public headers field when installing as a public library + Fix a documentation typo- Add talloc-python3.5-fix-soabi_name.patch: Do not change x86_64 to x86-64 when building with python 3.5.- Avoid a file collision for non SUSE build targets; (bsc#966174).- Provide python-talloc and python-talloc-devel; (bsc#966523).- Update to 2.1.5; (bsc#954658). + Minor build fixes- Point LD_LIBRARY_PATH to the just-built libraries while calling make test. - Create a 2nd talloc-man spec-file to avoid a build cycle. - Recommend to install talloc-man from libtalloc-devel.- Add doxygen at build time to add the development documentation. - Disable rpath-install and silent-rules while configure.- Add python3-talloc and python3-talloc-devel; (bsc#951911).- Rename pytalloc to python-talloc.- Update to 2.1.4; (bsc#951660). + Test that talloc magic differs between processes. + Increment minor version due to added talloc_test_get_magic. + Provide tests access to talloc_magic. + Test magic protection measures.- Update the Samba Library Distribution Key file 'talloc.keyring'; (bso#945116).- Update to 2.1.3; (bsc#939051). + improved python3 bindings + documentation fixes regarding talloc_reference() and talloc_unlink()- Update to 2.1.2. + Fix memory leak in SMB2 notify handling; (bso#11144). + fix _talloc_total_limit_size prototype + build: improve detection of srcdir- Use the upstream tar ball, as signature verification is now able to handle compressed archives.python-talloc-develxinomavro 16138760362.3.12.3.1-1.402.3.1-1.40pytalloc.hlibpytalloc-util.cpython-36m-powerpc64le-linux-gnu.sopytalloc-util.cpython-36m-powerpc64le-linux-gnu.pc/usr/include/python3.6m//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.suse.de/SUSE:SLE-15-SP3:GA/standard/111e023016b8e7bfa866b775db13644d-talloccpioxz5ppc64le-suse-linuxC source, ASCII textpkgconfig filePRoدLB4Wutf-8e7cb984262b86de3d74b417cd7db5eb70f992e40ac183483dd78e791e4ea1af2?7zXZ !t/] crv(vX0~~^&մbW:h<@]_ZTet,%׼BӥI*^;twQ}Af\˪]fEoFXi͡+O2 `/׸UCνqa (hq?⠢.A `nUe'qu;r?p"zm̧W"ovv\Шy'djHIsuc1a-<7YȮ`1)-{qz3e]|5(敘 'mTQh[J(MT>7-X_q]! eTxyϭKTIボ!RDq^d/㳆-" T`Z08ٵ,QqZn+qֵ!/evt?BTۗ$1Q1; ԁvګƕn]H߫/=hf+Et \C>Hh!&ŧe^h9ֈB~.b M|O$^g" 3ubܷMJpUzp* ;Q1I3Pl9i߯jǦE[n9CA0f7`t J >ֿOc (_;\BR%heB!fG|_ awap簣j:suU+ A-${ 격u:0wQy9CN1^ߣO@7ՉbryއǀE^ >+[Zd";Ù?yf'.4⋘qEU- b:ݬI1ƒ+pJ:NDL0%n0!M^-2E*TRL,U 9qcJ{&[$;\Ƣ 'OUPLx" zųJ5P%r\_Cȿlx51[4K9^뿝{|KiЏOOb0)TNۖi=Ge} [iNN\Gf C3uLm݌pB@{I EAb !+p YZ