update to version 0.13.0

epel9
Fabio Valentini 4 years ago
parent 424b372c12
commit 0f9491000c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/base64-0.12.1.crate /base64-0.12.1.crate
/base64-0.12.2.crate /base64-0.12.2.crate
/base64-0.12.3.crate /base64-0.12.3.crate
/base64-0.13.0.crate

@ -0,0 +1,11 @@
--- base64-0.13.0/Cargo.toml 2020-09-30T15:20:10+00:00
+++ base64-0.13.0/Cargo.toml 2020-11-03T17:56:54.001965+00:00
@@ -29,7 +29,7 @@
name = "benchmarks"
harness = false
[dev-dependencies.criterion]
-version = "=0.3.2"
+version = "0.3.2"
[dev-dependencies.rand]
version = "0.6.1"

@ -1,18 +1,21 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate base64 %global crate base64
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.12.3 Version: 0.13.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Encodes and decodes base64 as bytes or utf8 Summary: Encodes and decodes base64 as bytes or utf8
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/base64 URL: https://crates.io/crates/base64
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * relax exact criterion dependency
Patch0: base64-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -95,6 +98,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Nov 03 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.0-1
- Update to version 0.13.0.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.3-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (base64-0.12.3.crate) = ec6ad7cbd4980a12189690e9e24ec1db3c3def9e93672a415808904f68db2b5d8c5740e44207b2c629db5dd5d6ba6bd9dd342dd82367da6198e0313d86e54f02 SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151

Loading…
Cancel
Save