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/kf6-kimageformats] epel10: Merge branch f44 into epel10
Date: Thu, 30 Jul 2026 15:48:19 GMT [thread overview]
Message-ID: <178542649911.1.12522244608728608770.rpms-kf6-kimageformats-9a923b0ebb29@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kf6-kimageformats
Branch : epel10
Commit : 9a923b0ebb2970c5d16a3f0f9f63f14745a934b7
Author : Troy Dawson <tdawson@redhat.com>
Date : 2026-07-30T08:48:06-07:00
Stats : +36/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/kf6-kimageformats/c/9a923b0ebb2970c5d16a3f0f9f63f14745a934b7?branch=epel10
Log:
Merge branch f44 into epel10
---
diff --git a/.gitignore b/.gitignore
index d3d8f93..63df322 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,11 @@
/kimageformats-6.24.0.tar.xz.sig
/kimageformats-6.25.0.tar.xz
/kimageformats-6.25.0.tar.xz.sig
+/kimageformats-6.26.0.tar.xz
+/kimageformats-6.26.0.tar.xz.sig
+/kimageformats-6.27.0.tar.xz
+/kimageformats-6.27.0.tar.xz.sig
+/kimageformats-6.28.0.tar.xz
+/kimageformats-6.28.0.tar.xz.sig
+/kimageformats-6.28.1.tar.xz
+/kimageformats-6.28.1.tar.xz.sig
diff --git a/kf6-kimageformats.spec b/kf6-kimageformats.spec
index b01fe9a..56d723a 100644
--- a/kf6-kimageformats.spec
+++ b/kf6-kimageformats.spec
@@ -2,7 +2,7 @@
%global framework kimageformats
Name: kf6-%{framework}
-Version: 6.25.0
+Version: 6.28.1
Release: 1%{?dist}
Summary: KDE Frameworks 6 Tier 1 addon with additional image plugins for QtGui
@@ -14,7 +14,7 @@ Source1: http://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{fr
# upstream patches
-BuildRequires: extra-cmake-modules >= %{version}
+BuildRequires: extra-cmake-modules >= %{majmin_ver_kf6}.0
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: kf6-rpm-macros
@@ -74,6 +74,30 @@ developing applications that use %{name}.
%{_kf6_libdir}/cmake/KF6ImageFormats/
%changelog
+* Wed Jul 22 2026 Steve Cossette <farchord@gmail.com> - 6.28.1-1
+- 6.28.1
+
+* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.28.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Sat Jul 04 2026 Steve Cossette <farchord@gmail.com> - 6.28.0-1
+- 6.28.0
+
+* Fri Jun 05 2026 Steve Cossette <farchord@gmail.com> - 6.27.0-1
+- 6.27.0
+
+* Sat May 30 2026 Richard Shaw <hobbes1069@gmail.com> - 6.26.0-3
+- Rebuild for OpenColorIO 2.5.2.
+
+* Mon May 25 2026 Richard Shaw <hobbes1069@gmail.com> - 6.26.0-2
+- Rebuild for OpenEXR 3.4.12.
+
+* Fri May 01 2026 Steve Cossette <farchord@gmail.com> - 6.26.0-1
+- 6.26.0
+
+* Sat Apr 11 2026 Steve Cossette <farchord@gmail.com> - 6.25.0-2
+- Rebuild for libraw update
+
* Thu Apr 09 2026 Steve Cossette <farchord@gmail.com> - 6.25.0-1
- 6.25.0
diff --git a/sources b/sources
index 4ca6427..2d22b8d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (kimageformats-6.25.0.tar.xz) = cfd8895b1244071423cdecbf426152b1a4483fae6c9e73f84175a30f6d3573f66608f6b1749f4344ae89675dff1dae3abe0dec80406e6c560afed51236621b2d
-SHA512 (kimageformats-6.25.0.tar.xz.sig) = 9042c8203af4d66181db1cb95fc5ba52bfc72486ae04bf04c8eddf7e3d4c70775680eedf818f95723c06a44873fd4dc587e7beaabecb764a2c57d7fdb90890b3
+SHA512 (kimageformats-6.28.1.tar.xz) = 5b8682be0847d3e9ff44804b30b66bf304e5fb189c67b2e9953d2ce8e062614157c6b8739bbcd0a3a180b3f4c43859cddcecdf84aa7aff2b22fb3cdeea9d5387
+SHA512 (kimageformats-6.28.1.tar.xz.sig) = f59ef45d4ece85d18487469f1bf0dc29bd8854726161dae3412b86cc06aa7205991c0acb250c930a6fd3279c915e52ff01c7e95e8c05143f53efe7645d865ef7
reply other threads:[~2026-07-30 15:48 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=178542649911.1.12522244608728608770.rpms-kf6-kimageformats-9a923b0ebb29@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