diff --git a/.gitignore b/.gitignore index 86de9d4..14b4404 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/quick-xml-0.36.2.crate +SOURCES/quick-xml-0.37.2.crate diff --git a/.rust-quick-xml.metadata b/.rust-quick-xml.metadata index 8bf1aa1..a6f6fbe 100644 --- a/.rust-quick-xml.metadata +++ b/.rust-quick-xml.metadata @@ -1 +1 @@ -74e2fd376fd0a2ef38cc358a7477a1a54a3c56a5 SOURCES/quick-xml-0.36.2.crate +6afb74a42b30abce15a1836b97c3deeef37fe1f8 SOURCES/quick-xml-0.37.2.crate diff --git a/SOURCES/quick-xml-fix-metadata.diff b/SOURCES/quick-xml-fix-metadata.diff index eb37622..64daf98 100644 --- a/SOURCES/quick-xml-fix-metadata.diff +++ b/SOURCES/quick-xml-fix-metadata.diff @@ -1,6 +1,6 @@ ---- quick-xml-0.36.2/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ quick-xml-0.36.2/Cargo.toml 2024-10-07T14:09:46.812407+00:00 -@@ -77,9 +77,6 @@ +--- quick-xml-0.37.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ quick-xml-0.37.2/Cargo.toml 2025-01-04T20:01:47.753791+00:00 +@@ -87,9 +87,6 @@ optional = true default-features = false diff --git a/SPECS/rust-quick-xml.spec b/SPECS/rust-quick-xml.spec index b1bbb45..0eca6a2 100644 --- a/SPECS/rust-quick-xml.spec +++ b/SPECS/rust-quick-xml.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 quick-xml Name: rust-quick-xml -Version: 0.36.2 +Version: 0.37.2 Release: %autorelease Summary: High performance xml reader and writer @@ -210,10 +210,13 @@ use the "tokio" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sat Jan 04 2025 Fabio Valentini - 0.37.2-1 +- Update to version 0.37.2; Fixes RHBZ#2322052 + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.36.2-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Mon Oct 07 2024 Fabio Valentini - 0.36.2-1 - Update to version 0.36.2; Fixes RHBZ#2313829