- 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:
BIN
10.1.1.tar.gz
(Stored with Git LFS)
BIN
10.1.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
10.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
10.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
10
fmt.spec
10
fmt.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user