Update to version 2.7.10; Fixes RHBZ#2262743

epel10
Fabio Valentini 8 months ago
parent b37ca61621
commit df81ce550a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/pest_generator-2.7.2.crate /pest_generator-2.7.2.crate
/pest_generator-2.7.3.crate /pest_generator-2.7.3.crate
/pest_generator-2.7.6.crate /pest_generator-2.7.6.crate
/pest_generator-2.7.10.crate

@ -1,8 +1,8 @@
--- pest_generator-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- pest_generator-2.7.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest_generator-2.7.6/Cargo.toml 2024-01-13T21:40:38.048317+00:00 +++ pest_generator-2.7.10/Cargo.toml 2024-06-25T10:11:57.800642+00:00
@@ -46,5 +46,4 @@ @@ -47,5 +47,4 @@
[features]
default = ["std"] default = ["std"]
export-internal = []
grammar-extras = ["pest_meta/grammar-extras"] grammar-extras = ["pest_meta/grammar-extras"]
-not-bootstrap-in-src = ["pest_meta/not-bootstrap-in-src"] -not-bootstrap-in-src = ["pest_meta/not-bootstrap-in-src"]
std = ["pest/std"] std = ["pest/std"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pest_generator %global crate pest_generator
Name: rust-pest_generator Name: rust-pest_generator
Version: 2.7.6 Version: 2.7.10
Release: %autorelease Release: %autorelease
Summary: Pest code generator Summary: Pest code generator
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/pest_generator URL: https://crates.io/crates/pest_generator
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * drop feature for bootstrap build mode # * drop feature and dependencies for bootstrap build mode
Patch: pest_generator-fix-metadata.diff Patch: pest_generator-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
@ -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}+export-internal-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+export-internal-devel %{_description}
This package contains library source intended for building other packages which
use the "export-internal" feature of the "%{crate}" crate.
%files -n %{name}+export-internal-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+grammar-extras-devel %package -n %{name}+grammar-extras-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"drop feature and dependencies for bootstrap build mode",
]

@ -1 +1 @@
SHA512 (pest_generator-2.7.6.crate) = e685bb87e9f10b1fbe888405dd5ca8485095b8a1dfc69e8de62d78ba5963645e00cc9cc5593fe117437766aaad10c647269127bcdf0ea5f71a0feb50807658ce SHA512 (pest_generator-2.7.10.crate) = 8fd4678f445780cccdac73c51d75a823a9b71c9b9c52c9fd4dca32b2bc4e8a8b33e68d8d90bbe039e4fb2fd9eb8247bcb7911019325c1137ff4d9d835adb0f59

Loading…
Cancel
Save