diff --git a/.gitignore b/.gitignore index b78cab1..3a5f154 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/quote-1.0.37.crate +SOURCES/quote-1.0.38.crate diff --git a/.rust-quote.metadata b/.rust-quote.metadata index 56af4b0..b718412 100644 --- a/.rust-quote.metadata +++ b/.rust-quote.metadata @@ -1 +1 @@ -b26e91103eb61b25a493e772341727b5bf28dfd5 SOURCES/quote-1.0.37.crate +38586b2f50d582e0707f0f570e1e2834d9ef84ed SOURCES/quote-1.0.38.crate diff --git a/SPECS/rust-quote.spec b/SPECS/rust-quote.spec index 96128d4..be6131b 100644 --- a/SPECS/rust-quote.spec +++ b/SPECS/rust-quote.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.2) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate quote Name: rust-quote -Version: 1.0.37 +Version: 1.0.38 Release: %autorelease Summary: Quasi-quoting macro quote!(...) @@ -88,10 +88,13 @@ use the "proc-macro" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sat Jan 04 2025 Fabio Valentini - 1.0.38-1 +- Update to version 1.0.38; Fixes RHBZ#2334149 + * Fri Dec 20 2024 MSVSphere Packaging Team - 1.0.37-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Mon Sep 02 2024 Fabio Valentini - 1.0.37-1 - Update to version 1.0.37; Fixes RHBZ#2307467