Compare commits

..

7 Commits

5
.gitignore vendored

@ -14,3 +14,8 @@
/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
/pest_generator-2.7.11.crate
/pest_generator-2.7.12.crate
/pest_generator-2.7.14.crate
/pest_generator-2.7.15.crate

@ -1,8 +1,8 @@
--- pest_generator-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- pest_generator-2.7.15/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.15/Cargo.toml 2024-12-16T14:34:29.060313+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 27
%bcond_without check %bcond check 1
%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.15
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.15.crate) = 98e0101900cb4fd0e22af2a214f380269de10b590078a7a9f03154ead159912abfec664e1f89c57aae38ca8b54a163da4302d2954713711bb133a9c2ced32f48

Loading…
Cancel
Save