Update to version 1.0.0; Fixes RHBZ#1974859

epel9
Fabio Valentini 4 years ago
parent 5b8fd44410
commit 855a7821fe
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/proc-macro-crate-0.1.5.crate
/proc-macro-crate-1.0.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate proc-macro-crate
Name: rust-%{crate}
Version: 0.1.5
Version: 1.0.0
Release: %autorelease
Summary: Replacement for crate in proc-macros
Summary: Replacement for crate (macro_rules keyword) in proc-macros
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc ./README.md
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (proc-macro-crate-0.1.5.crate) = b2922ea8beb762f42f7646398eff9d03a5fe3d942f1d0cce564eff8af41ed14f175986d07ac5bab75e7634f964b8ad24a6f05f597c90b83761bb4c1d2b2fed59
SHA512 (proc-macro-crate-1.0.0.crate) = dda801431b4161532008ede0781c6c21cf28ab5ff1c7777df624ea8cd1e209152f6cb3b5b700711c8d15e0cdc91883016c7c3f01468c3f5cda4ebc53e71c2ce6

Loading…
Cancel
Save