From 9b12058df52b9fcccb07c68a194970781cf8b6b4023df0a4c738a40f1986674c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Jan 2024 22:18:42 +0000 Subject: [PATCH] - Update to release 10.2 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=56 --- 10.1.1.tar.gz | 3 --- 10.2.0.tar.gz | 3 +++ fmt.changes | 9 +++++++++ fmt.spec | 10 +++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 10.1.1.tar.gz create mode 100644 10.2.0.tar.gz diff --git a/10.1.1.tar.gz b/10.1.1.tar.gz deleted file mode 100644 index 743d637..0000000 --- a/10.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78b8c0a72b1c35e4443a7e308df52498252d1cefc2b08c9a97bc9ee6cfe61f8b -size 851454 diff --git a/10.2.0.tar.gz b/10.2.0.tar.gz new file mode 100644 index 0000000..396999f --- /dev/null +++ b/10.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca91733a7313a8ad41c0885929415f8ec0a2a31d4dc7e27e9331412f4ca26ac +size 854581 diff --git a/fmt.changes b/fmt.changes index 5e8dc0e..b6b9b85 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 1 22:09:07 UTC 2024 - Jan Engelhardt + +- 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 diff --git a/fmt.spec b/fmt.spec index 234c1e2..625d713 100644 --- a/fmt.spec +++ b/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