Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

3
.gitignore vendored

@ -16,6 +16,3 @@
/target-lexicon-0.12.11.crate
/target-lexicon-0.12.12.crate
/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 27
%bcond check 1
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate target-lexicon
Name: rust-target-lexicon
Version: 0.13.1
Version: 0.12.13
Release: %autorelease
Summary: LLVM target triple types
Summary: Targeting utilities for compilers and related tools
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:
LLVM target triple types.}
Targeting utilities for compilers and related tools.}
%description %{_description}

@ -1 +1 @@
SHA512 (target-lexicon-0.13.1.crate) = 88103910a737bde18b1ab21c7f0b7ff7a3fb76499cbec445fbc81e24bfc4066de3d5a155c444bf71b35fd6c9422b1ee779ff297ca055b61f5997e8308fb6ff0f
SHA512 (target-lexicon-0.12.13.crate) = 323331857bd3db9877a6c7304392e39d378439462ae4f6d6939c02d28914ecddec52696c94ceebfe8a0e7e93ce25c900099bb3922d7783643162e55c7a8769b7

Loading…
Cancel
Save