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.12.crate
/quote-0.6.13.crate /quote-0.6.13.crate
/quote-1.0.2.crate /quote-1.0.2.crate
/quote-1.0.3.crate

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