update to version 0.1.2

epel9
Fabio Valentini 4 years ago
parent 6c1ee3867a
commit b8e9d34e2e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/dirs-sys-next-0.1.1.crate /dirs-sys-next-0.1.1.crate
/dirs-sys-next-0.1.2.crate

@ -1,11 +1,11 @@
--- dirs-sys-next-0.1.1/Cargo.toml 2020-10-13T09:20:23+00:00 --- dirs-sys-next-0.1.2/Cargo.toml 2021-01-09T05:59:37+00:00
+++ dirs-sys-next-0.1.1/Cargo.toml 2020-12-27T10:08:23.533872+00:00 +++ dirs-sys-next-0.1.2/Cargo.toml 2021-01-09T19:08:41.388819+00:00
@@ -19,13 +19,7 @@ @@ -20,13 +20,7 @@
readme = "README.md" readme = "README.md"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/xdg-rs/dirs/tree/master/dirs-sys" repository = "https://github.com/xdg-rs/dirs/tree/master/dirs-sys"
-[target."cfg(target_os = \"redox\")".dependencies.redox_users] -[target."cfg(target_os = \"redox\")".dependencies.redox_users]
-version = "0.3.0" -version = "0.4.0"
-default-features = false -default-features = false
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2" version = "0.2"

@ -5,7 +5,7 @@
%global crate dirs-sys-next %global crate dirs-sys-next
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.1 Version: 0.1.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: System-level helper functions for the dirs and directories crates Summary: System-level helper functions for the dirs and directories crates
@ -74,5 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.2-1
- Update to version 0.1.2.
- Fixes RHBZ#1914495
* Sun Dec 27 11:08:23 CET 2020 Igor Raits <igor.raits@gmail.com> - 0.1.1-1 * Sun Dec 27 11:08:23 CET 2020 Igor Raits <igor.raits@gmail.com> - 0.1.1-1
- Initial package (Closes: RHBZ#1911048) - Initial package (Closes: RHBZ#1911048)

@ -1 +1 @@
SHA512 (dirs-sys-next-0.1.1.crate) = e89af71b6bb4e23efb8ff189b42615672c2aa305fb8798393de2f9151c78cbfd5f3e45b066f5de64dfad69a84b15e72a1cdb4377f31ee9288018143017ed5730 SHA512 (dirs-sys-next-0.1.2.crate) = b3c40a8e93d4f9f4a890718076e14779aedd67a79da61b466788268c1eaea19aa493f043a7e410f5023a23d5509e639a6fc6681fbee30e252a601091cfffa2d5

Loading…
Cancel
Save