Update to 0.5.12

epel9
Josh Stone 5 years ago
parent c63f3ba5a5
commit 185a400530

1
.gitignore vendored

@ -5,3 +5,4 @@
/proc-macro-hack-0.5.8.crate
/proc-macro-hack-0.5.9.crate
/proc-macro-hack-0.5.11.crate
/proc-macro-hack-0.5.12.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * demo-hack is not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate proc-macro-hack
Name: rust-%{crate}
Version: 0.5.11
Release: 2%{?dist}
Version: 0.5.12
Release: 1%{?dist}
Summary: Procedural macros in expression position
# Upstream license specification: MIT OR Apache-2.0
@ -39,7 +39,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 +51,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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 17 2020 Josh Stone <jistone@redhat.com> - 0.5.12-1
- Update to 0.5.12
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (proc-macro-hack-0.5.11.crate) = 675203a929bc362bb2e0c8ccacc2bd710c8613f1cf5c2e0035ce015f2778bec3248377380f15a5bf36a7ce7c25cf95909f50d79820c19e6c798f6376e2e9c913
SHA512 (proc-macro-hack-0.5.12.crate) = f60bc3a00065d10df6da3adf7b6d11fd45f1d5102a962b1e14b8b67259c44f71df19deab00bafe7554e768a81a6b01ac199b42ee3b76ba2d805eec79dddda31c

Loading…
Cancel
Save