fmt-devel-6.2.1-lp152.2.3.1<>,>^!/=„+TTǤ/BJn-]V D[Sz rM4qAQ̔"{p(ӏJ5zC*D'ՋCoӻrĕ#Tm}Fu#izB|e 0~FW[Op9ӽ)D58N@o@ĎJbs [ڭ0!03OQafA-ӄBm.Rt j@v!xۊR*W$>>5,?5d   N \     lRp   ( 8 9 : F.G.H/ I/hX/Y/\/]0^1b1c2nd2e3f3l3u3v3tw3x4Ty4z44445Cfmt-devel6.2.1lp152.2.3.1Development files for fmt, a formatting libraryDevelopment files for fmt, a formatting library for C++.^!lamb72openSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttp://fmtlib.net/linuxx86_64(WNes ,{JVD0xf/, QKA큤A큤A큤^ ^֠^֠^֠^֠^֠^֠^֠^֠^֠^֠^֠^֠^ ^ڦ^ڦ^ڧ^ڧ^ ^ڦ^!^֠^֠404ac6a171205946759cf72ab58c05c5155e1e3987f8fa9d16bb77f7afacb7d5be949b2af52d6785787366c767f08cef57f2db30ed82dfa1ec5bd8a539f80ad24b86886914c3b5786d780e3490cca88bc6be4391f6a0299341d251ac6091f666aa114b734542b6fefe5a2aaf2b1ac3a1c0dec7172fd8a42af3e844a32031b2fb457e9eef663fa766990bcdb597ced31bd6de3caa8623c753471a828d6eebfaf667a62cd97ebc3b7e387b9a5a1f6621d892d59c2f085a3ff68846a74a17e508e26757613562f8c0ce016189478a1030b78ac037428193d4472678f5eeed3c77343da59c53f38696cae9c761f01144415448cf5c7e33cf73a71acabbc7d318522203f539bf223dc46c6c3d52017277ed1febd3f4324453be8c0b615357c289b039e6799fb2a582bf1bc925dc55807f1b920422fbb2c78239f5dcdf382b15818d497298c62220880e6ccee4cbd1b72443139cfb093d62408bf9741d84aa9bb3c4f38f90d26a2c8a77a4f778fcced7153deb65768f4ee2625971943dbab6138047551a79689eab015c9c48d91ef45e9015b48ed4300e85ae3f12264ece78aa4c70976ba30c090738a38ead06ce8f1f5491aa274bd1d6573aec23f52e3a41ff5d753b98eb97dac4e5f88522b3a3e8a3d7cd7788e732ae611b52a9d58aa8909688cb05bd545accbde6577841ba32cce9bb781a7ee20bdb7426129be7e37b52523050d45e7a07e5bfc64a7e290a8f60cb069bb8d1eb47dac24dc469539d83e4eb2e68bfcdba1ee51137998eb87f104b35c43af15f2bdcf783366bb44c975fb23b486761e7be3b7fe88c9cc61bef8715b6c8572ce22c05d717df92d5963bf0d8d295a933libfmt.so.6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfmt-6.2.1-lp152.2.3.1.src.rpmcmake(fmt)fmt-develfmt-devel(x86-64)pkgconfig(fmt)@    /usr/bin/pkg-configlibfmt6rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)6.2.13.0.4-14.6.0-14.0-15.2-14.14.1^^@^^]@]@]]@]@\\9\ @\ @[vLuigi Baldoni Luigi Baldoni Hans-Peter Jansen Luigi Baldoni Luigi Baldoni Luigi Baldoni Luigi Baldoni Luigi Baldoni Luigi Baldoni olaf@aepfle.deFerdinand Thiessen Jan Engelhardt Luigi Baldoni munix9@googlemail.com- Add fmt-6.2.1-fix_pkgconfig_paths.patch (fix for boo#1173270)- Update to version 6.2.1 * Fixed ostream support in ``sprintf`` (`#1631 `_). * Fixed type detection when using implicit conversion to ``string_view`` and ostream ``operator<<`` inconsistently (`#1662 `_). - Drop 7d01859ef16e6b65bc023ad8bebfedecb088bf81.patch (no longer necessary) - Spec cleanup- Apply 7d01859ef16e6b65bc023ad8bebfedecb088bf81.patch to fix kodi compilation and probably others: https://github.com/fmtlib/fmt/issues/1620- Update to version 6.2.0 * Improved error reporting when trying to format an object of a non-formattable type: * Reduced library size by ~10%. * Always print decimal point if # is specified (#1476, #1498): * Implemented the 'L' specifier for locale-specific numeric formatting to improve compatibility with std::format. The 'n' specifier is now deprecated and will be removed in the next major release. * Moved OS-specific APIs such as windows_error from fmt/format.h to fmt/os.h. You can define FMT_DEPRECATED_INCLUDE_OS to automatically include fmt/os.h from fmt/format.h for compatibility but this will be disabled in the next major release. * Added precision overflow detection in floating-point formatting. * Implemented detection of invalid use of fmt::arg. * Used type_identity to block unnecessary template argument deduction. * Improved UTF-8 handling (#1109): * Added experimental dynamic argument storage (#1170, #1584): * Made fmt::join accept initializer_list (#1591). * Fixed handling of empty tuples (#1588). * Fixed handling of output iterators in format_to_n (#1506). * Fixed formatting of std::chrono::duration types to wide output (#1533). * Added const begin and end overload to buffers (#1553). * Added the ability to disable floating-point formatting via FMT_USE_FLOAT, FMT_USE_DOUBLE and FMT_USE_LONG_DOUBLE macros for extremely memory-constrained embedded system (#1590). * Made FMT_STRING work with constexpr string_view (#1589). * Implemented a minor optimization in the format string parser (#1560). * Improved attribute detection (#1469, #1475, #1576). * Improved documentation (#1481, #1523). * Fixed symbol visibility on Linux when compiling with - fvisibility=hidden (#1535). * Implemented various build configuration fixes and improvements (#1264, #1460, #1534, #1536, #1545, #1546, #1566, [#1582], #1597, #1598). * Fixed various warnings and compilation issues - Dropped Group tag- Update to version 6.1.2 * Fixed ABI compatibility with libfmt.so.6.0.0 (#1471). * Fixed handling types convertible to std::string_view (#1451). Thanks @denizevrenci (Deniz Evrenci). * Made CUDA test an opt-in enabled via the FMT_CUDA_TEST CMake option. * Fixed sign conversion warnings (#1440). Thanks @0x8000-0000 (Florin Iucha).- Update to version 6.1.1 * Added a missing decimal point in exponent notation with trailing zeros. * Removed deprecated format_arg_store::TYPES.- Update to version 6.1.0 * {fmt} now formats IEEE 754 ``float`` and ``double`` using the shortest decimal representation with correct rounding by default: .. code:: c++ [#]include [#]include int main() { fmt::print("{}", M_PI); } prints ``3.141592653589793``. * Made the fast binary to decimal floating-point formatter the default, simplified it and improved performance. {fmt} is now 15 times faster than libc++'s ``std::ostringstream``, 11 times faster than ``printf`` and 10% faster than double-conversion on `dtoa-benchmark (https://github.com/fmtlib/dtoa-benchmark) ================== ========= ======= Function Time (ns) Speedup ================== ========= ======= ostringstream 1,346.30 1.00x ostrstream 1,195.74 1.13x sprintf 995.08 1.35x doubleconv 99.10 13.59x fmt 88.34 15.24x ================== ========= ======= * {fmt} no longer converts ``float`` arguments to ``double``. In particular this improves the default (shortest) representation of floats and makes ``fmt::format`` consistent with ``std::format`` specs (#1336, #1353, #1360, #1361) .. code:: c++ fmt::print("{}", 0.1f); prints ``0.1`` instead of ``0.10000000149011612``. * Made floating-point formatting output consistent with ``printf``/iostreams (#1376, #1417) * Added support for 128-bit integers (#1287) .. code:: c++ fmt::print("{}", std::numeric_limits<__int128_t>::max()); prints ``170141183460469231731687303715884105727``. * The overload of ``print`` that takes ``text_style`` is now atomic, i.e. the output from different threads doesn't interleave (#1351) * Made compile time in the header-only mode ~20% faster by reducing the number of template instantiations. ``wchar_t`` overload of ``vprint`` was moved from ``fmt/core.h`` to ``fmt/format.h``. * Added an overload of ``fmt::join`` that works with tuples (#1322, #1330) .. code:: c++ [#]include [#]include int main() { std::tuple t{'a', 1, 2.0f}; fmt::print("{}", t); } prints ``('a', 1, 2.0)``. * Changed formatting of octal zero with prefix from "0o0" to "0": .. code:: c++ fmt::print("{:#o}", 0); prints ``0``. * The locale is now passed to ostream insertion (``<<``) operators (#1406) .. code:: c++ [#]include [#]include struct S { double value; }; std::ostream& operator<<(std::ostream& os, S s) { return os << s.value; } int main() { auto s = fmt::format(std::locale("fr_FR.UTF-8"), "{}", S{0.42}); // s == "0,42" } * Locale-specific number formatting now uses grouping (#1393, [#1394]) * Fixed handling of types with deleted implicit rvalue conversion to ``const char**`` (#1421) .. code:: c++ struct mystring { operator const char*() const&; operator const char*() &; operator const char*() const&& = delete; operator const char*() && = delete; }; mystring str; fmt::print("{}", str); // now compiles * Enums are now mapped to correct underlying types instead of ``int`` (#1286) * Enum classes are no longer implicitly converted to ``int`` (#1424) * Added ``basic_format_parse_context`` for consistency with C++20 ``std::format`` and deprecated ``basic_parse_context``. * Fixed handling of UTF-8 in precision (#1389, #1390) * Added a CUDA test (#1285, #1317) * Improved documentation (#1276, #1291, #1296, #1315, #1332, [#1337], #1395, #1418) * Various code improvements (#1358, #1407) * Fixed compile-time format string checks for user-defined types (#1292) * Worked around a false positive in ``unsigned-integer-overflow`` sanitizer (#1377) * Fixed various warnings and compilation issues (#1273, #1278, [#1280], #1281, #1288, #1290, #1301, #1305, #1306, #1309, [#1312], #1313, #1316, #1319, #1320, #1326, #1328, #1344, [#1345], #1347, #1349, #1354, #1362, #1366, #1364, #1370, [#1371], #1385, #1388, #1397, #1414, #1416, #1422, #1427, [#1431], #1433) - Dropped fmt-bigendian_1.patch, fmt-bigendian_2.patch, fmt-bigendian_3.patch and fmt-bigendian_4.patch (merged upstream)- Added fmt-bigendian_1.patch, fmt-bigendian_2.patch, fmt-bigendian_3.patch and fmt-bigendian_4.patch to fix tests on big endian targets- Update to version 6.0.0 (too many changes to list, see ChangeLog.rst) - Dropped 0001-install-pkg-config-file-into-libdir.patch (no longer necessary) - Switched to MIT license - Increased SOVERSION to 6- Install fmt.pc into libdir with 0001-install-pkg-config-file-into-libdir.patch- Update to version 5.3.0: * Introduced experimental chrono formatting support * Added experimental support for emphasis (bold, italic, underline, strikethrough), colored output to a file stream, and improved colored formatting API * Added support for 4-bit terminal colors * Made std::string_view work as a format string * Added wide string support to compile-time format string checks * Made colored print functions work with wide strings * Introduced experimental Unicode support * Removed undocumented basic_fixed_buffer which has been superseded by the iterator-based API * Disallowed repeated leading zeros in an argument ID * Deprecated fmt::visit, parse_context, and wparse_context. Use fmt::visit_format_arg, format_parse_context, and wformat_parse_context instead. - Removed upstream merged fix-fmt_pc.patch- Do without em dashes in summaries.- Added baselibs.conf as source- initial package for version 5.2.1lamb72 1593432865 6.2.16.2.1-lp152.2.3.16.2.1-lp152.2.3.16.2.1fmtchrono.hcolor.hcompile.hcore.hformat-inl.hformat.hlocale.hos.hostream.hposix.hprintf.hranges.hfmtfmt-config-version.cmakefmt-config.cmakefmt-targets-relwithdebinfo.cmakefmt-targets.cmakelibfmt.sofmt.pcfmt-develChangeLog.rstREADME.rst/usr/include//usr/include/fmt//usr/lib64/cmake//usr/lib64/cmake/fmt//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/fmt-devel/-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.opensuse.org/openSUSE:Maintenance:12999/openSUSE_Leap_15.2_Update/947371e7332a8dbe998c8b9dd0607e6c-fmt.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxdirectoryC++ source, UTF-8 Unicode textC source, ASCII textC++ source, ASCII textASCII textpkgconfig fileUTF-8 Unicode textPPR Sġ+utf-88d5006427db2fd109cad3e539c12272f679d96779d3bd862218eb7a04c03cdec? 7zXZ !t/]"k%r/sfzf%E8.6zaߔcX^Fkr,'R]nQFMR`R")J4~C87&Z4\ia㴂>ёPd|*]h1 Xf0HqٷFø EC}ǰD0 8O0mxA!r،qQC.ÒT\x I /`HcCz4#v&?KXE}+w<ccSưQiX_B_Ƕ_ż'b {sYrڴ1;-Gu;#MDQ= @"Ϡ9TǢb @:sVc46$CyNGI*Y9Lkˈ_ԉM μw ڥ@]}Gw؉)'1 ءpsІl[y ~AB"X~Om7AUmwòX[Šw1%w]hB͍ýHev.цϳRGMZ8Ӝ. ؚ ;BUoFeN8nGgboJdqH5A(xkjA+*P(IEw& 57lۃZ#L\ ☻+ uۇ7&-ɽӈGdCV5+Df:Cܜ{PJH  K^^'UFį9I{uK%«o2RkT2 l<[YU*[vvȟ3snc4V}פ.K)%<3p^ew=):A^S`I5yNSi^ Onz\|Vϝ-#٤#ٲNdp