python-talloc-devel-2.1.9-1.3>t  DH`pYV/=„XI3,yzQWnu.b?Ov毘8osЇA |u91󿤀Z*W#V~y{-!ϡk{EgހjaAX Z'EI PrgI5g{:ɚ_&g\3L:Kkgr3.pgNPyAQu5aeL: *C3 9 RguQ4ճD06ff2f6e4a2ed933a7e5c299d5227880d0b6e528$+YV/=„DS]8L@h2 ?yT3OX[@R+O[H`,ԴZ b.9Ac vB9hB&a3'=.:'>%Y_S}PhO3ȍvlszիɄ64j&W&՛Hz0b '̵"VIw89ilY۱vf(ǓTRwbg&ˬW.L!~n-kbqHag1@A,2@2>@?d  G (4 : @ L  Tl !("8,'9':k'BFGHIXYZ$[(\0]<^lbc%defluvwxyzCpython-talloc-devel2.1.91.3Developer tools for the Talloc libraryLibraries and Header Files to Develop Programs with python-talloc SupportYVlamb11|openSUSE Leap 42.3openSUSELGPL-3.0+http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://talloc.samba.org/linuxx86_64 eX|YV|YVy9666380401151986dd04ac34b89e20d3104a7ee425cad8451fb2994d662e7408libpytalloc-util.so.2.1.9rootrootrootrootrootroottalloc-2.1.9-1.3.src.rpmpkgconfig(pytalloc-util)pytalloc-develpython-talloc-develpython-talloc-devel(x86-64)@   /usr/bin/pkg-configpkg-configpython-tallocrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.1.93.0.4-14.0-14.4.6-1python3-talloc-devel4.11.2XӸXg@W;V@Vm@VɦV@VC-V?9@V3[V+rV(V(U|@UU/@T[bS8@S}S{CSW@R@R@R7R@QQX@PBOG@O/@OQO@O]@O]@O O OONg\jmcdonough@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.comlmuelle@suse.comlmuelle@suse.comdmueller@suse.comdmueller@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comcoolo@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlars@samba.org- 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.- Require pkg-config from the devel packages.- Update to 2.1.1. + documentation updates + a fix for pytalloc-util.pc + performance improvements here and there + fixed compiler warnings- Remove dependency on doxygen. Doxygen is only used for generating the html documentation, but the html documentation was not actually packaged, so there is no point in running it.- Remove dependency on gpg-offline to reduce rebuild times; signature checking is implemented already in the source validator.- Update to 2.1.0. + Add talloc_pooled_object and test it + Allow nested pools + Add a separate pool size + Put pool-specific data before the chunk + Introduce __talloc_with_prefix + Decouple the dual use of chunk->pool + Only provide the --enable-talloc-compat1 in standalone build + Simplify _talloc_free_poolmem a bit- Verify source tar ball gpg signature.- PreReq /sbin/ldconfig from pytalloc.- Add pytalloc to baselibs.conf.- BuildIgnore python for post-11.0 systems only. - Package the talloc man page only on post-11.0 systems.- BuildIgnore python to avoid build cycle- Update to 2.0.8. + Convert error cecking macros into fns + don't allow a talloc_pool inside a talloc_pool. + use a struct for pool headers. + remove unused variables + Update doxygen config. + Slightly simplify talloc_unlink + Only check for pkg-config file when checking for system talloc. + fix a comment typo + simplifiy the logic to build talloc_testsuite in the standalone build- Disable rpath while configure.- Add missing group field to the library subpackage.- Define library name and use it instead of libtalloc2.- Rename package to talloc and add an independent libtalloc2 subpackage. - Enhance and polish the package descriptions and summaries.- BuildRequire pkg-config for post-10.2 systems and else pkgconfig.- Rename libtalloc2-devel to libtalloc-devel.- Define python_sitearch if undefined.- Remove superfluous AutoReqProv on line.- Require libtalloc2 from libtalloc2-devel.- Cleanup BuildRequires and spec file in general. - Add new pytalloc and pytalloc-devel sub packages.- Initial independent libtalloc2 package.pytalloc-devellamb11 14943740302.1.92.1.92.1.9-1.32.1.9-1.32.1.9pytalloc.hlibpytalloc-util.sopytalloc-util.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/ab0f36de533c497a6def10a297b354ea-talloccpiolzma5x86_64-suse-linuxC source, ASCII textpkgconfig filePR}dbοȁcc)x?] crv(vX0C'\bj gP/VߗNlm nBzvg,RVaP4"84g {B#7+FyYɔ^)n[/d\z&x3Am|ȮoIc)In0h rT@szT$ =,Ze&H:YA$"k2#V"rUBKCZ6fqt3f#i| 7];6@{lz&*7b'K#J%Ç|b!eЊ(ko` #~E +u_] HFG(Q:=,+c X R|یbrd:& vM &Q}"\g/W Jf$",JZ/܍RAH^)~QEKd%h4ׇ$ޕ3 15SI\I5K`Չ 1]7_v(UT)By&Q:l%6d !DErmBZI[@)j3).26!tUG+m.jCW G dGs S8{v`ի;4L~Gҟk AԖMsȵܓNEU g_k"+qϷ3_\:~m"b># b=gz'b#VLh6}ttyBd-₝D\Dᲅ* SaNQ8Mb7ࢎ-|f #ß7\I㯦Tdbɔ$'^#^=^bKϝvUث+aJu]X"Ǭ2(f[&4O7O;~FJ\Th|'>(f|4,NT [|'0hF33rdh D^)a v.2yϹFTLE