Accepting request 999986 from devel:libraries:c_c++
update OBS-URL: https://build.opensuse.org/request/show/999986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=20
This commit is contained in:
commit
7d5aa098a1
BIN
9.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
9.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
libfmt8
|
||||
libfmt9
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d794d3cf67633b34b2771eb9f073bde87e846e0d395d254df7b211ef1ec7346
|
||||
size 826254
|
41
fmt.changes
41
fmt.changes
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 28 06:35:23 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 9.1
|
||||
* fmt::formatted_size now works at compile time
|
||||
* Fixed handling of invalid UTF-8 (#3038)
|
||||
* Improved Unicode support in ostream overloads of print
|
||||
* Added support for wide streams to fmt::streamed
|
||||
* Added the n specifier that disables the output of delimiters
|
||||
when formatting ranges (#2981)
|
||||
- Delete 0001-Fix-large-shift-in-uint128_fallback.patch
|
||||
0002-Use-FMT_USE_FLOAT128-instead-of-__SIZEOF_FLOAT128__.patch
|
||||
0001-Make-sure-the-correct-fmod-overload-is-called.patch (merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 5 14:16:23 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 9
|
||||
* Switched to the internal floating point formatter for all
|
||||
decimal presentation formats. In particular this results in
|
||||
consistent rounding on all platforms and removing the
|
||||
s[n]printf fallback for decimal FP formatting.
|
||||
* Compile-time floating point formatting no longer requires the
|
||||
header-only mode.
|
||||
* Disabled automatic std::ostream insertion operator
|
||||
(operator<<) discovery when fmt/ostream.h is included to
|
||||
prevent ODR violations. You can get the old behavior by
|
||||
defining FMT_DEPRECATED_OSTREAM.
|
||||
* Added fmt::ostream_formatter that can be used to write
|
||||
formatter specializations that perform formatting via
|
||||
std::ostream.
|
||||
* Added the fmt::streamed function that takes an object and
|
||||
formats it via std::ostream.
|
||||
* Added experimental std::variant formatting support.
|
||||
* Added experimental std::filesystem::path formatting support.
|
||||
* Added a std::thread::id formatter to fmt/std.h.
|
||||
* Added support for nested specifiers to range formatting.
|
||||
- Add 0001-Fix-large-shift-in-uint128_fallback.patch
|
||||
0002-Use-FMT_USE_FLOAT128-instead-of-__SIZEOF_FLOAT128__.patch
|
||||
0001-Make-sure-the-correct-fmod-overload-is-called.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 30 12:01:50 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
10
fmt.spec
10
fmt.spec
@ -16,18 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 8
|
||||
%define sover 9
|
||||
Name: fmt
|
||||
Version: 8.1.1
|
||||
Version: 9.1.0
|
||||
Release: 0
|
||||
Summary: A formatting library for C++
|
||||
License: MIT
|
||||
URL: http://fmtlib.net/
|
||||
Source0: https://github.com/fmtlib/fmt/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/fmtlib/fmt/archive/%version.tar.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkg-config
|
||||
|
||||
%description
|
||||
Fmt is a formatting library for C++. It can be used as an
|
||||
|
Loading…
Reference in New Issue
Block a user