Update to 0.3.3

Close: rhbz#1892446
epel9
Robert-André Mauchin 4 years ago
parent 6be6a83775
commit 0607977bde

1
.gitignore vendored

@ -1,3 +1,4 @@
/rustc_version-0.2.1.crate
/rustc_version-0.2.2.crate
/rustc_version-0.2.3.crate
/rustc_version-0.3.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate rustc_version
Name: rust-%{crate}
Version: 0.2.3
Release: 10%{?dist}
Version: 0.3.3
Release: 1%{?dist}
Summary: Library for querying the version of a installed rustc compiler
# Upstream license specification: MIT/Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Mar 29 17:18:03 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.3-1
- Update to 0.3.3
- Close: rhbz#1892446
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (rustc_version-0.2.3.crate) = 01fa7a758dcaa4f15c18628a0d5ee5adde5ade96a8b7dde0908e39e27b290d1e9adb20d44e2adcd379341d2d4a0c34a80dc12553a3bb4efa4758988f28989779
SHA512 (rustc_version-0.3.3.crate) = 37732b3b28eca41de205db34479c75b31af4ddd811f0f1606933eb31e25e5ed3966a41a8b7d338be20fcf47540629824c41a267436c185a98f8acfdce608b5cf

Loading…
Cancel
Save