Andreas Wacknitz
2024-01-03 080f5668101c25df0755590e46f7bfc620628433
fmt: update to 10.2.0

4 files modified
23 ■■■■■ changed files
components/developer/fmtlib/Makefile 7 ●●●●● patch | view | raw | blame | history
components/developer/fmtlib/fmt.p5m 4 ●●●● patch | view | raw | blame | history
components/developer/fmtlib/manifests/sample-manifest.p5m 6 ●●●● patch | view | raw | blame | history
components/developer/fmtlib/test/results-all.master 6 ●●●●● patch | view | raw | blame | history
components/developer/fmtlib/Makefile
@@ -18,18 +18,17 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=         fmt
COMPONENT_VERSION=      10.1.1
COMPONENT_REVISION=        1
COMPONENT_VERSION=      10.2.0
COMPONENT_SUMMARY=      fmt is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams.
COMPONENT_PROJECT_URL=  https://github.com/fmtlib/$(COMPONENT_NAME)
COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=      $(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_URL=  https://github.com/$(COMPONENT_NAME)lib/$(COMPONENT_NAME)/archive/refs/tags/$(COMPONENT_ARCHIVE)
COMPONENT_ARCHIVE_HASH= sha256:78b8c0a72b1c35e4443a7e308df52498252d1cefc2b08c9a97bc9ee6cfe61f8b
COMPONENT_ARCHIVE_HASH= sha256:3ca91733a7313a8ad41c0885929415f8ec0a2a31d4dc7e27e9331412f4ca26ac
COMPONENT_FMRI=         developer/fmt
COMPONENT_CLASSIFICATION=Development/Other Languages
COMPONENT_LICENSE=      MIT
COMPONENT_LICENSE_FILE= LICENSE.rst
COMPONENT_LICENSE_FILE= LICENSE
PATH= $(PATH.gnu)
components/developer/fmtlib/fmt.p5m
@@ -42,6 +42,6 @@
file path=usr/lib/$(MACH64)/cmake/fmt/fmt-targets-release.cmake
file path=usr/lib/$(MACH64)/cmake/fmt/fmt-targets.cmake
link path=usr/lib/$(MACH64)/libfmt.so target=libfmt.so.10
link path=usr/lib/$(MACH64)/libfmt.so.10 target=libfmt.so.10.1.0
file path=usr/lib/$(MACH64)/libfmt.so.10.1.0
file path=usr/lib/$(MACH64)/libfmt.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libfmt.so.10 target=libfmt.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/pkgconfig/fmt.pc
components/developer/fmtlib/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -41,6 +41,6 @@
file path=usr/lib/$(MACH64)/cmake/fmt/fmt-targets-release.cmake
file path=usr/lib/$(MACH64)/cmake/fmt/fmt-targets.cmake
link path=usr/lib/$(MACH64)/libfmt.so target=libfmt.so.10
link path=usr/lib/$(MACH64)/libfmt.so.10 target=libfmt.so.10.1.0
file path=usr/lib/$(MACH64)/libfmt.so.10.1.0
file path=usr/lib/$(MACH64)/libfmt.so.$(HUMAN_VERSION)
link path=usr/lib/$(MACH64)/libfmt.so.10 target=libfmt.so.$(HUMAN_VERSION)
file path=usr/lib/$(MACH64)/pkgconfig/fmt.pc
components/developer/fmtlib/test/results-all.master
@@ -11,7 +11,7 @@
      Start  6: gtest-extra-test
 6/20 Test  #6: gtest-extra-test .................   Passed    
      Start  7: format-test
 7/20 Test  #7: format-test ......................***Failed
 7/20 Test  #7: format-test ......................   Passed
      Start  8: format-impl-test
 8/20 Test  #8: format-impl-test .................   Passed    
      Start  9: ostream-test
@@ -38,6 +38,4 @@
19/20 Test #19: posix-mock-test ..................   Passed    
      Start 20: os-test
20/20 Test #20: os-test ..........................   Passed    
95% tests passed, 1 tests failed out of 20
      7 - format-test (Failed)
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
100% tests passed, 0 tests failed out of 20