Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gede for openSUSE:Factory checked in at 2024-11-19 22:16:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gede (Old) and /work/SRC/openSUSE:Factory/.gede.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gede" Tue Nov 19 22:16:26 2024 rev:6 rq:1224921 version:2.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gede/gede.changes 2024-01-05 21:46:42.697909803 +0100 +++ /work/SRC/openSUSE:Factory/.gede.new.28523/gede.changes 2024-11-19 22:16:27.975342454 +0100 @@ -1,0 +2,8 @@ +Mon Nov 18 17:37:45 UTC 2024 - Bruno Pitrus <[email protected]> + +- New upstream release 2.20.1 + * Added support for entering gdb commands manually +- Do not force a ctags vendor on users +- Run the only unit test in %check + +------------------------------------------------------------------- Old: ---- gede-2.19.3.tar.xz New: ---- v2.20.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gede.spec ++++++ --- /var/tmp/diff_new_pack.4KQGuD/_old 2024-11-19 22:16:28.687372129 +0100 +++ /var/tmp/diff_new_pack.4KQGuD/_new 2024-11-19 22:16:28.691372296 +0100 @@ -18,18 +18,18 @@ Name: gede -Version: 2.19.3 +Version: 2.20.1 Release: 0 Summary: Qt-based GUI to GDB License: BSD-2-Clause Group: Development/Tools/Debuggers URL: https://gede.dexar.se -Source0: https://gede.dexar.se/uploads/source/gede-%{version}.tar.xz +Source0: https://github.com/jhn98032/gede/archive/refs/tags/v%{version}.tar.gz Source1: gede.desktop BuildRequires: libQt5SerialPort-devel BuildRequires: libQt5Widgets-devel BuildRequires: libqt5-qtbase-common-devel -Requires: ctags +Requires: /usr/bin/ctags Recommends: gdb %description @@ -50,9 +50,22 @@ install -pvDm755 %{_builddir}/%{name}-%{version}/src/gede -t %{buildroot}%{_bindir} install -pvDm644 %{_sourcedir}/gede.desktop -t %{buildroot}%{_datadir}/applications +%check + +#The other programs in tests/ are samples/debug tools for the embedded highlighter library, not test suites. +cd tests/ini +%qmake5 +sed -i 's/ -fPIC / /g' Makefile +%make_jobs +./test_ini + + + + + %files %{_bindir}/gede %{_datadir}/applications/gede.desktop %license LICENSE -%doc README +%doc README.rst
