Update to version 0.2.2

epel10
Fabio Valentini 3 years ago
parent 959bb6e641
commit e10104230b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/hex-literal-0.2.1.crate /hex-literal-0.2.1.crate
/hex-literal-0.2.2.crate

@ -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 hex-literal %global crate hex-literal
Name: rust-%{crate}0.2 Name: rust-%{crate}0.2
Version: 0.2.1 Version: 0.2.2
Release: %autorelease Release: %autorelease
Summary: Procedural macro for converting hexadecimal string to byte array at compile time Summary: Procedural macro for converting hexadecimal string to byte array at compile time
@ -15,9 +15,6 @@ URL: https://crates.io/crates/hex-literal
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
@ -33,8 +30,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
@ -46,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 (hex-literal-0.2.1.crate) = fdd8c6864740c945962f41979cf306137d4e925dc599245cdb7c006efdb5b2fe8164112ee3301c1f7440029df8015226bd61cfaf3df8428898f9cae3d88efcc1 SHA512 (hex-literal-0.2.2.crate) = 5b58933efc65d4a690dec9d6e3557095fb9f7c6a75fa504782c960cabebad91d10cf0a9edf836a2ffdf2c62ee30cd2ddbfd90fd9849097e09141e2476915ba26

Loading…
Cancel
Save