import rust-quote-1.0.35-1.el9

i9ce changed/i9ce/rust-quote-1.0.35-1.el9
MSVSphere Packaging Team 1 year ago
parent 2bfb05fca5
commit b7320cc525

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/quote-1.0.35.crate

@ -0,0 +1 @@
a4d0131d36aff8eed59b52353395b72ce797de2d SOURCES/quote-1.0.35.crate

Binary file not shown.

@ -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 quote %global crate quote
Name: rust-quote Name: rust-quote
Version: 1.0.33 Version: 1.0.35
Release: %autorelease Release: %autorelease
Summary: Quasi-quoting macro quote!(...) Summary: Quasi-quoting macro quote!(...)
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/quote URL: https://crates.io/crates/quote
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Quasi-quoting macro quote!(...).} Quasi-quoting macro quote!(...).}
@ -70,7 +70,7 @@ use the "proc-macro" 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
@ -88,6 +88,9 @@ use the "proc-macro" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 03 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.35-1
- Update to version 1.0.35; Fixes RHBZ#2256345
* Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.0.33-1 * Sun Nov 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.0.33-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save