public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Grulich <jgrulich@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/clazy] epel8: 1.16
Date: Fri, 14 Aug 2026 07:36:01 GMT	[thread overview]
Message-ID: <178669296179.1.3718516092416530890.rpms-clazy-47048ec58bd5@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-14  7:36 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=178669296179.1.3718516092416530890.rpms-clazy-47048ec58bd5@fedoraproject.org \
    --to=jgrulich@redhat.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