update to version 0.1.17

epel9
Fabio Valentini 4 years ago
parent 945956e78d
commit ef4d2f16da
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/lzma-sys-0.1.14.crate
/lzma-sys-0.1.15.crate
/lzma-sys-0.1.16.crate
/lzma-sys-0.1.17.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate lzma-sys
Name: rust-%{crate}
Version: 0.1.16
Release: 2%{?dist}
Version: 0.1.17
Release: 1%{?dist}
Summary: Raw bindings to liblzma
# Upstream license specification: MIT/Apache-2.0
@ -54,6 +54,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+static-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+static-devel %{_description}
This package contains library source intended for building other packages
which use "static" feature of "%{crate}" crate.
%files -n %{name}+static-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
# No bundled libs
@ -76,6 +88,10 @@ echo '(pkgconfig(liblzma) >= 5.2.4 with pkgconfig(liblzma) < 6.0.0)'
%endif
%changelog
* Fri Nov 06 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.17-1
- Update to version 0.1.17.
- Fixes RHBZ#1887198
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (lzma-sys-0.1.16.crate) = b9c3ed5d383f96f886471e89d8f194c70b022359e5e5504c3926aedaee76ff755e301b2f0aed95e8717ff1d9f2ff4baeb84a91d7fa41f1e0e0d069a74879e757
SHA512 (lzma-sys-0.1.17.crate) = 1801602b11b479c71552e67b1e0384535b7b6ffbfeb3abee122c2a965db0f07e98452d046b1036143047d4675f3749507eb144591eda083573175b392af2e0af

Loading…
Cancel
Save