Hello community,

here is the log from the commit of package flare-game for openSUSE:Factory 
checked in at 2019-01-08 12:23:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flare-game (Old)
 and      /work/SRC/openSUSE:Factory/.flare-game.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flare-game"

Tue Jan  8 12:23:49 2019 rev:3 rq:658851 version:1.09.01

Changes:
--------
--- /work/SRC/openSUSE:Factory/flare-game/flare-game.changes    2018-04-01 
17:26:38.855256606 +0200
+++ /work/SRC/openSUSE:Factory/.flare-game.new.28833/flare-game.changes 
2019-01-08 12:25:43.992452498 +0100
@@ -1,0 +2,35 @@
+Mon Dec 17 04:19:06 UTC 2018 - [email protected]
+
+- Version update to 1.09.01
+  * Fixed main weapon layer order when hero is facing east.
+  * Updated Ukranian translations
+
+- Version update to 1.09
+  * Add auto-equip checkbox to the Inventory menu.
+  * Add interface option buttons to the actionbar.
+  * Added script font for Cyrillic languages.
+  * Fix the “Locked Out” quest not appearing in the completed 
+    quests list.
+  * Made changes to the Wizard’s Tower: Laboratory map to prevent 
+    attacking Metzger from outside the intended range.
+  * Added Catalan translations
+  * Updated translations for German, Scottish Gaelic, 
+    Brazilian Portueguese, Ukranian, Vietnamese
+
+- Updated location of flare-game data directory to follow
+  packaging standards
+- Added CMake as a build requirement with same build params as
+  flare package. This is to make build process similar between
+  flare and flare-game.
+
+-------------------------------------------------------------------
+Tue Oct 23 00:31:24 UTC 2018 - [email protected]
+
+- Version update to 1.08 
+
+-------------------------------------------------------------------
+Sun Jun 17 19:30:54 UTC 2018 - [email protected]
+
+- Version update to 1.06 
+
+-------------------------------------------------------------------

Old:
----
  flare-game-1.0.tar.gz

New:
----
  flare-game-v1.09.01.tar.gz

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

Other differences:
------------------
++++++ flare-game.spec ++++++
--- /var/tmp/diff_new_pack.6rWPNN/_old  2019-01-08 12:25:46.852449360 +0100
+++ /var/tmp/diff_new_pack.6rWPNN/_new  2019-01-08 12:25:46.856449355 +0100
@@ -17,14 +17,16 @@
 
 
 Name:           flare-game
-Version:        1.0
+Version:        1.09.01
 Release:        0
 Summary:        Free Libre Action Roleplaying Engine — Game
 License:        CC-BY-SA-3.0+
 Group:          Amusements/Games/RPG
 Url:            http://flarerpg.org
-Source:         
https://github.com/clintbellanger/flare-game/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         %{name}-v%{version}.tar.gz
+BuildRequires:  cmake
 BuildRequires:  fdupes >= 1.50
+BuildRequires:  gcc-c++
 Requires:       flare-engine = %{version}
 Provides:       flare-data = %{version}
 Obsoletes:      flare-data < %{version}
@@ -45,18 +47,23 @@
 are preferred (png, ogg). The game code is C++.
 
 %prep
-%setup -q
+%setup -q -n %{name}-v%{version}
 
 %build
+%cmake \
+    -DBINDIR="bin" \
+    -DDATADIR="share/flare" \
+    -DCMAKE_BUILD_TYPE="Release" \
+    -DCMAKE_INSTALL_PREFIX="/usr"
 
 %install
-mkdir -p %{buildroot}/%{_datadir}/games/flare
-cp -r mods %{buildroot}/%{_datadir}/games/flare
+%cmake_install
 %fdupes -s %{buildroot}
 
 %files
-# Vs. error about wrong permissions.
-%doc %attr(644,root,root) CREDITS.txt README*
-%{_datadir}/games/flare
+%doc %attr(644,root,root) README* CREDITS.txt
+%{_datadir}/flare
+%{_datadir}/metainfo
+%{_datadir}/metainfo/org.flarerpg.Flare.appdata.xml
 
 %changelog


Reply via email to