Update to 1.0.5

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 47b7fe98b2
commit 3785b58927
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/same-file-1.0.2.crate
/same-file-1.0.3.crate
/same-file-1.0.4.crate
/same-file-1.0.5.crate

@ -5,8 +5,8 @@
%global crate same-file
Name: rust-%{crate}
Version: 1.0.4
Release: 5%{?dist}
Version: 1.0.5
Release: 1%{?dist}
Summary: Simple crate for determining whether two file paths point to the same file
# Upstream license specification: Unlicense/MIT
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Sep 08 09:11:58 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.5-1
- Update to 1.0.5
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1,8 +1,8 @@
--- same-file-1.0.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ same-file-1.0.4/Cargo.toml 2019-06-19T21:34:16.029352+00:00
@@ -24,5 +24,3 @@
--- same-file-1.0.5/Cargo.toml 1970-01-01T00:00:00+00:00
+++ same-file-1.0.5/Cargo.toml 2019-09-08T07:11:58.417322+00:00
@@ -22,5 +22,3 @@
keywords = ["same", "file", "equal", "inode"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/same-file"
[dev-dependencies.rand]
version = "0.4"
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"

@ -1 +1 @@
SHA512 (same-file-1.0.4.crate) = bfb961dc7a31d5dd3be748d6ac609006ba71e0a6f61ec06c5f96a651e1ad1e768873b7cc2a10d9a52a6c670e7b56bf015df2974158001cb3138e2108d3160fea
SHA512 (same-file-1.0.5.crate) = 33be985579210b64eed7e26f24a695e2a59992ae51723e5aa026ba34dbb05be4c377bb25db9797dca1f70aa4be58f33cae32a89b61fe6b9353de9fb902ba2dcc

Loading…
Cancel
Save