Hello community,

here is the log from the commit of package gemrb for openSUSE:Factory checked 
in at 2017-12-14 10:55:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gemrb (Old)
 and      /work/SRC/openSUSE:Factory/.gemrb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gemrb"

Thu Dec 14 10:55:12 2017 rev:3 rq:555510 version:0.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gemrb/gemrb.changes      2016-11-14 
20:13:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gemrb.new/gemrb.changes 2017-12-14 
10:55:22.741709540 +0100
@@ -1,0 +2,18 @@
+Fri Dec  8 22:21:47 UTC 2017 - mimi...@gmail.com
+
+- update to 0.8.5
+- use SDL2 and enable openGL support
+* new features:
+   - SDL2 resolution-independent window scaling, environmental audio
+   - regeneration during sleep, time dilation
+   - iwd2 ability stacking, iwd ZZ* weapon bonuses
+   - portrait.2da handling, avatar shadows, dialogF.tlk handling
+* impoved features:
+   - infravision
+   - better compatibility with bgt, 10pp, ia, kelsey, dr
+   - sdl2 input, mouse scrolling, opengl driver
+   - iwd2 cg&lu, item (un)usability, avatar sizes, permanent clabs
+   - ambients, verbal constants, random walk, walk sounds
+   - bugfixes
+
+-------------------------------------------------------------------

Old:
----
  gemrb-0.8.4.tar.gz

New:
----
  gemrb-0.8.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gemrb.spec ++++++
--- /var/tmp/diff_new_pack.flX5j1/_old  2017-12-14 10:55:24.845607976 +0100
+++ /var/tmp/diff_new_pack.flX5j1/_new  2017-12-14 10:55:24.845607976 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gemrb
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           gemrb
-Version:        0.8.4
+Version:        0.8.5
 Release:        0
 Summary:        Game engine made with pre-rendered background
 License:        GPL-2.0+
@@ -28,19 +28,19 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
+BuildRequires:  glew-devel
 BuildRequires:  glibc-devel
-BuildRequires:  libSDL_ttf-devel
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(SDL_mixer)
+BuildRequires:  pkgconfig(SDL2_mixer)
+BuildRequires:  pkgconfig(SDL2_ttf)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libvlc)
 BuildRequires:  pkgconfig(openal)
 BuildRequires:  pkgconfig(python) >= 2.3
-BuildRequires:  pkgconfig(sdl) >= 1.2
+BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GemRB is an implementation of Bioware's Infinity Engine which was
@@ -54,17 +54,13 @@
 %setup -q
 
 %build
-# FIXME: you should use %%cmake macros
-mkdir build
-cd build
-cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+rm -Rf CMakeCache.txt CMakeFiles/
+%cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
     -DLIB_DIR=%{_libdir}/gemrb \
     -DDISABLE_WERROR=1 \
-    -DCMAKE_C_FLAGS:STRING="%{optflags}" \
-    -DCMAKE_CXX_FLAGS:STRING="%{optflags}" \
     -DCMAKE_VERBOSE_MAKEFILE:BOOL="true" \
-     ..
-make %{?_smp_mflags}
+    -DOPENGL_BACKEND=OpenGL
+%make_jobs
 
 %install
 %cmake_install 
@@ -72,7 +68,6 @@
 rm %{buildroot}/%{_datadir}/doc/gemrb/INSTALL
 
 %files
-%defattr(644,root,root)
 %attr(755,root,root) %{_bindir}/gemrb
 %attr(755,root,root) %{_bindir}/extend2da.py
 %{_libdir}/gemrb/

++++++ gemrb-0.8.4.tar.gz -> gemrb-0.8.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/gemrb/gemrb-0.8.4.tar.gz 
/work/SRC/openSUSE:Factory/.gemrb.new/gemrb-0.8.5.tar.gz differ: char 12, line 1


Reply via email to