Update to 1.4.1

epel10
Josh Stone 5 years ago
parent dd023a377c
commit 00a81c79df

1
.gitignore vendored

@ -1,2 +1,3 @@
/imgref-1.3.5.crate
/imgref-1.4.0.crate
/imgref-1.4.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate imgref
Name: rust-%{crate}
Version: 1.4.0
Release: 2%{?dist}
Version: 1.4.1
Release: 1%{?dist}
Summary: Trivial Rust struct for interchange of pixel buffers with width
# Upstream license specification: CC0-1.0
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 1.4.1-1
- Update to 1.4.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (imgref-1.4.0.crate) = 7c454c00f190652947641104dd43505a91f1fdc5b31390e643cf593d06322158e6808d785bc9db19c1eb4bebf4424421e840f4a4c31ca518a5e8648324bcd9a8
SHA512 (imgref-1.4.1.crate) = e495ea79a6c1c237911555f05920b4e4440335a4543afa03363de0fab2251f6ba4e6c65babb99376779a65cd52854e9049546e47ae86170dab5c114a9be0bf7a

Loading…
Cancel
Save