- 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:
Jan Engelhardt 2024-01-01 22:18:42 +00:00 committed by Git OBS Bridge
parent 69ab05a0fd
commit 9b12058df5
4 changed files with 17 additions and 8 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ca91733a7313a8ad41c0885929415f8ec0a2a31d4dc7e27e9331412f4ca26ac
size 854581

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define sover 10
Name: fmt
Version: 10.1.1
Version: 10.2.0
Release: 0
Summary: A formatting library for C++
License: MIT
@ -64,15 +64,15 @@ export CXXFLAGS="$CFLAGS"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:%buildroot/%_libdir"
%ctest
%post -n libfmt%sover -p /sbin/ldconfig
%post -n libfmt%sover -p /sbin/ldconfig
%postun -n libfmt%sover -p /sbin/ldconfig
%files -n libfmt%sover
%license LICENSE.rst
%license LICENSE
%_libdir/libfmt.so.%{sover}*
%files devel
%doc ChangeLog.rst README.rst
%doc ChangeLog.md README.md
%_includedir/%name
%_libdir/cmake/%name
%_libdir/libfmt.so