Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openttd: update to 13.4.
@ 2023-08-08 12:56 Emru1
  2023-08-09 17:05 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: Emru1 @ 2023-08-08 12:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages openttd-13.4
https://github.com/void-linux/void-packages/pull/45490

openttd: update to 13.4.
<!-- 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/45490.patch is attached

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

From 6b1680cfe794730ff849995bc7803fdbc31e395d Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Tue, 8 Aug 2023 14:54:18 +0200
Subject: [PATCH] openttd: update to 13.4.

---
 srcpkgs/openttd/patches/regression_tests.patch | 4 ++--
 srcpkgs/openttd/template                       | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/openttd/patches/regression_tests.patch b/srcpkgs/openttd/patches/regression_tests.patch
index 7f93945453293..59b87e5faa2f5 100644
--- a/srcpkgs/openttd/patches/regression_tests.patch
+++ b/srcpkgs/openttd/patches/regression_tests.patch
@@ -1,7 +1,7 @@
 Fix regression tests on musl libc
 index 19fece83f5..641e1e6de2 100644
---- a/openttd-13.3/cmake/scripts/Regression.cmake
-+++ b/openttd-13.3/cmake/scripts/Regression.cmake
+--- a/openttd-13.4/cmake/scripts/Regression.cmake
++++ b/openttd-13.4/cmake/scripts/Regression.cmake
 @@ -53,6 +53,7 @@ endif()
  string(REPLACE "0x(nil)" "0x00000000" REGRESSION_RESULT "${REGRESSION_RESULT}")
  string(REPLACE "0x0000000000000000" "0x00000000" REGRESSION_RESULT "${REGRESSION_RESULT}")
diff --git a/srcpkgs/openttd/template b/srcpkgs/openttd/template
index 40596ac750b28..cffbb80b27026 100644
--- a/srcpkgs/openttd/template
+++ b/srcpkgs/openttd/template
@@ -1,7 +1,7 @@
 # Template file for 'openttd'
 pkgname=openttd
-version=13.3
-revision=2
+version=13.4
+revision=1
 _gfxver=7.1
 _sfxver=1.0.3
 _msxver=0.4.2
@@ -29,7 +29,7 @@ distfiles="https://cdn.openttd.org/openttd-releases/${version}/openttd-${version
  https://cdn.openttd.org/opengfx-releases/${_gfxver}/opengfx-${_gfxver}-all.zip
  https://cdn.openttd.org/opensfx-releases/${_sfxver}/opensfx-${_sfxver}-all.zip
  https://cdn.openttd.org/openmsx-releases/${_msxver}/openmsx-${_msxver}-all.zip"
-checksum="aafa16d2fb67165134c73a888f79f7a5ed7da17a04cf6e9ecf672c9cb89e7192
+checksum="2a1deba01bfe58e2188879f450c3fa4f3819271ab49bf348dd66545f040d146f
  928fcf34efd0719a3560cbab6821d71ce686b6315e8825360fba87a7a94d7846
  e0a218b7dd9438e701503b0f84c25a97c1c11b7c2f025323fb19d6db16ef3759
  5a4277a2e62d87f2952ea5020dc20fb2f6ffafdccf9913fbf35ad45ee30ec762"

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

* Re: [PR PATCH] [Merged]: openttd: update to 13.4.
  2023-08-08 12:56 [PR PATCH] openttd: update to 13.4 Emru1
@ 2023-08-09 17:05 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-08-09 17:05 UTC (permalink / raw)
  To: ml

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

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

openttd: update to 13.4.
https://github.com/void-linux/void-packages/pull/45490

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] 2+ messages in thread

end of thread, other threads:[~2023-08-09 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 12:56 [PR PATCH] openttd: update to 13.4 Emru1
2023-08-09 17:05 ` [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).