Update to 0.3.2

epel9
Josh Stone 7 years ago
parent 1115d0cd92
commit d97c52dcff

1
.gitignore vendored

@ -1 +1,2 @@
/home-0.3.0.crate
/home-0.3.2.crate

@ -1,20 +0,0 @@
--- home-0.3.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ home-0.3.0/Cargo.toml 2018-01-13T17:54:25.352638+01:00
@@ -18,17 +18,3 @@
documentation = "https://docs.rs/home"
license = "MIT/Apache-2.0"
repository = "https://github.com/brson/home"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.2.8"
-
-[target."cfg(windows)".dependencies.kernel32-sys]
-version = "0.2.1"
-
-[target."cfg(windows)".dependencies.scopeguard]
-version = "0.1.2"
-
-[target."cfg(windows)".dependencies.userenv-sys]
-version = "0.2.0"
-
-[target."cfg(windows)".dependencies.advapi32-sys]
-version = "0.2.0"

@ -0,0 +1,15 @@
--- home-0.3.2/Cargo.toml 1969-12-31T16:00:00-08:00
+++ home-0.3.2/Cargo.toml 2018-03-22T14:03:13.644698-07:00
@@ -18,12 +18,3 @@
documentation = "https://docs.rs/home"
license = "MIT/Apache-2.0"
repository = "https://github.com/brson/home"
-[target."cfg(windows)".dependencies.scopeguard]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.userenv-sys]
-version = "0.2.0"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["errhandlingapi", "handleapi", "processthreadsapi", "std", "winerror", "winnt"]

@ -5,8 +5,8 @@
%global crate home
Name: rust-%{crate}
Version: 0.3.0
Release: 2%{?dist}
Version: 0.3.2
Release: 1%{?dist}
Summary: Shared definitions of home directories
# https://github.com/brson/home/issues/2
@ -15,7 +15,7 @@ URL: https://crates.io/crates/home
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows
Patch0: home-0.3.0-fix-metadata.diff
Patch0: home-0.3.2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -54,6 +54,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Mar 22 2018 Josh Stone <jistone@redhat.com> - 0.3.2-1
- Update to 0.3.2
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (home-0.3.0.crate) = 8e16d5d3b99e1e8afc33894659aafc59ff3656e7f55cf9c1ee801d9f3d356cedf36f13253e17498a7642dc0edbed77dbf7ae2d40523ca241b15826e7958cf585
SHA512 (home-0.3.2.crate) = e7c1b8bdd1faa65a81594378bf86310aec15b3f57017e11730e84dfe469bf416faed27b253a3a277ca549df42881edddcf7c68b6267e87b41c1f5a2b07a36f13

Loading…
Cancel
Save