Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Ice: update to 3.7.8.
@ 2022-10-16 22:58 dexgs
  2022-10-18 18:18 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dexgs @ 2022-10-16 22:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages ice
https://github.com/void-linux/void-packages/pull/39998

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

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

<!--
#### 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-glibc)

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

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

From 4fd92f6ae6f8d13a5bc0badd08b35e0f40743b70 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Sun, 16 Oct 2022 18:57:51 -0400
Subject: [PATCH] Ice: update to 3.7.8.

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

diff --git a/srcpkgs/Ice/template b/srcpkgs/Ice/template
index 81d18790290f..d4ed3a580651 100644
--- a/srcpkgs/Ice/template
+++ b/srcpkgs/Ice/template
@@ -1,6 +1,6 @@
 # Template file for 'Ice'
 pkgname=Ice
-version=3.7.7
+version=3.7.8
 revision=1
 wrksrc="ice-${version}"
 build_style=gnu-makefile
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, custom:ICE"
 homepage="https://www.zeroc.com"
 distfiles="https://github.com/zeroc-ice/ice/archive/v${version}.tar.gz"
-checksum=3aef143a44a664f3101cfe02fd13356c739c922e353ef0c186895b5843a312ae
+checksum=f2ab6b151ab0418fab30bafc2524d9ba4c767a1014f102df88d735fc775f9824
 
 if [ "$CROSS_BUILD" ]; then
 	# Cross build requires the host's slice2cpp

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

* Re: [PR REVIEW] Ice: update to 3.7.8.
  2022-10-16 22:58 [PR PATCH] Ice: update to 3.7.8 dexgs
@ 2022-10-18 18:18 ` classabbyamp
  2022-10-21  1:15 ` [PR PATCH] [Updated] " dexgs
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-18 18:18 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39998#discussion_r998569975

Comment:
```suggestion
homepage="https://www.zeroc.com"
changelog="https://doc.zeroc.com/ice/latest/release-notes"
```

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

* Re: [PR PATCH] [Updated] Ice: update to 3.7.8.
  2022-10-16 22:58 [PR PATCH] Ice: update to 3.7.8 dexgs
  2022-10-18 18:18 ` [PR REVIEW] " classabbyamp
@ 2022-10-21  1:15 ` dexgs
  2022-10-21  1:15 ` [PR REVIEW] " dexgs
  2022-10-23 18:18 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: dexgs @ 2022-10-21  1:15 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by dexgs against master on the void-packages repository

https://github.com/dexgs/void-packages ice
https://github.com/void-linux/void-packages/pull/39998

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

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

<!--
#### 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-glibc)

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

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

From 2dc35e2850ffe68d5a1aa11ce97c55921a3352cc Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Sun, 16 Oct 2022 18:57:51 -0400
Subject: [PATCH] Ice: update to 3.7.8.

---
 srcpkgs/Ice/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Ice/template b/srcpkgs/Ice/template
index 81d18790290f..d7934573848d 100644
--- a/srcpkgs/Ice/template
+++ b/srcpkgs/Ice/template
@@ -1,6 +1,6 @@
 # Template file for 'Ice'
 pkgname=Ice
-version=3.7.7
+version=3.7.8
 revision=1
 wrksrc="ice-${version}"
 build_style=gnu-makefile
@@ -13,8 +13,9 @@ short_desc="Internet Communications Engine (Ice)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, custom:ICE"
 homepage="https://www.zeroc.com"
+changelog="https://doc.zeroc.com/ice/latest/release-notes"
 distfiles="https://github.com/zeroc-ice/ice/archive/v${version}.tar.gz"
-checksum=3aef143a44a664f3101cfe02fd13356c739c922e353ef0c186895b5843a312ae
+checksum=f2ab6b151ab0418fab30bafc2524d9ba4c767a1014f102df88d735fc775f9824
 
 if [ "$CROSS_BUILD" ]; then
 	# Cross build requires the host's slice2cpp

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

* Re: [PR REVIEW] Ice: update to 3.7.8.
  2022-10-16 22:58 [PR PATCH] Ice: update to 3.7.8 dexgs
  2022-10-18 18:18 ` [PR REVIEW] " classabbyamp
  2022-10-21  1:15 ` [PR PATCH] [Updated] " dexgs
@ 2022-10-21  1:15 ` dexgs
  2022-10-23 18:18 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: dexgs @ 2022-10-21  1:15 UTC (permalink / raw)
  To: ml

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

New review comment by dexgs on void-packages repository

https://github.com/void-linux/void-packages/pull/39998#discussion_r1001262838

Comment:
done

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

* Re: [PR PATCH] [Merged]: Ice: update to 3.7.8.
  2022-10-16 22:58 [PR PATCH] Ice: update to 3.7.8 dexgs
                   ` (2 preceding siblings ...)
  2022-10-21  1:15 ` [PR REVIEW] " dexgs
@ 2022-10-23 18:18 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-23 18:18 UTC (permalink / raw)
  To: ml

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

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

Ice: update to 3.7.8.
https://github.com/void-linux/void-packages/pull/39998

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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-glibc)

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

end of thread, other threads:[~2022-10-23 18:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-16 22:58 [PR PATCH] Ice: update to 3.7.8 dexgs
2022-10-18 18:18 ` [PR REVIEW] " classabbyamp
2022-10-21  1:15 ` [PR PATCH] [Updated] " dexgs
2022-10-21  1:15 ` [PR REVIEW] " dexgs
2022-10-23 18:18 ` [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).