update to version 0.12.0

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/target-lexicon-0.11.0.crate
/target-lexicon-0.11.1.crate
/target-lexicon-0.11.2.crate
/target-lexicon-0.12.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate target-lexicon
Name: rust-%{crate}
Version: 0.11.2
Version: 0.12.0
Release: 1%{?dist}
Summary: Targeting utilities for compilers and related tools
@ -83,6 +83,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 20 2021 Fabio Valentini <decathorpe@gmail.com> - 0.12.0-1
- Update to version 0.12.0.
- Fixes RHBZ#1940567
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.11.2-1
- Update to version 0.11.2.
- Fixes RHBZ#1929343

@ -1 +1 @@
SHA512 (target-lexicon-0.11.2.crate) = 46d2cab7682787b1ae5024b07823ee706e9f86d08f5ebdfadf308a209ce672a9693c737d1cc9e318bdbb151d22075a93c1a8c7320ba532ae3768fdd1dc5f1578
SHA512 (target-lexicon-0.12.0.crate) = d2845086ae62b12a64f424c0255a389e3e3eb158fa73da1c8d3fa571a21b895c92115aa111750ed307cc2a4b6eae7f1b9e3aee59c195046a07fd6ee7f88fc184

Loading…
Cancel
Save