Update to version 1.1.3; Fixes RHBZ#2057693

epel9
Fabio Valentini 3 years ago
parent fe3688f126
commit edebc4f853
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/proc-macro-crate-1.0.0.crate
/proc-macro-crate-1.1.0.crate
/proc-macro-crate-1.1.2.crate
/proc-macro-crate-1.1.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate proc-macro-crate
Name: rust-%{crate}
Version: 1.1.2
Version: 1.1.3
Release: %autorelease
Summary: Replacement for crate (macro_rules keyword) in proc-macros
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Replacement for crate (macro_rules keyword) in proc-macros.}
@ -33,9 +33,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,7 +48,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (proc-macro-crate-1.1.2.crate) = 2ced9b33558e4716344d705dcb414169aa5b2e43b5f3005d003895d6be4461ce1460df69a4a3b92cc1f0578774f9e4aa5e6cca56eda7718db3ebf08c4c201896
SHA512 (proc-macro-crate-1.1.3.crate) = b9553235c48ec2370481df90b568ba4c85e8a9a8d8d178f94bc67e87c447b4ee70db03f7c8ca1ea0678d56197e947598a5cc3c2a8753b068aaa1a27e0a4f9bca

Loading…
Cancel
Save