public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/workrave] epel10: Update to 1.11.1
@ 2026-07-25 19:59
0 siblings, 0 replies; only message in thread
From: @ 2026-07-25 19:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/workrave
Branch : epel10
Commit : d22b73ddeab4f2fd5ab16859028dd675d76b67ce
Author : Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Date : 2026-07-25T21:28:05+02:00
Stats : +27/-6 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/workrave/c/d22b73ddeab4f2fd5ab16859028dd675d76b67ce?branch=epel10
Log:
Update to 1.11.1
---
diff --git a/.gitignore b/.gitignore
index ae82c0c..99ee0ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ workrave-1.9.1.tar.gz
/workrave-v1_11_0_rc_1.tar.gz
/workrave-v1_11_0_rc_3.tar.gz
/workrave-v1_11_0_rc_4.tar.gz
+/workrave-v1_11_1.tar.gz
diff --git a/710.patch b/710.patch
new file mode 100644
index 0000000..a31c450
--- /dev/null
+++ b/710.patch
@@ -0,0 +1,22 @@
+From 7bcdae9a7d5b2dd11decdb3adf23736622b5aab8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
+ <lukasz.wojnilowicz@gmail.com>
+Date: Sat, 25 Jul 2026 20:51:49 +0200
+Subject: [PATCH] Fix appstream id case
+
+---
+ ui/app/workrave.metainfo.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ui/app/workrave.metainfo.xml b/ui/app/workrave.metainfo.xml
+index 794541993..866aaa332 100644
+--- a/ui/app/workrave.metainfo.xml
++++ b/ui/app/workrave.metainfo.xml
+@@ -1,6 +1,6 @@
+ <?xml version="1.0" encoding="UTF-8"?>
+ <component type="desktop-application">
+- <id>org.workrave.workrave</id>
++ <id>org.workrave.Workrave</id>
+ <name>Workrave</name>
+ <summary>Workrave assists in the recovery and prevention of Repetitive Strain Injury (RSI)</summary>
+ <metadata_license>CC-BY-3.0</metadata_license>
diff --git a/sources b/sources
index c2f7abc..12d954c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (workrave-v1_11_0_rc_4.tar.gz) = 82eb12f5d4edeeec763ce253dc9bf07b3a070b7c169f1bddd498587f967cc37cfcbb53854f826c57b88bf9ea499efed05c64929026ec40bc368b58d74378200a
+SHA512 (workrave-v1_11_1.tar.gz) = 45b7e7f84cd5d29945006da524676486c1b87627f6d1ff6e9106e9dd0f4034c26052f23649f312cc1513b17470197b4acea4974744d2a8e1093b31523290f82f
diff --git a/workrave.spec b/workrave.spec
index 94891ae..22b21ad 100644
--- a/workrave.spec
+++ b/workrave.spec
@@ -10,7 +10,7 @@
%global app_id org.workrave.Workrave
Name: workrave
-Version: 1.11.0~rc.4
+Version: 1.11.1
Release: %autorelease
Summary: Program that assists in the recovery and prevention of RSI
# Based on older packages by Dag Wieers <dag@wieers.com> and Steve Ratcliffe
@@ -22,7 +22,8 @@ License: GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND H
URL: https://workrave.org/
%global tag %(echo %{version} | sed -e 's/[\\.~]/_/g')
Source: https://github.com/rcaelers/workrave/archive/v%{tag}/%{name}-v%{tag}.tar.gz
-
+Patch: https://github.com/rcaelers/workrave/pull/710.patch
+
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: gettext
@@ -190,9 +191,6 @@ rm -f %{buildroot}%{_libdir}/*.so
# indicators need to be enabled to build GIR but are not needed otherwise
rm -f %{buildroot}%{_libdir}/*indicators3/7/libworkrave.so*
-# fix appstream ID
-appstream-util modify %{buildroot}%{_metainfodir}/%{app_id}.metainfo.xml id %{app_id}
-
# remove zero-length to silence rpmlint
rm -f %{buildroot}%{_datadir}/gnome-shell/extensions/workrave@workrave.org/stylesheet.css
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 19:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 19:59 [rpms/workrave] epel10: Update to 1.11.1
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox