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-rustls-native-certs] rawhide: Update to version 0.8.4; Fixes RHBZ#2483751
Date: Thu, 04 Jun 2026 16:30:12 GMT [thread overview]
Message-ID: <178059061279.1.3243469150086015295.rpms-rust-rustls-native-certs-9aeb5c85d32b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-rustls-native-certs
Branch : rawhide
Commit : 9aeb5c85d32bf47502ae9b768125ed280b2a224d
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-04T18:29:55+02:00
Stats : +19/-14 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rustls-native-certs/c/9aeb5c85d32bf47502ae9b768125ed280b2a224d?branch=rawhide
Log:
Update to version 0.8.4; Fixes RHBZ#2483751
---
diff --git a/.gitignore b/.gitignore
index e263adc..c66eb92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/rustls-native-certs-0.8.1.crate
/rustls-native-certs-0.8.2.crate
/rustls-native-certs-0.8.3.crate
+/rustls-native-certs-0.8.4.crate
diff --git a/rust-rustls-native-certs.spec b/rust-rustls-native-certs.spec
index ea61914..c8bfcf5 100644
--- a/rust-rustls-native-certs.spec
+++ b/rust-rustls-native-certs.spec
@@ -5,7 +5,7 @@
%global crate rustls-native-certs
Name: rust-rustls-native-certs
-Version: 0.8.3
+Version: 0.8.4
Release: %autorelease
Summary: Allows rustls to use the platform native certificate store
@@ -37,9 +37,7 @@ use the "%{crate}" crate.
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-ISC
%license %{crate_instdir}/LICENSE-MIT
-%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
-%doc %{crate_instdir}/RELEASING.md
%{crate_instdir}/
%package -n %{name}+default-devel
@@ -56,8 +54,6 @@ use the "default" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
-# Remove shebang from unused, non-executable test script
-sed -r -i '1{/^#!/d}' integration-tests/macos.sh
%cargo_prep
%generate_buildrequires
@@ -71,7 +67,8 @@ sed -r -i '1{/^#!/d}' integration-tests/macos.sh
%if %{with check}
%check
-%cargo_test
+# * skip tests that require data files not included in published crates
+%cargo_test -- --doc
%endif
%changelog
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 3684329..55ea9c7 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -3,8 +3,9 @@
# certificate store”; we want to avoid repeating the crate name.
summary = "Allows rustls to use the platform native certificate store"
-[scripts]
-prep.pre = [
- "# Remove shebang from unused, non-executable test script",
- "sed -r -i '1{/^#!/d}' integration-tests/macos.sh"
+[tests]
+run = ["doc"]
+comments = [
+ "skip tests that require data files not included in published crates",
]
+
diff --git a/rustls-native-certs-fix-metadata-auto.diff b/rustls-native-certs-fix-metadata-auto.diff
index faec8bb..189b859 100644
--- a/rustls-native-certs-fix-metadata-auto.diff
+++ b/rustls-native-certs-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- rustls-native-certs-0.8.3/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ rustls-native-certs-0.8.3/Cargo.toml 2026-03-25T06:52:01.700500+00:00
-@@ -82,8 +82,3 @@
+--- rustls-native-certs-0.8.4/Cargo.toml 2006-07-24T01:21:28+00:00
++++ rustls-native-certs-0.8.4/Cargo.toml 2026-06-04T16:28:33.298466+00:00
+@@ -81,13 +81,8 @@
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.openssl-probe]
version = "0.2"
@@ -9,3 +9,9 @@
-
-[target."cfg(windows)".dependencies.schannel]
-version = "0.1"
+-
+ [lints.rust.unexpected_cfgs]
+ level = "warn"
+ priority = 0
+ check-cfg = ["cfg(rustls_native_certs_docsrs)"]
++
diff --git a/sources b/sources
index 3f92e45..858f2a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rustls-native-certs-0.8.3.crate) = ffca026a5365a97e7a254faac2ceab188bd1cf51876a32e99b16bdf5902363c6416e8e28247f53864609d0f492646fead7b19328e376d0b8b2073e6fb3bc60a8
+SHA512 (rustls-native-certs-0.8.4.crate) = 6a0633bb7c8e937a0c161d8d4bde955a7af141c6e7df42d00199236eb8baf1b69af9624de570769a16c60fb94604cec4ade9020992ac38a8d3da1662d56107c6
reply other threads:[~2026-06-04 16:30 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=178059061279.1.3243469150086015295.rpms-rust-rustls-native-certs-9aeb5c85d32b@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