The package rpms/calc.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/calc.git/commit/?id=7dd25231b3ea9076....
Change: -ExcludeArch: s390x
Thanks.
Full change: ============
commit 645ed7f3b856988588e6a2b9662da13f9c5d9679 Author: Matthew Miller mattdm@mattdm.org Date: Tue Mar 26 15:29:53 2024 -0400
Renable custom library by default
It's not really harmful and there is a problem building without it.
diff --git a/calc.spec b/calc.spec index d46a9f0..1a0a1f8 100644 --- a/calc.spec +++ b/calc.spec @@ -1,7 +1,8 @@ %define with_readline 1
-# This is disabled right now because it prevents correct linking. -%define with_custom_interface 0 +# This is _required_ right now because disabling it doesn't +# seem to actually result in it properly _not_ being built. +%define with_custom_interface 1
License: LGPL-2.1-only AND Unlicense
commit 7dd25231b3ea9076ed34c88053f806a40acf1038 Author: Matthew Miller mattdm@mattdm.org Date: Tue Mar 26 15:10:50 2024 -0400
no longer exclude s390
diff --git a/calc.spec b/calc.spec index cdc6e78..d46a9f0 100644 --- a/calc.spec +++ b/calc.spec @@ -14,12 +14,8 @@ Summary: Arbitrary precision arithmetic system and calculator URL: http://isthe.com/chongo/tech/comp/calc/ Source0: https://github.com/lcn2/calc/releases/download/v%%7Bversion%7D/calc-%%7Bvers...
-# Reported upstream -# https://github.com/lcn2/calc/issues/63 -# and upstream plans to fix in 2.14.2.0 -ExcludeArch: s390x - BuildRequires: gcc, sed, util-linux + # used in creating 'calc.usage' BuildRequires: man-db
commit adc6a950bce9fca84b7b200823659999d0ea5e94 Author: Matthew Miller mattdm@mattdm.org Date: Sun Feb 25 15:43:30 2024 -0500
upstream 2.15.0.6
diff --git a/.gitignore b/.gitignore index f7c64a1..046d96d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ clog /calc-2.15.0.1.tar.bz2 /calc-2.15.0.2.tar.bz2 /calc-2.15.0.4.tar.bz2 +/calc-2.15.0.6.tar.bz2 diff --git a/calc.spec b/calc.spec index 8bd6c50..cdc6e78 100644 --- a/calc.spec +++ b/calc.spec @@ -6,7 +6,7 @@ License: LGPL-2.1-only AND Unlicense
Name: calc -Version: 2.15.0.4 +Version: 2.15.0.6 Release: %autorelease Summary: Arbitrary precision arithmetic system and calculator
diff --git a/sources b/sources index 15dddf7..aca651c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (calc-2.15.0.4.tar.bz2) = 960b0630964188c266248aa3b8c1f1f6f9a5d893bc80c5385b28c0575e27351ceedc05d8c8e491df9e6d3a97ad813f85580c244bbac72725aa22a2742bb8d14e +SHA512 (calc-2.15.0.6.tar.bz2) = 433813140a7915e2c811b6db8904c0243c5565230d962e0ffa5e21610221d2c77bfac550c118cf8b062c9dc5671dcb50f764b1d549c7b21953d70a9b92248c21
arch-excludes@lists.fedoraproject.org