From 415cc193c153a7198489de4da40919229d7ae9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= Date: Tue, 3 Mar 2026 15:58:47 +0100 Subject: [PATCH] Bump version to make our CI happy Resolves: RHEL-150866 --- orca.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/orca.spec b/orca.spec index 205e74d..096a58d 100644 --- a/orca.spec +++ b/orca.spec @@ -2,7 +2,7 @@ Name: orca Version: 48.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Assistive technology for people with visual impairments License: LGPL-2.1-or-later @@ -74,6 +74,10 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.de %{_mandir}/man1/orca.1* %changelog +* Tue Mar 03 2026 Lukas Tyrychtr +- Bump version so the CI is happy + Resolves: RHEL-150866 + * Thu Feb 19 2026 Lukas Tyrychtr - Update to 48.9 bringing in some bugfixes Resolves: RHEL-150866