Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flatpak-builder: update to 1.2.3.
@ 2022-12-27 19:05 TheEgghead27
  2023-01-14  0:59 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TheEgghead27 @ 2022-12-27 19:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheEgghead27/void-packages flatpak-builder-1.2.3
https://github.com/void-linux/void-packages/pull/41320

flatpak-builder: update to 1.2.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - aarch64 (cross)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatpak-builder-1.2.3-41320.patch --]
[-- Type: text/x-diff, Size: 1160 bytes --]

From 2741704e0aaf25d9336efccb5239f0ad64fcc7ab Mon Sep 17 00:00:00 2001
From: David Chen <dchen07@protonmail.com>
Date: Tue, 27 Dec 2022 13:46:41 -0500
Subject: [PATCH] flatpak-builder: update to 1.2.3.

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

diff --git a/srcpkgs/flatpak-builder/template b/srcpkgs/flatpak-builder/template
index d193ddcc0b9a..ae5da2f59f34 100644
--- a/srcpkgs/flatpak-builder/template
+++ b/srcpkgs/flatpak-builder/template
@@ -1,6 +1,6 @@
 # Template file for 'flatpak-builder'
 pkgname=flatpak-builder
-version=1.2.2
+version=1.2.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config xmlto"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/flatpak/flatpak-builder"
 distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
-checksum=89fda68e537c1e9de02352690bd89c3217a729164558d35f35b08f79ad84e03e
+checksum=e257825a47f7a3e71e30fb0f80f2d9ac6e4801f746f552dfaf0e564e3ee351c8
 # Tests expects a Debian derivate hosts to build a flatpak container from.
 make_check=no
 

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

* Re: [PR REVIEW] flatpak-builder: update to 1.2.3.
  2022-12-27 19:05 [PR PATCH] flatpak-builder: update to 1.2.3 TheEgghead27
@ 2023-01-14  0:59 ` classabbyamp
  2023-01-14  1:01 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-14  0:59 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41320#discussion_r1070183683

Comment:
```suggestion
distfiles="https://github.com/flatpak/flatpak-builder/releases/download/${version}/flatpak-builder-${version}.tar.xz"
```

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

* Re: [PR REVIEW] flatpak-builder: update to 1.2.3.
  2022-12-27 19:05 [PR PATCH] flatpak-builder: update to 1.2.3 TheEgghead27
  2023-01-14  0:59 ` [PR REVIEW] " classabbyamp
@ 2023-01-14  1:01 ` classabbyamp
  2023-01-14  1:47 ` [PR PATCH] [Updated] " TheEgghead27
  2023-01-14 14:41 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-14  1:01 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41320#discussion_r1070184056

Comment:
```suggestion
homepage="https://github.com/flatpak/flatpak-builder"
changelog="https://github.com/flatpak/flatpak-builder/raw/main/NEWS"
```

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

* Re: [PR PATCH] [Updated] flatpak-builder: update to 1.2.3.
  2022-12-27 19:05 [PR PATCH] flatpak-builder: update to 1.2.3 TheEgghead27
  2023-01-14  0:59 ` [PR REVIEW] " classabbyamp
  2023-01-14  1:01 ` classabbyamp
@ 2023-01-14  1:47 ` TheEgghead27
  2023-01-14 14:41 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: TheEgghead27 @ 2023-01-14  1:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheEgghead27/void-packages flatpak-builder-1.2.3
https://github.com/void-linux/void-packages/pull/41320

flatpak-builder: update to 1.2.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - aarch64 (cross)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-flatpak-builder-1.2.3-41320.patch --]
[-- Type: text/x-diff, Size: 1401 bytes --]

From 09110aa11f51eab64de71ca83d051b5f34aa07da Mon Sep 17 00:00:00 2001
From: David Chen <dchen07@protonmail.com>
Date: Tue, 27 Dec 2022 13:46:41 -0500
Subject: [PATCH] flatpak-builder: update to 1.2.3.

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

diff --git a/srcpkgs/flatpak-builder/template b/srcpkgs/flatpak-builder/template
index d193ddcc0b9a..fe3485b0d895 100644
--- a/srcpkgs/flatpak-builder/template
+++ b/srcpkgs/flatpak-builder/template
@@ -1,6 +1,6 @@
 # Template file for 'flatpak-builder'
 pkgname=flatpak-builder
-version=1.2.2
+version=1.2.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config xmlto"
@@ -11,8 +11,9 @@ short_desc="Tool to build flatpaks from source"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/flatpak/flatpak-builder"
-distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
-checksum=89fda68e537c1e9de02352690bd89c3217a729164558d35f35b08f79ad84e03e
+changelog="https://github.com/flatpak/flatpak-builder/raw/main/NEWS"
+distfiles="https://github.com/flatpak/flatpak-builder/releases/download/${version}/flatpak-builder-${version}.tar.xz"
+checksum=e257825a47f7a3e71e30fb0f80f2d9ac6e4801f746f552dfaf0e564e3ee351c8
 # Tests expects a Debian derivate hosts to build a flatpak container from.
 make_check=no
 

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

* Re: [PR PATCH] [Merged]: flatpak-builder: update to 1.2.3.
  2022-12-27 19:05 [PR PATCH] flatpak-builder: update to 1.2.3 TheEgghead27
                   ` (2 preceding siblings ...)
  2023-01-14  1:47 ` [PR PATCH] [Updated] " TheEgghead27
@ 2023-01-14 14:41 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-14 14:41 UTC (permalink / raw)
  To: ml

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

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

flatpak-builder: update to 1.2.3.
https://github.com/void-linux/void-packages/pull/41320

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686
  - aarch64 (cross)



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

end of thread, other threads:[~2023-01-14 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27 19:05 [PR PATCH] flatpak-builder: update to 1.2.3 TheEgghead27
2023-01-14  0:59 ` [PR REVIEW] " classabbyamp
2023-01-14  1:01 ` classabbyamp
2023-01-14  1:47 ` [PR PATCH] [Updated] " TheEgghead27
2023-01-14 14:41 ` [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).