From 789b4ce298b2b876cc192b086ed6f60454d624798ffb210b31d4765f91375692 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 7 Jan 2022 08:44:25 +0000 Subject: [PATCH] Accepting request 944680 from home:alois:branches:devel:libraries:c_c++ - Update to version 8.1.1 * Restored ABI compatibility with version 8.0.x * Fixed chorno formatting on big endian systems OBS-URL: https://build.opensuse.org/request/show/944680 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=43 --- fmt-8.1.0.tar.gz | 3 --- fmt-8.1.1.tar.gz | 3 +++ fmt.changes | 7 +++++++ fmt.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 fmt-8.1.0.tar.gz create mode 100644 fmt-8.1.1.tar.gz diff --git a/fmt-8.1.0.tar.gz b/fmt-8.1.0.tar.gz deleted file mode 100644 index 971c0f4..0000000 --- a/fmt-8.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa53b204afe20076f2813e71b255e52b1ef39a818dc86c4604a7f14d8ac6dc31 -size 825416 diff --git a/fmt-8.1.1.tar.gz b/fmt-8.1.1.tar.gz new file mode 100644 index 0000000..cb9137e --- /dev/null +++ b/fmt-8.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d794d3cf67633b34b2771eb9f073bde87e846e0d395d254df7b211ef1ec7346 +size 826254 diff --git a/fmt.changes b/fmt.changes index 8f7504a..d3b659c 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 7 08:36:43 UTC 2022 - Luigi Baldoni + +- Update to version 8.1.1 + * Restored ABI compatibility with version 8.0.x + * Fixed chorno formatting on big endian systems + ------------------------------------------------------------------- Mon Jan 3 10:11:22 UTC 2022 - Luigi Baldoni diff --git a/fmt.spec b/fmt.spec index 001698a..264a9cc 100644 --- a/fmt.spec +++ b/fmt.spec @@ -18,7 +18,7 @@ %define sover 8 Name: fmt -Version: 8.1.0 +Version: 8.1.1 Release: 0 Summary: A formatting library for C++ License: MIT