Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gcsf: update to 0.2.3.
@ 2023-07-25 15:02 benalb
  2023-07-25 16:57 ` dkwo
  2023-07-25 17:34 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: benalb @ 2023-07-25 15:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages gcsf
https://github.com/void-linux/void-packages/pull/45250

gcsf: update to 0.2.3.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (X86_64-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/45250.patch is attached

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

From 32d4dd73f3ee2d49ec80ba5fd9f9189fdabac3b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 25 Jul 2023 17:00:30 +0200
Subject: [PATCH] gcsf: update to 0.2.3.

---
 srcpkgs/gcsf/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/gcsf/template b/srcpkgs/gcsf/template
index 1733ecfe4ee4b..76bd75f802385 100644
--- a/srcpkgs/gcsf/template
+++ b/srcpkgs/gcsf/template
@@ -1,7 +1,7 @@
 # Template file for 'gcsf'
 pkgname=gcsf
-version=0.1.28
-revision=2
+version=0.2.3
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="fuse-devel openssl-devel"
@@ -10,12 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/harababurel/gcsf"
 distfiles="https://github.com/harababurel/gcsf/archive/${version}.tar.gz"
-checksum=8bc7f94630eefda55ac8851a4071d7782385b711ea8f6313e2e64be05f686592
-
-pre_build() {
-	# cannot divide `usize` by `u32`
-	cargo update --package lexical-core:0.6.7 --precise 0.6.8
-}
+checksum=d88d606999b9fba039972b1d1823e847852b8472126bb8b921e6c0988eeb5483
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gcsf: update to 0.2.3.
  2023-07-25 15:02 [PR PATCH] gcsf: update to 0.2.3 benalb
@ 2023-07-25 16:57 ` dkwo
  2023-07-25 17:34 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: dkwo @ 2023-07-25 16:57 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/45250#issuecomment-1650202412

Comment:
it also builds fine with openssl-3 #37681 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: gcsf: update to 0.2.3.
  2023-07-25 15:02 [PR PATCH] gcsf: update to 0.2.3 benalb
  2023-07-25 16:57 ` dkwo
@ 2023-07-25 17:34 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-07-25 17:34 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

gcsf: update to 0.2.3.
https://github.com/void-linux/void-packages/pull/45250

Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (X86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-25 17:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 15:02 [PR PATCH] gcsf: update to 0.2.3 benalb
2023-07-25 16:57 ` dkwo
2023-07-25 17:34 ` [PR PATCH] [Merged]: " classabbyamp

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).