Update to 0.1.11

epel9
Josh Stone 6 years ago
parent a842abc541
commit e114ce36b7

1
.gitignore vendored

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

@ -5,10 +5,11 @@
%global crate lzma-sys
Name: rust-%{crate}
Version: 0.1.10
Release: 2%{?dist}
Version: 0.1.11
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
@ -20,7 +21,6 @@ BuildRequires: rust-packaging
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
# [build-dependencies]
BuildRequires: (crate(cc) >= 1.0.0 with crate(cc) < 2.0.0)
BuildRequires: (crate(filetime) >= 0.2.0 with crate(filetime) < 0.3.0)
BuildRequires: (crate(pkg-config) >= 0.3.0 with crate(pkg-config) < 0.4.0)
BuildRequires: pkgconfig(liblzma)
@ -44,7 +44,7 @@ which use %{crate} from crates.io.
%prep
%autosetup -n %{crate}-%{version} -p1
# No bundled libs
rm -vrf xz-*
rm -vrf xz-* config.h
%cargo_prep
%build
@ -63,6 +63,9 @@ rm -vrf xz-*
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.1.11-1
- Update to 0.1.11
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (lzma-sys-0.1.10.crate) = 4a32e853eed49e872f622ec837b613d6f34e38c786612c7f2f6bedbc1a99d14b60778fed352e295c032b91438dbd87d4190d8eda367f6d73adfebc40604dc939
SHA512 (lzma-sys-0.1.11.crate) = d0c5e938bda2cdffd472f341ffb829c925457e216dc957aaf01bf0477a1187c0d53e934260864378e0384522948bc5f9bb04c5580a945970ebaa56d2452b0b81

Loading…
Cancel
Save