Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package commandergenius for openSUSE:Factory
checked in at 2021-04-29 22:46:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/commandergenius (Old)
and /work/SRC/openSUSE:Factory/.commandergenius.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "commandergenius"
Thu Apr 29 22:46:44 2021 rev:22 rq:889290 version:2.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/commandergenius/commandergenius.changes
2021-02-15 23:21:35.787870419 +0100
+++
/work/SRC/openSUSE:Factory/.commandergenius.new.1947/commandergenius.changes
2021-04-29 22:53:23.953892244 +0200
@@ -1,0 +2,31 @@
+Tue Apr 13 12:52:41 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 2.8.0
+ * Remove legacy SDL 1.2 code at many parts
+ * More stable graphics engine
+ * SDL2 is not an option anymore
+ * Improved logging
+ * Open GL 2.1 is minimum now
+ * Lots of OpenGL fixes
+ * Boost library now is optional
+ * C++17
+
+-------------------------------------------------------------------
+Tue Apr 6 19:44:54 UTC 2021 - Martin Hauke <[email protected]>
+
+- Add patch:
+ * fix-icons.patch
+
+-------------------------------------------------------------------
+Tue Apr 6 09:26:14 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 2.7.9
+ * Add appdata
+
+-------------------------------------------------------------------
+Sun Mar 28 13:38:51 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 2.7.8
+ * More logging. Code cleanups
+
+-------------------------------------------------------------------
Old:
----
Commander-Genius-v2.7.7.tar.bz2
New:
----
Commander-Genius-v2.8.0.tar.bz2
fix-icons.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ commandergenius.spec ++++++
--- /var/tmp/diff_new_pack.ixkrW7/_old 2021-04-29 22:53:24.917887802 +0200
+++ /var/tmp/diff_new_pack.ixkrW7/_new 2021-04-29 22:53:24.921887783 +0200
@@ -17,7 +17,7 @@
Name: commandergenius
-Version: 2.7.7
+Version: 2.8.0
Release: 0
Summary: An open clone of the Commander Keen engines
License: GPL-2.0-only
@@ -25,6 +25,7 @@
URL: http://clonekeenplus.sf.net/
#Git-Clone: https://gitlab.com/Dringgstein/Commander-Genius.git
Source:
https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v%version/Commander-Genius-v%version.tar.bz2
+Patch0: fix-icons.patch
BuildRequires: boost-devel
BuildRequires: cmake >= 2.8
BuildRequires: fdupes
@@ -46,6 +47,7 @@
%prep
%setup -q -n Commander-Genius-v%version
+%patch0 -p1
%build
%cmake \
@@ -57,12 +59,14 @@
%install
%cmake_install
+install -D -m0644 share/cg.svg
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/cg.svg
%fdupes %buildroot%_datadir
%files
%license COPYRIGHT
%_bindir/CGeniusExe
%_datadir/applications/cgenius.desktop
+%_datadir/metainfo/io.sourceforge.clonekeenplus.appdata.xml
%_datadir/icons/hicolor/
%_datadir/games/%name/
++++++ Commander-Genius-v2.7.7.tar.bz2 -> Commander-Genius-v2.8.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/commandergenius/Commander-Genius-v2.7.7.tar.bz2
/work/SRC/openSUSE:Factory/.commandergenius.new.1947/Commander-Genius-v2.8.0.tar.bz2
differ: char 11, line 1
++++++ fix-icons.patch ++++++
diff --git a/src/install.cmake b/src/install.cmake
index 2e6daeb..5783f8b 100644
--- a/src/install.cmake
+++ b/src/install.cmake
@@ -11,7 +11,7 @@ ELSE(WIN32)
# Install desktop icon and file
foreach(X IN ITEMS 16 32 48 64 128 256 512)
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../share/cg.${X}.png
- DESTINATION "${ICONDIR}/${X}x${X}/apps")
+ DESTINATION "${ICONDIR}/${X}x${X}/apps/" RENAME cg.png)
endforeach()
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../share/cgenius.desktop