public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sec1] rawhide: Update to version 0.8.1; Fixes RHBZ#2446154
@ 2026-08-29 5:43 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-29 5:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sec1
Branch : rawhide
Commit : fb394990211388cf197bc0b9cda1a72785492029
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-28T09:45:32+01:00
Stats : +16/-36 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sec1/c/fb394990211388cf197bc0b9cda1a72785492029?branch=rawhide
Log:
Update to version 0.8.1; Fixes RHBZ#2446154
---
diff --git a/.gitignore b/.gitignore
index aa7b1fa..388f8cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/sec1-0.7.2.crate
/sec1-0.7.3.crate
+/sec1-0.8.1.crate
diff --git a/rust-sec1.spec b/rust-sec1.spec
index 3f66ecf..c272b12 100644
--- a/rust-sec1.spec
+++ b/rust-sec1.spec
@@ -5,23 +5,19 @@
%global crate sec1
Name: rust-sec1
-Version: 0.7.3
+Version: 0.8.1
Release: %autorelease
Summary: Elliptic Curve Cryptography encoding formats (SEC1)
License: Apache-2.0 OR MIT
URL: https://crates.io/crates/sec1
Source: %{crates_source}
-# Manually created patch for downstream crate metadata changes
-# * allow hex-literal 1.0:
-# https://github.com/RustCrypto/formats/commit/ed08fc043e7abb38a86fca10f114d15a86f4cb25
-Patch: sec1-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding
-formats including ASN.1 DER-serialized private keys as well as the
+formats including ASN.1 DER encoded private keys as well as the
Elliptic-Curve-Point-to-Octet-String encoding.}
%description %{_description}
@@ -66,40 +62,40 @@ use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+der-devel
+%package -n %{name}+ctutils-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+der-devel %{_description}
+%description -n %{name}+ctutils-devel %{_description}
This package contains library source intended for building other packages which
-use the "der" feature of the "%{crate}" crate.
+use the "ctutils" feature of the "%{crate}" crate.
-%files -n %{name}+der-devel
+%files -n %{name}+ctutils-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+pem-devel
+%package -n %{name}+der-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+pem-devel %{_description}
+%description -n %{name}+der-devel %{_description}
This package contains library source intended for building other packages which
-use the "pem" feature of the "%{crate}" crate.
+use the "der" feature of the "%{crate}" crate.
-%files -n %{name}+pem-devel
+%files -n %{name}+der-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+pkcs8-devel
+%package -n %{name}+pem-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+pkcs8-devel %{_description}
+%description -n %{name}+pem-devel %{_description}
This package contains library source intended for building other packages which
-use the "pkcs8" feature of the "%{crate}" crate.
+use the "pem" feature of the "%{crate}" crate.
-%files -n %{name}+pkcs8-devel
+%files -n %{name}+pem-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+point-devel
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 99332b3..90d33d9 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,8 +1,2 @@
[package]
summary = "Elliptic Curve Cryptography encoding formats (SEC1)"
-cargo-toml-patch-comments = [
- """\
- allow hex-literal 1.0: \
- https://github.com/RustCrypto/formats/commit/ed08fc043e7abb38a86fca10f114d15a86f4cb25\
- """,
-]
diff --git a/sec1-fix-metadata.diff b/sec1-fix-metadata.diff
deleted file mode 100644
index 56770ec..0000000
--- a/sec1-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- sec1-0.7.3/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sec1-0.7.3/Cargo.toml 2025-12-03T20:58:37.073115+00:00
-@@ -81,7 +81,7 @@
- default-features = false
-
- [dev-dependencies.hex-literal]
--version = "0.4"
-+version = ">=0.4, <2.0"
-
- [dev-dependencies.tempfile]
- version = "3"
diff --git a/sources b/sources
index 09ee81d..128b6b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sec1-0.7.3.crate) = be646413d84b39a43a0af478854f47db3b167c2bf1bedf7a58392782c423aaaa38df3b3676f9807a98c6128152295c426edd16d67d62ae7048caa635bf39641e
+SHA512 (sec1-0.8.1.crate) = fbfb05e2026d36d2b3e03b5bc42eefeba57ba4b8d5ba4cdf307ca053a8e9cb448f6ec27b6456fdc5ef2d10271614f99d178e95180f6e50756d0abae8fb0ea18c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-29 5:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29 5:43 [rpms/rust-sec1] rawhide: Update to version 0.8.1; Fixes RHBZ#2446154 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox