pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/spdlog



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan 12 11:48:47 UTC 2024

Modified Files:
        pkgsrc/devel/spdlog: Makefile distinfo

Log Message:
spdlog: updated to 1.13.0

Version 1.13.0

Enhancements

Qt Sink: Allow for darker colors for light backgrounds
Set CMAKE_BUILD_TYPE only for single-config generators
Provide spdlog_header_only in build directory export
Add SPDLOG_TO_VERSION to compare spdlog version
Support async_overflow_policy::discard_new
Make syslog_sink.h's syslog_prio_from_level protected
Fix OS availability check of pthread_threadid_np for iOS
Add .git-blame-ignore-revs to ignore clang-format related commits
Match SPDLOG_CONSTEXPR_FUNC to FMT_CONSTEXPR

Bug Fixes

Check fd_ is not nullptr in file_helper to prevent possible crash if disk is full
Fix encoding issue in qt_sinks
Fix wrong thread_id (TID) in systemd_sink.h
Update example.cpp to fix the vector issue in bin_example
Fix MSVC compile flag for no exceptions
Fix bug in circular_q::size()
Fix link to fmt license file

Maintenance

Added and updated various tests for circular_q.
Removed obsolete part from CMake configuration files
Removed policy_max from cmake_minimum_required(..).
Updated clang-format to google style and updated various formatting scripts.
Bumped to catch2 v3.5.0.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/spdlog/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/spdlog/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/spdlog/Makefile
diff -u pkgsrc/devel/spdlog/Makefile:1.19 pkgsrc/devel/spdlog/Makefile:1.20
--- pkgsrc/devel/spdlog/Makefile:1.19   Mon Aug 14 05:24:16 2023
+++ pkgsrc/devel/spdlog/Makefile        Fri Jan 12 11:48:47 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/08/14 05:24:16 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2024/01/12 11:48:47 adam Exp $
 
-DISTNAME=      spdlog-1.12.0
-PKGREVISION=   2
+DISTNAME=      spdlog-1.13.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gabime/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/spdlog/distinfo
diff -u pkgsrc/devel/spdlog/distinfo:1.15 pkgsrc/devel/spdlog/distinfo:1.16
--- pkgsrc/devel/spdlog/distinfo:1.15   Tue Jul 18 04:59:01 2023
+++ pkgsrc/devel/spdlog/distinfo        Fri Jan 12 11:48:47 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2023/07/18 04:59:01 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/01/12 11:48:47 adam Exp $
 
-BLAKE2s (spdlog-1.12.0.tar.gz) = 5e6ee19f09235f58b2a845906b8ec8befb288391a56e000ac0558c6e7155eaab
-SHA512 (spdlog-1.12.0.tar.gz) = db9a4f13b6c39ffde759db99bcdfe5e2dbe4231e73b29eb906a3fa78d6b8ec66920b8bd4371df17ae21b7b562472a236bc4435678f3af92b6496be090074181d
-Size (spdlog-1.12.0.tar.gz) = 251037 bytes
+BLAKE2s (spdlog-1.13.0.tar.gz) = 055b6511b34d5803f1e6edafe2cc63b4faec2e5e6503ec4c5d8efcffe6d21397
+SHA512 (spdlog-1.13.0.tar.gz) = 44fcb414ad9fbbe2a6d72c29143eeeae477b687ed30ae870d661b032a029ad4214ef43e7ef6350d02791d05504492978ade2d6733fab12ce4884d8f0bc4c6340
+Size (spdlog-1.13.0.tar.gz) = 264003 bytes
 SHA1 (patch-CMakeLists.txt) = 558c2e168aba82b3a1b442eb756e1fd23213d2fd
 SHA1 (patch-include_spdlog_tweakme.h) = 0e3f16aaf013535331a11be523dd731503c12717



Home | Main Index | Thread Index | Old Index