Github messages for voidlinux
 help / color / mirror / Atom feed
From: skmpz <skmpz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] spdlog: update to 1.10.0.
Date: Tue, 05 Apr 2022 18:14:37 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36533@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]

There is a new pull request by skmpz against master on the void-packages repository

https://github.com/skmpz/void-packages spdlog-1.10.0
https://github.com/void-linux/void-packages/pull/36533

spdlog: update to 1.10.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36533.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-spdlog-1.10.0-36533.patch --]
[-- Type: text/x-diff, Size: 1935 bytes --]

From 2923f8ba82884059952a737bbe60781064d9a0b8 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 5 Apr 2022 20:14:16 +0400
Subject: [PATCH] spdlog: update to 1.10.0.

---
 srcpkgs/spdlog/patches/fix-pkgconfig.patch | 12 ------------
 srcpkgs/spdlog/template                    |  4 ++--
 2 files changed, 2 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/spdlog/patches/fix-pkgconfig.patch

diff --git a/srcpkgs/spdlog/patches/fix-pkgconfig.patch b/srcpkgs/spdlog/patches/fix-pkgconfig.patch
deleted file mode 100644
index 99c8b7ff1068..000000000000
--- a/srcpkgs/spdlog/patches/fix-pkgconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: spdlog-1.8.2/cmake/spdlog.pc.in
-===================================================================
---- spdlog-1.8.2.orig/cmake/spdlog.pc.in
-+++ spdlog-1.8.2/cmake/spdlog.pc.in
-@@ -8,6 +8,6 @@ Description: Fast C++ logging library.
- URL: https://github.com/gabime/@PROJECT_NAME@
- Version: @SPDLOG_VERSION@
- CFlags: -I${includedir} @PKG_CONFIG_DEFINES@
--Libs: -L${libdir} -lspdlog -pthread
-+Libs: -L${libdir} -lspdlog -lfmt -pthread
- Requires: @PKG_CONFIG_REQUIRES@
- 
diff --git a/srcpkgs/spdlog/template b/srcpkgs/spdlog/template
index ec19e89f5f7a..187ec0d0eb6e 100644
--- a/srcpkgs/spdlog/template
+++ b/srcpkgs/spdlog/template
@@ -1,6 +1,6 @@
 # Template file for 'spdlog'
 pkgname=spdlog
-version=1.9.2
+version=1.10.0
 revision=1
 build_style=cmake
 configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_FMT_EXTERNAL=ON
@@ -13,7 +13,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="MIT"
 homepage="https://github.com/gabime/spdlog"
 distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz"
-checksum=6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38
+checksum=697f91700237dbae2326b90469be32b876b2b44888302afbc7aceb68bcfe8224
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DSPDLOG_BUILD_TESTS_HO=ON"

             reply	other threads:[~2022-04-05 16:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-05 16:14 skmpz [this message]
2022-05-28 22:51 ` [PR PATCH] [Merged]: " Piraty
2022-05-31 17:08 ` Johnnynator
2022-05-31 17:15 ` skmpz
2022-05-31 17:35 ` skmpz
2022-05-31 17:35 ` skmpz
2022-05-31 17:41 ` skmpz
2022-05-31 17:57 ` Johnnynator
2022-05-31 18:15 ` skmpz
2022-05-31 18:27 ` skmpz
2022-05-31 19:23 ` Johnnynator
2022-05-31 20:02 ` skmpz
2022-05-31 21:45 ` Piraty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36533@inbox.vuxu.org \
    --to=skmpz@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).