- Update to release 10.2
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=56
This commit is contained in:
parent
69ab05a0fd
commit
9b12058df5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78b8c0a72b1c35e4443a7e308df52498252d1cefc2b08c9a97bc9ee6cfe61f8b
|
|
||||||
size 851454
|
|
3
10.2.0.tar.gz
Normal file
3
10.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ca91733a7313a8ad41c0885929415f8ec0a2a31d4dc7e27e9331412f4ca26ac
|
||||||
|
size 854581
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 1 22:09:07 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 10.2
|
||||||
|
* Added support for the %j specifier (the number of days) for
|
||||||
|
std::chrono::duration.
|
||||||
|
* Added support for the chrono suffix for days and changed the
|
||||||
|
suffix for minutes from "m" to the correct "min".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 29 08:18:11 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Tue Aug 29 08:18:11 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
8
fmt.spec
8
fmt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fmt
|
# spec file for package fmt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 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 10
|
%define sover 10
|
||||||
Name: fmt
|
Name: fmt
|
||||||
Version: 10.1.1
|
Version: 10.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A formatting library for C++
|
Summary: A formatting library for C++
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -68,11 +68,11 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:%buildroot/%_libdir"
|
|||||||
%postun -n libfmt%sover -p /sbin/ldconfig
|
%postun -n libfmt%sover -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libfmt%sover
|
%files -n libfmt%sover
|
||||||
%license LICENSE.rst
|
%license LICENSE
|
||||||
%_libdir/libfmt.so.%{sover}*
|
%_libdir/libfmt.so.%{sover}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc ChangeLog.rst README.rst
|
%doc ChangeLog.md README.md
|
||||||
%_includedir/%name
|
%_includedir/%name
|
||||||
%_libdir/cmake/%name
|
%_libdir/cmake/%name
|
||||||
%_libdir/libfmt.so
|
%_libdir/libfmt.so
|
||||||
|
Loading…
Reference in New Issue
Block a user