Update to 1.0.4

epel9
Josh Stone 6 years ago
parent 470c5feeac
commit 2984d93bf5

1
.gitignore vendored

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

@ -6,8 +6,8 @@
%global crate same-file %global crate same-file
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.3 Version: 1.0.4
Release: 3%{?dist} Release: 1%{?dist}
Summary: Simple crate for determining whether two file paths point to the same file Summary: Simple crate for determining whether two file paths point to the same file
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -16,7 +16,6 @@ URL: https://crates.io/crates/same-file
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
# * Exclude CI files, https://github.com/BurntSushi/same-file/pull/44
Patch0: same-file-fix-metadata.diff Patch0: same-file-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -73,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 1.0.4-1
- Update to 1.0.4
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-3 * Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-3
- Adapt to new packaging - Adapt to new packaging

@ -1,10 +1,7 @@
--- same-file-1.0.3/Cargo.toml 1970-01-01T01:00:00+01:00 --- same-file-1.0.4/Cargo.toml 1969-12-31T16:00:00-08:00
+++ same-file-1.0.3/Cargo.toml 2018-10-27T23:30:06.497811+02:00 +++ same-file-1.0.4/Cargo.toml 2018-11-09T18:22:30.499920-08:00
@@ -21,7 +21,6 @@ @@ -24,5 +24,3 @@
keywords = ["same", "file", "equal", "inode"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/same-file" repository = "https://github.com/BurntSushi/same-file"
+exclude = ["/.travis.yml", "/appveyor.yml"]
[dev-dependencies.rand] [dev-dependencies.rand]
version = "0.4" version = "0.4"
-[target."cfg(windows)".dependencies.winapi-util] -[target."cfg(windows)".dependencies.winapi-util]

@ -1 +1 @@
SHA512 (same-file-1.0.3.crate) = eba49f77a94d3f46cf063545f31050dcf67216ab7c723381dd75ec25aea22de217c2919ade87970922750bb53a5a6bc2ebed6fd68ecbfcce97cb987e69582402 SHA512 (same-file-1.0.4.crate) = bfb961dc7a31d5dd3be748d6ac609006ba71e0a6f61ec06c5f96a651e1ad1e768873b7cc2a10d9a52a6c670e7b56bf015df2974158001cb3138e2108d3160fea

Loading…
Cancel
Save