|
|
@ -8,7 +8,7 @@
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# * test grammars are not included in published crates
|
|
|
|
# * test grammars are not included in published crates
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
%global crate pest_meta
|
|
|
|
%global crate pest_meta
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-pest_meta
|
|
|
|
Name: rust-pest_meta
|
|
|
|
Version: 2.7.3
|
|
|
|
Version: 2.7.6
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Pest meta language parser and validator
|
|
|
|
Summary: Pest meta language parser and validator
|
|
|
|
|
|
|
|
|
|
|
@ -27,7 +27,7 @@ Source: %{crates_source}
|
|
|
|
# * drop feature and dependencies for bootstrap build mode
|
|
|
|
# * drop feature and dependencies for bootstrap build mode
|
|
|
|
Patch: pest_meta-fix-metadata.diff
|
|
|
|
Patch: pest_meta-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Pest meta language parser and validator.}
|
|
|
|
Pest meta language parser and validator.}
|
|
|
@ -74,7 +74,7 @@ use the "grammar-extras" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -92,9 +92,12 @@ use the "grammar-extras" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
- 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
|
|
|
|
* Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 2.7.3-1
|
|
|
|
- Update to version 2.7.3; Fixes RHBZ#2236145
|
|
|
|
- Update to version 2.7.3; Fixes RHBZ#2236145
|
|
|
|
|
|
|
|
|
|
|
|