Update to 1.2.7

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 0de37ca4ef
commit 35aaadf173
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -4,3 +4,4 @@
/byteorder-1.2.3.crate /byteorder-1.2.3.crate
/byteorder-1.2.4.crate /byteorder-1.2.4.crate
/byteorder-1.2.6.crate /byteorder-1.2.6.crate
/byteorder-1.2.7.crate

@ -1,10 +0,0 @@
--- byteorder-1.2.6/Cargo.toml 1970-01-01T01:00:00+01:00
+++ byteorder-1.2.6/Cargo.toml 2018-10-26T16:58:00.732291+02:00
@@ -22,6 +22,7 @@
categories = ["encoding", "parsing"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/byteorder"
+exclude = ["/ci/*"]
[profile.bench]
opt-level = 3

@ -6,17 +6,14 @@
%global crate byteorder %global crate byteorder
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.6 Version: 1.2.7
Release: 2%{?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
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense OR MIT
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
# * Exclude CI files, https://github.com/BurntSushi/byteorder/pull/133
Patch0: byteorder-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -97,6 +94,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.7-1
- Update to 1.2.7
* Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.6-2 * Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.6-2
- Adapt to new packaging - Adapt to new packaging

@ -1 +1 @@
SHA512 (byteorder-1.2.6.crate) = 7106b5404a213b080a231c4bcc3010caa2f2743a0d0b64553e0c789ad849970ce1fb547b330711d03374cba5a7ff56b728f5259d0c6fe7ac00c8c13324503dce SHA512 (byteorder-1.2.7.crate) = 166bf831dac44332fb05679add5ed8c54d692a582cdb8584486dee8295080a625d12eebe40de6f3b82ef98a1f4c65503da9c84d570b14d58dd5e31a3cc6b7391

Loading…
Cancel
Save