Update to 0.6.3

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent 7284f42d9b
commit 34636d79ec
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -1,2 +1,3 @@
/below-config-0.4.1.crate
/below-config-0.5.0.crate
/below-config-0.6.3.crate

@ -1,10 +1,11 @@
--- below-config-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ below-config-0.5.0/Cargo.toml 2022-06-01T14:55:49.593658+00:00
@@ -31,6 +31,6 @@
features = ["derive", "rc"]
--- below-config-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ below-config-0.6.3/Cargo.toml 2023-01-18T22:30:11.063032+00:00
@@ -43,7 +43,7 @@
]
[dependencies.toml]
-version = "=0.5.8"
+version = "0.5.8"
[dev-dependencies.tempdir]
version = "0.3"

@ -1,28 +1,25 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate below-config
Name: rust-%{crate}
Version: 0.5.0
Name: rust-below-config
Version: 0.6.3
Release: %autorelease
Summary: Configerations for below
Summary: Configurations for below
# Upstream license specification: Apache-2.0
License: ASL 2.0
License: Apache-2.0
URL: https://crates.io/crates/below-config
Source: %{crates_source}
# Initial patched metadata
# * relax toml dependency from =0.5.8 to ^0.5.8
Patch0: below-config-fix-metadata.diff
ExclusiveArch: %{rust_arches}
# Manually created patch for downstream crate metadata changes
# * relax toml dependency from =0.5.8 to 0.5.8
Patch: below-config-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Configerations for below.}
Configurations for below.}
%description %{_description}

@ -1 +1 @@
SHA512 (below-config-0.5.0.crate) = ec1310bbdce231f0892c7ce93101e9757b00a275b557c3253a9f23022a90902ad101000710638a4073c369517e95a4f7678b2ab5e97258e8e045d81ebdf4157c
SHA512 (below-config-0.6.3.crate) = dfcb787649e047581cb68441451f800406ea8f35565be9d301937a6ad9829db34347dc48612e1f19062d472a9bb007fdf34a89bf374351d4853d6fd2363ff73b

Loading…
Cancel
Save