From b1530e3ec95e7d3d271a82f5d2c7d9cc107020490192d3cd01975eee1e230d50 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Apr 2022 12:08:19 +0000 Subject: [PATCH] - Replace obsolete macro %make_jobs by %cmake_build OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/fmt?expand=0&rev=44 --- fmt.changes | 7 ++++++- fmt.spec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/fmt.changes b/fmt.changes index d3b659c..9fe0951 100644 --- a/fmt.changes +++ b/fmt.changes @@ -1,9 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 30 12:01:50 UTC 2022 - Jan Engelhardt + +- Replace obsolete macro %make_jobs by %cmake_build + ------------------------------------------------------------------- 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 + * Fixed chrono formatting on big-endian systems ------------------------------------------------------------------- Mon Jan 3 10:11:22 UTC 2022 - Luigi Baldoni diff --git a/fmt.spec b/fmt.spec index 264a9cc..0369031 100644 --- a/fmt.spec +++ b/fmt.spec @@ -51,7 +51,7 @@ Development files for fmt, a formatting library for C++. %build %cmake -DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir} -%make_jobs +%cmake_build %install %cmake_install