update to 3.6.2.16
- drop obsolete patch
This commit is contained in:
parent
7d7129e51b
commit
4fdb5f53e6
3 changed files with 6 additions and 28 deletions
|
|
@ -1,24 +0,0 @@
|
|||
From d1ec1705381f3684bf85666b3cea4978efb4fbac Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?=C3=89rico=20Porto?= <ericoporto2008@gmail.com>
|
||||
Date: Sat, 9 Aug 2025 17:39:11 -0300
|
||||
Subject: [PATCH] Common: fix strcasecmp/strncasecmp fails on Emscripten clang
|
||||
build
|
||||
|
||||
---
|
||||
Common/util/string_compat.c | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/Common/util/string_compat.c b/Common/util/string_compat.c
|
||||
index 2ea5d84d9fb..e126ae89d2b 100644
|
||||
--- a/Common/util/string_compat.c
|
||||
+++ b/Common/util/string_compat.c
|
||||
@@ -17,6 +17,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "core/platform.h"
|
||||
+#if !AGS_PLATFORM_OS_WINDOWS
|
||||
+#include <strings.h>
|
||||
+#endif
|
||||
#include "debug/assert.h"
|
||||
|
||||
char *ags_strlwr(char *s)
|
||||
8
ags.spec
8
ags.spec
|
|
@ -6,13 +6,12 @@
|
|||
|
||||
Name: ags
|
||||
Summary: Engine for creating and running videogames of adventure (quest) genre
|
||||
Version: 3.6.2.15
|
||||
Version: 3.6.2.16
|
||||
URL: http://www.adventuregamestudio.co.uk/site/ags/
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/adventuregamestudio/ags/archive/%{fver}/ags-%{fver}.tar.gz
|
||||
Patch0: ags-use-system-libraries.patch
|
||||
Patch1: ags-build-tests-with-cxx17.patch
|
||||
Patch2: https://github.com/adventuregamestudio/ags/commit/d1ec1705381f3684bf85666b3cea4978efb4fbac.patch#/ags-missing-includes.patch
|
||||
# Most code is under Artistic-2.0, except:
|
||||
# Common/libsrc/aastr-0.1.1: LicenseRef-Fedora-UltraPermissive
|
||||
# Common/libsrc/alfont-2.0.9: FTL
|
||||
|
|
@ -80,7 +79,6 @@ This package contains the AGS engine game development tools.
|
|||
%setup -q
|
||||
%patch 0 -p1 -b .orig
|
||||
%patch 1 -p1 -b .cxx17
|
||||
%patch 2 -p1 -b .incl
|
||||
# delete unused bundled stuff
|
||||
pushd Common/libinclude
|
||||
rm -r ogg
|
||||
|
|
@ -150,6 +148,10 @@ mv Changes.txt.utf-8 Changes.txt
|
|||
%{_bindir}/ags
|
||||
|
||||
%changelog
|
||||
* Wed Jan 14 2026 Dominik Mierzejewski <dominik@greysector.net> - 3.6.2.16-1
|
||||
- update to 3.6.2.16
|
||||
- drop obsolete patch
|
||||
|
||||
* Wed Nov 26 2025 Dominik Mierzejewski <dominik@greysector.net> - 3.6.2.15-1
|
||||
- update to 3.6.2.15 (resolves rhbz#2416531)
|
||||
- drop serial ctest call work-around, fixed upstream
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ags-v3.6.2.15.tar.gz) = 52b3250c17a416b2f37e4334b0d84e681c78d2b261aa926412ab758b788cc9c12f3ec92e50834ea21e4ddf879396ca1041d1a02a8970d21be4475ffd9e264530
|
||||
SHA512 (ags-v3.6.2.16.tar.gz) = 4b3261284454fc4e770f684eb6ece5199bc9d8a731d433b96f1134ade8907d60f0658f481f5ed229346a6dfeac61622ce5d62adfc163489f1cbf335b7c088936
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue