bump version-compare to 0.0.11

epel9
Fabio Valentini 4 years ago
parent 0e4e49eb26
commit e0d86469ff
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
# Testing requires a sub-crate that is not published.
%bcond_with check
%global debug_package %{nil}
@ -7,13 +7,16 @@
Name: rust-%{crate}
Version: 1.3.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Declarative dependencies in Cargo.toml
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/system-deps
Source: %{crates_source}
# Initial patched metadata
# * bump version-compare from 0.0.10 to 0.0.11 (already upstream)
Patch0: system-deps-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -73,6 +76,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Dec 15 2020 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-4
- Bump version-compare to 0.0.11.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -0,0 +1,11 @@
--- system-deps-1.3.2/Cargo.toml 2020-07-10T07:53:27+00:00
+++ system-deps-1.3.2/Cargo.toml 2020-12-15T20:24:13.027079+00:00
@@ -41,7 +41,7 @@
default-features = false
[dependencies.version-compare]
-version = "0.0.10"
+version = "0.0.11"
[dev-dependencies.itertools]
version = "0.9"
Loading…
Cancel
Save