diff --git a/.gitignore b/.gitignore index 9aa4244..99ee0ca 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ 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 +/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 bdd32ec..12d954c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (workrave-v1_11_0_rc_3.tar.gz) = 7dc2aa7a70c53156262d677a88e9ead634bd67d32475e7aa3f47f2eb7e943aa114ac574b3e621705c4a91051437d089c1cd61bec911e36842856bfe9fc173b16 +SHA512 (workrave-v1_11_1.tar.gz) = 45b7e7f84cd5d29945006da524676486c1b87627f6d1ff6e9106e9dd0f4034c26052f23649f312cc1513b17470197b4acea4974744d2a8e1093b31523290f82f diff --git a/workrave.spec b/workrave.spec index 4448853..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.3 +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