From d5fd760ded353bdf34100025fe36eedb4b46b73a Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 17 Dec 2022 19:20:38 +0300 Subject: [PATCH] fmt-9.1.0. --- programming/library/fmt/actions.py | 8 +++----- programming/library/fmt/pspec.xml | 11 +++++++++-- programming/library/fmt/translations.xml | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/programming/library/fmt/actions.py b/programming/library/fmt/actions.py index 1db4930d24..02daf409ce 100644 --- a/programming/library/fmt/actions.py +++ b/programming/library/fmt/actions.py @@ -2,11 +2,9 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import get -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools +from pisi.actionsapi import cmaketools, pisitools, get def setup(): cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib -L") @@ -17,4 +15,4 @@ def build(): def install(): cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("README*", "LICENSE*") + pisitools.dodoc("ChangeLog.rst") diff --git a/programming/library/fmt/pspec.xml b/programming/library/fmt/pspec.xml index 1b88d37d4f..5c55e0ac85 100644 --- a/programming/library/fmt/pspec.xml +++ b/programming/library/fmt/pspec.xml @@ -1,5 +1,5 @@ - + fmt @@ -13,7 +13,7 @@ library Open-source formatting library for C++ {fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams. - https://github.com/fmtlib/fmt/archive/refs/tags/9.0.0.tar.gz + https://github.com/fmtlib/fmt/archive/refs/tags/9.1.0.tar.gz cmake @@ -44,6 +44,13 @@ + + 2022-12-16 + 9.1.0 + Version bump. + fury + uglyside@yandex.ru + 2022-07-06 9.0.0 diff --git a/programming/library/fmt/translations.xml b/programming/library/fmt/translations.xml index 4f52b14f1e..663d2ddd68 100644 --- a/programming/library/fmt/translations.xml +++ b/programming/library/fmt/translations.xml @@ -11,4 +11,4 @@ fmt için geliştirme dosyaları fmt-devel, fmt için geliştirme dosyalarını içerir. - \ No newline at end of file +