Update to 0.1.10

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

1
.gitignore vendored

@ -1 +1,2 @@
/lzma-sys-0.1.9.crate
/lzma-sys-0.1.10.crate

@ -1,11 +0,0 @@
--- lzma-sys-0.1.9/Cargo.toml 1970-01-01T01:00:00+01:00
+++ lzma-sys-0.1.9/Cargo.toml 2018-04-25T13:37:53.188249+02:00
@@ -25,7 +25,7 @@
[dependencies.libc]
version = "0.2"
[build-dependencies.filetime]
-version = "0.1"
+version = "0.2"
[build-dependencies.cc]
version = "1.0"

@ -5,17 +5,13 @@
%global crate lzma-sys
Name: rust-%{crate}
Version: 0.1.9
Release: 3%{?dist}
Version: 0.1.10
Release: 1%{?dist}
Summary: Raw bindings to liblzma
# https://github.com/alexcrichton/xz2-rs/pull/23
License: MIT or ASL 2.0
URL: https://crates.io/crates/lzma-sys
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump filetime to 0.2, https://github.com/alexcrichton/xz2-rs/commit/696882cf490a4885976ab880aa717ae574c64de2
Patch0: lzma-sys-0.1.9-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -63,9 +59,13 @@ rm -vrf xz-*
%endif
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Mon Jul 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.10-1
- Update to 0.1.10
* Wed Apr 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.9-3
- Bump filetime to 0.2

@ -1 +1 @@
SHA512 (lzma-sys-0.1.9.crate) = 8ec690a9b8e37b2c5c4554b8ad70362d56fd817c5a18ed9ce0515535b4c1ad9ea2ccc59e912a638db384a46f0e0f05f3931e58f8f82687f19a1dac4dce4e6936
SHA512 (lzma-sys-0.1.10.crate) = 4a32e853eed49e872f622ec837b613d6f34e38c786612c7f2f6bedbc1a99d14b60778fed352e295c032b91438dbd87d4190d8eda367f6d73adfebc40604dc939

Loading…
Cancel
Save