public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/clazy] epel8: 1.16
@ 2026-08-14  7:36 Jan Grulich
  0 siblings, 0 replies; only message in thread
From: Jan Grulich @ 2026-08-14  7:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/clazy
Branch : epel8
Commit : 47048ec58bd5ba93b4929833f6810d9bf5ef22ea
Author : Jan Grulich <jgrulich@redhat.com>
Date   : 2025-09-08T13:46:09+02:00
Stats  : +14/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/clazy/c/47048ec58bd5ba93b4929833f6810d9bf5ef22ea?branch=epel8

Log:
1.16

---
diff --git a/.gitignore b/.gitignore
index 885401e..490b833 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /clazy-1.13.tar.xz
 /clazy-1.14.tar.xz
 /clazy-1.15.tar.xz
+/clazy-v1.16.tar.xz

diff --git a/clazy.spec b/clazy.spec
index b2d2b42..d6a0200 100644
--- a/clazy.spec
+++ b/clazy.spec
@@ -1,24 +1,27 @@
 Name:           clazy
 Summary:        Qt oriented code checker based on clang framework
-Version:        1.15
-Release:        2%{?dist}
+Version:        1.16
+Release:        1%{?dist}
 License:        LGPL-2.0-or-later
 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
+Source0:        https://download.kde.org/stable/%{name}/%{version}/src/%{name}-v%{version}.tar.xz
 %endif
 
 Patch0:         clazy-no-rpath.patch
 
 BuildRequires: cmake
 BuildRequires: gcc-c++
-BuildRequires: clang-devel llvm-devel
+BuildRequires: clang-devel
+BuildRequires: clang-tools-extra-devel
+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.
@@ -28,7 +31,7 @@ refactoring.
 
 
 %prep
-%autosetup -p1 %{?commitdate:-n %{name}-%{commit}}
+%autosetup -p1 -n %{name}-%{?commitdate:%{commit}}%{!?commitdate:v%{version}}
 
 %build
 %cmake
@@ -48,10 +51,14 @@ refactoring.
 %{_docdir}/clazy/*
 %{_mandir}/man1/clazy.1.gz
 %{_libdir}/ClazyPlugin.so
+%{_libdir}/ClazyClangTidy.so
 %{_datadir}/metainfo/org.kde.clazy.metainfo.xml
 
 
 %changelog
+* 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
 

diff --git a/sources b/sources
index e1fa06f..e66e19c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (clazy-1.15.tar.xz) = 9b3885dfa8889cf042a7d232a574ba27898eb81df0bd4863b2a97ef51b647bf95da068df842e5f66ae5ee5d14517db645cd100aa70f7bcd60cde3ebf65ec4ba0
+SHA512 (clazy-v1.16.tar.xz) = 5978ad184ba4e18dbc8af9e1c9cbae603e3e32a8e2e6b9d1c893bf29c1a23237b7155f0c62222aa949d0c4abb71c1c97cf4e4de30f6cacd478a239b283789cb4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-14  7:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14  7:36 [rpms/clazy] epel8: 1.16 Jan Grulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox