limb pushed to wesnoth (el6). "1.12.2, but still doesn't build due to translation issues."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 20 13:04:31 UTC 2015


>From c17e8b2a8b33b103dd17f998904af93d72911c4b Mon Sep 17 00:00:00 2001
From: Jon Ciesla <limburgher at gmail.com>
Date: Mon, 20 Apr 2015 08:03:53 -0500
Subject: 1.12.2, but still doesn't build due to translation issues.


diff --git a/.gitignore b/.gitignore
index 375cda9..8f2feb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 wesnoth-1.6.5.tar.bz2
 /wesnoth-1.10.4.tar.bz2
 /wesnoth-1.10.5.tar.bz2
+/wesnoth-1.12.2.tar.bz2
diff --git a/sources b/sources
index 62b407e..493bb37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03d9683cd83d17c6536bdf5c4940bbc8  wesnoth-1.10.5.tar.bz2
+c2d85b3eb7ed96508f4f0e2ea29fd2cc  wesnoth-1.12.2.tar.bz2
diff --git a/wesnoth.spec b/wesnoth.spec
index 844d3f6..b3cb30c 100644
--- a/wesnoth.spec
+++ b/wesnoth.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           wesnoth
-Version:        1.10.5
+Version:        1.12.2
 Release:        1%{?dist}
 Summary:        Turn-based strategy game with a fantasy theme
 
@@ -33,7 +33,7 @@ BuildRequires:  fribidi-devel
 BuildRequires:  python-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
-BuildRequires:  boost-devel
+BuildRequires:  boost148-devel
 BuildRequires:  pango-devel
 BuildRequires:  lua-devel
 BuildRequires:  cmake
@@ -119,7 +119,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
 #    --with-server-uid=$(id -u) \
 #    --with-server-gid=$(id -g) \
 #    --disable-strict-compilation
-cmake . -DCMAKE_INSTALL_PREFIX=${RPM_BUILD_ROOT}%{_prefix} -DDATAROOTDIR=%{_datadir} -DBINDIR=%{_bindir} -DENABLE_TOOLS=ON -DSERVER_UID=$(id -u) -DSERVER_GID=$(id -g) -DCMAKE_INSTALL_PREFIX=%{RPM_BUILD_ROOT}
+cmake . -DCMAKE_INSTALL_PREFIX=${RPM_BUILD_ROOT}%{_prefix} -DDATAROOTDIR=%{_datadir} -DBINDIR=%{_bindir} -DENABLE_TOOLS=ON -DSERVER_UID=$(id -u) -DSERVER_GID=$(id -g) -DCMAKE_INSTALL_PREFIX=%{RPM_BUILD_ROOT} -DBOOST_INCLUDEDIR=/usr/include/boost148/ -DBOOST_LIBRARYDIR=%{_libdir}/boost148/
 %ifnarch noarch
 make %{?_smp_mflags}
 %endif
@@ -317,6 +317,9 @@ fi
 #%endif
 
 %changelog
+* Tue Apr 14 2015 Jon Ciesla <limburgher at gmail.com> - 1.12.2-1
+- Upstream security release.
+
 * Tue Nov 20 2012 Jon Ciesla <limburgher at gmail.com> - 1.10.5-1
 - New upstream maintainance release.
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/wesnoth.git/commit/?h=el6&id=c17e8b2a8b33b103dd17f998904af93d72911c4b


More information about the scm-commits mailing list