Update to version 0.1.1; Fixes RHBZ#2141782

epel9 imports/e9/rust-version-compare-0.1.1-1.el9
Fabio Valentini 2 years ago
parent 72d5bb0f58
commit 426f061eac
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/version-compare-0.0.10.crate
/version-compare-0.0.11.crate
/version-compare-0.1.0.crate
/version-compare-0.1.1.crate

@ -1,26 +1,23 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate version-compare
Name: rust-%{crate}
Version: 0.1.0
Name: rust-version-compare
Version: 0.1.1
Release: %autorelease
Summary: Rust library to easily compare version numbers
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/version-compare
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Rust library to easily compare version numbers, and test them against various
comparison operators.}
Rust library to easily compare version numbers with no specific format, and
test against various comparison operators.}
%description %{_description}
@ -34,9 +31,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -48,7 +45,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 (version-compare-0.1.0.crate) = d1b1a96f528e9660e38b6a08adbc186dfa93fa3e698029f68efcdea3de82c3e78cc0a2178e49281186d58de0c24ce3e62ebf1a0ef1aafa9297931cf19408d9c6
SHA512 (version-compare-0.1.1.crate) = efc9441440f702518867e2056c0ab066cd2fa6949112479e463802610f25a4d50c4411eb5fd0ba6ca9b187e358fce8d99579188e0ed9ba0297191172ab7af408

Loading…
Cancel
Save