Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update minetest to 5.6.1
@ 2022-09-21 15:52 jwoodie
  2022-09-21 16:29 ` icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jwoodie @ 2022-09-21 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jwoodie/void-packages master
https://github.com/void-linux/void-packages/pull/39401

Update minetest to 5.6.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (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/39401.patch is attached

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

From 00cdd85dd5713fcc0c47d79271cd72e640b7f4e7 Mon Sep 17 00:00:00 2001
From: Joshua Woodie <joshua.t.woodie@gmail.com>
Date: Wed, 21 Sep 2022 11:43:31 -0400
Subject: [PATCH] Update minetest to 5.6.1

---
 srcpkgs/minetest/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/minetest/template b/srcpkgs/minetest/template
index 9a07148b6cb2..af92d5edab58 100644
--- a/srcpkgs/minetest/template
+++ b/srcpkgs/minetest/template
@@ -1,8 +1,8 @@
 # Template file for 'minetest'
 pkgname=minetest
-version=5.6.0
+version=5.6.1
 revision=1
-_irrlichtversion=1.9.0mt7
+_irrlichtversion=1.9.0mt8
 build_style=cmake
 configure_args="-DBUILD_SERVER=TRUE -DVERSION_EXTRA=_${revision}"
 hostmakedepends="pkg-config gettext"
@@ -17,9 +17,9 @@ homepage="https://www.minetest.net"
 distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
  https://github.com/minetest/minetest_game/archive/${version}.tar.gz>minetest_game-${version}.tar.gz
  https://github.com/minetest/irrlicht/archive/refs/tags/${_irrlichtversion}.tar.gz"
-checksum="3fdbc0c8d9f6a18c12954ba0caedb548a22f367520f59d079804a21de0347a91
- fd991d42c253db380559c593a2b035f22e07a81f867b5380a2f045e9a4d04c87
- c12cdbd4a852e1e6ebf7ba22789aa057a1a7f2d585dd81a2412a62f57a0e2619"
+checksum="1440603e19dca70e2691e86a74c822ee2c4a36fceee32b2d85ae74772149e9a3
+ 5dc857003d24bb489f126865fcd6bf0d9c0cb146ca4c1c733570699d15abd0e3
+ 27594242da8c7cc1e5ef45922e1dfdd130c37d77719b5d927359eb47992051e0"
 
 # LuaJIT enabled causes PIE to
 # be broken/not-used on aarch64*

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

* Re: Update minetest to 5.6.1
  2022-09-21 15:52 [PR PATCH] Update minetest to 5.6.1 jwoodie
@ 2022-09-21 16:29 ` icp1994
  2022-09-22 17:13 ` [PR PATCH] [Closed]: " jwoodie
  2022-09-22 17:14 ` [PR PATCH] [Updated] " jwoodie
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2022-09-21 16:29 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/39401#issuecomment-1253947215

Comment:
You need to drop the second commit and follow the commit message format described [here](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#committing-your-changes).

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

* Re: [PR PATCH] [Closed]: Update minetest to 5.6.1
  2022-09-21 15:52 [PR PATCH] Update minetest to 5.6.1 jwoodie
  2022-09-21 16:29 ` icp1994
@ 2022-09-22 17:13 ` jwoodie
  2022-09-22 17:14 ` [PR PATCH] [Updated] " jwoodie
  2 siblings, 0 replies; 4+ messages in thread
From: jwoodie @ 2022-09-22 17:13 UTC (permalink / raw)
  To: ml

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

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

Update minetest to 5.6.1
https://github.com/void-linux/void-packages/pull/39401

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (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

* Re: [PR PATCH] [Updated] Update minetest to 5.6.1
  2022-09-21 15:52 [PR PATCH] Update minetest to 5.6.1 jwoodie
  2022-09-21 16:29 ` icp1994
  2022-09-22 17:13 ` [PR PATCH] [Closed]: " jwoodie
@ 2022-09-22 17:14 ` jwoodie
  2 siblings, 0 replies; 4+ messages in thread
From: jwoodie @ 2022-09-22 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jwoodie/void-packages master
https://github.com/void-linux/void-packages/pull/39401

Update minetest to 5.6.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (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/39401.patch is attached

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



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

end of thread, other threads:[~2022-09-22 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 15:52 [PR PATCH] Update minetest to 5.6.1 jwoodie
2022-09-21 16:29 ` icp1994
2022-09-22 17:13 ` [PR PATCH] [Closed]: " jwoodie
2022-09-22 17:14 ` [PR PATCH] [Updated] " jwoodie

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