Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR REVIEW] xorriso: update to 1.5.4.pl02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29357@inbox.vuxu.org>
@ 2021-04-01 12:25 ` sgn
  2021-04-01 14:29 ` [PR PATCH] [Updated] " sgn
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-04-01 12:25 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29357#discussion_r605613443

Comment:
`_basever=${version%.pl*}`

Other than that, I think we're good with this update.

@ericonr  Anything I could miss?

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

* Re: [PR PATCH] [Updated] xorriso: update to 1.5.4.pl02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29357@inbox.vuxu.org>
  2021-04-01 12:25 ` [PR REVIEW] xorriso: update to 1.5.4.pl02 sgn
@ 2021-04-01 14:29 ` sgn
  2021-04-01 14:30 ` sgn
  2021-04-01 14:36 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-04-01 14:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xorriso
https://github.com/void-linux/void-packages/pull/29357

xorriso: update to 1.5.4.pl02
- use GNU_SITE for downloads

@ailiop-git

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-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/29357.patch is attached

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

From 00d56f0d7070d7f97b02b2620f68f2280b41d256 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 9 Mar 2021 22:58:57 +0200
Subject: [PATCH] xorriso: update to 1.5.4.pl02 - use GNU_SITE for downloads

---
 srcpkgs/xorriso/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xorriso/template b/srcpkgs/xorriso/template
index 51f9a18b30fd..2406cc45cfbe 100644
--- a/srcpkgs/xorriso/template
+++ b/srcpkgs/xorriso/template
@@ -1,12 +1,13 @@
 # Template file for 'xorriso'
 pkgname=xorriso
-version=1.5.3
+version=1.5.4.pl02
 revision=1
+wrksrc="${pkgname}-${version%.pl*}"
 build_style=gnu-configure
 makedepends="zlib-devel bzip2-devel readline-devel acl-devel"
 short_desc="ISO 9660 Rock Ridge Filesystem Manipulator"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/xorriso"
-distfiles="https://www.gnu.org/software/xorriso/xorriso-${version}.tar.gz"
-checksum=bb8db9274caecd44993e8242e6acff4298b3508b83ac3c51c9fd970b9e765adc
+distfiles="${GNU_SITE}/xorriso/xorriso-${version}.tar.gz"
+checksum=3ec7393d4a9dcbf5f74309c28a415f55227ec62770b95ae993ac8d7a3b152972

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

* Re: [PR PATCH] [Updated] xorriso: update to 1.5.4.pl02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29357@inbox.vuxu.org>
  2021-04-01 12:25 ` [PR REVIEW] xorriso: update to 1.5.4.pl02 sgn
  2021-04-01 14:29 ` [PR PATCH] [Updated] " sgn
@ 2021-04-01 14:30 ` sgn
  2021-04-01 14:36 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-04-01 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xorriso
https://github.com/void-linux/void-packages/pull/29357

xorriso: update to 1.5.4.pl02
- use GNU_SITE for downloads

@ailiop-git

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-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/29357.patch is attached

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

From abc170e8a845a4ac3597a9e4a5ef831785630163 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 9 Mar 2021 22:58:57 +0200
Subject: [PATCH] xorriso: update to 1.5.4.pl02

- use GNU_SITE for downloads
---
 srcpkgs/xorriso/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xorriso/template b/srcpkgs/xorriso/template
index 51f9a18b30fd..2406cc45cfbe 100644
--- a/srcpkgs/xorriso/template
+++ b/srcpkgs/xorriso/template
@@ -1,12 +1,13 @@
 # Template file for 'xorriso'
 pkgname=xorriso
-version=1.5.3
+version=1.5.4.pl02
 revision=1
+wrksrc="${pkgname}-${version%.pl*}"
 build_style=gnu-configure
 makedepends="zlib-devel bzip2-devel readline-devel acl-devel"
 short_desc="ISO 9660 Rock Ridge Filesystem Manipulator"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/xorriso"
-distfiles="https://www.gnu.org/software/xorriso/xorriso-${version}.tar.gz"
-checksum=bb8db9274caecd44993e8242e6acff4298b3508b83ac3c51c9fd970b9e765adc
+distfiles="${GNU_SITE}/xorriso/xorriso-${version}.tar.gz"
+checksum=3ec7393d4a9dcbf5f74309c28a415f55227ec62770b95ae993ac8d7a3b152972

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

* Re: [PR PATCH] [Merged]: xorriso: update to 1.5.4.pl02
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29357@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2021-04-01 14:30 ` sgn
@ 2021-04-01 14:36 ` sgn
  3 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2021-04-01 14:36 UTC (permalink / raw)
  To: ml

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

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

xorriso: update to 1.5.4.pl02
https://github.com/void-linux/void-packages/pull/29357

Description:
- use GNU_SITE for downloads

@ailiop-git

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-04-01 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29357@inbox.vuxu.org>
2021-04-01 12:25 ` [PR REVIEW] xorriso: update to 1.5.4.pl02 sgn
2021-04-01 14:29 ` [PR PATCH] [Updated] " sgn
2021-04-01 14:30 ` sgn
2021-04-01 14:36 ` [PR PATCH] [Merged]: " sgn

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