Update to version 0.13.1; Fixes RHBZ#2330705

epel10 imports/epel10/rust-target-lexicon-0.13.1-1.el10
Fabio Valentini 6 days ago
parent a53284a5a6
commit bccf314733
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/target-lexicon-0.12.13.crate
/target-lexicon-0.12.14.crate
/target-lexicon-0.12.16.crate
/target-lexicon-0.13.1.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 26
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate target-lexicon
Name: rust-target-lexicon
Version: 0.12.16
Version: 0.13.1
Release: %autorelease
Summary: Targeting utilities for compilers and related tools
Summary: LLVM target triple types
License: Apache-2.0 WITH LLVM-exception
URL: https://crates.io/crates/target-lexicon
@ -16,7 +16,7 @@ Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Targeting utilities for compilers and related tools.}
LLVM target triple types.}
%description %{_description}

@ -1 +1 @@
SHA512 (target-lexicon-0.12.16.crate) = 092639957c4a0391560b6442b31c47159c04d12e971010f730a6ec9cb5389e4be903ef3d7daa06db95e64dc78b6970731fb647179ebaad2b12e9ed5e9b24da27
SHA512 (target-lexicon-0.13.1.crate) = 88103910a737bde18b1ab21c7f0b7ff7a3fb76499cbec445fbc81e24bfc4066de3d5a155c444bf71b35fd6c9422b1ee779ff297ca055b61f5997e8308fb6ff0f

Loading…
Cancel
Save