Update to 1.2.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 5a65049e38
commit 919d03b84c
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/byteorder-1.1.0.crate /byteorder-1.1.0.crate
/byteorder-1.2.1.crate /byteorder-1.2.1.crate
/byteorder-1.2.2.crate

@ -1,16 +0,0 @@
--- byteorder-1.2.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ byteorder-1.2.1/Cargo.toml 2017-12-31T18:36:55.522467+01:00
@@ -29,11 +29,11 @@
name = "byteorder"
bench = false
[dev-dependencies.quickcheck]
-version = "0.4"
+version = "0.6"
default-features = false
[dev-dependencies.rand]
-version = "0.3"
+version = "0.4"
[features]
default = ["std"]

@ -5,17 +5,13 @@
%global crate byteorder %global crate byteorder
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.1 Version: 1.2.2
Release: 4%{?dist} Release: 1%{?dist}
Summary: Library for reading/writing numbers in big-endian and little-endian Summary: Library for reading/writing numbers in big-endian and little-endian
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/byteorder URL: https://crates.io/crates/byteorder
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump quickcheck to 0.6, https://github.com/BurntSushi/byteorder/pull/114
# * Bump rand to 0.4, https://github.com/BurntSushi/byteorder/pull/113
Patch0: byteorder-1.2.1-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -58,8 +54,12 @@ which use %{crate} from crates.io.
%license COPYING UNLICENSE LICENSE-MIT %license COPYING UNLICENSE LICENSE-MIT
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/ci
%changelog %changelog
* Mon Apr 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.2-1
- Update to 1.2.2
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (byteorder-1.2.1.crate) = 3b8822286a3973ef80309f30e169dee5fd87d98a0b4f5a44da7e29c2f14f5ce47a9f109087c84cab09078ad0c3507bb459bac243528bf4d8eae7a958394a4041 SHA512 (byteorder-1.2.2.crate) = b3b0aa23f0d6a5023fbc8571e73cb7aabd8148f9dcba8da9aad49cabf97dabbbb3a05764cd3604edbd00ecb56ee0695cd30a67d9d51264539169e400d7bbc478

Loading…
Cancel
Save