Update to 0.4.8

epel9
Josh Stone 5 years ago
parent 23117ff512
commit bedd7d5c68

1
.gitignore vendored

@ -1,2 +1,3 @@
/proc-macro-error-0.4.4.crate /proc-macro-error-0.4.4.crate
/proc-macro-error-0.4.5.crate /proc-macro-error-0.4.5.crate
/proc-macro-error-0.4.8.crate

@ -0,0 +1,11 @@
--- proc-macro-error-0.4.8/Cargo.toml 2020-02-01T07:59:15+00:00
+++ proc-macro-error-0.4.8/Cargo.toml 2020-02-10T23:21:17.287164+00:00
@@ -38,7 +38,7 @@
version = "1.0"
[dev-dependencies.toml]
-version = "=0.5.2"
+version = "0.5.2"
[dev-dependencies.trybuild]
version = "1.0.19"

@ -1,18 +1,22 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 13
%bcond_without check # Tests depend on the test-crate that's not in the published sources
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate proc-macro-error %global crate proc-macro-error
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.5 Version: 0.4.8
Release: 2%{?dist} Release: 1%{?dist}
Summary: Almost drop-in replacement to panics in proc-macros Summary: Almost drop-in replacement to panics in proc-macros
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/proc-macro-error URL: https://crates.io/crates/proc-macro-error
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * unpin the toml dependency
Patch0: proc-macro-error-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -36,6 +40,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%doc README.md CHANGELOG.md
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -70,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Feb 10 2020 Josh Stone <jistone@redhat.com> - 0.4.8-1
- Update to 0.4.8
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (proc-macro-error-0.4.5.crate) = 507e3e2b22a4bd9baf24b8a8a943047785a658b75106679db58d51b053c06b631e4eabbc378ec20df7c77a4d9fd4b1e2a90676c710c9c3765fc76098c6585bc8 SHA512 (proc-macro-error-0.4.8.crate) = fdbc7d9e67b49c94815d77bd53128c12f67d23771883781eaa8f41c403674963ae58db30146fc159c824ae37a0b86ef18efff01869605e0b94959bbfbf0b09fc

Loading…
Cancel
Save