Update to version 1.0.14; Fixes RHBZ#2035824

epel9
Fabio Valentini 3 years ago
parent 40400e70b8
commit 00c32512da
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/quote-1.0.8.crate /quote-1.0.8.crate
/quote-1.0.9.crate /quote-1.0.9.crate
/quote-1.0.10.crate /quote-1.0.10.crate
/quote-1.0.14.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate quote %global crate quote
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.10 Version: 1.0.14
Release: %autorelease Release: %autorelease
Summary: Quasi-quoting macro quote!(...) Summary: Quasi-quoting macro quote!(...)
@ -15,9 +15,6 @@ URL: https://crates.io/crates/quote
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,11 +29,11 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-APACHE LICENSE-MIT
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+proc-macro-devel %{_description} %description -n %{name}+proc-macro-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "proc-macro" feature of "%{crate}" crate. use the "proc-macro" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro-devel %files -n %{name}+proc-macro-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (quote-1.0.10.crate) = 08613679b564ea7d750117d3a2907ba957d5d595bdfa8016344f99a232c72c6b08acb882dff45c34c9e4c8f93f879fb308b36125572722aac04fbc6bb0c666f0 SHA512 (quote-1.0.14.crate) = b2879fa8ae5ca80fb8aba56da016d9b8aab0f1014cc67fe597f42999e8042b2178b98dcb09109edc74b6bd1dc542341a72d11e4880273ffaaf766da243e687e4

Loading…
Cancel
Save