import rust-data-encoding-2.5.0-1.el9

i9ce changed/i9ce/rust-data-encoding-2.5.0-1.el9
MSVSphere Packaging Team 1 year ago
parent b353da07a4
commit 65a3481f70

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/data-encoding-2.5.0.crate

@ -0,0 +1 @@
8447a63c20d4d1412c43774e5340fc33ac5c46ff SOURCES/data-encoding-2.5.0.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 data-encoding
Name: rust-data-encoding
Version: 2.4.0
Version: 2.5.0
Release: %autorelease
Summary: Efficient and customizable data-encoding functions like base64, base32, and hex
@ -23,7 +23,7 @@ License: MIT
URL: https://crates.io/crates/data-encoding
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Efficient and customizable data-encoding functions like base64, base32,
@ -82,7 +82,7 @@ use the "std" 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
@ -100,9 +100,12 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.4.0-1
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.5.0-1
- Rebuilt for MSVSphere 9.3
* Sun Jan 14 2024 Fabio Valentini <decathorpe@gmail.com> - 2.5.0-1
- Update to version 2.5.0; Fixes RHBZ#2250928
* Mon Aug 07 2023 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
- Update to version 2.4.0; Fixes RHBZ#2208772

Loading…
Cancel
Save