Update to 2.1.2

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/pest_meta-2.0.3.crate
/pest_meta-2.1.0.crate
/pest_meta-2.1.1.crate
/pest_meta-2.1.2.crate

@ -1,11 +1,12 @@
--- pest_meta-2.1.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ pest_meta-2.1.1/Cargo.toml 2019-06-20T07:44:40.680988+00:00
@@ -29,8 +29,6 @@
--- pest_meta-2.1.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ pest_meta-2.1.2/Cargo.toml 2019-09-16T13:40:37.883544+00:00
@@ -29,9 +29,6 @@
[dependencies.pest]
version = "2.1.0"
-[build-dependencies.sha-1]
-version = "0.8"
-default-features = false
[badges.codecov]
repository = "pest-parser/pest"

@ -5,8 +5,8 @@
%global crate pest_meta
Name: rust-%{crate}
Version: 2.1.1
Release: 3%{?dist}
Version: 2.1.2
Release: 1%{?dist}
Summary: Pest meta language parser and validator
# Upstream license specification: MIT/Apache-2.0
@ -14,8 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/pest_meta
Source: %{crates_source}
# Initial patched metadata
# * Remove sha-1 build-dep because it is not packaged
# and build.rs is not shipped.
# * Remove sha-1 build-dep because build.rs is not shipped
Patch0: pest_meta-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -75,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Sep 16 15:40:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.2-1
- Update to 2.1.2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (pest_meta-2.1.1.crate) = 48eb9ec17cdb0e957c809109ffb7f282c4924b9239392e3877f4bc4ec8485942635c5838619834f2f8b4c948aff8d9d23215b2c418c9924376621b715f7d4614
SHA512 (pest_meta-2.1.2.crate) = b84b1faae2e56502e399c0d1befdf7a8aa458590ee7354ced0c785be64ebc59aad4c5b89f6715335605897ef0f03ce8675eca268c7f983ad831b8b109bd62c36

Loading…
Cancel
Save