Update to 1.0.3

epel9
Josh Stone 5 years ago
parent b1c3b8ad93
commit 6813695019

1
.gitignore vendored

@ -13,3 +13,4 @@
/quote-0.6.12.crate
/quote-0.6.13.crate
/quote-1.0.2.crate
/quote-1.0.3.crate

@ -1,13 +1,12 @@
# Generated by rust2rpm 10
# * trybuild and rustversion are not packaged
%bcond_with check
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate quote
Name: rust-%{crate}
Version: 1.0.2
Release: 2%{?dist}
Version: 1.0.3
Release: 1%{?dist}
Summary: Quasi-quoting macro quote!(...)
# Upstream license specification: MIT OR Apache-2.0
@ -39,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+proc-macro-devel
Summary: %{summary}
@ -63,7 +62,7 @@ This package contains library source intended for building other packages
which use "proc-macro" feature of "%{crate}" crate.
%files -n %{name}+proc-macro-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -84,6 +83,9 @@ which use "proc-macro" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 05 2020 Josh Stone <jistone@redhat.com> - 1.0.3-1
- Update to 1.0.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (quote-1.0.2.crate) = 67778dff9dc5c4edcdd6454b74ad9353bb6c0c4e51c16cb82f2e393a7d7a0cde084d3c93279b718a8398c40af0a9377ebfae5321e69e635efd8390c125b75ce4
SHA512 (quote-1.0.3.crate) = b4867554b86d119251db67f9d0949bf8c3cd7c64f006c76531398ebb7478cb93805b9bcafe159d921ba1a32e92773853b56685cff0e1ebdc6aadaefd3b932ef3

Loading…
Cancel
Save