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-01-01 23:04:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clazy (Old)
 and      /work/SRC/openSUSE:Factory/.clazy.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clazy"

Wed Jan  1 23:04:36 2025 rev:29 rq:1233875 version:1.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/clazy/clazy.changes      2024-11-20 
17:00:17.761616990 +0100
+++ /work/SRC/openSUSE:Factory/.clazy.new.1881/clazy.changes    2025-01-01 
23:04:37.620376188 +0100
@@ -1,0 +2,18 @@
+Mon Dec 30 08:32:40 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 1.13
+  * New Checks: used-qunused-variable
+  * qstring-arg check provides a fix-it
+  * Fixed unused-non-trivial-variable to not warn when
+    [[maybe_unused]] set
+  * Fixed qstring-arg for upcoming Qt 6.9
+  * Fixed fully-qualified-moc-types false positive for const
+    modifiers of generic arguments
+  * Silence false positive non-pod-global-static warning for QML
+    module initialization
+  * Fix function-args-by-value false positive that would cause
+    compile error in copy constructors, assignment operators
+    and equal checks
+  * False positives for `Q_EMIT(someSignal())` are now fixed
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  clazy-1.13git.20241119T221149~560bdc1.obscpio
  clazy.obsinfo

New:
----
  clazy-1.13.tar.xz
  clazy-1.13.tar.xz.sig
  clazy.keyring

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

Other differences:
------------------
++++++ clazy.spec ++++++
--- /var/tmp/diff_new_pack.x3zbDf/_old  2025-01-01 23:04:38.412408714 +0100
+++ /var/tmp/diff_new_pack.x3zbDf/_new  2025-01-01 23:04:38.416408878 +0100
@@ -16,16 +16,20 @@
 #
 
 
+%define release_ver 1.13
 Name:           clazy
-Version:        1.13git.20241119T221149~560bdc1
+Version:        1.13.0
 Release:        0
 Summary:        Qt oriented code checker based on the Clang framework
 License:        LGPL-2.0-or-later
 URL:            https://apps.kde.org/clazy/
-Source0:        %{name}-%{version}.tar.xz
+Source0:        
https://download.kde.org/stable/clazy/%{release_ver}/src/%{name}-%{release_ver}.tar.xz
+Source1:        
https://download.kde.org/stable/clazy/%{release_ver}/src/%{name}-%{release_ver}.tar.xz.sig
+# 
https://invent.kde.org/sysadmin/release-keyring/-/blob/master/keys/a...@key1.asc?ref_type=heads
+Source2:        clazy.keyring
 BuildRequires:  clang
 BuildRequires:  clang-devel >= 11.0
-BuildRequires:  cmake >= 3.8
+BuildRequires:  cmake >= 3.13
 %if 0%{?suse_version} == 1500
 BuildRequires:  gcc13-PIE
 BuildRequires:  gcc13-c++
@@ -42,7 +46,7 @@
 allocations to misusage of API, including fix-its for automatic refactoring.
 
 %prep
-%autosetup -p1
+%autosetup -p1 -n %{name}-%{release_ver}
 
 # When exporting CXX=clazy, the executable matching libraries used to build 
clazy must be used
 # NOTE: 'readlink -f' can't be used, or the result won't be 'clang++-xx' but 
'clang-xx', which will cause linker errors

Reply via email to