Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
BIN
11.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
11.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
11.1.3.tar.gz
(Stored with Git LFS)
BIN
11.1.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
mtime: 1737914543
|
mtime: 1721487235
|
||||||
commit: ae15c54cb3607520ae559c480516a37424de8bc40ff52d825ef345f6797d9c7e
|
commit: a3a6e9dfd134707fb58c429505a7220d20e971553f66f18f31b78d6487f8b0fd
|
||||||
url: https://src.opensuse.org/jengelh/fmt
|
url: https://src.opensuse.org/jengelh/fmt
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ed010e60c0cc0d1e67b3ea146521ce20a1ef10843d5390366ced1588ec43da03
|
oid sha256:d9122b6a13c0ea1aa451380e821065b1ff280f0ae48ba1493b8ee50f22287149
|
||||||
size 256
|
size 256
|
||||||
|
36
fmt.changes
36
fmt.changes
@ -1,39 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Jan 26 17:49:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 11.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>
|
Sat Jul 20 14:51:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
7
fmt.spec
7
fmt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fmt
|
# spec file for package fmt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 11
|
%define sover 11
|
||||||
Name: fmt
|
Name: fmt
|
||||||
Version: 11.1.3
|
Version: 11.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A formatting library for C++
|
Summary: A formatting library for C++
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -64,7 +64,8 @@ export CXXFLAGS="$CFLAGS"
|
|||||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:%buildroot/%_libdir"
|
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:%buildroot/%_libdir"
|
||||||
%ctest
|
%ctest
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libfmt%sover
|
%post -n libfmt%sover -p /sbin/ldconfig
|
||||||
|
%postun -n libfmt%sover -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libfmt%sover
|
%files -n libfmt%sover
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user