From 04a6596b1b1a2156e00ac7ab2f914b83d8d6237877f3bf3712a4dc52d5f00469 Mon Sep 17 00:00:00 2001 From: Dmitriy Perlow Date: Tue, 28 Feb 2023 07:54:09 +0000 Subject: [PATCH] Accepting request 1068059 from home:Kieltux:branches:games - Use BuildRequires asio-devel instead pkgconfig(asio), enables build for openSUSE Leap 15.4 OBS-URL: https://build.opensuse.org/request/show/1068059 OBS-URL: https://build.opensuse.org/package/show/games/widelands?expand=0&rev=63 --- widelands.changes | 6 ++++++ widelands.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/widelands.changes b/widelands.changes index 5a4e681..2eae247 100644 --- a/widelands.changes +++ b/widelands.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 27 19:08:17 UTC 2023 - Carsten Ziepke + +- Use BuildRequires asio-devel instead pkgconfig(asio), enables + build for openSUSE Leap 15.4 + ------------------------------------------------------------------- Sun Dec 18 15:12:59 UTC 2022 - Dirk Müller diff --git a/widelands.spec b/widelands.spec index 57b9548..8f812ef 100644 --- a/widelands.spec +++ b/widelands.spec @@ -1,7 +1,7 @@ # # spec file for package widelands # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,6 +23,7 @@ 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 +BuildRequires: asio-devel BuildRequires: SDL2_gfx-devel BuildRequires: SDL2_image-devel BuildRequires: SDL2_mixer-devel @@ -47,7 +48,6 @@ 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)