Update to version 0.3.1; Fixes RHBZ#2030021

epel9
Fabio Valentini 3 years ago
parent 26df2ca66b
commit b8af87854c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/blobby-0.1.1.crate /blobby-0.1.1.crate
/blobby-0.1.2.crate /blobby-0.1.2.crate
/blobby-0.3.0.crate /blobby-0.3.0.crate
/blobby-0.3.1.crate

@ -1,8 +0,0 @@
--- blobby-0.3.0/Cargo.toml 2020-07-01T20:19:30+00:00
+++ blobby-0.3.0/Cargo.toml 2020-10-19T13:09:54.315817+00:00
@@ -21,4 +21,4 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/utils"
[dev-dependencies.hex]
-version = "0.3"
+version = "0.4"

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate blobby %global crate blobby
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.3.1
Release: %autorelease Release: %autorelease
Summary: Iterator over simple binary blob storage Summary: Iterator over simple binary blob storage
@ -13,13 +13,8 @@ Summary: Iterator over simple binary blob storage
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/blobby URL: https://crates.io/crates/blobby
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
Patch0: blobby-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -34,11 +29,12 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -47,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{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

@ -1 +1 @@
SHA512 (blobby-0.3.0.crate) = aaf988672a4972df8e3c73762abe685af38585a9866b4798c544626665a3453d6ac471b093bf69ba0554576789e5c0a53c1341816bf0b56a44176e36ea5af105 SHA512 (blobby-0.3.1.crate) = e6fd76f9337e84067ad499734d17c3c191987fdb70181e265acea509589a7a9060f112e8f3fe583315b66d98cd0b2c019eb672b3fce227f90d75d26bfe8585f0

Loading…
Cancel
Save