Accepting request 223853 from home:adrianSuSE:branches:games

version update

OBS-URL: https://build.opensuse.org/request/show/223853
OBS-URL: https://build.opensuse.org/package/show/games/widelands?expand=0&rev=33
This commit is contained in:
Adrian Schröter 2014-02-25 17:20:43 +00:00 committed by Git OBS Bridge
parent 5184db9d83
commit 305a0cba1a
6 changed files with 10 additions and 35 deletions

View File

@ -1,12 +0,0 @@
diff -Naur widelands-build17-src.orig/src/main.cc widelands-build17-src/src/main.cc
--- widelands-build17-src.orig/src/main.cc 2012-04-23 11:46:49.000000000 +0200
+++ widelands-build17-src/src/main.cc 2012-11-24 19:07:53.000000000 +0100
@@ -31,6 +31,8 @@
#include <SDL_main.h>
+#include <unistd.h>
+
#ifndef WIN32
#include <syslog.h>
#include <fcntl.h>

View File

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

View File

@ -1,12 +0,0 @@
diff -ur widelands-build17-src/CMakeLists.txt widelands-build17-src_fix/CMakeLists.txt
--- widelands-build17-src/CMakeLists.txt 2012-04-23 11:46:49.000000000 +0200
+++ widelands-build17-src_fix/CMakeLists.txt 2012-05-05 22:02:24.000000000 +0200
@@ -140,7 +140,7 @@
else (WL_UNIT_TESTS)
message(STATUS "Disabled Unit Tests")
set (Boost_FIND_COMPONENTS signals)
- set (Boost_USE_STATIC_LIBS ON)
+# set (Boost_USE_STATIC_LIBS ON)
set (Boost_USE_MULTITHREADED ON)
set (Boost_DETAILED_FAILURE_MSG ON)
find_package(Boost 1.35.0 COMPONENTS signals REQUIRED)

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 25 17:02:06 UTC 2014 - adrian@suse.de
- update to build 18
-------------------------------------------------------------------
Sat Nov 24 17:59:02 UTC 2012 - joop.boonen@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package widelands
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define build_launchpad 0
Name: widelands
Version: build17
Version: build18
Release: 0
Summary: Open source realtime-strategy game
License: GPL-2.0+
@ -58,10 +58,6 @@ Source2: launchpad-export.tar.gz
# for launchpad translation update
Requires: perl
%endif
# PATCH-FIX-UPSTREAM widelands-build17_boostfix.diff
Patch1: widelands-build17_boostfix.diff
# PATCH-FIX-UPSTREAM widelands-build17-gcc47.diff
Patch2: widelands-build17-gcc47.diff
%description
Widelands is an open source (GPLed), realtime-strategy game, using SDL and
@ -82,8 +78,6 @@ Data files for Widelands. Including localization, maps graphics and music.
%prep
%setup -q -n %{name}-%{version}-src
%patch1 -p1
%patch2 -p1
%if %build_launchpad
# for launchpad translation update
cd ..