The package rpms/phd2.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/phd2.git/commit/?id=e04b7fe386f77bcf....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 1a2a1d93c3c68ac1ca9aa88b7a3851ed056838d2 Author: Mattia Verga mattia.verga@proton.me Date: Thu Nov 23 19:10:43 2023 +0100
Update to stable 2.6.12 (fedora#2250966)
diff --git a/.gitignore b/.gitignore index ab81096..f1a8b19 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /phd2-2.6.10-purged.tar.xz /phd2-2.6.11-purged.tar.xz /phd2-a205f63238c8505cf641057d8d82734e51f9ab15-purged.tar.xz +/phd2-2.6.12-purged.tar.xz diff --git a/phd2.spec b/phd2.spec index 6c842a8..bf04914 100644 --- a/phd2.spec +++ b/phd2.spec @@ -1,11 +1,11 @@ -#%%global gittag v2.6.11 -%global commit a205f63238c8505cf641057d8d82734e51f9ab15 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global date 20230212 +%global gittag v2.6.12 +#%%global commit a205f63238c8505cf641057d8d82734e51f9ab15 +#%%global shortcommit %%(c=%%{commit}; echo ${c:0:7}) +#%%global date 20230212
Name: phd2 %if "%{?gittag}" -Version: 2.6.11 +Version: 2.6.12 %else Version: 2.6.11^dev4^%{date}%{shortcommit} %endif diff --git a/sources b/sources index 7861c66..961442d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (phd2-a205f63238c8505cf641057d8d82734e51f9ab15-purged.tar.xz) = 383fbed8f7770693e27b98210ad83baced7a24328f965bb3c4c2dd7a8eb0742496a086c418d2b38ea54e9b1882abd9e667978ff6ddddacd8c853e99337ea5d13 +SHA512 (phd2-2.6.12-purged.tar.xz) = c9855abcedec4522b9f259338f6c60f3d28264e2f5b0ca152e6669b2aa374a1d200b65ae97f8d62bbf71bb96c54e40cffeabbe73210617994a06baef54828699
commit bdc618a26e315506cbcaf2990feac56bac0e7721 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jul 21 03:59:31 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit e04b7fe386f77bcff3e3bc796558d4d2a19098b9 Author: Mattia Verga mattia.verga@proton.me Date: Wed Feb 15 10:18:42 2023 +0100
Stop building on ix86
diff --git a/phd2.spec b/phd2.spec index 92bf91b..6c842a8 100644 --- a/phd2.spec +++ b/phd2.spec @@ -30,6 +30,9 @@ Source1: generate-tarball.sh # Do not force c++ std Patch99: phd2_2.9.10_std_cflags.patch
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: dos2unix
arch-excludes@lists.fedoraproject.org