public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Troy Dawson <tdawson@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kdevelop] epel10: Merge branch f44 into epel10
Date: Fri, 11 Sep 2026 16:57:43 GMT [thread overview]
Message-ID: <178914586332.1.2599721797091776932.rpms-kdevelop-dea41f03bbcc@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kdevelop
Branch : epel10
Commit : dea41f03bbcc2d9593741ebd779328f7cc61be12
Author : Troy Dawson <tdawson@redhat.com>
Date : 2026-09-11T09:57:34-07:00
Stats : +27/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/kdevelop/c/dea41f03bbcc2d9593741ebd779328f7cc61be12?branch=epel10
Log:
Merge branch f44 into epel10
---
diff --git a/.gitignore b/.gitignore
index ffbf0a9..575e383 100644
--- a/.gitignore
+++ b/.gitignore
@@ -117,3 +117,6 @@
/kdevelop-26.04.1.tar.xz
/kdevelop-26.04.2.tar.xz
/kdevelop-26.04.3.tar.xz
+/kdevelop-26.07.90.tar.xz
+/kdevelop-26.08.0.tar.xz
+/kdevelop-26.08.1.tar.xz
diff --git a/kdevelop.spec b/kdevelop.spec
index 2e1629b..0c26a33 100644
--- a/kdevelop.spec
+++ b/kdevelop.spec
@@ -3,7 +3,7 @@
Name: kdevelop
Summary: Integrated Development Environment for C++/C
Epoch: 9
-Version: 26.04.3
+Version: 26.08.1
Release: 1%{?dist}
License: GPL-2.0-only
URL: https://www.kdevelop.org/
@@ -219,7 +219,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.kde.kdevel
%{_qt6_qmldir}/org/kde/plasma/private/kdevelopsessions/qmldir
%files libs
-%{_libdir}/libKDev*.so.{61,62,63,64,65,6.*}
+%{_libdir}/libKDev*.so.{61,62,63,64,65,66,6.*}
%{_libdir}/libKDevelopSessionsWatch.so
%{_kf6_qtplugindir}/kdevplatform/
%{_kf6_plugindir}/krunner/kdevelopsessions.so
@@ -235,6 +235,21 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.kde.kdevel
%{rpm_macros_dir}/macros.kdevelop
%changelog
+* Wed Sep 09 2026 Steve Cossette <farchord@gmail.com> - 9:26.08.1-1
+- 26.08.1
+
+* Fri Aug 14 2026 Steve Cossette <farchord@gmail.com> - 9:26.08.0-1
+- 26.08.0
+
+* Fri Jul 31 2026 Steve Cossette <farchord@gmail.com> - 9:26.07.90-1
+- 26.07.90
+
+* Wed Jul 29 2026 Steve Cossette <farchord@gmail.com> - 9:26.07.80-1
+- 26.07.80
+
+* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 9:26.04.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
* Tue Jun 30 2026 Steve Cossette <farchord@gmail.com> - 9:26.04.3-1
- 26.04.3
diff --git a/sources b/sources
index 4872fd9..e36cf46 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kdevelop-26.04.3.tar.xz) = 00ddbbabca40ccc40cff4095ada795b5609b852e3c3b52b80889eab37cac577e43742d1c71641870175c7528bda45ee49624ceb939e003b5c731ce7a51e36c69
+SHA512 (kdevelop-26.08.1.tar.xz) = ac2ffbcb7413536ce3e5224c0ffa5bcc693e6e80051c00e349fb3c60eea8f2abb01f77fb77377afe0ab6907549d6978d04c5ea4006ea9ffc599b80f0a94934cf
diff --git a/kdevelop.spec b/kdevelop.spec
index c9f3a66..0c26a33 100644
--- a/kdevelop.spec
+++ b/kdevelop.spec
@@ -79,14 +79,16 @@ BuildRequires: astyle-devel
# plugins/clang
BuildRequires: cmake(Clang)
BuildRequires: cmake(LLVM)
-# plugins/clazy
-BuildRequires: clazy
+# ## disable until it is in EPEL10
+# # plugins/clazy
+# BuildRequires: clazy
# plugins/cppcheck
BuildRequires: cppcheck
# plugins/gdb (not yet ported to Qt6)
#BuildRequires: cmake(OktetaGui)
-# plugins/heaptrack
-BuildRequires: heaptrack
+# ## disable until it is in EPEL10
+# # plugins/heaptrack
+# BuildRequires: heaptrack
# plugins/meson
BuildRequires: meson
# plugins/patchreview
next reply other threads:[~2026-09-11 16:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-11 16:57 Troy Dawson [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-07-30 15:43 [rpms/kdevelop] epel10: Merge branch f44 into epel10 Troy Dawson
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=178914586332.1.2599721797091776932.rpms-kdevelop-dea41f03bbcc@fedoraproject.org \
--to=tdawson@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