public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Alejandro Alvarez Ayllon <a.alvarezayllon@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/onnx] test-1.21.0: Drop i686 support (leaf package on that architecture)
Date: Mon, 08 Jun 2026 15:18:24 GMT	[thread overview]
Message-ID: <178093190409.1.6199438329770326402.rpms-onnx-d77a8d56c589@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/onnx
            Branch : test-1.21.0
            Commit : d77a8d56c5894df762020a7abfe0ec0a8d18c601
            Author : Alejandro Alvarez Ayllon <a.alvarezayllon@gmail.com>
            Date   : 2025-01-18T14:59:25+01:00
            Stats  : +8/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/onnx/c/d77a8d56c5894df762020a7abfe0ec0a8d18c601?branch=test-1.21.0

            Log:
            Drop i686 support (leaf package on that architecture)

Co-authored-by: Benjamin A. Beasley <code@musicinmybrain.net>

---
diff --git a/onnx.spec b/onnx.spec
index ea9297c..312e976 100644
--- a/onnx.spec
+++ b/onnx.spec
@@ -1,6 +1,6 @@
 Name:       onnx
 Version:    1.17.0
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Open standard for machine learning interoperability
 License:    Apache-2.0
 
@@ -17,6 +17,10 @@ Patch4:     0004-Add-fixes-for-use-with-onnxruntime.patch
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=2212096
 ExcludeArch:    s390x
+%if %{undefined fc40} && %{undefined fc41}
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch:    %{ix86}
+%endif
 
 BuildRequires:  cmake >= 3.13
 BuildRequires:  make
@@ -118,6 +122,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
 %{_bindir}/check-node
 
 %changelog
+* Sat Jan 04 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1.17.0-3
+- Drop i686 support (leaf package on that architecture)
+
 * Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
 

                 reply	other threads:[~2026-06-08 15:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178093190409.1.6199438329770326402.rpms-onnx-d77a8d56c589@fedoraproject.org \
    --to=a.alvarezayllon@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox