libplist++-devel-1.12-9.1>t  DH`pY*T/=„x?o#.3-3h-w3h0 yo y\qBܣZSzV^1 .$dَެexZѽjԢ.Bo!jz9H_nx_^qD-4c9}|Rt Ft10[p0{ Eq*)mjKEo[x0,2pĘ E$ɗJӑ32HBtinUc0bc9b3fdadf03f9dacc717f1e2df091b3aeb636@߉Y*T/=„Obr$._6NC&sakPrPO]RgHXE<mփo9BJZVu{T>-e5ZTfjHz8% ǝӾ5/>1/8V^#s~O)!5e57|D|oD^Q8W] Zj` +# ^%MX5i`t)Zoϴ:&zK>LAwTv\ WZ83ٵDf@*C@d?m7g߭LCnZg_LP>:3?3d  j * Cc   \ , P0L{(8 9$ : F/G/H/I0X0,Y08\0P]0^1"b1fc1d2Ne2Sf2Xl2Zu2lv2w2x34y3tz3Clibplist++-devel1.129.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++.Y*Blamb19GCopenSUSE 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큤Y*?Y*?Y*?Y*?Y*?Y*?Y*?Y*?Y*?Y*?Y*?Y*?Y*?Y*?Y*?Y*?0ab2808c184b73b818391be1c8efdcebd33a0884f0de828abcc6cb9cd7d6193df91ec7099f3a78d61182c2426d96da60b41c272d9bd1627de968141e3e55bffd7aac8e92f2bf30182d063de4e505156fc69556f8a674f26f4b41e349f8cc2c6d8d57aac75e4d6f8a2cc0920223f0be160eaef110873153734261f33960c629cd20e04734f3536bbb39feff4dda3ea4ea7086b1c05fc48b15bcdac9a32c36b8e2a50d3ecc9a31ac37f6d97c6b0888cb6fe708e3899940b0579037ff5569c4241fb3cc2af07e93cb22714aaa7ff318eb309b86830196d4fe45554ba8ad47de215alibplist++.so.3.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibplist-1.12-9.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.2Y @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 createdlamb19 1495988802 1.12-9.11.12-9.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:Leap:42.3/standard/0c0db0f8131f8fd6f6b88d05e563b357-libplistcpiolzma5x86_64-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textpkgconfig filePRR㝣[.JlZ#3?`] crt:bLLD*hb6!TpѪFl^=L7+0̐b\B׷Ne OyNW `d%^ ΂8d%ͼk6fFA9audz#}HjjYIø'CjU6èa EӼ@l?{uU{'YS^}: Bv>; IiCL9UjnZ9[kAE7z1Y(%mQ>I N“Oa+dd`ȮOLĜc7P".֣CRAnH$*D kFE[C~<ʑK 83$d6^_ !ܻ|) y0حIDG<*X6sUWA46GvjE4MB`TC@RVI$&I?A('r~[aw^@Rd@1=1ӳBTGlC2@e&:"(  -KY&"-.' !70wucBӬkAĽ/s w}P0ݾ.BcFOMmy^1)6cQl?'P x&{KL^#-w-`2'>ۄNnmy iZE B c?/I<ÞUP"< dm@kހ6@CR[P/NхLb0ʶ$ޑ"G \2uI [a|>@}+43&%P na4Wyt!R*%<`%ya5;sFz4m|(xZbS uIBG |A7"Ĩwh7)HE'˗ǒ=+H=r7*ߌoi:6F˪3q_p^^ pQj:̏& BSHFs>>tue{՗e{F kG`alۗ5yܺ A& [کFGtuS CߜGɖ/t}fVuze6yoS%Ys]faPqK*L!F \aР@qllEDq04ՏiG=8NfcLV3Z787xe ' u(#rr,dcJ+J@\Z{]n]Vk]Z\l.~t 0^g9LM5~3oD3bK^ axD;.?A :Elyl;?m=-P 8D7{L2/fimuMm-=vue;`o ŻaUi7 ӵF#z[(JlEZ<_E\"Z??ε|hL73D3GXُx}B~T>-bqcȅFX/Hˋw/FNed;Ͼp>2* `FuӣHnf46HW<.\<p1ud3bd#}+Y2Bؔ;7u pg@UkmJ%B@bw6x.!eNMqyxeW$?UFy7ZerW(h]-DItbT;Pz J"Nlb\vf\XQpz"fdb)KVd)\ʕ$ll3o:0iK=g%Z͞}6a :sUr &j>5?3xiW\M-Uѿ1aiby|%`t 7ĜaO>eEPMpHkNؓg8nʰZ?;bcѿ3KP ^sIwjd&/WbGTK :[} 9^4j+Z3w b۴NyJ]ٱPs~7s_[2PSy.EU^hP V'0GH4D+y(cUߘZ}dfmHqu;~ofw>=RL6烖< 0Wn4xL[/Ƌ 34"_.o.'8=)v_ {e~Q{M_'ث3k ٱBR41S| X+ox'~5x#U aZpΣ!CV]͏F/w6`-@J[X䲗]M-