Update to version 6.0.1; Fixes RHBZ#1999599

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/system-deps-1.3.2.crate
/system-deps-3.2.0.crate
/system-deps-6.0.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
# * files required by tests are not shipped with published crates
%bcond_with check
%global debug_package %{nil}
@ -6,23 +6,16 @@
%global crate system-deps
Name: rust-%{crate}
Version: 3.2.0
Version: 6.0.1
Release: %autorelease
Summary: Declarative dependencies in Cargo.toml
Summary: Declarative system dependencies in Cargo.toml
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/system-deps
Source: %{crates_source}
# Initial patched metadata
# * bump cfg-expr from 0.8 to 0.9:
# https://github.com/gdesmott/system-deps/commit/96d6b9c
Patch0: system-deps-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -38,8 +31,8 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
@ -52,8 +45,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
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

@ -1 +1 @@
SHA512 (system-deps-3.2.0.crate) = a6523e726e0cd1c23954eaeaad764bac7888b8850ae3328cbd70c31eb37c5f2573c4857c4628ad52afb169f1914ceb826d8d4fd4924e7a3ce10b512390b7c45c
SHA512 (system-deps-6.0.1.crate) = 0199563f956389c1e85fd7ccc0f5de40bbf991b76bcae4be3f42b7553834d98d3d4005b1101c05ac1afb1fd386122a21325e5af858e6dba6219ad1f78458d642

@ -1,11 +0,0 @@
--- system-deps-3.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ system-deps-3.2.0/Cargo.toml 2021-11-15T18:00:26.700680+00:00
@@ -25,7 +25,7 @@
version = "1.0"
[dependencies.cfg-expr]
-version = "0.8"
+version = "0.9"
[dependencies.heck]
version = "0.3"
Loading…
Cancel
Save