Update to 0.5.3

epel9
Josh Stone 5 years ago
parent 244c55b1e5
commit 9751e05544

1
.gitignore vendored

@ -3,3 +3,4 @@
/home-0.3.3.crate /home-0.3.3.crate
/home-0.3.4.crate /home-0.3.4.crate
/home-0.5.1.crate /home-0.5.1.crate
/home-0.5.3.crate

@ -1,13 +1,9 @@
--- home-0.5.1/Cargo.toml 1970-01-01T00:00:00+00:00 --- home-0.5.3/Cargo.toml 2020-01-07T12:03:40+00:00
+++ home-0.5.1/Cargo.toml 2019-12-07T02:23:47.278876+00:00 +++ home-0.5.3/Cargo.toml 2020-01-07T17:34:33.293414+00:00
@@ -19,10 +19,3 @@ @@ -21,6 +21,3 @@
documentation = "https://docs.rs/home" readme = "README.md"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/brson/home" repository = "https://github.com/brson/home"
-[target."cfg(windows)".dependencies.scopeguard]
-version = "1"
-default-features = false
-
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["errhandlingapi", "handleapi", "processthreadsapi", "std", "winerror", "winnt", "userenv"] -features = ["shlobj", "std", "winerror"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate home %global crate home
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.1 Version: 0.5.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Shared definitions of home directories Summary: Shared definitions of home directories
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 0.5.3-1
- Update to 0.5.3
* Sat Dec 07 2019 Josh Stone <jistone@redhat.com> - 0.5.1-1 * Sat Dec 07 2019 Josh Stone <jistone@redhat.com> - 0.5.1-1
- Update to 0.5.1 - Update to 0.5.1

@ -1 +1 @@
SHA512 (home-0.5.1.crate) = 338cae9c546881bcd1b25c03e1913a4c90142d4f2e7fb0b74f9169f529710251c185bd7fdd6be37cc55515d64384d568aa989b868a90f46f74ef7c2e3d701ae4 SHA512 (home-0.5.3.crate) = cb3b7b24db30a8b29f36f90a0d345b2e187f9e76f22203e142a77c8308dcc62e97b5714fb0ed890210b31375cf30d3362b8d740fe189079a6d3a095be50dcb0b

Loading…
Cancel
Save