From 1cb3c765dca5d7bab94ef1f1b50a90af3dce334a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?= Date: Sun, 8 Mar 2026 09:18:02 +0100 Subject: [PATCH 1/4] Update to 1.11.0~rc.4 --- .gitignore | 1 + sources | 2 +- workrave.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9aa4244..ae82c0c 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ workrave-1.9.1.tar.gz /workrave-v1_11_0_beta_13.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 diff --git a/sources b/sources index bdd32ec..c2f7abc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workrave-v1_11_0_rc_3.tar.gz) = 7dc2aa7a70c53156262d677a88e9ead634bd67d32475e7aa3f47f2eb7e943aa114ac574b3e621705c4a91051437d089c1cd61bec911e36842856bfe9fc173b16 +SHA512 (workrave-v1_11_0_rc_4.tar.gz) = 82eb12f5d4edeeec763ce253dc9bf07b3a070b7c169f1bddd498587f967cc37cfcbb53854f826c57b88bf9ea499efed05c64929026ec40bc368b58d74378200a diff --git a/workrave.spec b/workrave.spec index 4448853..94891ae 100644 --- a/workrave.spec +++ b/workrave.spec @@ -10,7 +10,7 @@ %global app_id org.workrave.Workrave Name: workrave -Version: 1.11.0~rc.3 +Version: 1.11.0~rc.4 Release: %autorelease Summary: Program that assists in the recovery and prevention of RSI # Based on older packages by Dag Wieers and Steve Ratcliffe From 5c7d0e50b8985f154755a8c80341fcf8ef0a5f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Thu, 25 Jun 2026 12:41:59 +0200 Subject: [PATCH 2/4] Rebuilt for fmt/spdlog From ec7048935edae29c84f000a8e872bbb85ba8ec54 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:55:19 +0000 Subject: [PATCH 3/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From d22b73ddeab4f2fd5ab16859028dd675d76b67ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?= Date: Sat, 25 Jul 2026 21:14:48 +0200 Subject: [PATCH 4/4] Update to 1.11.1 --- .gitignore | 1 + 710.patch | 22 ++++++++++++++++++++++ sources | 2 +- workrave.spec | 8 +++----- 4 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 710.patch 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?= + +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 @@ + + +- org.workrave.workrave ++ org.workrave.Workrave + Workrave + Workrave assists in the recovery and prevention of Repetitive Strain Injury (RSI) + CC-BY-3.0 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 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