Dominique Leuenberger 2022-12-21 15:06:55 +00:00 committed by Git OBS Bridge
commit a8cb21fb01
5 changed files with 29 additions and 29 deletions

View File

@ -1,21 +0,0 @@
From 316eaea209754368a57f445ea4dd016ecf8eded6 Mon Sep 17 00:00:00 2001
From: matthiakl <t-m.42@mailpost.spdns.org>
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 <map>
#include <memory>
#include <mutex>
#include <thread>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dab0c4062873cc72c5e0558f9e9620b0ef185f1a78923a77c4ce5b9ed76031a
size 792124780

3
widelands-1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6853fcf3daec9b66005691e5bcb00326634baf0985ad89a7e6511502612f6412
size 416104611

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Dec 18 15:12:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <christophe@krop.fr>

View File

@ -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