The package rpms/functionalplus.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/functionalplus.git/commit/?id=b2e317....
Change: +%ifnarch %{ix86}
Thanks.
Full change: ============
commit f02219e43c82d2df7e08c5d29fe37bfe84c17009 Merge: 870a32b 1dde571 Author: Pavel Solovev daron439@gmail.com Date: Mon Jul 29 21:44:27 2024 +0100
Merge branch 'rawhide' into f39
commit 1dde5716412bbe6fdd755d409a66f8ae0d7a45db Author: Pavel Solovev daron439@gmail.com Date: Mon Jul 29 21:42:27 2024 +0100
Update to 0.2.24 (rhbz#2261115) (rhbz#2300678)
diff --git a/.gitignore b/.gitignore index 14d350b..e42c0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /functionalplus-0.2.20.p0.tar.gz /functionalplus-0.2.22.tar.gz +/functionalplus-0.2.24.tar.gz diff --git a/functionalplus.spec b/functionalplus.spec index 5d87cbc..adb92c0 100644 --- a/functionalplus.spec +++ b/functionalplus.spec @@ -1,7 +1,7 @@ %global debug_package %{nil}
Name: functionalplus -Version: 0.2.22 +Version: 0.2.24 Release: %autorelease Summary: Functional Programming Library for C++
@@ -29,6 +29,7 @@ Provides: %{name}-static = %{version}-%{release}
%prep %autosetup -n FunctionalPlus-%{version} +sed '/-Werror/d' -i cmake/warnings.cmake
%build @@ -41,6 +42,7 @@ pushd test popd %endif
+ %install %cmake_install
diff --git a/sources b/sources index 1c86933..a55d666 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (functionalplus-0.2.22.tar.gz) = 399ff3012efd49e8617a0ae275e72bf13e87380e830f6ceb56f85fcda948d4ef252c5aa48f48f0a4a015874015d6e8ff442ac9395d523b4c946a01c17f2bd1b9 +SHA512 (functionalplus-0.2.24.tar.gz) = 7b3e451af977ef52a112ad59a4b1f4dc64b120348acb80b751a01bc56d986358b6237d461fe0cf91431b6bc49bc823f8b4ac0016ede9a9e85561cf278d00bb41
commit f25bf3de20e98eb8e4ca6c673cb059d4a009554c Author: Fedora Release Engineering releng@fedoraproject.org Date: Wed Jul 17 23:45:59 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
commit 4dcf427118ca2c6c8ae4aa5029e05ccac5ea1f31 Author: Fedora Release Engineering releng@fedoraproject.org Date: Wed Jan 24 12:09:08 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit 1b421b2d657e785c981b89b258075de6edd65c1c Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 19 19:54:20 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit b2e3177fcf6b28bade70c4c22ed4b3215230d349 Author: Pavel Solovev daron439@gmail.com Date: Tue Dec 26 19:49:00 2023 +0300
Update to 0.2.22
diff --git a/.gitignore b/.gitignore index c0240ef..14d350b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /functionalplus-0.2.20.p0.tar.gz +/functionalplus-0.2.22.tar.gz diff --git a/functionalplus.spec b/functionalplus.spec index 9ade951..5d87cbc 100644 --- a/functionalplus.spec +++ b/functionalplus.spec @@ -1,17 +1,13 @@ %global debug_package %{nil} -%global ver 0.2.20
Name: functionalplus -Version: %{ver}.p0 +Version: 0.2.22 Release: %autorelease Summary: Functional Programming Library for C++
License: BSL-1.0 URL: https://github.com/Dobiasd/FunctionalPlus -Source: %{url}/archive/v%{ver}-p0/%{name}-%{version}.tar.gz - -# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval -ExcludeArch: %{ix86} +Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake BuildRequires: doctest-devel @@ -32,25 +28,28 @@ Provides: %{name}-static = %{version}-%{release}
%prep -%autosetup -n FunctionalPlus-%{ver}-p0 +%autosetup -n FunctionalPlus-%{version}
%build %cmake -DFunctionalPlus_INSTALL_CMAKEDIR=%{_datadir}/cmake/FunctionalPlus %cmake_build +%ifnarch %{ix86} pushd test %cmake %cmake_build popd - +%endif
%install %cmake_install
%check +%ifnarch %{ix86} pushd test %ctest +%endif
%files devel diff --git a/sources b/sources index 1c2303f..1c86933 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (functionalplus-0.2.20.p0.tar.gz) = 0e3478400c1acc2fc34642784f8bb3eb0f79bc4c157a38fb39c9f05d8e4c47cc6c9da765f76350fd593517c3a2db2515161f6f3d6ff770f2ace2da2a99bb493d +SHA512 (functionalplus-0.2.22.tar.gz) = 399ff3012efd49e8617a0ae275e72bf13e87380e830f6ceb56f85fcda948d4ef252c5aa48f48f0a4a015874015d6e8ff442ac9395d523b4c946a01c17f2bd1b9
arch-excludes@lists.fedoraproject.org