import rust-pest_derive-2.7.6-1.el9

i9ce changed/i9ce/rust-pest_derive-2.7.6-1.el9
MSVSphere Packaging Team 1 year ago
parent a85f0d68ea
commit ceab6a3df2

1
.gitignore vendored

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

@ -0,0 +1 @@
23ee84941305807f550ec3d5de2acd4172963962 SOURCES/pest_derive-2.7.6.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- pest_derive-2.7.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- pest_derive-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest_derive-2.7.3/Cargo.toml 2023-09-19T21:21:26.568423+00:00 +++ pest_derive-2.7.6/Cargo.toml 2024-01-13T21:41:29.025543+00:00
@@ -44,7 +44,6 @@ @@ -44,7 +44,6 @@
[features] [features]
default = ["std"] default = ["std"]

@ -8,14 +8,14 @@
}%{?-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
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pest_derive %global crate pest_derive
Name: rust-pest_derive Name: rust-pest_derive
Version: 2.7.3 Version: 2.7.6
Release: %autorelease Release: %autorelease
Summary: Pest's derive macro Summary: Pest's derive macro
@ -26,7 +26,7 @@ Source: %{crates_source}
# * drop feature for bootstrap build mode # * drop feature for bootstrap build mode
Patch: pest_derive-fix-metadata.diff Patch: pest_derive-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Pest's derive macro.} Pest's derive macro.}
@ -85,7 +85,7 @@ use the "std" 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
@ -103,9 +103,12 @@ use the "std" 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#2240742
* 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#2236146 - Update to version 2.7.3; Fixes RHBZ#2236146

Loading…
Cancel
Save