Update to 1.0.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 6a7baab08a
commit 7621d9f8e2
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/pest_derive-1.0.1.crate /pest_derive-1.0.1.crate
/pest_derive-1.0.2.crate

@ -1,11 +0,0 @@
--- pest_derive-1.0.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ pest_derive-1.0.1/Cargo.toml 2018-01-21T15:09:21.922393+01:00
@@ -32,7 +32,7 @@
version = "^0.3"
[dependencies.syn]
-version = "^0.10"
+version = "^0.11"
[badges.codecov]
repository = "pest-parser/pest"

@ -5,17 +5,13 @@
%global crate pest_derive %global crate pest_derive
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.1 Version: 1.0.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Pest's derive macro Summary: Pest's derive macro
# https://github.com/pest-parser/pest/pull/183
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/pest_derive URL: https://crates.io/crates/pest_derive
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump syn to 0.11, https://github.com/pest-parser/pest/pull/181
Patch0: pest_derive-1.0.1-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -54,9 +50,13 @@ which use %{crate} from crates.io.
%endif %endif
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE
%doc _README.md %doc _README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Tue Jan 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-1
- Update to 1.0.2
* Sun Jan 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1 * Sun Jan 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (pest_derive-1.0.1.crate) = 1780999df252a5e148b93a068fb5cc1b333fb914d34994665c6dbf512c50e903ff7e6901765d319e14785368f57372d3274cb9ef6b997d06354615179e7d0c23 SHA512 (pest_derive-1.0.2.crate) = 7d68d2002f5b2ac4e71903ed7850b5081355d841d1f58d275731699c06c1a865726fbea2fe8e318d04d2e45e14c843dd02bd4158561ce65cbc2796677d9a4e60

Loading…
Cancel
Save