Update to version 2.4.0; Fixes RHBZ#2125967

epel9
Fabio Valentini 2 years ago
parent 7cc54271a0
commit 0c764ecb9e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/pest-2.1.2.crate /pest-2.1.2.crate
/pest-2.1.3.crate /pest-2.1.3.crate
/pest-2.3.0.crate /pest-2.3.0.crate
/pest-2.4.0.crate

@ -5,7 +5,7 @@
%global crate pest %global crate pest
Name: rust-pest Name: rust-pest
Version: 2.3.0 Version: 2.4.0
Release: %autorelease Release: %autorelease
Summary: Elegant Parser Summary: Elegant Parser
@ -50,6 +50,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bytecount-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bytecount-devel %{_description}
This package contains library source intended for building other packages which
use the "bytecount" feature of the "%{crate}" crate.
%files -n %{name}+bytecount-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+const_prec_climber-devel %package -n %{name}+const_prec_climber-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -62,6 +74,30 @@ use the "const_prec_climber" feature of the "%{crate}" crate.
%files -n %{name}+const_prec_climber-devel %files -n %{name}+const_prec_climber-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fast-line-col-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fast-line-col-devel %{_description}
This package contains library source intended for building other packages which
use the "fast-line-col" feature of the "%{crate}" crate.
%files -n %{name}+fast-line-col-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+memchr-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+memchr-devel %{_description}
This package contains library source intended for building other packages which
use the "memchr" feature of the "%{crate}" crate.
%files -n %{name}+memchr-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pretty-print-devel %package -n %{name}+pretty-print-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (pest-2.3.0.crate) = a38432aac48bbcf541e4b7e9b678e4087bbd56a1acf759ac49601e2dd997bd5ab0663b245ca9e017a7c02030b61b8ed1ab9c469049833d18db6c5ea8d8cb814f SHA512 (pest-2.4.0.crate) = 4e6b398e9d33c4ba59da39c89645e44a7bf7c7e27b97a012a5296d3bc231f625da6b3ec98520687cfc19f8ab5f4a8eab467c55bbb9941ce9b5752d6bd1fb0df0

Loading…
Cancel
Save