update to version 0.3.1

epel10
Fabio Valentini 4 years ago
parent 434a565efd
commit d283ae1a7a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/hex-literal-0.2.0.crate
/hex-literal-0.2.1.crate
/hex-literal-0.3.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate hex-literal
Name: rust-%{crate}
Version: 0.2.1
Release: 3%{?dist}
Version: 0.3.1
Release: 1%{?dist}
Summary: Procedural macro for converting hexadecimal string to byte array at compile time
# Upstream license specification: MIT OR Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,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
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
- Update to version 0.3.1.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (hex-literal-0.2.1.crate) = fdd8c6864740c945962f41979cf306137d4e925dc599245cdb7c006efdb5b2fe8164112ee3301c1f7440029df8015226bd61cfaf3df8428898f9cae3d88efcc1
SHA512 (hex-literal-0.3.1.crate) = 61154ae95eb50626ec702ceaa43c2754e3e11303363a1857b10ee8802fa565aa743ccbd3d6f653132c6cf5dd4026e28612c40e1c4791b1d7d88ff4c9a7248833

Loading…
Cancel
Save