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-09-08 09:57:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clazy (Old)
 and      /work/SRC/openSUSE:Factory/.clazy.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clazy"

Mon Sep  8 09:57:18 2025 rev:33 rq:1302998 version:1.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/clazy/clazy.changes      2025-06-16 
11:12:23.155063593 +0200
+++ /work/SRC/openSUSE:Factory/.clazy.new.1977/clazy.changes    2025-09-08 
09:58:15.628229239 +0200
@@ -1,0 +2,6 @@
+Sat Sep  6 08:45:16 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 1.16
+  * New clang-tidy plugin
+
+-------------------------------------------------------------------

Old:
----
  clazy-1.15.tar.xz
  clazy-1.15.tar.xz.sig

New:
----
  clazy-v1.16.tar.xz
  clazy-v1.16.tar.xz.sig

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

Other differences:
------------------
++++++ clazy.spec ++++++
--- /var/tmp/diff_new_pack.SgZexI/_old  2025-09-08 09:58:16.204253180 +0200
+++ /var/tmp/diff_new_pack.SgZexI/_new  2025-09-08 09:58:16.208253346 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clazy
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -16,9 +16,9 @@
 #
 
 
-%define release_ver 1.15
+%define release_ver v1.16
 Name:           clazy
-Version:        1.15.0
+Version:        1.16.0
 Release:        0
 Summary:        Qt oriented code checker based on the Clang framework
 License:        LGPL-2.0-or-later
@@ -31,8 +31,8 @@
 BuildRequires:  clang-devel >= 19.0
 BuildRequires:  cmake >= 3.13
 %if 0%{?suse_version} == 1500
-BuildRequires:  gcc13-PIE
-BuildRequires:  gcc13-c++
+BuildRequires:  gcc14-PIE
+BuildRequires:  gcc14-c++
 %endif
 BuildRequires:  libstdc++-devel
 Requires:       clang
@@ -56,10 +56,13 @@
 %define _lto_cflags %{nil}
 
 %if 0%{?suse_version} == 1500
-export CXX=g++-13
+export CXX=g++-14
 %endif
 
-%cmake -DCMAKE_INSTALL_DOCDIR=%{_datadir}/doc/clazy
+# ClangTidyModule.h doesn't exist in the openSUSE package
+%cmake \
+  -DCMAKE_INSTALL_DOCDIR=%{_datadir}/doc/clazy \
+  -DCLAZY_BUILD_CLANG_TIDY:BOOL=FALSE
 
 %cmake_build
 

Reply via email to