update to version 1.3.3

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/bincode-1.2.1.crate /bincode-1.2.1.crate
/bincode-1.3.1.crate /bincode-1.3.1.crate
/bincode-1.3.2.crate /bincode-1.3.2.crate
/bincode-1.3.3.crate

@ -1,11 +0,0 @@
--- 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"

@ -1,21 +1,18 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bincode %global crate bincode
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.3.2 Version: 1.3.3
Release: 2%{?dist} Release: 1%{?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}
@ -87,6 +84,10 @@ which use "i128" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Apr 29 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.3-1
- Update to version 1.3.3.
- Fixes RHBZ#1948155
* Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-2 * Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.2-2
- Relax byteorder dependency. - Relax byteorder dependency.

@ -1 +1 @@
SHA512 (bincode-1.3.2.crate) = e04737266d6345b6ad82f9c122ccc780477d7d8963e12b11d0ca01ec6431498a2e301fbda815911daa4c8de3d0b44615e7569a93c32b426d112808b573ff32f3 SHA512 (bincode-1.3.3.crate) = 49e39d71214dbb623a18e3852f6f2f2a5c3f951b64107d66c8adaa95a442a3283fba978bca41b126c9879b12833b945f478d2c77d35482b3577fc1a894e8e5f3

Loading…
Cancel
Save