|
|
@ -8,14 +8,14 @@
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate const-oid
|
|
|
|
%global crate const-oid
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-const-oid
|
|
|
|
Name: rust-const-oid
|
|
|
|
Version: 0.9.5
|
|
|
|
Version: 0.9.6
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard
|
|
|
|
Summary: Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ License: Apache-2.0 OR MIT
|
|
|
|
URL: https://crates.io/crates/const-oid
|
|
|
|
URL: https://crates.io/crates/const-oid
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Const-friendly implementation of the ISO/IEC Object Identifier (OID)
|
|
|
|
Const-friendly implementation of the ISO/IEC Object Identifier (OID)
|
|
|
@ -97,7 +97,7 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -115,6 +115,9 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.9.6-1
|
|
|
|
|
|
|
|
- Update to version 0.9.6; Fixes RHBZ#2254640
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 21 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.5-1
|
|
|
|
* Tue Nov 21 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.5-1
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|