diff --git a/.gitignore b/.gitignore index 32a22ac..e7f2de6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/inventory-0.3.15.crate +SOURCES/inventory-0.3.16.crate diff --git a/.rust-inventory.metadata b/.rust-inventory.metadata index 5aa67c6..5d381a5 100644 --- a/.rust-inventory.metadata +++ b/.rust-inventory.metadata @@ -1 +1 @@ -6c55f39bfb3402f3e6ffe19ff56f490584675c8b SOURCES/inventory-0.3.15.crate +63c7c40bc977f33e2ef330fcfa20213a8c6caf46 SOURCES/inventory-0.3.16.crate diff --git a/SOURCES/inventory-fix-metadata-auto.diff b/SOURCES/inventory-fix-metadata-auto.diff new file mode 100644 index 0000000..8b2ef42 --- /dev/null +++ b/SOURCES/inventory-fix-metadata-auto.diff @@ -0,0 +1,8 @@ +--- inventory-0.3.16/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ inventory-0.3.16/Cargo.toml 2025-01-03T16:10:01.317359+00:00 +@@ -62,5 +62,3 @@ + version = "1.0.89" + features = ["diff"] + +-[target.'cfg(any(target_os = "emscripten", target_os = "wasi"))'.dependencies.rustversion] +-version = "1.0" diff --git a/SPECS/rust-inventory.spec b/SPECS/rust-inventory.spec index 9a80cd6..b43bc5d 100644 --- a/SPECS/rust-inventory.spec +++ b/SPECS/rust-inventory.spec @@ -1,27 +1,29 @@ ## 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 = 2; + release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 25 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate inventory Name: rust-inventory -Version: 0.3.15 +Version: 0.3.16 Release: %autorelease Summary: Typed distributed plugin registration License: MIT OR Apache-2.0 URL: https://crates.io/crates/inventory Source: %{crates_source} +# Automatically generated patch to strip dependencies and normalize metadata +Patch: inventory-fix-metadata-auto.diff BuildRequires: cargo-rpm-macros >= 24 @@ -76,10 +78,13 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Fri Jan 03 2025 Fabio Valentini - 0.3.16-1 +- Update to version 0.3.16; Fixes RHBZ#2333472 + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.3.15-2 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Fri Jul 19 2024 Fedora Release Engineering - 0.3.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild