update to version 0.3.3

epel10
Fabio Valentini 4 years ago
parent f1703ebc47
commit 3acdc88e4c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate hex-literal
Name: rust-%{crate}
Version: 0.3.1
Release: 2%{?dist}
Version: 0.3.3
Release: 1%{?dist}
Summary: Procedural macro for converting hexadecimal string to byte array at compile time
# Upstream license specification: MIT OR Apache-2.0
@ -37,7 +37,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%license LICENSE-MIT LICENSE-APACHE
%doc CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -71,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jul 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.3-1
- Update to version 0.3.3.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (hex-literal-0.3.1.crate) = 61154ae95eb50626ec702ceaa43c2754e3e11303363a1857b10ee8802fa565aa743ccbd3d6f653132c6cf5dd4026e28612c40e1c4791b1d7d88ff4c9a7248833
SHA512 (hex-literal-0.3.3.crate) = 48fdeb5fd1eca8e942a50b868b566c101080db669e872c3dd379c477871d90172bed90d53036bfc0f73aea77140ee446e7bb6aa7ffddaf8fa80a431b4f993da4

Loading…
Cancel
Save