import rust-rkyv_derive-0.7.43-1.el9

i9ce changed/i9ce/rust-rkyv_derive-0.7.43-1.el9
MSVSphere Packaging Team 1 year ago
parent e988897e8c
commit 8e3169989b

2
.gitignore vendored

@ -1 +1 @@
SOURCES/rkyv_derive-0.7.42.crate
SOURCES/rkyv_derive-0.7.43.crate

@ -1 +1 @@
21f05a90d6acfa26a8c0403a19125dbc2f200c2e SOURCES/rkyv_derive-0.7.42.crate
c2510c37978634d3960ad801c6acaaa6a4b3c4a3 SOURCES/rkyv_derive-0.7.43.crate

@ -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 rkyv_derive
Name: rust-rkyv_derive
Version: 0.7.42
Version: 0.7.43
Release: %autorelease
Summary: Derive macro for rkyv
@ -23,7 +23,7 @@ License: MIT
URL: https://crates.io/crates/rkyv_derive
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Derive macro for rkyv.}
@ -117,7 +117,7 @@ use the "strict" 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
@ -135,9 +135,15 @@ use the "strict" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.7.42-1
* Sun Jan 14 2024 Fabio Valentini <decathorpe@gmail.com> - 0.7.43-1
- Update to version 0.7.43; Fixes RHBZ#2254896
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.7.42-2
- Rebuilt for MSVSphere 9.2
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 22 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.42-1
- Update to version 0.7.42; Fixes RHBZ#2203536

Loading…
Cancel
Save