public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Thomas Zimmermann <thomas.zimmermann@voestalpine.com>
To: git-commits@fedoraproject.org
Subject: [rpms/clazy] epel9: Update to 1.17 and rebuild for LLVM/CLang 21
Date: Thu, 27 Aug 2026 07:14:56 GMT [thread overview]
Message-ID: <178781489626.1.16561655717916994610.rpms-clazy-6c33ada37635@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/clazy
Branch : epel9
Commit : 6c33ada37635eb79a369a47c0e922722a169ce50
Author : Thomas Zimmermann <thomas.zimmermann@voestalpine.com>
Date : 2026-08-27T09:14:48+02:00
Stats : +104/-17 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/clazy/c/6c33ada37635eb79a369a47c0e922722a169ce50?branch=epel9
Log:
Update to 1.17 and rebuild for LLVM/CLang 21
---
diff --git a/clazy.spec b/clazy.spec
index b0f8bee..76e6185 100644
--- a/clazy.spec
+++ b/clazy.spec
@@ -1,21 +1,27 @@
-
Name: clazy
Summary: Qt oriented code checker based on clang framework
-Version: 1.11
-Release: 5%{?dist}
+Version: 1.17
+Release: 4%{?dist}
License: LGPL-2.0-or-later
-URL: https://invent.kde.org/sdk/%{name}/
+URL: https://invent.kde.org/sdk/%{name}
+
+%if 0%{?commitdate}
+Source0: %{url}/-/archive/%{commit}/%{name}-%{commit}.tar.gz
+%else
Source0: https://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
+%endif
Patch0: clazy-no-rpath.patch
-Patch1: clazy-clang-15-support.patch
BuildRequires: cmake
-BuildRequires: gcc-c++
-BuildRequires: clang-devel llvm-devel
+BuildRequires: clang
+BuildRequires: clang-devel
+BuildRequires: clang-tools-extra
+BuildRequires: llvm-devel
BuildRequires: perl-podlators
Requires: clang(major) = %{clang_major_version}
+Requires: clang-tools-extra
%description
clazy is a compiler plugin which allows clang to understand Qt semantics.
@@ -25,13 +31,10 @@ refactoring.
%prep
-%autosetup -p1
+%autosetup -p1 -n %{name}-%{?commitdate:%{commit}}%{!?commitdate:v%{version}}
%build
-%{cmake} \
- -DCMAKE_CXX_STANDARD=17 \
- -DCMAKE_CXX_STANDARD_REQUIRED=1
-
+%cmake -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCLAZY_BUILD_CLANG_TIDY=OFF
%cmake_build
%install
@@ -40,8 +43,8 @@ refactoring.
%ldconfig_scriptlets
%files
-%doc HOWTO
-%license COPYING*
+%doc HOWTO.md README.md
+%license LICENSES/*
%{_bindir}/clazy
%{_bindir}/clazy-standalone
%dir %{_docdir}/clazy
@@ -52,8 +55,92 @@ refactoring.
%changelog
-* Tue Sep 26 2023 Carl George <carlwgeorge@fedoraproject.org> - 1.11-5
-- Rebuild for clang/llvm 15
+* Fri Aug 14 2026 Thomas Zimmermann <thomas.zimmermann@voestalpine.com> - 1.17-4
+- Use clang for compilation
+
+* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Fri Feb 27 2026 Jan Grulich <jgrulich@redhat.com> - 1.17-2
+- Rebuild (LLVM-22)
+
+* Thu Feb 26 2026 Jan Grulich <jgrulich@redhat.com> - 1.17-1
+- 1.17
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Wed Oct 29 2025 Jan Grulich <jgrulich@redhat.com> - 1.16-2
+- Rebuild (LLVM-21)
+
+* Mon Sep 08 2025 Jan Grulich <jgrulich@redhat.com> - 1.16-1
+- 1.16
+
+* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Thu Jun 19 2025 Steve Cossette <farchord@gmail.com> - 1.15-1
+- Update to 1.15
+
+* Tue Apr 29 2025 Steve Cossette <farchord@gmail.com> - 1.14-1
+- 1.14
+
+* Wed Apr 09 2025 Jan Grulich <jgrulich@redhat.com> - 1.13-3
+- Fix build against Clang/LLVM 20
+
+* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.13-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
+* Mon Dec 30 2024 Steve Cossette <farchord@gmail.com> - 1.13-1
+- 1.13
+
+* Wed Nov 20 2024 Jan Grulich <jgrulich@redhat.com> - 1.12^git20241119.560bdc1-1
+- Update to latest snapshot with LLVM-19 support
+
+* Mon Oct 21 2024 Jan Grulich <jgrulich@redhat.com> - 1.11^git20240128.69fedb4-7
+- Rebuild (LLVM-19)
+
+* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.11^git20240128.69fedb4-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+
+* Fri May 24 2024 Thomas Zimmermann <thomas.zimmermann@voestalpine.com> - 1.11-11
+- Rebuild for RHEL 8.10
+
+* Sat Mar 02 2024 Tom Stellard <tstellar@redhat.com> - 1.11^git20240128.69fedb4-5
+- Rebuild for clang 18
+
+* Mon Jan 29 2024 Jan Grulich <jgrulich@redhat.com> - 1.11^git20230618.69fedb4-4
+- Update to latest git snapshot
+
+* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.11^git20230618.b205b52-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.11^git20230618.b205b52-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Tue Nov 28 2023 Thomas Zimmermann <thomas.zimmermann@voestalpine.com> - 1.11-10
+- Fix build with GCC 8 for EPEL 8
+
+* Tue Sep 19 2023 Alessandro Astone <ales.astone@gmail.com> - 1.11^git20230618.b205b52-1
+- Build from git snapshot to fix crash with LLVM17
+
+* Wed Sep 06 2023 Jan Grulich <jgrulich@redhat.com> - 1.11-9
+- Rebuild (clang-17)
+
+* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Thu Apr 13 2023 Jan Grulich <jgrulich@redhat.com> - 1.11-7
+- Rebuild against fixed clang
+
+* Thu Apr 13 2023 Jan Grulich <jgrulich@redhat.com> - 1.11-6
+- Rebuild (clang-16)
+
+* Tue Apr 11 2023 Jan Grulich <jgrulich@redhat.com> - 1.11-5
+- Rebuild (clang-16)
* Mon Feb 20 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.11-4
- Explicitly Require: specific major version of Clang
diff --git a/sources b/sources
index d486f04..272134d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (clazy-1.11.tar.xz) = 6a7c162392dd30aea29669275cea814d6daccf7931b8cdb20997f9bbff5619832d5461a6d0f854ecbc4726e52b6937c4f9cb8651087ffe73676c04239a38ca2b
+SHA512 (clazy-1.17.tar.xz) = afd5f5517108120fb83342d6ee7302f0fbb5472d5bcb58961b7dc9542c95baf5b6e6e130962e71bd528b98c9b9ffdeeaabfa40701fea030f4ebc7beb193cd73a
reply other threads:[~2026-08-27 7:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178781489626.1.16561655717916994610.rpms-clazy-6c33ada37635@fedoraproject.org \
--to=thomas.zimmermann@voestalpine.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox