Hello community,

here is the log from the commit of package cdogs-sdl for openSUSE:Factory 
checked in at 2018-07-06 10:49:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdogs-sdl (Old)
 and      /work/SRC/openSUSE:Factory/.cdogs-sdl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdogs-sdl"

Fri Jul  6 10:49:17 2018 rev:4 rq:621185 version:0.6.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdogs-sdl/cdogs-sdl.changes      2017-11-07 
10:02:59.655426876 +0100
+++ /work/SRC/openSUSE:Factory/.cdogs-sdl.new/cdogs-sdl.changes 2018-07-06 
10:49:39.862704819 +0200
@@ -1,0 +2,13 @@
+Mon Jun 18 07:11:36 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.6.7
+  * Add secondary weapon system (#33)
+  * Add diagonal direction stickiness (#457)
+  * Add option to remove blood (#544)
+  * Fix unpausing not ignoring first key press (#548)
+  * Fix compass arrows in shared camera view (#530)
+  * Improve some sprites with semi-transparency
+- Add patch:
+  * cdogs-sdl-buildfix.patch
+
+-------------------------------------------------------------------

Old:
----
  cdogs-sdl-0.6.6.tar.gz

New:
----
  cdogs-sdl-0.6.7.tar.gz
  cdogs-sdl-buildfix.patch

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

Other differences:
------------------
++++++ cdogs-sdl.spec ++++++
--- /var/tmp/diff_new_pack.WRehQI/_old  2018-07-06 10:49:41.482702818 +0200
+++ /var/tmp/diff_new_pack.WRehQI/_new  2018-07-06 10:49:41.482702818 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cdogs-sdl
 #
-# 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
@@ -17,17 +17,19 @@
 
 
 Name:           cdogs-sdl
-Version:        0.6.6
+Version:        0.6.7
 Release:        0
 Summary:        Classic overhead run-and-gun game
-License:        GPL-2.0 and BSD-2-Clause and CC-BY-3.0 and CC-BY-SA-3.0
+License:        GPL-2.0-only AND BSD-2-Clause AND CC-BY-3.0 AND CC-BY-SA-3.0
 Group:          Amusements/Games/Action/Shoot
-Url:            http://cxong.github.io/cdogs-sdl
+URL:            http://cxong.github.io/cdogs-sdl
 Source:         
https://github.com/cxong/cdogs-sdl/archive/%{version}/%{name}-%{version}.tar.gz
+Patch0:         cdogs-sdl-buildfix.patch
 BuildRequires:  cmake >= 2.8.2
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(SDL2_mixer)
@@ -42,6 +44,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 # use system enet
 rm -rf src/cdogs/enet
@@ -67,16 +70,19 @@
 
 %fdupes %{buildroot}%{_datadir}
 
+%if 0%{?suse_version} < 1330
 %post
 %desktop_database_post
 %icon_theme_cache_post
+%endif
 
+%if 0%{?suse_version} < 1330
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %{_datadir}/applications/%{name}.desktop
 %{_bindir}/%{name}*
 %{_datadir}/%{name}/

++++++ cdogs-sdl-0.6.6.tar.gz -> cdogs-sdl-0.6.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/cdogs-sdl/cdogs-sdl-0.6.6.tar.gz 
/work/SRC/openSUSE:Factory/.cdogs-sdl.new/cdogs-sdl-0.6.7.tar.gz differ: char 
12, line 1

++++++ cdogs-sdl-buildfix.patch ++++++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c114f63..46c010b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ SET(VERSION_MAJOR "0")
 SET(VERSION_MINOR "6")
 SET(VERSION_PATCH "7")
 SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
-CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/appveyor.yml.cmake 
${CMAKE_SOURCE_DIR}/appveyor.yml)
+#CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/appveyor.yml.cmake 
${CMAKE_SOURCE_DIR}/appveyor.yml)
 # this must be 4 numbers
 SET(VERSION_RC "${VERSION_MAJOR},${VERSION_MINOR},${VERSION_PATCH},0")
 SET(WEBSITE "http://cxong.github.io/cdogs-sdl/";)

Reply via email to