Update to 1.0.6

epel9
Josh Stone 5 years ago
parent 3785b58927
commit 4e6be1b93b

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate same-file
Name: rust-%{crate}
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: Simple crate for determining whether two file paths point to the same file
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license COPYING LICENSE-MIT UNLICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.0.6-1
- Update to 1.0.6
* Sun Sep 08 09:11:58 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.5-1
- Update to 1.0.5

@ -1,8 +1,8 @@
--- 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"
--- same-file-1.0.6/Cargo.toml 2020-01-11T17:02:30+00:00
+++ same-file-1.0.6/Cargo.toml 2020-01-15T07:05:02.768147+00:00
@@ -25,5 +25,3 @@
repository = "https://github.com/BurntSushi/same-file"
[dev-dependencies.doc-comment]
version = "0.3"
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"

@ -1 +1 @@
SHA512 (same-file-1.0.5.crate) = 33be985579210b64eed7e26f24a695e2a59992ae51723e5aa026ba34dbb05be4c377bb25db9797dca1f70aa4be58f33cae32a89b61fe6b9353de9fb902ba2dcc
SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c

Loading…
Cancel
Save