Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vulkan-loader: update to 1.1.121
@ 2019-09-06  4:30 voidlinux-github
  2019-09-06  6:01 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-06  4:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages vulkan-loader-1.1.121
https://github.com/void-linux/void-packages/pull/14231

vulkan-loader: update to 1.1.121
Requires #14230

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vulkan-loader-1.1.121-14231.patch --]
[-- Type: text/x-diff, Size: 1157 bytes --]

From 81ab7f2395e0c8b414c82abbe99df5752057cccd Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 6 Sep 2019 00:26:53 -0400
Subject: [PATCH] vulkan-loader: update to 1.1.121

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

diff --git a/srcpkgs/vulkan-loader/template b/srcpkgs/vulkan-loader/template
index 8b3d7653bb5..e17a7325699 100644
--- a/srcpkgs/vulkan-loader/template
+++ b/srcpkgs/vulkan-loader/template
@@ -1,7 +1,7 @@
 # Template file for 'vulkan-loader'
 pkgname=vulkan-loader
 _pkgname=Vulkan-Loader
-version=1.1.115
+version=1.1.121
 revision=1
 wrksrc="${_pkgname}-${version}"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.khronos.org/vulkan/"
 distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz"
-checksum=25ae51a41f5df0b15d521188a3a963e7b1c4221762613852595622eafefcb600
+checksum=8966eb5a0f1503f5d8ab1b3602913285961786f7ee06bd1ff436dcce337505d3
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"

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

* Re: vulkan-loader: update to 1.1.121
  2019-09-06  4:30 [PR PATCH] vulkan-loader: update to 1.1.121 voidlinux-github
@ 2019-09-06  6:01 ` voidlinux-github
  2019-09-06  7:23 ` [PR PATCH] [Merged]: " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-06  6:01 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14231#issuecomment-528721772

Comment:
Please don't split PRs like that. This way someone willing to merge basically has to manually pull your branch, rebase and compile locally to verify it works. There's nothing wrong with including several package updates in a PR if they depend on each other so travis can test both of them together. There just shouldn't be completely unrelated packages in the same PR.

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

* Re: [PR PATCH] [Merged]: vulkan-loader: update to 1.1.121
  2019-09-06  4:30 [PR PATCH] vulkan-loader: update to 1.1.121 voidlinux-github
  2019-09-06  6:01 ` voidlinux-github
@ 2019-09-06  7:23 ` voidlinux-github
  2019-09-06 22:34 ` voidlinux-github
  2019-09-07 17:45 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-06  7:23 UTC (permalink / raw)
  To: ml

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

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

vulkan-loader: update to 1.1.121
https://github.com/void-linux/void-packages/pull/14231

Description:
Requires #14230

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

* Re: vulkan-loader: update to 1.1.121
  2019-09-06  4:30 [PR PATCH] vulkan-loader: update to 1.1.121 voidlinux-github
  2019-09-06  6:01 ` voidlinux-github
  2019-09-06  7:23 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-09-06 22:34 ` voidlinux-github
  2019-09-07 17:45 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-06 22:34 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/14231#issuecomment-529035975

Comment:
Sure. I will keep that in mind. Sorry for causing the trouble. Can you tell me what the title of the PR would be if I were to put both commits in in PR? "Vulkan-Headers: update to 1.1.121, vulkan-loader: update to 1.1.121"?

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

* Re: vulkan-loader: update to 1.1.121
  2019-09-06  4:30 [PR PATCH] vulkan-loader: update to 1.1.121 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-06 22:34 ` voidlinux-github
@ 2019-09-07 17:45 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-07 17:45 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14231#issuecomment-529129607

Comment:
Theres no convention for that, please just use something descriptive. To keep it shorter something like "Update Vulkan-headers and -loader to 1.1.121" would work as well.

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

end of thread, other threads:[~2019-09-07 17:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06  4:30 [PR PATCH] vulkan-loader: update to 1.1.121 voidlinux-github
2019-09-06  6:01 ` voidlinux-github
2019-09-06  7:23 ` [PR PATCH] [Merged]: " voidlinux-github
2019-09-06 22:34 ` voidlinux-github
2019-09-07 17:45 ` voidlinux-github

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