Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ImageMagick: update to 7.1.0.14.
@ 2021-11-16 19:56 glaulher
  2021-11-21 18:25 ` [PR REVIEW] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: glaulher @ 2021-11-16 19:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages ImageMagick
https://github.com/void-linux/void-packages/pull/34105

ImageMagick: update to 7.1.0.14.
<!-- 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 [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 [skip CI](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):
- armv7l
 



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

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

From 4cac33bee01e345d55f20d98426a9baa1c9c0205 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Tue, 16 Nov 2021 16:52:06 -0300
Subject: [PATCH] ImageMagick: update to 7.1.0.14.

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

diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template
index 4648abfb476c..bfc75d2ec908 100644
--- a/srcpkgs/ImageMagick/template
+++ b/srcpkgs/ImageMagick/template
@@ -1,6 +1,6 @@
 # Template file for 'ImageMagick'
 pkgname=ImageMagick
-version=7.1.0.10
+version=7.1.0.14
 revision=1
 _majorver=${version%.*}
 _patchver=${version##*.}
@@ -20,7 +20,7 @@ license="ImageMagick"
 homepage="https://www.imagemagick.org"
 changelog="https://imagemagick.org/script/changelog.php"
 distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_majorver}-${_patchver}.tar.gz"
-checksum=a2139da9a7c2e97f28861dfb18986f1d03435cf72e8ee4cc720a4997b5fa8d66
+checksum=7c31ffc7ccf0c6f5c07d859289c8e19c545fc66e3a0913b23561ddf94c002629
 
 subpackages="libmagick libmagick-devel"
 

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

* Re: [PR REVIEW] ImageMagick: update to 7.1.0.14.
  2021-11-16 19:56 [PR PATCH] ImageMagick: update to 7.1.0.14 glaulher
@ 2021-11-21 18:25 ` ericonr
  2021-12-04  4:41 ` ericonr
  2021-12-04  4:41 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-11-21 18:25 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34105#discussion_r753836753

Comment:
.15 is out

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

* Re: ImageMagick: update to 7.1.0.14.
  2021-11-16 19:56 [PR PATCH] ImageMagick: update to 7.1.0.14 glaulher
  2021-11-21 18:25 ` [PR REVIEW] " ericonr
@ 2021-12-04  4:41 ` ericonr
  2021-12-04  4:41 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-12-04  4:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34105#issuecomment-985966552

Comment:
Done in 34ee9572ae8cc0f0e2adfd0540c286c95b9d5fec

Thanks!

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

* Re: [PR PATCH] [Closed]: ImageMagick: update to 7.1.0.14.
  2021-11-16 19:56 [PR PATCH] ImageMagick: update to 7.1.0.14 glaulher
  2021-11-21 18:25 ` [PR REVIEW] " ericonr
  2021-12-04  4:41 ` ericonr
@ 2021-12-04  4:41 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-12-04  4:41 UTC (permalink / raw)
  To: ml

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

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

ImageMagick: update to 7.1.0.14.
https://github.com/void-linux/void-packages/pull/34105

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 [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 [skip CI](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):
- armv7l
 



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

end of thread, other threads:[~2021-12-04  4:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 19:56 [PR PATCH] ImageMagick: update to 7.1.0.14 glaulher
2021-11-21 18:25 ` [PR REVIEW] " ericonr
2021-12-04  4:41 ` ericonr
2021-12-04  4:41 ` [PR PATCH] [Closed]: " ericonr

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