Update to version 0.8.2; Fixes RHBZ#2243159

epel9 imports/e9/rust-peg-0.8.2-1.el9
Fabio Valentini 1 year ago
parent 0ea7ea651b
commit e333fa3754
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/peg-0.5.7.crate
/peg-0.6.3.crate
/peg-0.8.1.crate
/peg-0.8.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate peg
Name: rust-peg
Version: 0.8.1
Version: 0.8.2
Release: %autorelease
Summary: Simple Parsing Expression Grammar (PEG) parser generator
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/peg
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A simple Parsing Expression Grammar (PEG) parser generator.}
@ -46,6 +46,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+trace-devel
Summary: %{summary}
BuildArch: noarch
@ -58,11 +70,21 @@ use the "trace" feature of the "%{crate}" crate.
%files -n %{name}+trace-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages which
use the "unstable" feature of the "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
# drop test that fails harmlessly with Rust 1.69.0 and newer
rm tests/compile-fail/rust_action_type_error.{rs,stderr}
%generate_buildrequires
%cargo_generate_buildrequires

@ -1 +1 @@
SHA512 (peg-0.8.1.crate) = e2b88ee2f55e1761b46191bd79a945261bbc7ce327a98cbd47394e5d60608a47cc845cdb0d834149e43d694ff542fb9eadbbc2b628facfe492f89a6bd1786d38
SHA512 (peg-0.8.2.crate) = d47ae6d3b36c6b764cc3b898494bf24452f6d2e8c1fe531fa177742884d530bf1ae27632b8c345a7c034cbb0add1648a63721985792089b123d418f2cef8c4b2

Loading…
Cancel
Save