From 9a550ca3da2e4fe320112d1aa1fadb9006a2abd8d4d4869c3b18f9e189d559ca Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 25 Nov 2020 15:01:14 +0000 Subject: [PATCH] Accepting request 850757 from home:alois:branches:devel:libraries:c_c++ - Update to version 7.1.3 * Fixed handling of buffer boundaries in format_to_n * Fixed linkage errors when linking with a shared library * Reintroduced ostream support to range formatters * Worked around an issue with mixing std versions in gcc OBS-URL: https://build.opensuse.org/request/show/850757 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=38 --- fmt-7.1.2.tar.gz | 3 --- fmt-7.1.3.tar.gz | 3 +++ fmt.changes | 9 +++++++++ fmt.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 fmt-7.1.2.tar.gz create mode 100644 fmt-7.1.3.tar.gz diff --git a/fmt-7.1.2.tar.gz b/fmt-7.1.2.tar.gz deleted file mode 100644 index 20ac9b8..0000000 --- a/fmt-7.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4119a1c34dff91631e1d0a3707428f764f1ea22fe3cd5e70af5b4ccd5513831c -size 769401 diff --git a/fmt-7.1.3.tar.gz b/fmt-7.1.3.tar.gz new file mode 100644 index 0000000..b6dcd4c --- /dev/null +++ b/fmt-7.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cae7072042b3043e12d53d50ef404bbb76949dad1de368d7f993a15c8c05ecc +size 770029 diff --git a/fmt.changes b/fmt.changes index 7d2f971..37d94bc 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 25 14:55:58 UTC 2020 - aloisio@gmx.com + +- Update to version 7.1.3 + * Fixed handling of buffer boundaries in format_to_n + * Fixed linkage errors when linking with a shared library + * Reintroduced ostream support to range formatters + * Worked around an issue with mixing std versions in gcc + ------------------------------------------------------------------- Wed Nov 4 17:34:46 UTC 2020 - aloisio@gmx.com diff --git a/fmt.spec b/fmt.spec index 465a5da..4ff4e15 100644 --- a/fmt.spec +++ b/fmt.spec @@ -18,7 +18,7 @@ %define sover 7 Name: fmt -Version: 7.1.2 +Version: 7.1.3 Release: 0 Summary: A formatting library for C++ License: MIT