Update to 0.1.14

epel9
Josh Stone 6 years ago
parent d5e615ebba
commit a05db28950

1
.gitignore vendored

@ -3,3 +3,4 @@
/lzma-sys-0.1.11.crate
/lzma-sys-0.1.12.crate
/lzma-sys-0.1.13.crate
/lzma-sys-0.1.14.crate

@ -5,14 +5,14 @@
%global crate lzma-sys
Name: rust-%{crate}
Version: 0.1.13
Release: 2%{?dist}
Version: 0.1.14
Release: 1%{?dist}
Summary: Raw bindings to liblzma
# Upstream license specification: MIT/Apache-2.0
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
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -57,7 +57,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
# No bundled libs
rm -vrf xz-* config.h
%cargo_prep
@ -74,6 +74,9 @@ rm -vrf xz-* config.h
%endif
%changelog
* Thu Mar 07 2019 Josh Stone <jistone@redhat.com> - 0.1.14-1
- Update to 0.1.14
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (lzma-sys-0.1.13.crate) = 795731f049aec4c2c9a64c2b4e3cf73e74c9944e7fb71128314751c72fc8f646606f4c965ecc3a285dee74001c440e89a68dfba7f7b163bcbe7afa4364352bd6
SHA512 (lzma-sys-0.1.14.crate) = 45c5123d624ea63058a2c80df01769400c352caebb1edb891d3674b837da77b9fef1034630750ccdee6f579ba4d21a290fe74f86c5c5097ae0c9650fc0b66dd2

Loading…
Cancel
Save