Update to version 1.5.0; Fixes RHBZ#2242411

epel9 imports/e9/rust-byteorder-1.5.0-1.el9
Fabio Valentini 1 year ago
parent 1866756955
commit 97c9ef3ddd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/byteorder-1.3.2.crate /byteorder-1.3.2.crate
/byteorder-1.3.4.crate /byteorder-1.3.4.crate
/byteorder-1.4.3.crate /byteorder-1.4.3.crate
/byteorder-1.5.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate byteorder %global crate byteorder
Name: rust-byteorder Name: rust-byteorder
Version: 1.4.3 Version: 1.5.0
Release: %autorelease Release: %autorelease
Summary: Library for reading/writing numbers in big-endian and little-endian Summary: Library for reading/writing numbers in big-endian and little-endian
@ -74,7 +74,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (byteorder-1.4.3.crate) = 8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa SHA512 (byteorder-1.5.0.crate) = 96caf981177f6ded9f27f025922cb94eb0cd9de5303bd91680099912d922092e77b7361efa70011e84f1595e443193e4f1b354443b9980c123f6ae573b236f7f

Loading…
Cancel
Save