Update to version 0.5.5; Fixes RHBZ#2189643

epel9
Fabio Valentini 2 years ago
parent 4f5317f916
commit 675b1c29be
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/home-0.5.1.crate /home-0.5.1.crate
/home-0.5.3.crate /home-0.5.3.crate
/home-0.5.4.crate /home-0.5.4.crate
/home-0.5.5.crate

@ -1,3 +0,0 @@
# rust-home
The rust-home package

@ -1,13 +1,12 @@
--- home-0.5.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- home-0.5.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ home-0.5.4/Cargo.toml 1970-01-01T00:00:01+00:00 +++ home-0.5.5/Cargo.toml 2023-04-26T21:36:34.423434+00:00
@@ -27,10 +27,3 @@ @@ -28,9 +28,3 @@
license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo"
repository = "https://github.com/brson/home" resolver = "2"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.3" -version = "0.48.0"
-features = [ -features = [
- "shlobj", - "Win32_Foundation",
- "std", - "Win32_UI_Shell",
- "winerror",
-] -]

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate home %global crate home
Name: rust-home Name: rust-home
Version: 0.5.4 Version: 0.5.5
Release: %autorelease Release: %autorelease
Summary: Shared definitions of home directories Summary: Shared definitions of home directories
@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip foreign dependencies
Patch: home-fix-metadata-auto.diff Patch: home-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (home-0.5.4.crate) = 2494111301bd1281c89dc77f4f78d3bc6e3a04d1969938cf4584d465c01af12ad85022832b4a99a5c0ce6adc31a83c00820df2d513a09bf5c0d4fe44c53812a4 SHA512 (home-0.5.5.crate) = 4ba97149d8f70e9b6eefc930292c7e62fab6ad03d5e4e6bf93d40209d3a65e40932c6f3d14ca579ed19ba33195977c60fc52b3d3788629fc760f41ce90fa1e58

Loading…
Cancel
Save