|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.1)
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
@ -8,14 +8,14 @@
|
|
|
|
|
}%{?-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 tinyvec
|
|
|
|
|
|
|
|
|
|
Name: rust-tinyvec
|
|
|
|
|
Version: 1.8.0
|
|
|
|
|
Version: 1.8.1
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: 100% safe vec-like data structures
|
|
|
|
|
|
|
|
|
@ -226,10 +226,13 @@ use the "tinyvec_macros" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 1.8.1-1
|
|
|
|
|
- Update to version 1.8.1; Fixes RHBZ#2333570
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.8.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Fri Aug 09 2024 Fabio Valentini <decathorpe@gmail.com> - 1.8.0-1
|
|
|
|
|
- Update to version 1.8.0; Fixes RHBZ#2296350
|
|
|
|
|
|
|
|
|
|