Bump generic-array to 0.13

epel9
Josh Stone 5 years ago
parent d7bcde461e
commit f93e99cad2

@ -0,0 +1,10 @@
--- block-buffer-0.7.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ block-buffer-0.7.3/Cargo.toml 2020-02-13T21:19:46.794773+00:00
@@ -31,6 +31,6 @@
default-features = false
[dependencies.generic-array]
-version = "0.12"
+version = "0.13"
[badges.travis-ci]
repository = "RustCrypto/utils"

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 0.7.3
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Fixed size buffer for block processing of data
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/block-buffer
Source: %{crates_source}
# Initial patched metadata
# * Bump generic-array to 0.13
Patch0: block-buffer-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -37,7 +40,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -49,7 +52,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -70,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 20 2020 Josh Stone <jistone@redhat.com> - 0.7.3-5
- Bump generic-array to 0.13
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save