Update to 0.2.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 24bbcf62f6
commit 40c75f6fc3
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/filesize-0.1.0.crate /filesize-0.1.0.crate
/filesize-0.2.0.crate

@ -1,11 +1,11 @@
--- filesize-0.1.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- filesize-0.2.0/Cargo.toml 2020-03-19T04:47:30+00:00
+++ filesize-0.1.0/Cargo.toml 2020-02-24T18:30:26.300761+00:00 +++ filesize-0.2.0/Cargo.toml 2020-03-26T07:44:51.738247+00:00
@@ -21,8 +21,5 @@ @@ -21,8 +21,5 @@
categories = ["os"] categories = ["os"]
license = "MIT" license = "MIT"
repository = "https://github.com/Freaky/rust-filesize" repository = "https://github.com/Freaky/rust-filesize"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3.7" -version = "0.3.8"
-features = ["fileapi", "winerror"] -features = ["fileapi", "winerror"]
[badges.travis-ci] [badges.travis-ci]
repository = "Freaky/rust-filesize" repository = "Freaky/rust-filesize"

@ -5,7 +5,7 @@
%global crate filesize %global crate filesize
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.0 Version: 0.2.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Find the physical space used by a file Summary: Find the physical space used by a file
@ -73,5 +73,8 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Mar 26 08:44:51 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.0-1
- Update to 0.2.0
* Mon Feb 24 20:30:26 EET 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.1.0-1 * Mon Feb 24 20:30:26 EET 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.1.0-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (filesize-0.1.0.crate) = 37f26fef59fe8ddc4d09101360e5680139ec5ab49c4a48a2c3f8ae713e094502c562b50f08bb29622f0bdfda6b6eddcd7989d94e3ed93127736a42301e9d6d42 SHA512 (filesize-0.2.0.crate) = d80ca58ed1c2c9959cb98033c270ebc520ab050b812c17e22cb1bda3cfd44d35542e56c45da36765873e9ef18f21a01b8d615bafc6bdfc9cf555d9175b47bdce

Loading…
Cancel
Save