Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] CastXML: update to 0.4.6.
@ 2022-09-03  9:50 unspecd
  2022-09-03  9:58 ` unspecd
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: unspecd @ 2022-09-03  9:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/CastXML
https://github.com/void-linux/void-packages/pull/39084

CastXML: update to 0.4.6.
<!-- 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-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - ppc64le-musl


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

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

From f99776e19decbf2b0c6a7b274ffc0ef585675d4e Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sat, 3 Sep 2022 20:43:22 +1100
Subject: [PATCH] CastXML: update to 0.4.6.

---
 srcpkgs/CastXML/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/CastXML/template b/srcpkgs/CastXML/template
index 364a363852d6..5d7d9503658c 100644
--- a/srcpkgs/CastXML/template
+++ b/srcpkgs/CastXML/template
@@ -1,6 +1,6 @@
 # Template file for 'CastXML'
 pkgname=CastXML
-version=0.4.5
+version=0.4.6
 revision=1
 build_style=cmake
 configure_args="-DSPHINX_MAN=YES -DCastXML_INSTALL_MAN_DIR=share/man"
@@ -13,7 +13,7 @@ maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/CastXML/CastXML"
 distfiles="https://github.com/CastXML/CastXML/archive/v${version}.tar.gz"
-checksum=007f6d073165e150df0e40e1ec331f6f94304684af9eed3b0e5dabaebcfb1197
+checksum=8dcdbc1f23a130e4bdb0b09f57c30761a02a346b4db4037555048af2a293d66a
 
 post_install() {
 	rm -r ${DESTDIR}/usr/share/castxml/clang/include

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

* Re: CastXML: update to 0.4.6.
  2022-09-03  9:50 [PR PATCH] CastXML: update to 0.4.6 unspecd
@ 2022-09-03  9:58 ` unspecd
  2022-09-03 10:29 ` classabbyamp
  2022-09-05 16:05 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: unspecd @ 2022-09-03  9:58 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/39084#issuecomment-1236087218

Comment:
> Package 'CastXML' not found in repositories

https://github.com/void-linux/void-packages/runs/8168644523?check_suite_focus=true
https://github.com/void-linux/void-packages/runs/8168644613?check_suite_focus=true

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

* Re: CastXML: update to 0.4.6.
  2022-09-03  9:50 [PR PATCH] CastXML: update to 0.4.6 unspecd
  2022-09-03  9:58 ` unspecd
@ 2022-09-03 10:29 ` classabbyamp
  2022-09-05 16:05 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-03 10:29 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39084#issuecomment-1236091686

Comment:
it's not your fault, it's an issue with xpkgdiff

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

* Re: [PR PATCH] [Merged]: CastXML: update to 0.4.6.
  2022-09-03  9:50 [PR PATCH] CastXML: update to 0.4.6 unspecd
  2022-09-03  9:58 ` unspecd
  2022-09-03 10:29 ` classabbyamp
@ 2022-09-05 16:05 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-09-05 16:05 UTC (permalink / raw)
  To: ml

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

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

CastXML: update to 0.4.6.
https://github.com/void-linux/void-packages/pull/39084

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-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - ppc64le-musl


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

end of thread, other threads:[~2022-09-05 16:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-03  9:50 [PR PATCH] CastXML: update to 0.4.6 unspecd
2022-09-03  9:58 ` unspecd
2022-09-03 10:29 ` classabbyamp
2022-09-05 16:05 ` [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).