Update to version 0.20.0

epel9
Fabio Valentini 1 year ago
parent e468e0443d
commit cdfea05af5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/fs-set-times-0.14.0.crate /fs-set-times-0.14.0.crate
/fs-set-times-0.14.1.crate /fs-set-times-0.14.1.crate
/fs-set-times-0.15.0.crate /fs-set-times-0.15.0.crate
/fs-set-times-0.20.0.crate

@ -1,3 +0,0 @@
# rust-fs-set-times
The rust-fs-set-times package

@ -1,3 +1,15 @@
* Thu Nov 23 2023 Fabio Valentini <decathorpe@gmail.com> 0.20.0-1
- Update to version 0.20.0
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 0.15.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Apr 13 2022 Fabio Valentini <decathorpe@gmail.com> 0.15.0-1
- Update to version 0.15.0
* Fri Feb 04 2022 Fabio Valentini <decathorpe@gmail.com> 0.14.1-1
- Update to version 0.14.1
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

@ -0,0 +1,12 @@
--- fs-set-times-0.20.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fs-set-times-0.20.0/Cargo.toml 2023-11-05T00:03:34.202139+00:00
@@ -37,9 +37,3 @@
"time",
]
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_Storage_FileSystem",
-]

@ -1,11 +0,0 @@
--- 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.33.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["winerror"]
[badges.maintenance]
status = "actively-developed"

@ -1,25 +1,21 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate fs-set-times %global crate fs-set-times
Name: rust-%{crate} Name: rust-fs-set-times
Version: 0.15.0 Version: 0.20.0
Release: %autorelease Release: %autorelease
Summary: Set filesystem timestamps Summary: Set filesystem timestamps
# Upstream license specification: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT License: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/fs-set-times URL: https://crates.io/crates/fs-set-times
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip dependencies and normalize metadata
# * drop windows-specific dependencies Patch: fs-set-times-fix-metadata-auto.diff
Patch0: fs-set-times-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Set filesystem timestamps.} Set filesystem timestamps.}
@ -59,7 +55,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

Loading…
Cancel
Save