From 8cae8cc41af68111b848c5f890b1ceab5dbf1d15 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 20 Mar 2025 13:47:49 +0100 Subject: [PATCH 1/3] Update to 3.0.0 Signed-off-by: Nils Philippsen --- .gitignore | 1 + gimp-help.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e52bf64..c22497e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ gimp-help-2.4.2.tar.bz2 /gimp-help-2.10.0.tar.bz2 /gimp-help-2.10.34.tar.bz2 /gimp-help-2.99.0-git2b4f24e36.tar.xz +/gimp-help-3.0.0.tar.bz2 diff --git a/gimp-help.spec b/gimp-help.spec index 89a786a..d277bce 100644 --- a/gimp-help.spec +++ b/gimp-help.spec @@ -7,7 +7,7 @@ Summary: Help files for GIMP Name: gimp-help -Version: 2.99.0~20250212git2b4f24e36 +Version: 3.0.0 Release: %autorelease License: GFDL-1.2-invariants-only URL: https://docs.gimp.org/ @@ -30,7 +30,7 @@ ExcludeArch: s390x } %if ! %defined snapshot -Source0: https://download.gimp.org/pub/gimp/help/gimp-help-%{version}.tar.xz +Source0: https://download.gimp.org/pub/gimp/help/gimp-help-%{version}.tar.bz2 %else Source0: gimp-help-%{plain_version}-git%{git_rev}.tar.xz %endif diff --git a/sources b/sources index 80589fc..27249ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gimp-help-2.99.0-git2b4f24e36.tar.xz) = 913d0962b07f7e06c894fdcece2bd15ffadddd2765256d6a71e5756cf5df49aa983210e28b12d34e9056adef68231f9af76224f79a3dfc07eea8c17fc8edd5ff +SHA512 (gimp-help-3.0.0.tar.bz2) = 4a240bfebb633c1603057474adeb2bf2e42fcc65f5c5b696e5202bad18940eba69b1b12f6493b470b6f402cee7d6dcbd23f83c9e2871f459a420b7c521a0bd6d From 657f77db77d3a93ff76aba4862af6a561cdd23c2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 22:21:23 +0000 Subject: [PATCH 2/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From ea0d6fe249b37e378c15c718377f85f98c7b0d66 Mon Sep 17 00:00:00 2001 From: Gordon Messmer Date: Thu, 16 Oct 2025 14:24:00 -0700 Subject: [PATCH 3/3] Use rpm's native resource tunable to limit parallelism. rpm 4.19 and newer have built-in tunable settings to limit parallel tasks which make %constrain_build redundant. See BZ#2404624 --- gimp-help.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gimp-help.spec b/gimp-help.spec index d277bce..6ab1594 100644 --- a/gimp-help.spec +++ b/gimp-help.spec @@ -1,7 +1,7 @@ # NOTE: en/English is in the main package # LANGUAGES: bg,Bulgarian ca,Catalan cs,Czech da,Danish de,German el,Greek en_GB,British_English es,Spanish fa,Farsi fi,Finnish fr,French hr,Croatian hu,Hungarian it,Italian ja,Japanese ko,Korean lt,Lithuanian nl,Dutch nn,Norwegian_Nynorsk pl,Polish pt,Portuguese pt_BR,Brazilian_Portuguese ro,Romanian ru,Russian sl,Slovenian sv,Swedish tr,Turkish uk,Ukrainian zh_CN,Simplified_Chinese -%constrain_build -m 6144 +%global _smp_tasksize_proc 6144 %global gimpsubver 3.0