#1 Drop i686 support (leaf package)
Merged 5 months ago by aleasto. Opened 5 months ago by music.
rpms/ music/calligra drop-ix86  into  rawhide

file modified
+7 -1
@@ -18,7 +18,7 @@ 

  

  Name:    calligra 

  Version: 3.2.1

- Release: 27%{?dist}

+ Release: 28%{?dist}

  Summary: An integrated office suite

  

  License: GPLv2+ and LGPLv2+
@@ -61,6 +61,9 @@ 

  Patch202: calligra-c++17.patch

  Patch203: calligra-c99.patch

  

+ # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval

+ ExcludeArch: %{ix86}

+ 

  BuildRequires: boost-devel

  BuildRequires: bzip2-devel bzip2

  BuildRequires: desktop-file-utils
@@ -787,6 +790,9 @@ 

  

  

  %changelog

+ * Mon Jan 29 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.2.1-28

+ - Drop i686 support (leaf package)

+ 

  * Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-27

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval

This helps unblock dropping i686 in calligra’s dependencies. In particular, there is a calligra → OpenColorIO → OpenImageIO → openvdb dependency chain, and per recent discussion on the devel mailing list, openvdb is having difficulties on i686 in F40, so it would be nice to be able to just drop it.

Pull-Request has been merged by aleasto

5 months ago
Metadata