import rust-pest_generator-2.7.6-1.el9

i9ce changed/i9ce/rust-pest_generator-2.7.6-1.el9
MSVSphere Packaging Team 1 year ago
parent ac08bcf4a9
commit 01e6874ee3

1
.gitignore vendored

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

@ -0,0 +1 @@
1dc7edd4a5c8d06fb4680aba192e926e05eab53d SOURCES/pest_generator-2.7.6.crate

@ -1,5 +1,5 @@
--- pest_generator-2.7.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest_generator-2.7.3/Cargo.toml 2023-09-19T21:20:32.734200+00:00
--- pest_generator-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest_generator-2.7.6/Cargo.toml 2024-01-13T21:40:38.048317+00:00
@@ -46,5 +46,4 @@
[features]
default = ["std"]

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate pest_generator
Name: rust-pest_generator
Version: 2.7.3
Version: 2.7.6
Release: %autorelease
Summary: Pest code generator
@ -26,7 +26,7 @@ Source: %{crates_source}
# * drop feature for bootstrap build mode
Patch: pest_generator-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Pest code generator.}
@ -85,7 +85,7 @@ use the "std" 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
@ -103,9 +103,12 @@ use the "std" 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#2240743
* Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 2.7.3-1
- Update to version 2.7.3; Fixes RHBZ#2236147

Loading…
Cancel
Save