Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package descent3 for openSUSE:Factory 
checked in at 2025-03-24 13:29:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/descent3 (Old)
 and      /work/SRC/openSUSE:Factory/.descent3.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "descent3"

Mon Mar 24 13:29:21 2025 rev:4 rq:1255132 version:1.6.0~git533.c99e57c

Changes:
--------
--- /work/SRC/openSUSE:Factory/descent3/descent3.changes        2024-11-12 
19:26:07.155260200 +0100
+++ /work/SRC/openSUSE:Factory/.descent3.new.2696/descent3.changes      
2025-03-24 13:29:24.036679395 +0100
@@ -1,0 +2,8 @@
+Thu Mar  6 21:20:20 UTC 2025 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to snapshot 1.6.0~git533.c99e57c
+  * Internal rewrite for SDL3
+  * Internal rewrite of HTTP client in Descent3 Online
+  * New command line option ``-display``
+
+-------------------------------------------------------------------

Old:
----
  ab3f28dc3b288ebeff868787861fc9099dae71fa.tar.gz

New:
----
  c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.tar.gz

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

Other differences:
------------------
++++++ descent3.spec ++++++
--- /var/tmp/diff_new_pack.JJTNFe/_old  2025-03-24 13:29:25.212728765 +0100
+++ /var/tmp/diff_new_pack.JJTNFe/_new  2025-03-24 13:29:25.216728933 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package descent3
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 Name:           descent3
-%define commit  ab3f28dc3b288ebeff868787861fc9099dae71fa
-Version:        1.6.0~git397.ab3f28dc
+%define commit  c99e57cfabb16b2b428d4827eedb26b8cc20a1ee
+Version:        1.6.0~git533.c99e57c
 Release:        0
 Summary:        Tunnel–terrain-hybrid ship-based shooter fighting robots
 License:        GPL-3.0-or-later
@@ -28,7 +28,7 @@
 Source2:        
https://github.com/SergiusTheBest/plog/archive/e21baecd4753f14da64ede979c5a19302618b752.tar.gz
 Patch1:         system-libacm.patch
 %if 0%{?suse_version} && 0%{?suse_version} < 1600
-BuildRequires:  gcc11-c++
+BuildRequires:  gcc13-c++
 Provides:       bundled(plog)
 %else
 BuildRequires:  c++_compiler
@@ -36,8 +36,9 @@
 %endif
 BuildRequires:  cmake
 BuildRequires:  libacm-devel
+BuildRequires:  pkgconfig(cpp-httplib)
 BuildRequires:  pkgconfig(glm)
-BuildRequires:  pkgconfig(sdl2)
+BuildRequires:  pkgconfig(sdl3)
 BuildRequires:  pkgconfig(zlib)
 Provides:       bundled(stb_image_write) = 1.16
 
@@ -63,7 +64,7 @@
 
 %build
 %if 0%{?suse_version} && 0%{?suse_version} < 1600
-export CXX=g++-11
+export CXX=g++-13
 %endif
 %cmake -DCMAKE_INSTALL_BINDIR="%_libexecdir/%name" \
        -DCMAKE_INSTALL_DATADIR="%_datadir/%name" \

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.JJTNFe/_old  2025-03-24 13:29:25.252730445 +0100
+++ /var/tmp/diff_new_pack.JJTNFe/_new  2025-03-24 13:29:25.260730780 +0100
@@ -1,5 +1,5 @@
-mtime: 1731418850
-commit: 55105292fadf5851bcc236577184ed16279e311e3cc15f107bf9399f384a17a0
+mtime: 1741298509
+commit: dabe1a6e481da7a64cea3130d77f66c5e9f09169abc6d28d2f26dc99b9f7bc7d
 url: https://src.opensuse.org/jengelh/descent3
 revision: master
 

++++++ ab3f28dc3b288ebeff868787861fc9099dae71fa.tar.gz -> 
c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.tar.gz ++++++
/work/SRC/openSUSE:Factory/descent3/ab3f28dc3b288ebeff868787861fc9099dae71fa.tar.gz
 
/work/SRC/openSUSE:Factory/.descent3.new.2696/c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.tar.gz
 differ: char 13, line 1

++++++ system-libacm.patch ++++++
--- /var/tmp/diff_new_pack.JJTNFe/_old  2025-03-24 13:29:25.320733299 +0100
+++ /var/tmp/diff_new_pack.JJTNFe/_new  2025-03-24 13:29:25.328733635 +0100
@@ -8,10 +8,10 @@
  third_party/CMakeLists.txt |    1 -
  4 files changed, 3 insertions(+), 4 deletions(-)
 
-Index: 
descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa/AudioEncode/CMakeLists.txt
+Index: 
descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/AudioEncode/CMakeLists.txt
 ===================================================================
---- 
descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa.orig/AudioEncode/CMakeLists.txt
-+++ 
descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa/AudioEncode/CMakeLists.txt
+--- 
descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.orig/AudioEncode/CMakeLists.txt
++++ 
descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/AudioEncode/CMakeLists.txt
 @@ -10,7 +10,7 @@ set(CPPS
  
  add_library(AudioEncode STATIC ${HEADERS} ${CPPS})
@@ -21,41 +21,39 @@
    logger
  )
  target_include_directories(AudioEncode PUBLIC
-Index: 
descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa/Descent3/CMakeLists.txt
+Index: 
descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/Descent3/CMakeLists.txt
 ===================================================================
---- 
descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa.orig/Descent3/CMakeLists.txt
-+++ descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa/Descent3/CMakeLists.txt
-@@ -322,7 +322,7 @@ target_link_libraries(Descent3 PRIVATE
-   fix
+--- 
descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.orig/Descent3/CMakeLists.txt
++++ descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/Descent3/CMakeLists.txt
+@@ -323,7 +323,7 @@ target_link_libraries(Descent3 PRIVATE
    grtext
+   inetfile
    libmve
 -  libacm
 +  -lacm
    linux
    logger
    manage
-Index: descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa/editor/CMakeLists.txt
+Index: descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/editor/CMakeLists.txt
 ===================================================================
---- 
descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa.orig/editor/CMakeLists.txt
-+++ descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa/editor/CMakeLists.txt
-@@ -588,7 +588,7 @@ target_link_libraries(Descent3Editor
+--- 
descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.orig/editor/CMakeLists.txt
++++ descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/editor/CMakeLists.txt
+@@ -589,7 +589,7 @@ target_link_libraries(Descent3Editor
      ddio
      ddebug
      libmve
 -    libacm
 +    -lacm
+     inetfile
      fix
      grtext
-     manage
-Index: 
descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa/third_party/CMakeLists.txt
+Index: 
descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/third_party/CMakeLists.txt
 ===================================================================
---- 
descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa.orig/third_party/CMakeLists.txt
-+++ 
descent3-ab3f28dc3b288ebeff868787861fc9099dae71fa/third_party/CMakeLists.txt
-@@ -1,6 +1,5 @@
+--- 
descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee.orig/third_party/CMakeLists.txt
++++ 
descent3-c99e57cfabb16b2b428d4827eedb26b8cc20a1ee/third_party/CMakeLists.txt
+@@ -1,4 +1,3 @@
  set(CMAKE_FOLDER "third_party")
  
 -add_subdirectory(libacm)
  add_subdirectory(stb)
- 
- if(USE_EXTERNAL_PLOG)
 

Reply via email to