From 0860788798dbc52d427aacdb6042af9492e57ad3 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 22 Dec 2024 23:09:50 +0300 Subject: [PATCH] import rust-target-lexicon-0.13.1-1.el10 --- .gitignore | 2 +- .rust-target-lexicon.metadata | 2 +- SPECS/rust-target-lexicon.spec | 19 +++++++++++-------- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 4d34751..c867e74 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/target-lexicon-0.12.16.crate +SOURCES/target-lexicon-0.13.1.crate diff --git a/.rust-target-lexicon.metadata b/.rust-target-lexicon.metadata index e1701b6..02faa18 100644 --- a/.rust-target-lexicon.metadata +++ b/.rust-target-lexicon.metadata @@ -1 +1 @@ -2819396e44924946bc2cc43cad886e1fd1efd4dc SOURCES/target-lexicon-0.12.16.crate +8d3ffdb6f3f76cb506337ac3777247b72bca4a29 SOURCES/target-lexicon-0.13.1.crate diff --git a/SPECS/rust-target-lexicon.spec b/SPECS/rust-target-lexicon.spec index 752a5d3..bafaf75 100644 --- a/SPECS/rust-target-lexicon.spec +++ b/SPECS/rust-target-lexicon.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.2) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,16 +8,16 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# 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 @@ -26,7 +26,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} @@ -123,10 +123,13 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog -* Fri Dec 20 2024 MSVSphere Packaging Team - 0.12.16-1 +## START: Generated by rpmautospec +* Fri Dec 20 2024 MSVSphere Packaging Team - 0.13.1-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec +* Fri Dec 20 2024 Fabio Valentini - 0.13.1-1 +- Update to version 0.13.1; Fixes RHBZ#2330705 + * Sat Aug 03 2024 Fabio Valentini - 0.12.16-1 - Update to version 0.12.16; Fixes RHBZ#2296305