Update to 0.4.5

epel9
Josh Stone 5 years ago
parent cafacf8942
commit 55ac04a0f2

1
.gitignore vendored

@ -1 +1,2 @@
/proc-macro-error-0.4.4.crate
/proc-macro-error-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
Name: rust-%{crate}
Version: 0.4.4
Version: 0.4.5
Release: 1%{?dist}
Summary: Almost drop-in replacement to panics in proc-macros
# 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
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
* Fri Dec 06 21:06:42 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.4-1
- Initial package

@ -1 +1 @@
SHA512 (proc-macro-error-0.4.4.crate) = 176569b0e4dc228bb063a25d92782e4613578c06f0bff47dfdc077e16b2ff824b9b5d7740057d880b4441c89f816e7c862532efc0dc4730f987417bf8c731cd1
SHA512 (proc-macro-error-0.4.5.crate) = 507e3e2b22a4bd9baf24b8a8a943047785a658b75106679db58d51b053c06b631e4eabbc378ec20df7c77a4d9fd4b1e2a90676c710c9c3765fc76098c6585bc8

Loading…
Cancel
Save