Update to version 0.15.0

epel9
Fabio Valentini 3 years ago
parent 2c3e4dea3b
commit 4e1b68409e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/fs-set-times-0.3.1.crate
/fs-set-times-0.14.0.crate
/fs-set-times-0.14.1.crate
/fs-set-times-0.15.0.crate

@ -1,9 +1,9 @@
--- fs-set-times-0.14.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fs-set-times-0.14.1/Cargo.toml 2022-02-03T18:39:27.910002+00:00
--- fs-set-times-0.15.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fs-set-times-0.15.0/Cargo.toml 2022-04-13T22:35:23.127723+00:00
@@ -26,8 +26,5 @@
default-features = false
[target."cfg(not(windows))".dependencies.rustix]
version = "0.31.0"
version = "0.33.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["winerror"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
%bcond_without check
%global debug_package %{nil}
%global crate fs-set-times
Name: rust-%{crate}
Version: 0.14.1
Version: 0.15.0
Release: %autorelease
Summary: Set filesystem timestamps
@ -19,7 +19,7 @@ Patch0: fs-set-times-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Set filesystem timestamps.}
@ -36,9 +36,15 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license COPYRIGHT LICENSE-APACHE LICENSE-Apache-2.0_WITH_LLVM-exception LICENSE-MIT
%doc CODE_OF_CONDUCT.md ORG_CODE_OF_CONDUCT.md README.md SECURITY.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/COPYRIGHT
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-Apache-2.0_WITH_LLVM-exception
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CODE_OF_CONDUCT.md
%doc %{crate_instdir}/ORG_CODE_OF_CONDUCT.md
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/SECURITY.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +56,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (fs-set-times-0.14.1.crate) = b0ea07a1501a40392c36518f980eadd8560f2698b02a5da6b695aaba5dd4173abc6906b1925fa80a5b78b5147f1b4281e0a68ea1bd5642c15f8571914454f2d3
SHA512 (fs-set-times-0.15.0.crate) = 27018526e807f6e265e833465ea390295cbfa7083a0b49ff03668f503c3f249e9bfa4adf86d1722e83e898192f4aded65b5881be6d13ad20d84354c87a4d1f30

Loading…
Cancel
Save