relax byteorder dependency

epel9
Fabio Valentini 4 years ago
parent 94d68b1281
commit a034a57f8a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,11 @@
--- bincode-1.3.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ bincode-1.3.2/Cargo.toml 2021-03-26T10:15:07.761857+00:00
@@ -24,7 +24,7 @@
license = "MIT"
repository = "https://github.com/servo/bincode"
[dependencies.byteorder]
-version = ">=1.3.0, < 1.4.0"
+version = "1.3.0"
[dependencies.serde]
version = "1.0.63"

@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.3.2 Version: 1.3.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Binary serialization / deserialization strategy that uses Serde Summary: Binary serialization / deserialization strategy that uses Serde
# Upstream license specification: MIT # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/bincode URL: https://crates.io/crates/bincode
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * relax byteorder dependency (MSRV 1.18 is really old for Fedora)
Patch0: bincode-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -84,6 +87,9 @@ which use "i128" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-2
- Relax byteorder dependency.
* Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-1 * Sat Feb 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-1
- Update to version 1.3.2. - Update to version 1.3.2.
- Fixes RHBZ#1932248 - Fixes RHBZ#1932248

Loading…
Cancel
Save