Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cdogs-sdl for openSUSE:Factory 
checked in at 2021-12-05 22:45:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdogs-sdl (Old)
 and      /work/SRC/openSUSE:Factory/.cdogs-sdl.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdogs-sdl"

Sun Dec  5 22:45:47 2021 rev:19 rq:935561 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdogs-sdl/cdogs-sdl.changes      2021-10-15 
23:04:17.958111823 +0200
+++ /work/SRC/openSUSE:Factory/.cdogs-sdl.new.31177/cdogs-sdl.changes   
2021-12-05 22:46:12.805622150 +0100
@@ -1,0 +2,9 @@
+Fri Dec  3 15:08:13 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 1.2.0
+  * Fix Spear of Destiny secret level warps
+  * Fix Spear of Destiny missing wall definition
+  * Editor: Fix setting key required for doors
+- Add fix-source-file-directory.patch
+
+-------------------------------------------------------------------

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

New:
----
  cdogs-sdl-1.2.0.tar.gz
  fix-source-file-directory.patch

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

Other differences:
------------------
++++++ cdogs-sdl.spec ++++++
--- /var/tmp/diff_new_pack.Ldypcr/_old  2021-12-05 22:46:13.749619073 +0100
+++ /var/tmp/diff_new_pack.Ldypcr/_new  2021-12-05 22:46:13.749619073 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           cdogs-sdl
-Version:        1.1.1
+Version:        1.2.0
 Release:        0
 Summary:        Classic overhead run-and-gun game
 License:        BSD-2-Clause AND GPL-2.0-only AND CC-BY-3.0 AND CC-BY-SA-3.0
@@ -25,6 +25,8 @@
 URL:            https://cxong.github.io/cdogs-sdl
 Source:         
https://github.com/cxong/cdogs-sdl/archive/%{version}/%{name}-%{version}.tar.gz
 Patch0:         fix-build.patch
+# PATCH-FIX-UPSTREAM fix-source-file-directory.patch -- 
https://github.com/cxong/cdogs-sdl/issues/729
+Patch1:         fix-source-file-directory.patch
 BuildRequires:  cmake >= 3.12
 BuildRequires:  enet-devel
 BuildRequires:  fdupes
@@ -46,8 +48,7 @@
 from up to 11 weapons, and try over 100 user-created campaigns. Have fun!
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 # use system enet
 rm -rf src/cdogs/enet
 

++++++ cdogs-sdl-1.1.1.tar.gz -> cdogs-sdl-1.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/cdogs-sdl/cdogs-sdl-1.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.cdogs-sdl.new.31177/cdogs-sdl-1.2.0.tar.gz differ: 
char 13, line 1

++++++ fix-source-file-directory.patch ++++++
diff -Nur old/src/proto/CMakeLists.txt cdogs-sdl-1.2.0/src/proto/CMakeLists.txt
--- old/src/proto/CMakeLists.txt        2021-12-02 11:16:04.000000000 +0100
+++ cdogs-sdl-1.2.0/src/proto/CMakeLists.txt    2021-12-03 18:43:18.315210954 
+0100
@@ -4,11 +4,12 @@
 add_definitions(-DPB_FIELD_16BIT)      # Allow larger field numbers in nanopb
 
 # Note: uncomment below line to build new proto files
-# nanopb_generate_cpp(PROTO_SRCS PROTO_HDRS msg.proto)
+nanopb_generate_cpp(PROTO_SRCS PROTO_HDRS msg.proto)
 set(PROTO_SRCS "msg.pb.c" "nanopb/pb_decode.c" "nanopb/pb_encode.c" 
"nanopb/pb_common.c")
 set(PROTO_HDRS "msg.pb.h" "nanopb/pb_decode.h" "nanopb/pb_encode.c" 
"nanopb/pb_common.c" "nanopb/pb.h")
 
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
 set_source_files_properties(${PROTO_SRCS} ${PROTO_HDRS}
+    DIRECTORY .
     PROPERTIES GENERATED TRUE)
 add_library(cdogs_proto STATIC ${PROTO_SRCS} ${PROTO_HDRS} msg.options 
msg.proto)

Reply via email to