Hello community,

here is the log from the commit of package flare for openSUSE:Factory checked 
in at 2018-04-01 17:26:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flare (Old)
 and      /work/SRC/openSUSE:Factory/.flare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flare"

Sun Apr  1 17:26:29 2018 rev:2 rq:587184 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/flare/flare.changes      2017-03-09 
01:59:44.630261463 +0100
+++ /work/SRC/openSUSE:Factory/.flare.new/flare.changes 2018-04-01 
17:26:35.187389364 +0200
@@ -1,0 +2,14 @@
+Wed Mar 14 20:22:26 UTC 2018 - [email protected]
+
+- Trim bias and filler wording from description.
+
+-------------------------------------------------------------------
+Wed Mar 14 15:07:31 UTC 2018 - [email protected]
+
+- Version update to 1.0 release:
+  * No real upstream changelog but first non-alpha release supporting
+    big campaign mode.
+- Remove unused condition for license
+- Cleanup a bit
+
+-------------------------------------------------------------------
@@ -16 +29,0 @@
-

Old:
----
  flare-engine-0.20.tar.gz

New:
----
  flare-engine-1.0.tar.gz

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

Other differences:
------------------
++++++ flare.spec ++++++
--- /var/tmp/diff_new_pack.x8aCe0/_old  2018-04-01 17:26:35.791367502 +0200
+++ /var/tmp/diff_new_pack.x8aCe0/_new  2018-04-01 17:26:35.795367358 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flare
 #
-# Copyright (c) 2016 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
@@ -17,18 +17,13 @@
 
 
 Name:           flare
-Version:        0.20
+Version:        1.0
 Release:        0
 Summary:        Free Libre Action Roleplaying Engine
+License:        GPL-3.0-or-later AND (CC-BY-SA-3.0 OR CC-BY-SA-4.0)
 Group:          Amusements/Games/RPG
-%if 0%{?suse_version} >= 1320
-License:        GPL-3.0+ and (CC-BY-SA-3.0 or CC-BY-SA-4.0)
-%else
-License:        GPL-3.0+ and CC-BY-SA-3.0
-%endif
 Url:            http://flarerpg.org
 Source0:        
https://github.com/clintbellanger/flare-engine/archive/v%{version}.tar.gz#/%{name}-engine-%{version}.tar.gz
-
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -44,18 +39,16 @@
 Provides:       %{name}-engine = %{version}
 
 %description
-Flare (Free Libre Action Roleplaying Engine) is a simple game engine built
+Flare (Free Libre Action Roleplaying Engine) is a game engine built
 to handle a very specific kind of game: single-player 2D action RPGs.
 Flare is not a reimplementation of an existing game or engine. It is a
 tribute to and exploration of the action RPG genre.
 
-Rather than building a very abstract, robust game engine, the goal of this
-project is to build several real games and harvest an engine from the common,
-reusable code. The first game, in progress, is a fantasy dungeon crawl.
-
-Flare uses simple file formats (INI style config files) for most of the
-game data, allowing anyone to easily modify game contents. Open formats
-are preferred (png, ogg). The game code is C++.
+The usecase of this project is to build several real games and
+reuse code. The first game, in progress, is a fantasy dungeon crawl.
+
+Flare uses .ini-style config files for most of the
+game data to modify game contents. The game code is C++.
 
 %prep
 %setup -q -n %{name}-engine-%{version}
@@ -64,13 +57,13 @@
 
 %build
 %cmake \
-       -DCMAKE_BUILD_TYPE=RelWithDebInfo \
        -DBINDIR="bin"
-make V=1 %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %cmake_install
 
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -78,11 +71,11 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
-# Vs. error about wrong permissions.
-%doc %attr(644,root,root) COPYING CREDITS.txt README* RELEASE_NOTES.txt
+%license COPYING
+%doc %attr(644,root,root) README* RELEASE_NOTES.txt
 %{_bindir}/%{name}
 %{_mandir}/man*/%{name}.*
 %{_datadir}/games/%{name}

++++++ flare-engine-0.20.tar.gz -> flare-engine-1.0.tar.gz ++++++
++++ 97278 lines of diff (skipped)


Reply via email to