Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update glfw* to 3.3.7
@ 2022-04-05 19:38 ftrvxmtrx
  2022-04-05 20:26 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: ftrvxmtrx @ 2022-04-05 19:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ftrvxmtrx/void-packages glfw-3.3.7
https://github.com/void-linux/void-packages/pull/36539

update glfw* to 3.3.7
Added changelog URL and updated download URLs to github tagged releases.

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

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


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

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

From cc8f2c39c4b3d161cdddd9bb3fe9d635e143cb17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <ftrvxmtrx@gmail.com>
Date: Tue, 5 Apr 2022 21:24:30 +0200
Subject: [PATCH 1/2] glfw: update to 3.3.7

Also add changelog url and update download URL to github project.
---
 srcpkgs/glfw/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glfw/template b/srcpkgs/glfw/template
index a9168faffc67..968accbe50d2 100644
--- a/srcpkgs/glfw/template
+++ b/srcpkgs/glfw/template
@@ -1,7 +1,7 @@
 # Template file for 'glfw'
 # update together with glfw-wayland
 pkgname=glfw
-version=3.3.6
+version=3.3.7
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
@@ -11,8 +11,9 @@ short_desc="Multi-platform library for creating windows with OpenGL contexts"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Zlib"
 homepage="http://www.glfw.org"
-distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=4e08897813668584b252065dc8bcb5a3cbcdd19918ede4dbc847fad7e35db7ec
+changelog="https://www.glfw.org/changelog.html"
+distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
+checksum=fd21a5f65bcc0fc3c76e0f8865776e852de09ef6fbc3620e09ce96d2b2807e04
 
 glfw-devel_package() {
 	depends="glfw>=${version}_${revision} $makedepends"

From c769e44d6313b057f5b07b2a9ac367ea9a4b9b8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?=
 <ftrvxmtrx@gmail.com>
Date: Tue, 5 Apr 2022 21:25:52 +0200
Subject: [PATCH 2/2] glfw-wayland: update to 3.3.7

Also add changelog url and update download URL to github project.
---
 srcpkgs/glfw-wayland/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glfw-wayland/template b/srcpkgs/glfw-wayland/template
index 720899cf56f7..f2abe3a8a608 100644
--- a/srcpkgs/glfw-wayland/template
+++ b/srcpkgs/glfw-wayland/template
@@ -1,6 +1,6 @@
 # Template file for 'glfw-wayland'
 pkgname=glfw-wayland
-version=3.3.6
+version=3.3.7
 revision=1
 wrksrc=glfw-${version}
 build_style=cmake
@@ -12,8 +12,9 @@ short_desc="Multi-platform library for creating windows with OpenGL contexts"
 maintainer="q66 <daniel@octaforge.org>"
 license="Zlib"
 homepage="http://www.glfw.org"
-distfiles="${SOURCEFORGE_SITE}/glfw/glfw-${version}.tar.bz2"
-checksum=4e08897813668584b252065dc8bcb5a3cbcdd19918ede4dbc847fad7e35db7ec
+changelog="https://www.glfw.org/changelog.html"
+distfiles="https://github.com/glfw/glfw/archive/${version}.tar.gz"
+checksum=fd21a5f65bcc0fc3c76e0f8865776e852de09ef6fbc3620e09ce96d2b2807e04
 provides="glfw-${version}_${revision}"
 replaces="glfw>=0"
 

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

* Re: [PR PATCH] [Merged]: update glfw* to 3.3.7
  2022-04-05 19:38 [PR PATCH] update glfw* to 3.3.7 ftrvxmtrx
@ 2022-04-05 20:26 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2022-04-05 20:26 UTC (permalink / raw)
  To: ml

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

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

update glfw* to 3.3.7
https://github.com/void-linux/void-packages/pull/36539

Description:
Added changelog URL and updated download URLs to github tagged releases.

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

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


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

end of thread, other threads:[~2022-04-05 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 19:38 [PR PATCH] update glfw* to 3.3.7 ftrvxmtrx
2022-04-05 20:26 ` [PR PATCH] [Merged]: " Duncaen

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