Update to 2.1.3

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent d1a1e94af4
commit bbe20c2bc6
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/pest_meta-2.1.0.crate /pest_meta-2.1.0.crate
/pest_meta-2.1.1.crate /pest_meta-2.1.1.crate
/pest_meta-2.1.2.crate /pest_meta-2.1.2.crate
/pest_meta-2.1.3.crate

@ -1,5 +1,5 @@
--- pest_meta-2.1.2/Cargo.toml 1970-01-01T00:00:00+00:00 --- pest_meta-2.1.3/Cargo.toml 2020-02-22T14:36:59+00:00
+++ pest_meta-2.1.2/Cargo.toml 2019-09-16T13:40:37.883544+00:00 +++ pest_meta-2.1.3/Cargo.toml 2020-02-23T09:29:41.881314+00:00
@@ -29,9 +29,6 @@ @@ -29,9 +29,6 @@
[dependencies.pest] [dependencies.pest]

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pest_meta %global crate pest_meta
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.1.2 Version: 2.1.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Pest meta language parser and validator Summary: Pest meta language parser and validator
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -39,9 +39,9 @@ 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
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/ %doc _README.md
%{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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Feb 23 10:27:28 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.1.3-1
- Update to 2.1.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (pest_meta-2.1.2.crate) = b84b1faae2e56502e399c0d1befdf7a8aa458590ee7354ced0c785be64ebc59aad4c5b89f6715335605897ef0f03ce8675eca268c7f983ad831b8b109bd62c36 SHA512 (pest_meta-2.1.3.crate) = f31492b452b58c632c0c5c3e357ba2b41ae2b5816d0ec432c1a281dfc681c5b5c2ab4f194c1049938e671ac232d85667aab91323e986df4edf6093a4e2d47ac3

Loading…
Cancel
Save