From a50026d3af55171fd573de1c285638f442ee8aa8bd0a502181e44a391c5d5173 Mon Sep 17 00:00:00 2001 From: Dmitriy Perlow Date: Wed, 21 Dec 2022 05:22:46 +0000 Subject: [PATCH] Accepting request 1043794 from home:dirkmueller:Factory - update to 1.1: * Since the release of version 1.0, we implemented several hundreds of new features and bugfixes; for example, to name just a few of the highlights: * Three new scenarios: One each for the Atlantean and Frisian campaigns, and a new standalone singleplayer mission * An add-ons webserver allows efficient down- and uploading of add-ons as well as interactions such as voting and commenting on add-ons * High-resolution images for many units * Multithreading provides smoother performance * Multiple enhancements to the in-game encyclopedia * Diplomacy: Manage your alliances during the game * Fastplace: Assign custom shortcuts to buildings to place them with one keystroke * In-game loading and restarting of games and scenarios * Save and load in-game windows * Editor tool history dialog * Various AI enhancements - see https://www.widelands.org/news/2022/Oct/23/widelands-1-1-released/ - drop 316eaea20975436.patch (upstream) OBS-URL: https://build.opensuse.org/request/show/1043794 OBS-URL: https://build.opensuse.org/package/show/games/widelands?expand=0&rev=61 --- 316eaea20975436.patch | 21 --------------------- widelands-1.0.tar.gz | 3 --- widelands-1.1.tar.gz | 3 +++ widelands.changes | 23 +++++++++++++++++++++++ widelands.spec | 8 +++----- 5 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 316eaea20975436.patch delete mode 100644 widelands-1.0.tar.gz create mode 100644 widelands-1.1.tar.gz diff --git a/316eaea20975436.patch b/316eaea20975436.patch deleted file mode 100644 index f652a5e..0000000 --- a/316eaea20975436.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 316eaea209754368a57f445ea4dd016ecf8eded6 Mon Sep 17 00:00:00 2001 -From: matthiakl -Date: Sat, 14 Aug 2021 19:24:08 +0200 -Subject: [PATCH] Added missing direct incude (#5025) - ---- - src/network/bufferedconnection.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/network/bufferedconnection.h b/src/network/bufferedconnection.h -index fe974b9ea54..7e1ecf87e4d 100644 ---- a/src/network/bufferedconnection.h -+++ b/src/network/bufferedconnection.h -@@ -20,6 +20,7 @@ - #ifndef WL_NETWORK_BUFFEREDCONNECTION_H - #define WL_NETWORK_BUFFEREDCONNECTION_H - -+#include - #include - #include - #include diff --git a/widelands-1.0.tar.gz b/widelands-1.0.tar.gz deleted file mode 100644 index 26c6ad6..0000000 --- a/widelands-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dab0c4062873cc72c5e0558f9e9620b0ef185f1a78923a77c4ce5b9ed76031a -size 792124780 diff --git a/widelands-1.1.tar.gz b/widelands-1.1.tar.gz new file mode 100644 index 0000000..3bbeb87 --- /dev/null +++ b/widelands-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6853fcf3daec9b66005691e5bcb00326634baf0985ad89a7e6511502612f6412 +size 416104611 diff --git a/widelands.changes b/widelands.changes index 23c0c88..5a4e681 100644 --- a/widelands.changes +++ b/widelands.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Dec 18 15:12:59 UTC 2022 - Dirk Müller + +- update to 1.1: + * Since the release of version 1.0, we implemented several hundreds of new + features and bugfixes; for example, to name just a few of the highlights: + + * Three new scenarios: One each for the Atlantean and Frisian campaigns, and + a new standalone singleplayer mission + * An add-ons webserver allows efficient down- and uploading of add-ons as + well as interactions such as voting and commenting on add-ons + * High-resolution images for many units + * Multithreading provides smoother performance + * Multiple enhancements to the in-game encyclopedia + * Diplomacy: Manage your alliances during the game + * Fastplace: Assign custom shortcuts to buildings to place them with one keystroke + * In-game loading and restarting of games and scenarios + * Save and load in-game windows + * Editor tool history dialog + * Various AI enhancements + - see https://www.widelands.org/news/2022/Oct/23/widelands-1-1-released/ +- drop 316eaea20975436.patch (upstream) + ------------------------------------------------------------------- Tue Oct 12 09:19:25 UTC 2021 - Christophe Giboudeaux diff --git a/widelands.spec b/widelands.spec index 843c32e..57b9548 100644 --- a/widelands.spec +++ b/widelands.spec @@ -1,7 +1,7 @@ # # spec file for package widelands # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,12 @@ Name: widelands -Version: 1.0 +Version: 1.1 Release: 0 Summary: Realtime strategy game involving map control License: GPL-2.0-or-later URL: https://www.widelands.org Source0: https://github.com/%{name}/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM -- add missing 'map' include -Patch0: 316eaea20975436.patch BuildRequires: SDL2_gfx-devel BuildRequires: SDL2_image-devel BuildRequires: SDL2_mixer-devel @@ -49,6 +47,7 @@ BuildRequires: optipng BuildRequires: pkgconfig BuildRequires: python3-base BuildRequires: update-desktop-files +BuildRequires: pkgconfig(asio) BuildRequires: pkgconfig(glew) BuildRequires: pkgconfig(icu-i18n) BuildRequires: pkgconfig(icu-io) @@ -89,7 +88,6 @@ operation. sed -i '/wl_add_flag(WL_COMPILE_DIAGNOSTICS "-Werror=uninitialized")/d' CMakeLists.txt sed -i 's/\(install(TARGETS ${NAME} DESTINATION \)"."\( COMPONENT ExecutableFiles)\)/\1bin\2/' cmake/WlFunctions.cmake -sed -i 's#../share#share#g' xdg/CMakeLists.txt find . -type f -name "*.py" -exec sed -i -E 's/env python[3]?/python3/' {} \; %build