Update to 0.4.0

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel9 imports/e9/rust-clircle-0.4.0-1.el9
Michel Lind 1 year ago
parent f6a2f767a9
commit 3e569c485d
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1 +1,2 @@
/clircle-0.3.0.crate
/clircle-0.4.0.crate

@ -1,9 +1,17 @@
--- clircle-0.3.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ clircle-0.3.0/Cargo.toml 2023-06-13T15:11:32.876445+00:00
@@ -39,6 +39,3 @@
version = "0.2"
[target."cfg(not(windows))".dev-dependencies.nix]
version = "0.19.1"
--- clircle-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ clircle-0.4.0/Cargo.toml 2023-10-29T04:03:10.303427+00:00
@@ -55,14 +55,3 @@
features = ["term"]
default-features = false
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["winnt", "winbase", "processenv", "handleapi", "ntdef", "fileapi"]
-features = [
- "winnt",
- "winbase",
- "processenv",
- "handleapi",
- "ntdef",
- "fileapi",
- "std",
-]

@ -1,8 +0,0 @@
--- clircle-0.3.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ clircle-0.3.0/Cargo.toml 2023-06-13T15:11:47.561509+00:00
@@ -38,4 +38,4 @@
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
[target."cfg(not(windows))".dev-dependencies.nix]
-version = "0.19.1"
+version = "0.22"

@ -5,19 +5,15 @@
%global crate clircle
Name: rust-clircle
Version: 0.3.0
Version: 0.4.0
Release: %autorelease
Summary: Detect IO circles in your CLI apps arguments
# https://github.com/niklasmohrin/clircle/issues/10
License: MIT OR Apache-2.0
URL: https://crates.io/crates/clircle
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: clircle-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * bump nix dev-dependency from 0.19.1 to 0.22
Patch: clircle-fix-metadata.diff
BuildRequires: rust-packaging >= 21
@ -36,6 +32,8 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/

@ -1 +1 @@
SHA512 (clircle-0.3.0.crate) = a4db35d05ea4ca03155c7308a79b529091dddd4d2d579d787fc3770d80cb7c22ca4a239bcfe7b6a2a85870249754991f8dc960846b80ee7a46b763edfb084b2b
SHA512 (clircle-0.4.0.crate) = 3a53c179f00ccfd10a04c21199f1b1fc81f3f579e396b13324c6ae9cdcff5b9b6188a152f7a03808cdec20bc322456b057bebd2c815f941de0be5b0b6c01312e

Loading…
Cancel
Save