import rust-pest_meta-2.7.6-1.el9

i9ce changed/i9ce/rust-pest_meta-2.7.6-1.el9
MSVSphere Packaging Team 1 year ago
parent def721a703
commit 71d5ecb889

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/pest_meta-2.7.6.crate

@ -0,0 +1 @@
27befcaa88fd1747ab5b40874ff9fcd5f18ab55e SOURCES/pest_meta-2.7.6.crate

Binary file not shown.

@ -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"

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["test grammars are not included in published crates"]

@ -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 <tigro@msvsphere-os.ru> - 2.7.3-1
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.7.6-1
- Rebuilt for MSVSphere 9.3
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 2.7.6-1
- Update to version 2.7.6; Fixes RHBZ#2240740
* Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 2.7.3-1
- Update to version 2.7.3; Fixes RHBZ#2236145

Loading…
Cancel
Save