Update to 0.4.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 00b7b9cf0f
commit c9cf724f11
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1,2 +1,3 @@
/resize-0.3.0.crate
/resize-0.3.1.crate
/resize-0.4.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 13
%bcond_with check
%bcond_without check
%global debug_package %{nil}
%global crate resize
Name: rust-%{crate}
Version: 0.3.1
Release: 2%{?dist}
Summary: Simple resampling library in pure Rust
Version: 0.4.0
Release: 1%{?dist}
Summary: Simple image resampling library in pure Rust
# Upstream license specification: MIT
License: MIT
@ -22,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
Simple resampling library in pure Rust.}
Simple image resampling library in pure Rust.}
%description %{_description}
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 18 10:56:35 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.0-1
- Update to 0.4.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (resize-0.3.1.crate) = 8d1d9b75cdf122e7b4b761e331a1c5f9db435701a6aafb9777ff073f9f263dde19d94c592f6de29b5c49bbe13e637d6a4f8597bb81a7181f6ca8f9951eea1f1f
SHA512 (resize-0.4.0.crate) = cbacbeda8a0b622dc1511cf9df419c3d9cb032792b48f9f23eb9865ae49d55a452c0be9c3df124a9ed455ddfec4e496582a1855750ce92f130f363da9f2360f8

Loading…
Cancel
Save