Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package seergdb for openSUSE:Factory checked 
in at 2026-05-11 16:57:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seergdb (Old)
 and      /work/SRC/openSUSE:Factory/.seergdb.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seergdb"

Mon May 11 16:57:20 2026 rev:4 rq:1352340 version:2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/seergdb/seergdb.changes  2025-12-05 
16:52:01.408817851 +0100
+++ /work/SRC/openSUSE:Factory/.seergdb.new.1966/seergdb.changes        
2026-05-11 17:07:47.046569132 +0200
@@ -1,0 +2,58 @@
+Wed May  6 04:42:04 UTC 2026 - pallas wept <[email protected]>
+
+* Upgrade to version 2.7
+
+
+ * Add syntax highlighting support for other languages
+ * Add deleteall and deleteselected to RMB context menu for Logger and Tracker
+ * 313 configuring gdb with set print pretty on messes up loggertracker 
variable display
+ * Show syntax highlighing for C/C++, Rust and Odin.
+ * 370 ergonomics add shortcuts to common tasks
+ * Cleaning up test program.
+ * Add recursive test, Rpi4 and stm32 build script
+ * Print gdb MI log from gdbWidget and gdbMonitor
+ * 371 ergonomics add shortcuts to common rr tasks
+ * Elaborate gdb variable output
+ * Update recursive test
+ * Add config to set gdb's architecture.
+ * Update SeerUlt.cpp::parseCommaList
+ * Update Cursor margin
+ * Feature/add bold text on tracker
+ * fix recursive painting
+ * 393 add external define to set default gdb to use
+ * Fix fail to run gdb
+ * 377 suggestion consider publishing this project on flathub
+ * Add a specific git commit sha.
+ * 377 suggestion consider publishing this project on flathub
+ * Erase color of level 0 backtrace when target is running
+ * Move Seer icons to better locations for flathub.
+ * 377 suggestion consider publishing this project on flathub
+ * Update seer.github.yml to be like seer.yml.
+ * Enhance status indicator
+ * Add a Ctrl+Shift+T shortcut to reopen closed files
+ * 260 would be nice if assembly view was shown by default when there is no 
source code
+ * 408 file menu doesnt show
+ * 413 signal handle functionality feature request
+ * 414 add macro keys for user created commands
+ * Fix typo in SeerGdbWidget.cpp
+ * Add feature: Mouse navigation
+ * 421 add a hot key for restart
+ * 419 automatically refresh editor view if source file is modified
+ * 420 add a hotkey for run to cursor
+ * write config: don't require to click two dialogs away, just show a 
transient message box instead
+ * 429 remember variables in tracker for the next session
+ * Fix regression for message tab raising.
+ * Fix compile error when gdb logout is enabled
+ * SeerMainWindow: Change action buttons when status changed
+ * Add reset button
+ * docs(README): flatpak-spawn usage
+ * SeerSourceSymbolLibraryManagerWidget: Add close un-used tabs option
+ * Add feature: Go to definition
+ * Go to definition, but with Ctrl + Click
+ * Feat: add copy value only option on logger and tracker
+ * 446 editorfont dialog not all monospace fonts are displayed
+ * 451 no proper return from stepping into non user functions
+ - Temporarily using OBS service to generate tarball due to 
+   https://github.com/epasveer/seer/pull/457
+
+-------------------------------------------------------------------

Old:
----
  seergdb-2.6.tar.gz

New:
----
  _service
  seer-2.7.tar.gz

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

Other differences:
------------------
++++++ seergdb.spec ++++++
--- /var/tmp/diff_new_pack.uPrRbA/_old  2026-05-11 17:07:48.094612254 +0200
+++ /var/tmp/diff_new_pack.uPrRbA/_new  2026-05-11 17:07:48.094612254 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package seergdb
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,18 +24,23 @@
 %endif
 
 Name:           seergdb
-Version:        2.6
+Version:        2.7
 Release:        0
 Summary:        A GUI front-end for GNU gdb
 License:        GPL-3.0-or-later
 Group:          Development/Tools/Debuggers
 URL:            https://github.com/epasveer/seer
-Source0:        
%{url}/archive/refs/tags/v%{version}.tar.gz#/seergdb-%{version}.tar.gz
+# Temporarily building our own tarball, see:
+# https://github.com/epasveer/seer/pull/457
+# Source0:        
%{url}/archive/refs/tags/v%{version}.tar.gz#/seergdb-%{version}.tar.gz
+Source0:        seer-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc%{?force_gcc_version}
 BuildRequires:  gcc%{?force_gcc_version}-c++
 BuildRequires:  qt6-base-devel
 BuildRequires:  qt6-charts-devel
+BuildRequires:  qt6-core-devel
+BuildRequires:  qt6-gui-devel
 BuildRequires:  qt6-svg-devel
 Requires:       gdb
 Recommends:     libQt6Svg6
@@ -63,19 +68,19 @@
 install -m 0644 src/resources/%{name}.desktop 
%{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
-install -m 0644 src/resources/%{name}_32x32.png 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+install -m 0644 src/resources/icons/hicolor/32x32/%{name}.png 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps
-install -m 0644 src/resources/%{name}_64x64.png 
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
+install -m 0644 src/resources/icons/hicolor/64x64/%{name}.png 
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
 
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/128x128/apps
-install -m 0644 src/resources/%{name}_128x128.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+install -m 0644 src/resources/icons/hicolor/128x128/%{name}.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
-install -m 0644 src/resources/%{name}_256x256.png 
%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
+install -m 0644 src/resources/icons/hicolor/256x256/%{name}.png 
%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
 
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/512x512/apps
-install -m 0644 src/resources/%{name}_512x512.png 
%{buildroot}%{_datadir}/icons/hicolor/512x512/apps/%{name}.png
+install -m 0644 src/resources/icons/hicolor/512x512/%{name}.png 
%{buildroot}%{_datadir}/icons/hicolor/512x512/apps/%{name}.png
 
 %files
 %{_bindir}/%{name}

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="tar_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://github.com/epasveer/seer.git</param>
    <param name="revision">ff1cbea1d4f89032b10d63fec8614bc179fc1558</param>
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="versionrewrite-replacement">\1</param>
  </service>
  <service name="recompress" mode="manual">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
  </service>
  <service name="set_version" mode="manual" />
</services>

Reply via email to