commit 37f20ee3ee9d6af72d155e3c9f933c0490d631d7
Author: Alexandre Moine <nobrakal(a)gmail.com>
Date: Fri Jul 1 14:28:35 2016 +0200
New upstream release
- Force the use of c++11 standard
.gitignore | 1 +
openmw.spec | 13 +++++++++----
sources | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4acbb42..93be932 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
openmw-0.36.1.tar.gz
openmw-0.37.0.tar.gz
openmw-0.38.0.tar.gz
+openmw-0.39.0.tar.gz
diff --git a/openmw.spec b/openmw.spec
index 614187e..611d54a 100644
--- a/openmw.spec
+++ b/openmw.spec
@@ -1,5 +1,5 @@
Name: openmw
-Version: 0.38.0
+Version: 0.39.0
Release: 1%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
@@ -9,13 +9,13 @@ URL:
https://openmw.org
Source0:
https://github.com/OpenMW/openmw/archive/%{name}-%{version}.tar.gz
# Pass path to ffmpeg headers in CFLAGS
-Patch0: openmw.fix-ffmpeg-includedir.patch
+Patch0: %{name}.fix-ffmpeg-includedir.patch
# Unbundle dejavu-lgc-sans-mono-fonts
-Patch1: openmw.unbundle-dejavu-font.patch
+Patch1: %{name}.unbundle-dejavu-font.patch
# Unbundle tango icons
-Patch2: openmw.undundle-tango-icons.patch
+Patch2: %{name}.undundle-tango-icons.patch
BuildRequires: cmake
BuildRequires: boost-devel
@@ -94,6 +94,7 @@ rm -rf build && mkdir build && pushd build
-DMORROWIND_DATA_FILES=%{_datadir}/%{name}/data \
-DUSE_SYSTEM_TINYXML=TRUE \
-DBUILD_UNITTESTS:BOOL=TRUE \
+ -DCMAKE_CXX_STANDARD=11 \
../
make %{?_smp_mflags}
@@ -141,6 +142,10 @@ mkdir -p %{buildroot}/%{_datadir}/%{name}/data
%changelog
+* Tue May 10 2016 Alexandre Moine <nobrakal(a)gmail.com> 0.39.0-1
+- New upstream release
+- Force the use of c++11 standard
+
* Tue Jan 26 2016 Alexandre Moine <nobrakal(a)gmail.com> 0.38.0-1
- New upstream release
diff --git a/sources b/sources
index 67bb0eb..9e5d749 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2da564d29aca4ff2a29d81f364206466 openmw-0.38.0.tar.gz
+01c04b6eba8926f0c3dfc808534c9944 openmw-0.39.0.tar.gz