diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a78e5f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/data-encoding-2.5.0.crate diff --git a/.rust-data-encoding.metadata b/.rust-data-encoding.metadata index e69de29..6144f7b 100644 --- a/.rust-data-encoding.metadata +++ b/.rust-data-encoding.metadata @@ -0,0 +1 @@ +8447a63c20d4d1412c43774e5340fc33ac5c46ff SOURCES/data-encoding-2.5.0.crate diff --git a/SOURCES/data-encoding-2.4.0.crate b/SOURCES/data-encoding-2.4.0.crate deleted file mode 100644 index bb95372..0000000 Binary files a/SOURCES/data-encoding-2.4.0.crate and /dev/null differ diff --git a/SPECS/rust-data-encoding.spec b/SPECS/rust-data-encoding.spec index 280b22e..a30434d 100644 --- a/SPECS/rust-data-encoding.spec +++ b/SPECS/rust-data-encoding.spec @@ -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 - 2.4.0-1 +* Mon Jan 15 2024 Arkady L. Shane - 2.5.0-1 - Rebuilt for MSVSphere 9.3 +* Sun Jan 14 2024 Fabio Valentini - 2.5.0-1 +- Update to version 2.5.0; Fixes RHBZ#2250928 + * Mon Aug 07 2023 Fabio Valentini - 2.4.0-1 - Update to version 2.4.0; Fixes RHBZ#2208772