Update to 0.2.2

epel9
Josh Stone 7 years ago
parent 29c4933340
commit 95400ef402

1
.gitignore vendored

@ -1 +1,2 @@
/rustc_version-0.2.1.crate /rustc_version-0.2.1.crate
/rustc_version-0.2.2.crate

@ -5,16 +5,13 @@
%global crate rustc_version %global crate rustc_version
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.1 Version: 0.2.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Library for querying the version of a installed rustc compiler Summary: Library for querying the version of a installed rustc compiler
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/rustc_version URL: https://crates.io/crates/rustc_version
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * bump semver to 0.9, https://github.com/Kimundi/rustc-version-rs/pull/19
Patch0: rustc_version-0.2.1-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -56,6 +53,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Wed Feb 21 2018 Josh Stone <jistone@redhat.com> - 0.2.2-1
- Update to 0.2.2
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1,8 +0,0 @@
--- rustc_version-0.2.1/Cargo.toml 2017-03-27T14:26:06+02:00
+++ rustc_version-0.2.1/Cargo.toml 2017-11-10T16:14:57.589727+01:00
@@ -12,4 +12,4 @@
keywords = ["version", "rustc"]
[dependencies]
-semver = "0.6"
+semver = "0.9"

@ -1 +1 @@
SHA512 (rustc_version-0.2.1.crate) = edec68b24e95a04c58a08c67b58dd044f28930a87ad04aff0c0c66ffb3f1e89ab07f2fb9fed5e2e8c6ca3b372225da347bc10bbcd13d62b4552ab15abfdce0f7 SHA512 (rustc_version-0.2.2.crate) = de0c7f1c269e4aa7083ef8b52b294333db236355286ddcab588fc666c06817ff80bf770933e044a47180d4262eaf1b2b5c0607f22ff3ab67d4f40a300c8a1998

Loading…
Cancel
Save