Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rtags for openSUSE:Factory checked in at 2025-03-24 13:32:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtags (Old) and /work/SRC/openSUSE:Factory/.rtags.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtags" Mon Mar 24 13:32:44 2025 rev:10 rq:1255555 version:2.38 Changes: -------- --- /work/SRC/openSUSE:Factory/rtags/rtags.changes 2022-06-27 11:25:35.754593704 +0200 +++ /work/SRC/openSUSE:Factory/.rtags.new.2696/rtags.changes 2025-03-24 13:32:53.437421947 +0100 @@ -1,0 +2,7 @@ +Sat Mar 22 20:21:43 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: declarations, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtags.spec ++++++ --- /var/tmp/diff_new_pack.05rEOz/_old 2025-03-24 13:32:54.241455445 +0100 +++ /var/tmp/diff_new_pack.05rEOz/_new 2025-03-24 13:32:54.241455445 +0100 @@ -21,13 +21,12 @@ Release: 0 Summary: Clang based source code indexer License: GPL-3.0-or-later -Group: Development/Tools/Navigators URL: https://github.com/Andersbakken/rtags Source0: https://github.com/Andersbakken/rtags/releases/download/v%{version}/rtags-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM rtags-2.38-emacs-28.patch -- Fix build with Emacs 28 Patch0: rtags-2.38-emacs-28.patch BuildRequires: clang-devel -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: emacs-nox BuildRequires: gcc-c++ BuildRequires: llvm-devel @@ -47,7 +46,8 @@ %build %cmake \ - -DCURSES_CURSES_LIBRARY:FILEPATH="%{_libdir}/libncurses.so" + -DCURSES_CURSES_LIBRARY:FILEPATH="%{_libdir}/libncurses.so" \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install @@ -56,6 +56,9 @@ install -m 0755 -t %{buildroot}%{_scriptdir} bin/*.sh chmod 0755 %{buildroot}%{_bindir}/gcc-rtags-wrapper.sh +%check +%ctest + %files %doc README.org CHANGELOG %license LICENSE.txt