diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f943f96 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pest_meta-2.7.6.crate diff --git a/.rust-pest_meta.metadata b/.rust-pest_meta.metadata index e69de29..0f8fde3 100644 --- a/.rust-pest_meta.metadata +++ b/.rust-pest_meta.metadata @@ -0,0 +1 @@ +27befcaa88fd1747ab5b40874ff9fcd5f18ab55e SOURCES/pest_meta-2.7.6.crate diff --git a/SOURCES/pest_meta-2.7.3.crate b/SOURCES/pest_meta-2.7.3.crate deleted file mode 100644 index 03c77bc..0000000 Binary files a/SOURCES/pest_meta-2.7.3.crate and /dev/null differ diff --git a/SOURCES/pest_meta-fix-metadata.diff b/SOURCES/pest_meta-fix-metadata.diff index 1389d3f..137b0d3 100644 --- a/SOURCES/pest_meta-fix-metadata.diff +++ b/SOURCES/pest_meta-fix-metadata.diff @@ -1,8 +1,8 @@ ---- pest_meta-2.7.3/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ pest_meta-2.7.3/Cargo.toml 2023-09-19T21:18:09.229604+00:00 +--- pest_meta-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ pest_meta-2.7.6/Cargo.toml 2024-01-13T21:39:39.862058+00:00 @@ -43,10 +43,6 @@ [dependencies.pest] - version = "2.7.3" + version = "2.7.6" -[build-dependencies.cargo] -version = "0.72.2" diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..5553fe7 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,4 @@ +[tests] +run = ["none"] +comments = ["test grammars are not included in published crates"] + diff --git a/SPECS/rust-pest_meta.spec b/SPECS/rust-pest_meta.spec index 7697b57..3c50591 100644 --- a/SPECS/rust-pest_meta.spec +++ b/SPECS/rust-pest_meta.spec @@ -8,7 +8,7 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 # * test grammars are not included in published crates %bcond_with check %global debug_package %{nil} @@ -16,7 +16,7 @@ %global crate pest_meta Name: rust-pest_meta -Version: 2.7.3 +Version: 2.7.6 Release: %autorelease Summary: Pest meta language parser and validator @@ -27,7 +27,7 @@ Source: %{crates_source} # * drop feature and dependencies for bootstrap build mode Patch: pest_meta-fix-metadata.diff -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Pest meta language parser and validator.} @@ -74,7 +74,7 @@ use the "grammar-extras" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -92,9 +92,12 @@ use the "grammar-extras" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 2.7.3-1 +* Mon Jan 15 2024 Arkady L. Shane - 2.7.6-1 - Rebuilt for MSVSphere 9.3 +* Sat Jan 13 2024 Fabio Valentini - 2.7.6-1 +- Update to version 2.7.6; Fixes RHBZ#2240740 + * Tue Sep 19 2023 Fabio Valentini - 2.7.3-1 - Update to version 2.7.3; Fixes RHBZ#2236145