Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ImageMagick: update to 7.1.1.12.
@ 2023-06-27  8:41 Bnyro
  2023-06-27  8:42 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Bnyro @ 2023-06-27  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages ImageMagick
https://github.com/void-linux/void-packages/pull/44657

ImageMagick: update to 7.1.1.12.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/44657.patch is attached

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

From 2b32b4bcb14a5c88713e8e443bc2d18bc4a9c084 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 27 Jun 2023 10:36:34 +0200
Subject: [PATCH 1/5] ImageMagick: update to 7.1.1.12.

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

diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template
index dbfcc264cae7..bbf69e216155 100644
--- a/srcpkgs/ImageMagick/template
+++ b/srcpkgs/ImageMagick/template
@@ -1,7 +1,7 @@
 # Template file for 'ImageMagick'
 pkgname=ImageMagick
 # Revbump php*-imagick with ImageMagick updates.
-version=7.1.1.11
+version=7.1.1.12
 revision=1
 _upstream_version="${version/.${version##*.}/-${version##*.}}"
 build_style=gnu-configure
@@ -20,7 +20,7 @@ license="ImageMagick"
 homepage="https://www.imagemagick.org"
 changelog="https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md"
 distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_upstream_version}.tar.gz"
-checksum=98bb2783da7d5b06e7543529bd07b50d034fba611ff15e8817a0f4f73957d934
+checksum=51567d11fcbca5bd591d191ce9fdf821e2ed1b12c1ad8bc2a2f13da5c6313f33
 
 subpackages="libmagick libmagick-devel"
 

From 4d7b67f30398c89d08908f0085b9726f04a37ecc Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 27 Jun 2023 10:41:44 +0200
Subject: [PATCH 2/5] php: revbump for ImageMagick-7.1.1.12

---
 srcpkgs/php/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php/template b/srcpkgs/php/template
index 9fd1e27be27c..0779e73d202b 100644
--- a/srcpkgs/php/template
+++ b/srcpkgs/php/template
@@ -1,7 +1,7 @@
 # Template file for 'php'
 pkgname=php
 version=8.2
-revision=2
+revision=3
 build_style=meta
 depends="php${version}"
 short_desc="Meta package for PHP"

From 0e34f34a802bd59e16cea3aa1c0df3d58e1d3618 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 27 Jun 2023 10:41:45 +0200
Subject: [PATCH 3/5] php8.0-imagick: revbump for ImageMagick-7.1.1.12

---
 srcpkgs/php8.0-imagick/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.0-imagick/template b/srcpkgs/php8.0-imagick/template
index ae1823ab75d2..88d260b973d3 100644
--- a/srcpkgs/php8.0-imagick/template
+++ b/srcpkgs/php8.0-imagick/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.0-imagick'
 pkgname=php8.0-imagick
 version=3.7.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
  --with-php-config=/usr/bin/php-config8.0"

From a05bb2eb06543a102fbcc0b90056758f7ef8da8e Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 27 Jun 2023 10:41:45 +0200
Subject: [PATCH 4/5] php8.1-imagick: revbump for ImageMagick-7.1.1.12

---
 srcpkgs/php8.1-imagick/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.1-imagick/template b/srcpkgs/php8.1-imagick/template
index dbf7cae1d74a..b2faf0ba9402 100644
--- a/srcpkgs/php8.1-imagick/template
+++ b/srcpkgs/php8.1-imagick/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.1-imagick'
 pkgname=php8.1-imagick
 version=3.7.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
  --with-php-config=/usr/bin/php-config8.1"

From 0755afaef3780abc9187a1e125a457012d872a8a Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 27 Jun 2023 10:41:45 +0200
Subject: [PATCH 5/5] php8.2-imagick: revbump for ImageMagick-7.1.1.12

---
 srcpkgs/php8.2-imagick/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.2-imagick/template b/srcpkgs/php8.2-imagick/template
index 09b11989c52a..ef7a78f70771 100644
--- a/srcpkgs/php8.2-imagick/template
+++ b/srcpkgs/php8.2-imagick/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.2-imagick'
 pkgname=php8.2-imagick
 version=3.7.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
  --with-php-config=/usr/bin/php-config8.2"

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

* Re: ImageMagick: update to 7.1.1.12.
  2023-06-27  8:41 [PR PATCH] ImageMagick: update to 7.1.1.12 Bnyro
@ 2023-06-27  8:42 ` classabbyamp
  2023-06-27  8:45 ` Bnyro
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-06-27  8:42 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44657#issuecomment-1609056599

Comment:
cc @motorto 

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

* Re: ImageMagick: update to 7.1.1.12.
  2023-06-27  8:41 [PR PATCH] ImageMagick: update to 7.1.1.12 Bnyro
  2023-06-27  8:42 ` classabbyamp
@ 2023-06-27  8:45 ` Bnyro
  2023-06-27  9:53 ` motorto
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-06-27  8:45 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44657#issuecomment-1609060396

Comment:
I'm not sure about that, but the revbumps probably aren't needed as previous PRs didn't updating ImageMagick didn't bump the revisions either.

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

* Re: ImageMagick: update to 7.1.1.12.
  2023-06-27  8:41 [PR PATCH] ImageMagick: update to 7.1.1.12 Bnyro
  2023-06-27  8:42 ` classabbyamp
  2023-06-27  8:45 ` Bnyro
@ 2023-06-27  9:53 ` motorto
  2023-06-27 10:01 ` [PR PATCH] [Updated] " Bnyro
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: motorto @ 2023-06-27  9:53 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/44657#issuecomment-1609171235

Comment:
> I'm not sure about that, but the revbumps probably aren't needed as previous PRs didn't updating ImageMagick didn't bump the revisions either.

We only need to revbump the php*-imagemagick, don't need to revbump the `php` package.

Otherwise lgtm


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

* Re: [PR PATCH] [Updated] ImageMagick: update to 7.1.1.12.
  2023-06-27  8:41 [PR PATCH] ImageMagick: update to 7.1.1.12 Bnyro
                   ` (2 preceding siblings ...)
  2023-06-27  9:53 ` motorto
@ 2023-06-27 10:01 ` Bnyro
  2023-06-27 10:01 ` Bnyro
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-06-27 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages ImageMagick
https://github.com/void-linux/void-packages/pull/44657

ImageMagick: update to 7.1.1.12.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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/44657.patch is attached

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

From 2b32b4bcb14a5c88713e8e443bc2d18bc4a9c084 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 27 Jun 2023 10:36:34 +0200
Subject: [PATCH 1/4] ImageMagick: update to 7.1.1.12.

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

diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template
index dbfcc264cae7..bbf69e216155 100644
--- a/srcpkgs/ImageMagick/template
+++ b/srcpkgs/ImageMagick/template
@@ -1,7 +1,7 @@
 # Template file for 'ImageMagick'
 pkgname=ImageMagick
 # Revbump php*-imagick with ImageMagick updates.
-version=7.1.1.11
+version=7.1.1.12
 revision=1
 _upstream_version="${version/.${version##*.}/-${version##*.}}"
 build_style=gnu-configure
@@ -20,7 +20,7 @@ license="ImageMagick"
 homepage="https://www.imagemagick.org"
 changelog="https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md"
 distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_upstream_version}.tar.gz"
-checksum=98bb2783da7d5b06e7543529bd07b50d034fba611ff15e8817a0f4f73957d934
+checksum=51567d11fcbca5bd591d191ce9fdf821e2ed1b12c1ad8bc2a2f13da5c6313f33
 
 subpackages="libmagick libmagick-devel"
 

From 4d8defc1f34cfa02a9591c9980bb71be457f8dcc Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 27 Jun 2023 10:41:45 +0200
Subject: [PATCH 2/4] php8.0-imagick: revbump for ImageMagick-7.1.1.12

---
 srcpkgs/php8.0-imagick/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.0-imagick/template b/srcpkgs/php8.0-imagick/template
index ae1823ab75d2..88d260b973d3 100644
--- a/srcpkgs/php8.0-imagick/template
+++ b/srcpkgs/php8.0-imagick/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.0-imagick'
 pkgname=php8.0-imagick
 version=3.7.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
  --with-php-config=/usr/bin/php-config8.0"

From ac5817afe5b16e47f7a9eaba36d01d3d44d6a561 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 27 Jun 2023 10:41:45 +0200
Subject: [PATCH 3/4] php8.1-imagick: revbump for ImageMagick-7.1.1.12

---
 srcpkgs/php8.1-imagick/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.1-imagick/template b/srcpkgs/php8.1-imagick/template
index dbf7cae1d74a..b2faf0ba9402 100644
--- a/srcpkgs/php8.1-imagick/template
+++ b/srcpkgs/php8.1-imagick/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.1-imagick'
 pkgname=php8.1-imagick
 version=3.7.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
  --with-php-config=/usr/bin/php-config8.1"

From 180c9684ada7505cc478fb259f822f9e6c7ba204 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 27 Jun 2023 10:41:45 +0200
Subject: [PATCH 4/4] php8.2-imagick: revbump for ImageMagick-7.1.1.12

---
 srcpkgs/php8.2-imagick/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/php8.2-imagick/template b/srcpkgs/php8.2-imagick/template
index 09b11989c52a..ef7a78f70771 100644
--- a/srcpkgs/php8.2-imagick/template
+++ b/srcpkgs/php8.2-imagick/template
@@ -1,7 +1,7 @@
 # Template file for 'php8.2-imagick'
 pkgname=php8.2-imagick
 version=3.7.0
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
  --with-php-config=/usr/bin/php-config8.2"

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

* Re: ImageMagick: update to 7.1.1.12.
  2023-06-27  8:41 [PR PATCH] ImageMagick: update to 7.1.1.12 Bnyro
                   ` (3 preceding siblings ...)
  2023-06-27 10:01 ` [PR PATCH] [Updated] " Bnyro
@ 2023-06-27 10:01 ` Bnyro
  2023-06-27 10:02 ` Bnyro
  2023-06-27 18:57 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-06-27 10:01 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44657#issuecomment-1609186598

Comment:
Makes sense, thank you!

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

* Re: ImageMagick: update to 7.1.1.12.
  2023-06-27  8:41 [PR PATCH] ImageMagick: update to 7.1.1.12 Bnyro
                   ` (4 preceding siblings ...)
  2023-06-27 10:01 ` Bnyro
@ 2023-06-27 10:02 ` Bnyro
  2023-06-27 18:57 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2023-06-27 10:02 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44657#issuecomment-1609060396

Comment:
I'm not sure about that, but the revbumps probably aren't needed as previous PRs updating ImageMagick didn't bump the revisions either.

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

* Re: [PR PATCH] [Merged]: ImageMagick: update to 7.1.1.12.
  2023-06-27  8:41 [PR PATCH] ImageMagick: update to 7.1.1.12 Bnyro
                   ` (5 preceding siblings ...)
  2023-06-27 10:02 ` Bnyro
@ 2023-06-27 18:57 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-06-27 18:57 UTC (permalink / raw)
  To: ml

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

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

ImageMagick: update to 7.1.1.12.
https://github.com/void-linux/void-packages/pull/44657

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2023-06-27 18:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-27  8:41 [PR PATCH] ImageMagick: update to 7.1.1.12 Bnyro
2023-06-27  8:42 ` classabbyamp
2023-06-27  8:45 ` Bnyro
2023-06-27  9:53 ` motorto
2023-06-27 10:01 ` [PR PATCH] [Updated] " Bnyro
2023-06-27 10:01 ` Bnyro
2023-06-27 10:02 ` Bnyro
2023-06-27 18:57 ` [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).