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/kf5-kfilemetadata] epel9-next: Merge branch epel9-next into epel9
Date: Mon, 20 Jul 2026 17:57:22 GMT	[thread overview]
Message-ID: <178457024265.1.3188711430776890910.rpms-kf5-kfilemetadata-3583bd89ab5e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kf5-kfilemetadata
Branch : epel9-next
Commit : 3583bd89ab5edbf15c27ae7bd1e48d23e2607bb9
Author : Troy Dawson <tdawson@redhat.com>
Date   : 2023-05-04T08:41:48-07:00
Stats  : +57/-12 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/kf5-kfilemetadata/c/3583bd89ab5edbf15c27ae7bd1e48d23e2607bb9?branch=epel9-next

Log:
Merge branch epel9-next into epel9

---
diff --git a/.gitignore b/.gitignore
index 6a47120..3645da3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,12 @@
 ./kfilemetadata-5.93.tar.xz
 /kfilemetadata-5.94.0.tar.xz
 /kfilemetadata-5.96.0.tar.xz
+/kfilemetadata-5.97.0.tar.xz
+/kfilemetadata-5.98.0.tar.xz
+/kfilemetadata-5.99.0.tar.xz
+/kfilemetadata-5.100.0.tar.xz
+/kfilemetadata-5.101.0.tar.xz
+/kfilemetadata-5.102.0.tar.xz
+/kfilemetadata-5.103.0.tar.xz
+/kfilemetadata-5.104.0.tar.xz
+/kfilemetadata-5.105.0.tar.xz

diff --git a/kf5-kfilemetadata.spec b/kf5-kfilemetadata.spec
index 4dd72ba..8829ec9 100644
--- a/kf5-kfilemetadata.spec
+++ b/kf5-kfilemetadata.spec
@@ -2,7 +2,7 @@
 %global framework kfilemetadata
 
 # Define to 1 to enable ffmpeg extractor
-#global         ffmpeg 1
+%global         ffmpeg 1
 
 %if 0%{?fedora}
 %global         catdoc 1
@@ -18,26 +18,22 @@
 
 Name:           kf5-%{framework}
 Summary:        A Tier 2 KDE Framework for extracting file metadata
-Version: 5.96.0
-Release: 1%{?dist}
+Version:        5.105.0
+Release:        1%{?dist}
 
 # # KDE e.V. may determine that future LGPL versions are accepted
 License:        LGPLv2 or LGPLv3
 URL:            https://cgit.kde.org/%{framework}
 
-%global majmin %(echo %{version} | cut -d. -f1-2)
-%global revision %(echo %{version} | cut -d. -f3)
-%if %{revision} >= 50
-%global stable unstable
-%else
-%global stable stable
-%endif
+%global majmin %majmin_ver_kf5
+%global stable %stable_kf5
 Source0:        http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
 
 # filter plugin provides
 %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$
 
 BuildRequires:  extra-cmake-modules >= %{majmin}
+BuildRequires:  kdegraphics-mobipocket-devel
 BuildRequires:  kf5-karchive-devel >= %{majmin}
 BuildRequires:  kf5-kcoreaddons-devel >= %{majmin}
 BuildRequires:  kf5-ki18n-devel >= %{majmin}
@@ -60,7 +56,7 @@ Recommends:     catdoc
 BuildRequires:  ebook-tools-devel
 %endif
 %if 0%{?ffmpeg}
-BuildRequires:  ffmpeg-devel
+BuildRequires:  ffmpeg-free-devel
 %endif
 %if 0%{?poppler}
 BuildRequires:  pkgconfig(poppler-qt5)
@@ -120,6 +116,46 @@ mkdir -p %{buildroot}%{_kf5_plugindir}/kfilemetadata/writers/
 
 
 %changelog
+* Sun Apr 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.105.0-1
+- 5.105.0
+
+* Sun Mar 12 2023 Neal Gompa <ngompa@fedoraproject.org> - 5.104.0-2
+- Rebuild for ffmpeg 6.0
+
+* Sat Mar 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.104.0-1
+- 5.104.0
+
+* Tue Feb 28 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.103.0-2
+- Add missing BuildRequires
+
+* Sun Feb 05 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.103.0-1
+- 5.103.0
+
+* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.102.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Sat Jan 14 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.102.0-1
+- 5.102.0
+
+* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.101.0-1
+- 5.101.0
+- use new macros to simplify code
+
+* Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
+- 5.100.0
+
+* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.99.0-1
+- 5.99.0
+
+* Thu Sep 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.98.0-1
+- 5.98.0
+
+* Sat Aug 13 2022 Justin Zobel <justin@1707.io> - 5.97.0-1
+- Update to 5.97.0
+
+* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.96.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
 * Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1
 - 5.96.0
 

diff --git a/sources b/sources
index 3f38f38..ae749f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kfilemetadata-5.96.0.tar.xz) = c0331f50799b17828fc5f34223be7e2d4f27b9347709115a3f6bda5c56324ead3d70021089a7078c4d4104f7d0d8fc5b04fb22cca7e30bf682d08a0f5bd4fafe
+SHA512 (kfilemetadata-5.105.0.tar.xz) = 9ff836a857b6a670a0cdac6080b4598715d2f9270ea3a90c587c93943cc72c8984a2d933daeb909971a93c74b0409af1ab46ab8c2070e3475f54bc7c110c8fab

             reply	other threads:[~2026-07-20 17:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-20 17:57 Troy Dawson [this message]
2026-07-20 17:57 [rpms/kf5-kfilemetadata] epel9-next: Merge branch epel9-next into epel9 Troy Dawson
2026-07-20 17:57 Troy Dawson
2026-07-20 17:57 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=178457024265.1.3188711430776890910.rpms-kf5-kfilemetadata-3583bd89ab5e@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