Update to 1.0.7

epel9
Josh Stone 5 years ago
parent cd2046f5af
commit ba72546f2a

1
.gitignore vendored

@ -24,3 +24,4 @@
/proc-macro2-1.0.2.crate /proc-macro2-1.0.2.crate
/proc-macro2-1.0.4.crate /proc-macro2-1.0.4.crate
/proc-macro2-1.0.6.crate /proc-macro2-1.0.6.crate
/proc-macro2-1.0.7.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
# * RUSTC_BOOTSTRAP breaks tests # * RUSTC_BOOTSTRAP breaks tests
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate proc-macro2 %global crate proc-macro2
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.6 Version: 1.0.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Stable implementation of the upcoming new `proc_macro` API Summary: Stable implementation of the upcoming new `proc_macro` API
@ -41,7 +41,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}
@ -53,7 +53,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}+nightly-devel %package -n %{name}+nightly-devel
Summary: %{summary} Summary: %{summary}
@ -65,7 +65,7 @@ This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate. which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel %files -n %{name}+nightly-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}
@ -77,7 +77,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
%package -n %{name}+span-locations-devel %package -n %{name}+span-locations-devel
Summary: %{summary} Summary: %{summary}
@ -89,7 +89,7 @@ This package contains library source intended for building other packages
which use "span-locations" feature of "%{crate}" crate. which use "span-locations" feature of "%{crate}" crate.
%files -n %{name}+span-locations-devel %files -n %{name}+span-locations-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
@ -110,6 +110,9 @@ which use "span-locations" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 1.0.7-1
- Update to 1.0.7
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 1.0.6-1 * Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 1.0.6-1
- Update to 1.0.6 - Update to 1.0.6

@ -1 +1 @@
SHA512 (proc-macro2-1.0.6.crate) = d0a6358eb6f9334128a5b47c096bfc57452e13d603c9514df433409069c00468fa2b3c76761d7f3696abb061c1c3ba24150e0cf9be2c5d571d580238d2d27853 SHA512 (proc-macro2-1.0.7.crate) = 282514c6d052896130c83f632962a54f6310bea35b5418b41bdb540e51fad73d91bdb1c5e9f83dbd265c1f3d0fc67cd119db5483b5697e34b1598735ea9246b3

Loading…
Cancel
Save