SHA256
1
0
forked from pool/fmt

11 Commits

Author SHA256 Message Date
20e24d20cb Accepting request 1274170 from devel:libraries:c_c++
- Update to release 11.2.0

OBS-URL: https://build.opensuse.org/request/show/1274170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=31
2025-05-06 14:38:24 +00:00
OBS User unknown
b7930bb9b1 [info=86a825f47fb2318fb1151bce789f0597ec691b7f3087c9ce22db1a7e22581e26]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=69
2025-05-03 17:15:41 +00:00
49d43807c2 Accepting request 1248806 from devel:libraries:c_c++
- Update to release 11.1.4

OBS-URL: https://build.opensuse.org/request/show/1248806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=30
2025-02-28 16:38:10 +00:00
OBS User unknown
0889683535 [info=7bb71d7d10a0c86d6496216cc137f618cfe3ea6501b91c7f2107034536f56430]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=68
2025-02-26 22:21:56 +00:00
de06b7e96e Accepting request 1240381 from devel:libraries:c_c++
- Update to release 11.3

OBS-URL: https://build.opensuse.org/request/show/1240381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=29
2025-01-28 13:58:09 +00:00
OBS User unknown
be3f7032da [info=ae15c54cb3607520ae559c480516a37424de8bc40ff52d825ef345f6797d9c7e]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=67
2025-01-26 18:02:38 +00:00
a026961546 Accepting request 1237052 from devel:libraries:c_c++
- Add 0001-Restore-ABI-compatibility.patch [boo#1235078]

OBS-URL: https://build.opensuse.org/request/show/1237052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=28
2025-01-14 15:21:12 +00:00
OBS User unknown
cc0667f4e4 [info=33385faca92f003e5f6a7220fdc2424c9a957d6a65813515d0a05109dc79697d]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=66
2025-01-11 14:50:17 +00:00
cd3fc04652 Accepting request 1233628 from devel:libraries:c_c++
- Update to release 11.1.1

OBS-URL: https://build.opensuse.org/request/show/1233628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fmt?expand=0&rev=27
2024-12-29 10:55:43 +00:00
OBS User unknown
4d2f9b4765 [info=33733f97584c4bdc3634c15ccfc8a2de511a4230f53f324d7504dd8069abc192]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=65
2024-12-28 03:02:42 +00:00
OBS User unknown
510ddc00fd [info=1c3ca93d6dfce59a350707b9ad3ff3ac581deea357dc6f22bcf1a60bbea7b381]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=64
2024-12-25 19:19:13 +00:00
6 changed files with 66 additions and 10 deletions

BIN
11.0.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
11.2.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,4 +1,4 @@
mtime: 1721487235
commit: a3a6e9dfd134707fb58c429505a7220d20e971553f66f18f31b78d6487f8b0fd
mtime: 1746292530
commit: 86a825f47fb2318fb1151bce789f0597ec691b7f3087c9ce22db1a7e22581e26
url: https://src.opensuse.org/jengelh/fmt
revision: master

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9122b6a13c0ea1aa451380e821065b1ff280f0ae48ba1493b8ee50f22287149
oid sha256:78392ed042445c98854191c88fa3199a373c8123454ff1866497370b92034029
size 256

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Sat May 3 16:57:52 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.2.0
* Added the `s` specifier for std::error_code. It allows
formatting an error message as a string.
* Fixed formatting of std::chrono::local_time and tm (#3815,
#4350) to be consistent across platforms.
* Added compile-time diagnostics for cases when {:Z} is requested
while the system has no timezone information.
* Deprecated fmt::localtime in favor of std::localtime.
* Added error reporting for duplicate named arguments.
-------------------------------------------------------------------
Wed Feb 26 22:12:48 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.1.4
* Improved the logic of switching between fixed and exponential
format for float.
* Moved is_compiled_string to the public API.
-------------------------------------------------------------------
Sun Jan 26 17:49:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.1.3
* Readded `args()` to `fmt::format_context`
- Delete 0001-Restore-ABI-compatibility.patch (merged)
-------------------------------------------------------------------
Sat Jan 11 14:49:36 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Add 0001-Restore-ABI-compatibility.patch [boo#1235078]
-------------------------------------------------------------------
Sat Dec 28 03:00:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.1.1
* Restore ABI compat with 11.0.2
-------------------------------------------------------------------
Wed Dec 25 19:15:40 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 11.1
* Reduced debug (unoptimized) binary code size and the number of
template instantiations when passing formatting arguments
* Added an experimental fmt::writer API that can be used for
writing to different destinations such as files or strings
* Made std::expected<void, E> formattable
* Made fmt::is_formattable<void> SFINAE-friendly
* Added the n specifier for tuples and pairs
* Added support for tuple-like types to ``fmt::join``
* Added a formatter for ``std::reference_wrapper``
* Added experimental padding support (glibc ``strftime``
extension) to ``%m``, ``%j`` and ``%Y``
* Made ``fmt::appender`` satisfy the ``std::output_iterator`` concept
* Added support for UTF-32 code units greater than 0xFFFF in fill
-------------------------------------------------------------------
Sat Jul 20 14:51:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package fmt
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define sover 11
Name: fmt
Version: 11.0.2
Version: 11.2.0
Release: 0
Summary: A formatting library for C++
License: MIT
@@ -64,8 +64,7 @@ export CXXFLAGS="$CFLAGS"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:%buildroot/%_libdir"
%ctest
%post -n libfmt%sover -p /sbin/ldconfig
%postun -n libfmt%sover -p /sbin/ldconfig
%ldconfig_scriptlets -n libfmt%sover
%files -n libfmt%sover
%license LICENSE