Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package clazy for openSUSE:Factory checked 
in at 2025-10-22 12:15:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clazy (Old)
 and      /work/SRC/openSUSE:Factory/.clazy.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clazy"

Wed Oct 22 12:15:53 2025 rev:34 rq:1312829 version:1.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/clazy/clazy.changes      2025-09-08 
09:58:15.628229239 +0200
+++ /work/SRC/openSUSE:Factory/.clazy.new.18484/clazy.changes   2025-10-22 
12:20:28.650069206 +0200
@@ -1,0 +2,5 @@
+Tue Oct 21 12:16:15 UTC 2025 - Christophe Marin <[email protected]>
+
+- Build the clang-tidy plugin. The required headers are no longer deleted.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clazy.spec ++++++
--- /var/tmp/diff_new_pack.A4iZpI/_old  2025-10-22 12:20:29.398100724 +0200
+++ /var/tmp/diff_new_pack.A4iZpI/_new  2025-10-22 12:20:29.398100724 +0200
@@ -59,10 +59,10 @@
 export CXX=g++-14
 %endif
 
-# ClangTidyModule.h doesn't exist in the openSUSE package
+# The clang-tidy plugin must be built without '-Wl,--no-undefined'
 %cmake \
   -DCMAKE_INSTALL_DOCDIR=%{_datadir}/doc/clazy \
-  -DCLAZY_BUILD_CLANG_TIDY:BOOL=FALSE
+  -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" 
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now"
 
 %cmake_build
 
@@ -79,5 +79,6 @@
 %{_bindir}/clazy-standalone
 %{_datadir}/metainfo/org.kde.clazy.metainfo.xml
 %{_libdir}/ClazyPlugin.so
+%{_libdir}/ClazyClangTidy.so
 %{_mandir}/man1/clazy.1%{?ext_man}
 

Reply via email to