Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qpdf: update to 11.2.0.
@ 2022-11-21 16:17 benalb
  2022-11-24  0:51 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: benalb @ 2022-11-21 16:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages qpdf
https://github.com/void-linux/void-packages/pull/40669

qpdf: update to 11.2.0.
<!-- 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/40669.patch is attached

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

From 72ffdc7dc9a8fa74a20d8e4a28d0a992c4804ba6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 21 Nov 2022 17:16:32 +0100
Subject: [PATCH] qpdf: update to 11.2.0.

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

diff --git a/srcpkgs/qpdf/template b/srcpkgs/qpdf/template
index f8c22af33de5..5aebba7c17b1 100644
--- a/srcpkgs/qpdf/template
+++ b/srcpkgs/qpdf/template
@@ -1,6 +1,6 @@
 # Template file for 'qpdf'
 pkgname=qpdf
-version=11.1.1
+version=11.2.0
 revision=1
 build_style=cmake
 hostmakedepends="perl pkg-config"
@@ -11,7 +11,7 @@ license="Apache-2.0"
 homepage="https://github.com/qpdf/qpdf"
 changelog="https://raw.githubusercontent.com/qpdf/qpdf/stable/manual/release-notes.rst"
 distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=785edab622a1bc7e25e1537ad2c325005d48c5c7957f7abedff405deb80fa59a
+checksum=d5fde4881948db41300f5806ea54f07f9fc37bc414a6a78efa2649d212b56707
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR REVIEW] qpdf: update to 11.2.0.
  2022-11-21 16:17 [PR PATCH] qpdf: update to 11.2.0 benalb
@ 2022-11-24  0:51 ` classabbyamp
  2022-11-24 16:55 ` [PR PATCH] [Updated] " benalb
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-24  0:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40669#discussion_r1030968501

Comment:
```suggestion
distfiles="https://github.com/qpdf/qpdf/archive/refs/tags/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] qpdf: update to 11.2.0.
  2022-11-21 16:17 [PR PATCH] qpdf: update to 11.2.0 benalb
  2022-11-24  0:51 ` [PR REVIEW] " classabbyamp
@ 2022-11-24 16:55 ` benalb
  2022-11-24 16:56 ` [PR REVIEW] " benalb
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: benalb @ 2022-11-24 16:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages qpdf
https://github.com/void-linux/void-packages/pull/40669

qpdf: update to 11.2.0.
<!-- 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/40669.patch is attached

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

From fbcb1d68dae67c17f1017ebb61b596ed48f0f743 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 21 Nov 2022 17:16:32 +0100
Subject: [PATCH] qpdf: update to 11.2.0.

---
 srcpkgs/qpdf/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qpdf/template b/srcpkgs/qpdf/template
index f8c22af33de5..6d99b1440d1a 100644
--- a/srcpkgs/qpdf/template
+++ b/srcpkgs/qpdf/template
@@ -1,6 +1,6 @@
 # Template file for 'qpdf'
 pkgname=qpdf
-version=11.1.1
+version=11.2.0
 revision=1
 build_style=cmake
 hostmakedepends="perl pkg-config"
@@ -10,8 +10,8 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/qpdf/qpdf"
 changelog="https://raw.githubusercontent.com/qpdf/qpdf/stable/manual/release-notes.rst"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=785edab622a1bc7e25e1537ad2c325005d48c5c7957f7abedff405deb80fa59a
+distfiles="https://github.com/qpdf/qpdf/archive/refs/tags/v${version}.tar.gz"
+checksum=d5fde4881948db41300f5806ea54f07f9fc37bc414a6a78efa2649d212b56707
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR REVIEW] qpdf: update to 11.2.0.
  2022-11-21 16:17 [PR PATCH] qpdf: update to 11.2.0 benalb
  2022-11-24  0:51 ` [PR REVIEW] " classabbyamp
  2022-11-24 16:55 ` [PR PATCH] [Updated] " benalb
@ 2022-11-24 16:56 ` benalb
  2022-11-24 16:59 ` [PR PATCH] [Updated] " benalb
  2022-11-24 19:23 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: benalb @ 2022-11-24 16:56 UTC (permalink / raw)
  To: ml

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

New review comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/40669#discussion_r1031709610

Comment:
done. 

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

* Re: [PR PATCH] [Updated] qpdf: update to 11.2.0.
  2022-11-21 16:17 [PR PATCH] qpdf: update to 11.2.0 benalb
                   ` (2 preceding siblings ...)
  2022-11-24 16:56 ` [PR REVIEW] " benalb
@ 2022-11-24 16:59 ` benalb
  2022-11-24 19:23 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: benalb @ 2022-11-24 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages qpdf
https://github.com/void-linux/void-packages/pull/40669

qpdf: update to 11.2.0.
<!-- 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/40669.patch is attached

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

From 35e502a6fedb3e0ba0b9457985c4b6fe89127920 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 21 Nov 2022 17:16:32 +0100
Subject: [PATCH] qpdf: update to 11.2.0.

---
 srcpkgs/qpdf/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qpdf/template b/srcpkgs/qpdf/template
index f8c22af33de5..6d99b1440d1a 100644
--- a/srcpkgs/qpdf/template
+++ b/srcpkgs/qpdf/template
@@ -1,6 +1,6 @@
 # Template file for 'qpdf'
 pkgname=qpdf
-version=11.1.1
+version=11.2.0
 revision=1
 build_style=cmake
 hostmakedepends="perl pkg-config"
@@ -10,8 +10,8 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/qpdf/qpdf"
 changelog="https://raw.githubusercontent.com/qpdf/qpdf/stable/manual/release-notes.rst"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=785edab622a1bc7e25e1537ad2c325005d48c5c7957f7abedff405deb80fa59a
+distfiles="https://github.com/qpdf/qpdf/archive/refs/tags/v${version}.tar.gz"
+checksum=d5fde4881948db41300f5806ea54f07f9fc37bc414a6a78efa2649d212b56707
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR PATCH] [Merged]: qpdf: update to 11.2.0.
  2022-11-21 16:17 [PR PATCH] qpdf: update to 11.2.0 benalb
                   ` (3 preceding siblings ...)
  2022-11-24 16:59 ` [PR PATCH] [Updated] " benalb
@ 2022-11-24 19:23 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-24 19:23 UTC (permalink / raw)
  To: ml

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

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

qpdf: update to 11.2.0.
https://github.com/void-linux/void-packages/pull/40669

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] 6+ messages in thread

end of thread, other threads:[~2022-11-24 19:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 16:17 [PR PATCH] qpdf: update to 11.2.0 benalb
2022-11-24  0:51 ` [PR REVIEW] " classabbyamp
2022-11-24 16:55 ` [PR PATCH] [Updated] " benalb
2022-11-24 16:56 ` [PR REVIEW] " benalb
2022-11-24 16:59 ` [PR PATCH] [Updated] " benalb
2022-11-24 19:23 ` [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).