libplist++-devel-1.12-11.1>t  DH`pYP"/=„ T} \M1ڄ36!?@aQ} iľLz\ w"L.@PTڌS~?;2jkf?~ߢɽtWJݢM/RJկZ IrLl-=; d7%{ L)o.ZW%IgRE8!?'&4-ڬJ>#3lKk T-BRDǵ@=#a9afae97f394b5241f6eeaf24661079a6ed9e948BUYP"/=„1lb"?Aq]5mKis誙KrMڡ2rb)\6v9"ɧlhU˼+}*aMTZcKd1U`˝}$0cO&{'@2*a73Bq0N{ V`f?O¬0 6Gm؇1Vk1~c3w ABMpO&aW4_ͼI)h莉~X=R)1(V jP>:5?5d  k. Gg    ` 0 T4P(8!9,!: !F0G0H1I1XX1hY1t\1]1^2bb2c3/d3e3f3l3u3v4 w4hx4y4z4Clibplist++-devel1.1211.1Library for handling Apple Binary and XML Property Lists -- Development Fileslibplist is a library for handling Apple Binary and XML Property Lists. This package contains the development files for C++.YPlamb27GCopenSUSE Leap 42.3openSUSEGPL-2.0 and LGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://cgit.sukimashita.com/libplist.gitlinuxx86_64:Z#>2A큤YPYPYPYPYPYPYPYPYPYPYPYPYPYPYPYP0ab2808c184b73b818391be1c8efdcebd33a0884f0de828abcc6cb9cd7d6193df91ec7099f3a78d61182c2426d96da60b41c272d9bd1627de968141e3e55bffd7aac8e92f2bf30182d063de4e505156fc69556f8a674f26f4b41e349f8cc2c6d8d57aac75e4d6f8a2cc0920223f0be160eaef110873153734261f33960c629cd20e04734f3536bbb39feff4dda3ea4ea7086b1c05fc48b15bcdac9a32c36b8e2a50d3ecc9a31ac37f6d97c6b0888cb6fe708e3899940b0579037ff5569c4241fb3cc2af07e93cb22714aaa7ff318eb309b86830196d4fe45554ba8ad47de215alibplist++.so.3.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibplist-1.12-11.1.src.rpmlibplist++-devellibplist++-devel(x86-64)pkgconfig(libplist++)@@    /usr/bin/pkg-configlibplist++libplist-develpkgconfig(libplist)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.121.123.0.4-14.0-14.4.6-14.11.2Yw2Y @XX|@X@TFJTAS@QkP, here's just a backport of the upstream commit- Enable %check as it is provided by libplist and improves quality- Update to version 1.12 * Fix plist_from_bin() changing value nodes to key nodes in dictionaries * Avoid exporting non-public symbols * Prevent crash in plist_from_bin() when parsing unusual binary plists * Fix crash in String|Key::GetValue() and actually make C++ interface work * Fix memory leaks in new_xml_plist() and parse_real_node() * Fix header guards to conform to C++ standard * Update Cython based Python bindings and remove plist_new_key() * Fix key nodes not being output correctly if they contained XML entities * Fix handling and storage of signed vs. unsigned integer values * Fix date handling to respect the "Mac Epoch" instead of "Unix Epoch" * Remove plist_set_type() as it should not be used * Fix deprecated macros to work with older LLVM/Clang * Fix various shadowed declarations * Add documentation to explicitly describe memory buffer ownership * Fix memory leak in plist_from_bin() * Add various test cases based on fixes * Fix wrong timezone related date/time conversion of date nodes * Fix endian detection on MIPS architecture * Fix parallel build for autotools- update version 1.11 * Deprecated plist_dict_insert_item() in favor of plist_dict_set_item() * Updated cython bindings for Python 3.x * Removed swig python bindings * Changed build system to autotools * Added new plist_dict_merge() function * WIN32 (MinGW) + OSX compilation fixes * Made base64 decoding thread safe - remove patch: libplist-1.8-pkgconfig.patch * upstream fixed - added plist.pxd, needed by python-imobiledevice build- Added url as source. Please see http://en.opensuse.org/SourceUrls- license update: LGPL-2.1+ LGPL-2.1 can be relicensed to GPL without further permission. No need to explicitly call out the GPL as a license option. Fedora has been using LGPL-2.1+ for awhile so gain compatibility there too- Allow compilation on 11.4 by disabling cython bindings- Update to version 1.8 * Add Cython based Python bindings * Fix memory corruption in libcnary * Fix building on Big Endian systems * Removed glib dependency, libplist now uses bundled libcnary * Fix building of Python bindings with GCC 4.6 - Do not build SWIG bindings for Python - Remove gcc46_build_fix.patch due to upstream fixes - Update pkgconfig patch- Remove redundant tags/sections per specfile guideline suggestions - Parallel building using %_smp_mflags- cross-build fix: set cmake root, python paths - cross-build workaround: move installed files from sysroot to real root- Add baselibs.conf - needed by usbmuxd's baselibs.conf.- Add gcc46_build_fix.patch. Fixes build with GCC4.6- Update to version 1.4 * New maintainer and source location * Update AUTHORS from git history * Fix Unicode writing in binary plists * Update plist doctype * Fix Dictionary copy constructor * Fix Mac OS X library install path detection * Plug memory leak when writing Unicode data - Remove pkgconfig patch due to upstream fixes- Fix both -devel package dependencies and broken pkgconfig file- Update to version 1.3 * Endianness, alignment and type-punning fixes * Fix armel floating point endianess * Allow compiling with mingw on Windows * Minor bugfixes- Clean up packaging, based on what I did in multimedia:libs.- run prepare_spec- Update to version 1.2 * Fix xml entity conversion * Silence build warnings - Remove upstreamed patches- Add patches to fix xml entity conversion and tests- Update to version 1.1 * Fix use of integer nodes within Python Bindings- Update to version 1.0 * Bugfixes * Remove deprecated API- Update to version 0.16 * Build fixes * Fix issues with SWIG- Update to version 0.15 * Build fixes - Update to version 0.14 * Add C++ binding * Refactor API * Bugfixes- Update to version 0.13 * Add plist_copy for deep node copies * Add node setter functions * Unlink nodes from parent if free'd * Update Python bindings- Update to version 0.12 * Merge ascii and unicode handling in PLIST_STRING using UTF-8 * Remove unicode related declaration in API (breaks API&ABI) * Fix bad variable type for date elements * Silence compiler warnings * Plugged few memory leaks- Update to version 0.11 * Fix Python binding segfaults * Python API additions * Better binary buffer handling in Python bindings- Update to version 0.10- Add patch to fix uninitialized buffer- Initial package createdlamb27 1502957593 1.12-11.11.12-11.11.12plistArray.hBoolean.hData.hDate.hDictionary.hInteger.hKey.hNode.hReal.hString.hStructure.hUid.hplist++.hlibplist++.solibplist++.pc/usr/include//usr/include/plist//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:Maintenance:7151/openSUSE_Leap_42.3_Update/fbedee720e915f733a3cac7c3c58c163-libplist.openSUSE_Leap_42.3_Updatecpiolzma5x86_64-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textpkgconfig filePRR&$維Fk?`] crt:bLLDƧLn"YEڗ)~wN9lZ,K̈́;fbsj][$C>ix 7 "8hjx@Bځ,^Y9=]B'i7̅ lug`E;^{z=MQ.1 5畞^Swi֠ TUVNU6Kn_\Ӭd%зfmy;gbZIh+_< vwйB͉>6͠G6 +PA)(cVFA@'!3'V4^ѧF`I>{IYǒbBe,z驁oT?ſz,,cAY):)*@Gf[Ա ؊n  cFG}wH SQu'$UtXPJr i@+4#ǻ& mF,(k?۾iyg㿧6?w0Dnd_RF˦ƇGJ̈BIyYoOm1d3Kxuׇd+mgzɃq=(=a<%%HFg=_&LYCd ڶ S =g. >/+j{Ҁŕ9RJZn;icس!ɮ򏣪9y#LiML;"Gu_Jg\W '&8 \핃Dǖ60cI1|/2{!j}'b薴"Ϧ eԘ ] =VRF"{(VWcyuF=8\o(Br$C( 3 lt EP%IAhI:=O5YW9AM?=Cf>n<4bPTm#kL!Svٸ_tW[^[`7mhU5-5Z7t`k9&$V;A}5_PaD+8=䯓X Eֆچ)Y5{ޡI)u"k/ZO8!s_m]Tu}{AU/6a\.r?Յ S˲8mZ|]@dxdr=Xf>Ƒ+#)?))g]OaLh> l}r irA@R{4GP4.E0l25[ow5٢`J$|"zIe4