update to version 0.11.2

epel9
Fabio Valentini 4 years ago
parent ef70997eeb
commit 6c904e6a1f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/target-lexicon-0.10.0.crate
/target-lexicon-0.11.0.crate
/target-lexicon-0.11.1.crate
/target-lexicon-0.11.2.crate

@ -5,8 +5,8 @@
%global crate target-lexicon
Name: rust-%{crate}
Version: 0.11.1
Release: 2%{?dist}
Version: 0.11.2
Release: 1%{?dist}
Summary: Targeting utilities for compilers and related tools
# Upstream license specification: Apache-2.0 WITH LLVM-exception
@ -36,8 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%doc README.md
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -83,6 +83,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.11.2-1
- Update to version 0.11.2.
- Fixes RHBZ#1929343
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (target-lexicon-0.11.1.crate) = b22d2a6a0f5c93fe9afb69ac26e4af8d750cd66860f6d98b1ab9ddacfcc08d9429b2ceea753364999d297dc1fa85f9a9a3fe809a399550d9e920c1afb85798e1
SHA512 (target-lexicon-0.11.2.crate) = 46d2cab7682787b1ae5024b07823ee706e9f86d08f5ebdfadf308a209ce672a9693c737d1cc9e318bdbb151d22075a93c1a8c7320ba532ae3768fdd1dc5f1578

Loading…
Cancel
Save