Update to 0.9.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent f93e99cad2
commit c049d50ca1
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1,3 +1,4 @@
/block-buffer-0.7.0.crate /block-buffer-0.7.0.crate
/block-buffer-0.7.2.crate /block-buffer-0.7.2.crate
/block-buffer-0.7.3.crate /block-buffer-0.7.3.crate
/block-buffer-0.9.0.crate

@ -1,10 +0,0 @@
--- 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,21 +1,18 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate block-buffer %global crate block-buffer
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.3 Version: 0.9.0
Release: 5%{?dist} Release: 1%{?dist}
Summary: Fixed size buffer for block processing of data Summary: Fixed size buffer for block processing of data
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/block-buffer URL: https://crates.io/crates/block-buffer
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Bump generic-array to 0.13
Patch0: block-buffer-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -54,6 +51,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+block-padding-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+block-padding-devel %{_description}
This package contains library source intended for building other packages
which use "block-padding" feature of "%{crate}" crate.
%files -n %{name}+block-padding-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -73,6 +82,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 21 09:15:37 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0
* Thu Feb 20 2020 Josh Stone <jistone@redhat.com> - 0.7.3-5 * Thu Feb 20 2020 Josh Stone <jistone@redhat.com> - 0.7.3-5
- Bump generic-array to 0.13 - Bump generic-array to 0.13

@ -1 +1 @@
SHA512 (block-buffer-0.7.3.crate) = 74c8b89777a006bd72511b32df94f8bd78e2b53c30d85d39ea3c52acf199c357140fb6181f7f7ab5e30dd80d37181582cad740c95b89328a7a4b0f84f77ad6bf SHA512 (block-buffer-0.9.0.crate) = 2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98

Loading…
Cancel
Save