commit redeclipse for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package redeclipse for openSUSE:Factory 
checked in at 2020-09-25 16:27:28

Comparing /work/SRC/openSUSE:Factory/redeclipse (Old)
 and  /work/SRC/openSUSE:Factory/.redeclipse.new.4249 (New)


Package is "redeclipse"

Fri Sep 25 16:27:28 2020 rev:4 rq:822936 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/redeclipse/redeclipse.changes2017-03-24 
02:20:07.988980753 +0100
+++ /work/SRC/openSUSE:Factory/.redeclipse.new.4249/redeclipse.changes  
2020-09-25 16:28:57.387753338 +0200
@@ -1,0 +2,33 @@
+Fri Jul 24 15:44:38 UTC 2020 - Michel Normand 
+
+-  Add _constraints with default min 9GB disk space
+
+---
+Mon Jun 22 20:23:56 UTC 2020 - Mathias Homann 
+
+- Fixes according to https://build.opensuse.org/request/show/816099:
+- spec file formatting
+- server as separate package for openSUSE as well 
+
+---
+Fri Jun 19 13:41:46 UTC 2020 - Mathias Homann 
+
+- Fixes according to https://build.opensuse.org/request/show/814881
+- sqlite patch is still needed after all
+
+---
+Tue Jun 16 10:30:10 UTC 2020 - Mathias Homann 
+
+- modified spec file to build on Fedora 31+32
+- server binary in separate package on Fedora 31+32
+
+---
+Tue Jun 16 08:08:01 UTC 2020 - Mathias Homann 
+
+- Update to 2.0.0
+- removed system_sqlite.patch because it itn't needed anymore - the source
+  always uses the system sqlite libs now.
+- rebased windowed-by-default.patch
+- game now uses the tesseract engine instead of cube 2
+
+---

Old:

  redeclipse_1.5.6_nix.tar.bz2

New:

  _constraints
  redeclipse_2.0.0_nix.tar.bz2



Other differences:
--
++ redeclipse.spec ++
--- /var/tmp/diff_new_pack.wWzycC/_old  2020-09-25 16:29:34.883786531 +0200
+++ /var/tmp/diff_new_pack.wWzycC/_new  2020-09-25 16:29:34.891786538 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package redeclipse
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,62 +12,63 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   redeclipse
-Version:1.5.6
+Version:2.0.0
 Release:0
 Summary:Fast-paced first person ego shooter
-License:Zlib and CC-BY-SA-3.0
+License:Zlib AND CC-BY-SA-3.0
 Group:  Amusements/Games/3D/Shoot
-Url:http://www.redeclipse.net/
-# Sadly not source URL compatible 
http://www.indiedb.com/games/red-eclipse/downloads/red-eclipse-v155-elysium-edition-for-linux
-Source: %{name}_%{version}_nix.tar.bz2
-# Patches from PlayDeb
-Patch1: windowed-by-default.patch
-Patch2: system_sqlite.patch
-BuildRequires:  c++_compiler
+URL:http://www.redeclipse.net/
+Source: 
https://github.com/redeclipse/base/releases/download/v%{version}/%{name}_%{version}_nix.tar.bz2
+
+Patch0: windowed-by-default.patch
+Patch1: system_sqlite.patch
+
+BuildRequires:  SDL2-devel
+BuildRequires:  ed
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(SDL2_mixer)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(libenet)
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(zlib)
-# This is needed by the Makefile
-BuildRequires:  ed
+
 Requires:   %{name}-data >= %{version}
 
 %description
-The game is a new take on the first person arena shooter, built as a
-total conversion of Cube Engine 2 (Sauerbraten), which lends itself
-toward a balanced gameplay, with a general theme of agility in a
-variety of environments.
-The game is centered on multiplayer based action, but can also be 
-played offline against bots.
+Red Eclipse 2 is a first person shooter based on the tesseract engine.
+Parkour gameplay, different game modes, and several mutators to make the game 
very flexible.
+Map editor is included.
 
 %package data
 Summary:Data files for the Red Eclipse game
 Group:  Amusements/Games/3D/Shoot
-Requires:   %{name} 

commit redeclipse for openSUSE:Factory

2017-03-23 Thread root
Hello community,

here is the log from the commit of package redeclipse for openSUSE:Factory 
checked in at 2017-03-24 02:20:05

Comparing /work/SRC/openSUSE:Factory/redeclipse (Old)
 and  /work/SRC/openSUSE:Factory/.redeclipse.new (New)


Package is "redeclipse"

Fri Mar 24 02:20:05 2017 rev:3 rq:479988 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/redeclipse/redeclipse.changes2017-02-19 
01:02:14.621370566 +0100
+++ /work/SRC/openSUSE:Factory/.redeclipse.new/redeclipse.changes   
2017-03-24 02:20:07.988980753 +0100
@@ -1,0 +2,6 @@
+Wed Mar 15 19:34:08 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package files installed by make install into _docdir:
+  rpm 4.13 no longer implicitly packages those files.
+
+---



Other differences:
--
++ redeclipse.spec ++
--- /var/tmp/diff_new_pack.iDyviT/_old  2017-03-24 02:20:24.482647020 +0100
+++ /var/tmp/diff_new_pack.iDyviT/_new  2017-03-24 02:20:24.486646454 +0100
@@ -106,6 +106,7 @@
 %files
 %defattr(-,root,root)
 %doc readme.txt doc/*.txt
+%doc %{_defaultdocdir}/%{name}/examples/
 %{_bindir}/%{name}
 %{_bindir}/%{name}-server
 %{_libexecdir}/%{name}




commit redeclipse for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package redeclipse for openSUSE:Factory 
checked in at 2017-02-19 01:02:13

Comparing /work/SRC/openSUSE:Factory/redeclipse (Old)
 and  /work/SRC/openSUSE:Factory/.redeclipse.new (New)


Package is "redeclipse"

Changes:

--- /work/SRC/openSUSE:Factory/redeclipse/redeclipse.changes2017-02-07 
11:59:42.449565177 +0100
+++ /work/SRC/openSUSE:Factory/.redeclipse.new/redeclipse.changes   
2017-02-19 01:02:14.621370566 +0100
@@ -1,0 +2,5 @@
+Mon Feb  6 13:52:54 UTC 2017 - jeng...@inai.de
+
+- Trim/update description
+
+---



Other differences:
--
++ redeclipse.spec ++
--- /var/tmp/diff_new_pack.hwzXLu/_old  2017-02-19 01:02:26.487703605 +0100
+++ /var/tmp/diff_new_pack.hwzXLu/_new  2017-02-19 01:02:26.491703043 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package redeclipse
 #
-# 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
@@ -19,7 +19,7 @@
 Name:   redeclipse
 Version:1.5.6
 Release:0
-Summary:Fast paced first person ego-shooter
+Summary:Fast-paced first person ego shooter
 License:Zlib and CC-BY-SA-3.0
 Group:  Amusements/Games/3D/Shoot
 Url:http://www.redeclipse.net/
@@ -42,26 +42,24 @@
 Requires:   %{name}-data >= %{version}
 
 %description
-The game is a fun-filled new take on the first person arena shooter,
-built as a total conversion of Cube Engine 2, which lends itself
-toward a balanced gameplay, with a general theme of agility 
-in a variety of environments.
+The game is a new take on the first person arena shooter, built as a
+total conversion of Cube Engine 2 (Sauerbraten), which lends itself
+toward a balanced gameplay, with a general theme of agility in a
+variety of environments.
 The game is centered on multiplayer based action, but can also be 
 played offline against bots.
 
 %package data
-Summary:Data files for Red Eclipse game
+Summary:Data files for the Red Eclipse game
 Group:  Amusements/Games/3D/Shoot
 Requires:   %{name} >= %{version}
 BuildArch:  noarch
 
 %description data
-The game is a fun-filled new take on the first person arena shooter,
-built as a total conversion of Cube Engine 2, which lends itself
-toward a balanced gameplay, with a general theme of agility 
-in a variety of environments.
-The game is centered on multiplayer based action, but can also be 
-played offline against bots.
+The game is a new take on the first person arena shooter, built as a
+total conversion of Cube Engine 2 (Sauerbraten), which lends itself
+toward a balanced gameplay, with a general theme of agility in a
+variety of environments.
 
 This package contains the data files (maps, models, textures, sounds, etc.)
 for the Red Eclipse game.