update to version 0.8.2

epel10
Fabio Valentini 4 years ago
parent 23a034fb98
commit 03d4c5d892
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/pem-0.8.1.crate
/pem-0.8.2.crate

@ -1,10 +0,0 @@
--- pem-0.8.1/Cargo.toml 2020-06-08T14:01:44+00:00
+++ pem-0.8.1/Cargo.toml 2020-06-25T07:55:32.739881+00:00
@@ -35,6 +35,6 @@
[dependencies.regex]
version = "1"
[dev-dependencies.criterion]
-version = "0.2.3"
+version = "0.3.0"
[badges.travis-ci]
repository = "jcreekmore/pem-rs"

@ -1,23 +1,18 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate pem
Name: rust-%{crate}
Version: 0.8.1
Release: 2%{?dist}
Version: 0.8.2
Release: 1%{?dist}
Summary: Parse and encode PEM-encoded data
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/pem
Source: %{crates_source}
# Initial patched metadata
# * https://github.com/jcreekmore/pem-rs/pull/24
# * Bump deps
# - criterion to 0.3.0
Patch0: pem-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -76,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.8.2-1
- Update to version 0.8.2.
- Fixes RHBZ#1900891
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (pem-0.8.1.crate) = db7a18a7499885262432137c845a81b4daae1e0b6a6e8e83e58735f41f6efa73b3358354d39204295c88a7c241f10588be09f3dd3f034a266a34cfeda82c4466
SHA512 (pem-0.8.2.crate) = 9803c35514fccd0513481432400281b05e9d4bba796a9294282a626d8d26e52dafadb7b4d58cd725088b4fda76a5e5102d2397b25b9860b63a04b1d697eac1a8

Loading…
Cancel
Save