|
|
@ -1,5 +1,5 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 1;
|
|
|
|
release_number = 1;
|
|
|
@ -8,16 +8,16 @@
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
%bcond_without check
|
|
|
|
%bcond check 1
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate target-lexicon
|
|
|
|
%global crate target-lexicon
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-target-lexicon
|
|
|
|
Name: rust-target-lexicon
|
|
|
|
Version: 0.12.16
|
|
|
|
Version: 0.13.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Targeting utilities for compilers and related tools
|
|
|
|
Summary: LLVM target triple types
|
|
|
|
|
|
|
|
|
|
|
|
License: Apache-2.0 WITH LLVM-exception
|
|
|
|
License: Apache-2.0 WITH LLVM-exception
|
|
|
|
URL: https://crates.io/crates/target-lexicon
|
|
|
|
URL: https://crates.io/crates/target-lexicon
|
|
|
@ -26,7 +26,7 @@ Source: %{crates_source}
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Targeting utilities for compilers and related tools.}
|
|
|
|
LLVM target triple types.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -123,10 +123,13 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
- 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
|
|
|
|
* Sat Aug 03 2024 Fabio Valentini <decathorpe@gmail.com> - 0.12.16-1
|
|
|
|
- Update to version 0.12.16; Fixes RHBZ#2296305
|
|
|
|
- Update to version 0.12.16; Fixes RHBZ#2296305
|
|
|
|
|
|
|
|
|
|
|
|