Hello community,

here is the log from the commit of package gemrb for openSUSE:Factory checked 
in at 2018-09-04 22:57:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gemrb (Old)
 and      /work/SRC/openSUSE:Factory/.gemrb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gemrb"

Tue Sep  4 22:57:01 2018 rev:4 rq:632862 version:0.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gemrb/gemrb.changes      2017-12-14 
10:55:22.741709540 +0100
+++ /work/SRC/openSUSE:Factory/.gemrb.new/gemrb.changes 2018-09-04 
22:57:43.429319131 +0200
@@ -1,0 +2,6 @@
+Fri Aug 31 06:30:59 UTC 2018 - Ondřej Súkup <mimi...@gmail.com>
+
+- use OpenGL GLVND driver
+- install libgemrb_core directly to %{_libdir}
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gemrb.spec ++++++
--- /var/tmp/diff_new_pack.aSNSTh/_old  2018-09-04 22:57:43.941320878 +0200
+++ /var/tmp/diff_new_pack.aSNSTh/_new  2018-09-04 22:57:43.945320892 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gemrb
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,20 +20,20 @@
 Version:        0.8.5
 Release:        0
 Summary:        Game engine made with pre-rendered background
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Amusements/Games/RPG
-Url:            http://www.gemrb.org/
+URL:            http://www.gemrb.org/
 Source:         
https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
-BuildRequires:  glew-devel
 BuildRequires:  glibc-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(SDL2_mixer)
 BuildRequires:  pkgconfig(SDL2_ttf)
 BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libvlc)
 BuildRequires:  pkgconfig(openal)
@@ -45,7 +45,7 @@
 %description
 GemRB is an implementation of Bioware's Infinity Engine which was
 written to support pseudo-3D role playing games based on the
-Dungeons & Dragons ruleset.
+Dungeons & Dragons ruleset.
 
 You will need the original game files of Baldur's Gate and the Icewind
 Dale series or Planescape: Torment to play.
@@ -56,23 +56,31 @@
 %build
 rm -Rf CMakeCache.txt CMakeFiles/
 %cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
-    -DLIB_DIR=%{_libdir}/gemrb \
+    -DLIB_DIR=%{_libdir} \
+    -DPLUGIN_DIR=%{_libdir}/gemrb/plugins \
     -DDISABLE_WERROR=1 \
     -DCMAKE_VERBOSE_MAKEFILE:BOOL="true" \
-    -DOPENGL_BACKEND=OpenGL
+    -DOPENGL_BACKEND=OpenGL \
+    -DOpenGL_GL_PREFERENCE=GLVND
 %make_jobs
 
 %install
 %cmake_install
 %fdupes -s %{buildroot}/%{_datadir}/gemrb
-rm %{buildroot}/%{_datadir}/doc/gemrb/INSTALL
+rm %{buildroot}%{_datadir}/doc/gemrb/INSTALL
+rm %{buildroot}%{_libdir}/libgemrb*.so
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
-%attr(755,root,root) %{_bindir}/gemrb
-%attr(755,root,root) %{_bindir}/extend2da.py
-%{_libdir}/gemrb/
+%{_bindir}/extend2da.py
+%{_bindir}/gemrb
+%dir %{_libdir}/gemrb/plugins
+%dir %{_libdir}/gemrb
 %{_libdir}/gemrb/plugins/
-%{_mandir}/man6/gemrb.6%{ext_man}
+%{_libdir}/lib*
+%{_mandir}/man6/gemrb.6%{?ext_man}
 %{_datadir}/gemrb/
 %{_datadir}/doc/gemrb/
 %{_datadir}/pixmaps/gemrb.png
@@ -81,7 +89,6 @@
 %dir %{_datadir}/icons/hicolor/scalable/apps
 %{_datadir}/icons/hicolor/scalable/apps/gemrb.svg
 %{_datadir}/applications/gemrb.desktop
-
 %config %{_sysconfdir}/gemrb/
 
 %changelog


Reply via email to