import rust-target-lexicon-0.13.1-1.el10

i10ce changed/i10ce/rust-target-lexicon-0.13.1-1.el10
MSVSphere Packaging Team 1 month ago
parent 1ddca18ee6
commit 0860788798
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/target-lexicon-0.12.16.crate
SOURCES/target-lexicon-0.13.1.crate

@ -1 +1 @@
2819396e44924946bc2cc43cad886e1fd1efd4dc SOURCES/target-lexicon-0.12.16.crate
8d3ffdb6f3f76cb506337ac3777247b72bca4a29 SOURCES/target-lexicon-0.13.1.crate

@ -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 <packager@msvsphere-os.ru> - 0.12.16-1
## START: Generated by rpmautospec
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.13.1-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Dec 20 2024 Fabio Valentini <decathorpe@gmail.com> - 0.13.1-1
- Update to version 0.13.1; Fixes RHBZ#2330705
* Sat Aug 03 2024 Fabio Valentini <decathorpe@gmail.com> - 0.12.16-1
- Update to version 0.12.16; Fixes RHBZ#2296305

Loading…
Cancel
Save