import rust-time-macros-0.2.16-1.el9

i9ce changed/i9ce/rust-time-macros-0.2.16-1.el9
MSVSphere Packaging Team 1 year ago
parent fdeb135075
commit 9f763e2b4a

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/time-macros-0.2.16.crate

@ -0,0 +1 @@
6cec3c5c51ee88846e5f6d78cefa23a4f78b378f SOURCES/time-macros-0.2.16.crate

Binary file not shown.

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate time-macros
Name: rust-time-macros
Version: 0.2.15
Version: 0.2.16
Release: %autorelease
Summary: Procedural macros for the time crate
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/time-macros
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Procedural macros for the time crate.}
@ -105,7 +105,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -123,9 +123,12 @@ use the "serde" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.15-1
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.16-1
- Rebuilt for MSVSphere 9.3
* Mon Jan 08 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.16-1
- Update to version 0.2.16; Fixes RHBZ#2255216
* Wed Oct 04 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.15-1
- Update to version 0.2.15; Fixes RHBZ#2240434

Loading…
Cancel
Save