Update to version 0.12.3; Fixes RHBZ#2048852

epel9
Fabio Valentini 3 years ago
parent d9718cdab6
commit c2ddfc2591
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/target-lexicon-0.12.0.crate
/target-lexicon-0.12.1.crate
/target-lexicon-0.12.2.crate
/target-lexicon-0.12.3.crate

@ -1,23 +1,20 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate target-lexicon
Name: rust-%{crate}
Version: 0.12.2
Version: 0.12.3
Release: %autorelease
Summary: Targeting utilities for compilers and related tools
# Upstream license specification: Apache-2.0 WITH LLVM-exception
License: ASL 2.0 with exceptions
License: ASL 2.0
URL: https://crates.io/crates/target-lexicon
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,8 +29,8 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (target-lexicon-0.12.2.crate) = 4301577316d939d23e7b71da0ccee3c7153fa4aa0910ec4fab070083cd25ebfbbc28c4254d5ff69a1c3451cf38fa10b2556e13dc99467f0c53b901018555e263
SHA512 (target-lexicon-0.12.3.crate) = 4ba0de71cf27c4ee330c9b61fc0318cfa3e179b57a7b0a79f296e0b33602c664c4ee2a676d09e0e104add2e0b56144cb5ddcc096a16f332f67862ee94b052f86

Loading…
Cancel
Save