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/falkon] epel10: Merge branch f44 into epel10
Date: Thu, 30 Jul 2026 15:37:45 GMT [thread overview]
Message-ID: <178542586599.1.11126046855580649322.rpms-falkon-775a2f5758a8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/falkon
Branch : epel10
Commit : 775a2f5758a8558038372149f837997b04b43af0
Author : Troy Dawson <tdawson@redhat.com>
Date : 2026-07-30T08:37:34-07:00
Stats : +37/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/falkon/c/775a2f5758a8558038372149f837997b04b43af0?branch=epel10
Log:
Merge branch f44 into epel10
---
diff --git a/.gitignore b/.gitignore
index f987816..f9390e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,8 @@
/falkon-25.12.1.tar.xz
/falkon-25.12.2.tar.xz
/falkon-25.12.3.tar.xz
+/falkon-26.03.80.tar.xz
+/falkon-26.04.0.tar.xz
+/falkon-26.04.1.tar.xz
+/falkon-26.04.2.tar.xz
+/falkon-26.04.3.tar.xz
diff --git a/falkon.spec b/falkon.spec
index 73e4d34..0dffc85 100644
--- a/falkon.spec
+++ b/falkon.spec
@@ -4,7 +4,7 @@
%bcond_with keyring
Name: falkon
-Version: 25.12.3
+Version: 26.04.3
Release: 1%{?dist}
Summary: Modern web browser
@@ -187,6 +187,30 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.fa
%changelog
+* Tue Jun 30 2026 Steve Cossette <farchord@gmail.com> - 26.04.3-1
+- 26.04.3
+
+* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 26.04.2-2
+- Rebuilt for openssl 4.0
+
+* Wed Jun 03 2026 Steve Cossette <farchord@gmail.com> - 26.04.2-1
+- 26.04.2
+
+* Wed May 06 2026 Steve Cossette <farchord@gmail.com> - 26.04.1-1
+- 26.04.1
+
+* Thu Apr 16 2026 Jan Grulich <jgrulich@redhat.com> - 26.04.0-3
+- Rebuild (qt6)
+
+* Tue Apr 14 2026 Steve Cossette <farchord@gmail.com> - 26.04.0-2
+- Rebuild for openssl
+
+* Sat Apr 11 2026 Steve Cossette <farchord@gmail.com> - 26.04.0-1
+- 26.04.0
+
+* Mon Mar 16 2026 Steve Cossette <farchord@gmail.com> - 26.03.80-1
+- 26.03.80
+
* Sun Mar 08 2026 Steve Cossette <farchord@gmail.com> - 25.12.3-1
- 25.12.3
diff --git a/sources b/sources
index 49b40f6..335c580 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (falkon-25.12.3.tar.xz) = e4d7d98f34c9047a8c52b869c84faf1e6a62175aebd404fe48f7fe06968cf0d9577ee2c3131e13e098d364d4b8ff9b80fd91f16057656e2be4661c44089d5a47
+SHA512 (falkon-26.04.3.tar.xz) = d741386e6a321587d96a224441418af0297c31a9f821eaf83149217f145bcee1373b828195b59e5e2b9ee1f46e2a8672db5eff335df192fa48ca0646bb0bdf33
diff --git a/falkon.spec b/falkon.spec
index ffd553c..0dffc85 100644
--- a/falkon.spec
+++ b/falkon.spec
@@ -1,5 +1,7 @@
# build Python plugins (disabled by default due to #2048781)
%bcond python 0
+# build falcon-gnome-keyring (disabled by default on epel10)
+%bcond_with keyring
Name: falkon
Version: 26.04.3
@@ -68,6 +70,7 @@ Provides: bundled(qtsingleapplication-qt6)
%global __provides_exclude_from ^%{_kf6_qtplugindir}/falkon/.*$
+%if 0%{?with_keyring}
%package gnome-keyring
Summary: gnome-keyring plugin for %{name}
BuildRequires: pkgconfig(gnome-keyring-1)
@@ -75,6 +78,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%description gnome-keyring
%{summary}.
+%endif
%package kde
Summary: KDE Frameworks Integration plugin for %{name}
@@ -173,8 +177,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.fa
%{_kf6_datadir}/icons/hicolor/*/*/*
%{_kf6_datadir}/falkon/
+%if 0%{?with_keyring}
%files gnome-keyring
%{_kf6_qtplugindir}/falkon/GnomeKeyringPasswords.so
+%endif
%files kde
%{_kf6_qtplugindir}/falkon/KDEFrameworksIntegration.so
reply other threads:[~2026-07-30 15:37 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=178542586599.1.11126046855580649322.rpms-falkon-775a2f5758a8@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