Update to 0.4.5

epel9
Josh Stone 5 years ago
parent b1f06c71c0
commit 0cb7dcf12b

1
.gitignore vendored

@ -1 +1,2 @@
/proc-macro-error-attr-0.4.3.crate
/proc-macro-error-attr-0.4.5.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 12
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate proc-macro-error-attr
Name: rust-%{crate}
Version: 0.4.3
Version: 0.4.5
Release: 1%{?dist}
Summary: Attribute macro for proc-macro-error crate
# Upstream license specification: MIT OR Apache-2.0
# https://gitlab.com/CreepySkeleton/proc-macro-error/issues/3
License: MIT or ASL 2.0
URL: https://crates.io/crates/proc-macro-error-attr
Source: %{crates_source}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -70,5 +70,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 0.4.5-1
- Update to 0.4.5
* Sat Dec 14 09:33:22 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.3-1
- Initial package

@ -1 +1 @@
SHA512 (proc-macro-error-attr-0.4.3.crate) = 82c69f3450c88c8d96fd58d49ec39efe592d1272ebddccd8eed5ba0d387500c607b8264556c756bf92923259ccb5d374808b63a5f487ef25a5d713e5264dd577
SHA512 (proc-macro-error-attr-0.4.5.crate) = cede66772326cc70e131ce9cdcf69f9837b1a4f306df54635a417ed0be5ae586e57c0b58b360d1bb4f8096cb9d1a6f040ceed64f2e4e103f5d61c0494562a94f

Loading…
Cancel
Save