Update to 0.2.2

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel10
Igor Raits 5 years ago
parent 09f4cdcb84
commit 899bb888e0
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

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

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate hex-literal-impl
Name: rust-%{crate}
Version: 0.2.1
Release: 2%{?dist}
Version: 0.2.2
Release: 1%{?dist}
Summary: Internal implementation of the hex-literal crate
# Upstream license specification: MIT OR Apache-2.0
@ -37,7 +37,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}
@ -49,7 +49,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
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jun 01 13:56:55 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.2-1
- Update to 0.2.2
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (hex-literal-impl-0.2.1.crate) = 1c182f48eaceac0ee2ac0b3f2b64d1accd659a212bfbd903314def7a62daedc55908e7f8008387ef0dc9a41e1bd05742de61f400bf6b7bdf7f3aff7b77e20982
SHA512 (hex-literal-impl-0.2.2.crate) = 09a41318c88c16bbc418d2cb6bb2d933742b4bd707969e6608256bd14b461fb5b987ed40211396bc32eb6cc742bad6d4b2e3f2a19370e3fff5891b40a1cf7eae

Loading…
Cancel
Save