public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-nettle-sys] rawhide: Build with nettle v3 until the Rust bindings support v4
Date: Fri, 31 Jul 2026 12:51:45 GMT	[thread overview]
Message-ID: <178550230539.1.253757966455704384.rpms-rust-nettle-sys-3f151d1449b1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-nettle-sys
Branch : rawhide
Commit : 3f151d1449b18df85950b85c3a6b4e9be9fdff08
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-31T14:51:19+02:00
Stats  : +4/-4 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-nettle-sys/c/3f151d1449b18df85950b85c3a6b4e9be9fdff08?branch=rawhide

Log:
Build with nettle v3 until the Rust bindings support v4

---
diff --git a/rust-nettle-sys.spec b/rust-nettle-sys.spec
index e0856f9..f012d73 100644
--- a/rust-nettle-sys.spec
+++ b/rust-nettle-sys.spec
@@ -20,7 +20,7 @@ Patch:          nettle-sys-fix-metadata-auto.diff
 Patch2:         0001-build-drop-unavailable-ECC-functions.patch
 
 BuildRequires:  cargo-rpm-macros >= 24
-BuildRequires:  pkgconfig(nettle)
+BuildRequires:  pkgconfig(nettle) < 4.0
 
 %global _description %{expand:
 Low-level Rust bindings for the Nettle cryptographic library.}
@@ -30,7 +30,7 @@ Low-level Rust bindings for the Nettle cryptographic library.}
 %package        devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       pkgconfig(nettle)
+Requires:       pkgconfig(nettle) < 4.0
 
 %description    devel %{_description}
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index b523c25..47cc94d 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -10,6 +10,6 @@ comments = [
 ]
 
 [requires]
-build = ["pkgconfig(nettle)"]
-lib = ["pkgconfig(nettle)"]
+build = ["pkgconfig(nettle) < 4.0"]
+lib = ["pkgconfig(nettle) < 4.0"]
 

                 reply	other threads:[~2026-07-31 12:51 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=178550230539.1.253757966455704384.rpms-rust-nettle-sys-3f151d1449b1@fedoraproject.org \
    --to=decathorpe@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