Update to version 1.0.2; Fixes RHBZ#2159723

epel9
Fabio Valentini 2 years ago
parent b527ae2889
commit 200c61c5f2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/rustls-pemfile-0.3.0.crate /rustls-pemfile-0.3.0.crate
/rustls-pemfile-1.0.1.crate /rustls-pemfile-1.0.1.crate
/rustls-pemfile-1.0.2.crate

@ -1,3 +0,0 @@
# rust-rustls-pemfile
The rust-rustls-pemfile package

@ -1,22 +1,17 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rustls-pemfile %global crate rustls-pemfile
Name: rust-rustls-pemfile Name: rust-rustls-pemfile
Version: 1.0.1 Version: 1.0.2
Release: %autorelease Release: %autorelease
Summary: Basic .pem file parser for keys and certificates Summary: Basic .pem file parser for keys and certificates
License: Apache-2.0 OR ISC OR MIT License: Apache-2.0 OR ISC OR MIT
URL: https://crates.io/crates/rustls-pemfile URL: https://crates.io/crates/rustls-pemfile
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch: rustls-pemfile-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

@ -1,9 +0,0 @@
--- rustls-pemfile-1.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustls-pemfile-1.0.1/Cargo.toml 2022-08-11T11:43:33.341550+00:00
@@ -29,6 +29,3 @@
[dependencies.base64]
version = "0.13.0"
-
-[dev-dependencies.criterion]
-version = "0.3"

@ -1 +1 @@
SHA512 (rustls-pemfile-1.0.1.crate) = 530519d61eef3fb9dcb614b7a03550a01799cc48a094e1c701a8a41182e8fadc90538f33435ad85a52b4d112a90e41215a58f7fbcb0a827528f3102ee74151a4 SHA512 (rustls-pemfile-1.0.2.crate) = a70f30b23fd73d49527642d050ca6857edceb703e6a202bf80ecf47dd1c6923a9883e1cca8d5be0c7740dd1a43c60e045fe69c43aae9b2865bf11b455953bd10

Loading…
Cancel
Save