diff --git a/.gitignore b/.gitignore index 8141b11..1823fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/home-0.5.9.crate +SOURCES/home-0.5.11.crate diff --git a/.rust-home.metadata b/.rust-home.metadata index db2910e..20503e4 100644 --- a/.rust-home.metadata +++ b/.rust-home.metadata @@ -1 +1 @@ -fbc5e8763458174efeeef4e0db4013831576f0d2 SOURCES/home-0.5.9.crate +10aa5f786b34f50fbb2c4a535549dad1378c6071 SOURCES/home-0.5.11.crate diff --git a/SOURCES/home-fix-metadata-auto.diff b/SOURCES/home-fix-metadata-auto.diff index 4140c09..4e64b44 100644 --- a/SOURCES/home-fix-metadata-auto.diff +++ b/SOURCES/home-fix-metadata-auto.diff @@ -1,11 +1,11 @@ ---- home-0.5.9/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ home-0.5.9/Cargo.toml 2024-01-11T19:40:03.778100+00:00 -@@ -28,14 +28,6 @@ - license = "MIT OR Apache-2.0" - repository = "https://github.com/rust-lang/cargo" +--- home-0.5.11/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ home-0.5.11/Cargo.toml 2025-01-03T16:01:28.276065+00:00 +@@ -39,14 +39,6 @@ + name = "home" + path = "src/lib.rs" -[target."cfg(windows)".dependencies.windows-sys] --version = "0.52" +-version = "0.59" -features = [ - "Win32_Foundation", - "Win32_UI_Shell", @@ -15,7 +15,7 @@ [lints.clippy] dbg_macro = "warn" disallowed_methods = "warn" -@@ -52,3 +44,4 @@ +@@ -67,3 +59,4 @@ [lints.rustdoc] private_intra_doc_links = "allow" diff --git a/SPECS/rust-home.spec b/SPECS/rust-home.spec index 9a6213b..425a7c5 100644 --- a/SPECS/rust-home.spec +++ b/SPECS/rust-home.spec @@ -1,21 +1,21 @@ ## 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 = 3; + 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 home Name: rust-home -Version: 0.5.9 +Version: 0.5.11 Release: %autorelease Summary: Shared definitions of home directories @@ -78,10 +78,13 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Fri Jan 03 2025 Fabio Valentini - 0.5.11-1 +- Update to version 0.5.11; Fixes RHBZ#2332612 + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.5.9-3 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Fri Jul 19 2024 Fedora Release Engineering - 0.5.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild