diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..640f5ee --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/quote-1.0.35.crate diff --git a/.rust-quote.metadata b/.rust-quote.metadata index e69de29..9404d4f 100644 --- a/.rust-quote.metadata +++ b/.rust-quote.metadata @@ -0,0 +1 @@ +a4d0131d36aff8eed59b52353395b72ce797de2d SOURCES/quote-1.0.35.crate diff --git a/SOURCES/quote-1.0.33.crate b/SOURCES/quote-1.0.33.crate deleted file mode 100644 index 5472836..0000000 Binary files a/SOURCES/quote-1.0.33.crate and /dev/null differ diff --git a/SPECS/rust-quote.spec b/SPECS/rust-quote.spec index 9652ba0..cc80c3b 100644 --- a/SPECS/rust-quote.spec +++ b/SPECS/rust-quote.spec @@ -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 quote Name: rust-quote -Version: 1.0.33 +Version: 1.0.35 Release: %autorelease Summary: Quasi-quoting macro quote!(...) @@ -23,7 +23,7 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/quote Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Quasi-quoting macro quote!(...).} @@ -70,7 +70,7 @@ use the "proc-macro" 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 @@ -88,6 +88,9 @@ use the "proc-macro" feature of the "%{crate}" crate. %endif %changelog +* Wed Jan 03 2024 Fabio Valentini - 1.0.35-1 +- Update to version 1.0.35; Fixes RHBZ#2256345 + * Sun Nov 19 2023 Arkady L. Shane - 1.0.33-1 - Rebuilt for MSVSphere 9.2