Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ddnet for openSUSE:Factory checked 
in at 2026-01-26 11:06:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ddnet (Old)
 and      /work/SRC/openSUSE:Factory/.ddnet.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ddnet"

Mon Jan 26 11:06:55 2026 rev:38 rq:1329142 version:19.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ddnet/ddnet.changes      2025-12-17 
17:43:59.566880379 +0100
+++ /work/SRC/openSUSE:Factory/.ddnet.new.1928/ddnet.changes    2026-01-26 
11:07:45.367613677 +0100
@@ -1,0 +2,43 @@
+Fri Jan 23 14:37:41 UTC 2026 - Carsten Ziepke <[email protected]>
+
+- Update to version 19.7:
+  * [Client] Add button to start and connect to local server
+    in LAN tab
+  * [Client] Predict dummy animations, gun fire, coll. line
+  * [Client] Speed up demo player
+  * [Client] Change sitting lifefrozen tee emote to blink
+  * [Client] Shutdown http without delay if there are no requests
+    remaining
+  * [Client] Fix stuck emote wheel when dead and scoreboard lock
+    during game pause
+  * [Client] Add short helps/descriptions in touch controls editor
+  * [Client] Fix preinput weapon prediction
+  * [Client] Menu fixes
+  * [Client] Limit motd popup to 24 lines
+  * [Client] Show command completions with leading spaces
+  * [Client] Refresh skins when changing events setting
+  * [Client] Hookline showing player hook on quantum misses
+  * [Client] Fix sound volume updates being ignored
+  * [Client] Show popup upon exiting touch controls editor with
+    unsaved changes
+  * [Editor] Ensure tile skip and padding are zeroed for
+    tile layers
+  * [Editor] Fix angle value selector for speedups
+  * [Editor] Fix editor quad knife being active while popups
+    are open
+  * [Editor] Move shift-by property to map
+  * [Client&Server] Sort players by milliseconds in scoreboard
+  * [Client&Server] More reproducible release builds
+  * [Server] Fix ninja with solo + unsolo no collision
+  * [Server] Fix wrong save code printed when generated save code
+    is used
+  * [Server] Hide ips in mutes if showips is disabled and show
+    player names
+  * [Server] Improve fifo error handling
+  * [Server] Fix save_dry causing crash
+  * [Server] Send current map best time in snapshot
+  * [Masterserver] Disallow port 0
+- Add BuildRequires spirv-tools
+- Rebase gcc requirement for Leap 15.6
+
+-------------------------------------------------------------------

Old:
----
  ddnet-19.6.tar.gz

New:
----
  ddnet-19.7.tar.gz

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

Other differences:
------------------
++++++ ddnet.spec ++++++
--- /var/tmp/diff_new_pack.hBRzJQ/_old  2026-01-26 11:07:46.067642892 +0100
+++ /var/tmp/diff_new_pack.hBRzJQ/_new  2026-01-26 11:07:46.071643058 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddnet
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,12 @@
 #
 
 
+# ddnet needs a c++17 compiler at least
+%if 0%{?sle_version} && 0%{?sle_version} < 160000
+%global force_gcc_version 13
+%endif
 Name:           ddnet
-Version:        19.6
+Version:        19.7
 Release:        0
 Summary:        DDraceNetwork, a cooperative racing mod of Teeworlds
 License:        Apache-2.0 AND CC-BY-SA-3.0 AND Zlib AND MIT AND 
SUSE-Public-Domain
@@ -32,6 +36,7 @@
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
+BuildRequires:  gcc%{?force_gcc_version}-c++
 BuildRequires:  glslang-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libminiupnpc-devel
@@ -40,6 +45,7 @@
 BuildRequires:  python3
 BuildRequires:  rust
 BuildRequires:  rust-std
+BuildRequires:  spirv-tools
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glew)
@@ -58,12 +64,6 @@
 BuildRequires:  pkgconfig(wavpack)
 BuildRequires:  pkgconfig(zlib)
 Requires:       %{name}-data = %{version}-%{release}
-%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
-BuildRequires:  gcc12
-BuildRequires:  gcc12-c++
-%else
-BuildRequires:  gcc-c++
-%endif
 
 %description
 DDraceNetwork (DDNet) is an actively maintained version of DDRace,
@@ -104,9 +104,9 @@
 EOF
 
 %build
-%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
-export CC="gcc-12"
-export CXX="g++-12"
+%if 0%{?force_gcc_version}
+export CC="gcc-%{force_gcc_version}"
+export CXX="g++-%{force_gcc_version}"
 %endif
 export CARGO_HOME=`pwd`/cargo-home/
 mkdir -p build && cd build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hBRzJQ/_old  2026-01-26 11:07:46.107644561 +0100
+++ /var/tmp/diff_new_pack.hBRzJQ/_new  2026-01-26 11:07:46.111644728 +0100
@@ -1,6 +1,6 @@
 <services>
   <service name="cargo_vendor" mode="manual">
-    <param name="srcdir">ddnet-19.6</param>
+    <param name="srcdir">ddnet-19.7</param>
   </service>
 </services>
 

++++++ ddnet-19.6.tar.gz -> ddnet-19.7.tar.gz ++++++
/work/SRC/openSUSE:Factory/ddnet/ddnet-19.6.tar.gz 
/work/SRC/openSUSE:Factory/.ddnet.new.1928/ddnet-19.7.tar.gz differ: char 14, 
line 1

++++++ vendor.tar.xz ++++++

Reply via email to