Update to version 0.2.3; Fixes RHBZ#2055347

epel10
Fabio Valentini 3 years ago
parent 227c820cb9
commit d55a470403
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/hex-literal-impl-0.2.0.crate /hex-literal-impl-0.2.0.crate
/hex-literal-impl-0.2.1.crate /hex-literal-impl-0.2.1.crate
/hex-literal-impl-0.2.2.crate /hex-literal-impl-0.2.2.crate
/hex-literal-impl-0.2.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate hex-literal-impl %global crate hex-literal-impl
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.2 Version: 0.2.3
Release: %autorelease Release: %autorelease
Summary: Internal implementation of the hex-literal crate Summary: Internal implementation of the hex-literal crate
@ -15,9 +15,6 @@ URL: https://crates.io/crates/hex-literal-impl
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,8 +29,8 @@ 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
@ -45,8 +42,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 (hex-literal-impl-0.2.2.crate) = 09a41318c88c16bbc418d2cb6bb2d933742b4bd707969e6608256bd14b461fb5b987ed40211396bc32eb6cc742bad6d4b2e3f2a19370e3fff5891b40a1cf7eae SHA512 (hex-literal-impl-0.2.3.crate) = c8698b28cc6fbce05253a4126ff2c970c5a87d6e87267c2c7cb11607443d27597d0d3eede923200eaec4ad1544455a39448246f82d9962a1ea024f1cfcee9092

Loading…
Cancel
Save