Update to 0.8.1

Close: rhbz#1868876

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 4 years ago
parent 8d154b326e
commit dd045584d5
No known key found for this signature in database
GPG Key ID: F07E690B12A82D56

1
.gitignore vendored

@ -2,3 +2,4 @@
/lab-0.7.0.crate
/lab-0.7.1.crate
/lab-0.7.2.crate
/lab-0.8.1.crate

@ -5,11 +5,12 @@
%global crate lab
Name: rust-%{crate}
Version: 0.7.2
Release: 3%{?dist}
Version: 0.8.1
Release: 1%{?dist}
Summary: Tools for converting RGB colors to the CIE-L*a*b* color space
# Upstream license specification: MIT
# https://github.com/TooManyBees/lab/issues/21
License: MIT
URL: https://crates.io/crates/lab
Source: %{crates_source}
@ -37,8 +38,6 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel
@ -51,7 +50,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 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Dec 09 19:39:43 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.1-1
- Update to 0.8.1
- Close: rhbz#1868876
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (lab-0.7.2.crate) = d9ad2f511bf5d65b80c35d762cb0510fbf73cf1307ced52d011309460ffcc7185a6ed4b551c7c85c634b355feb400eee2373a8c2080d025f51cee204028e2127
SHA512 (lab-0.8.1.crate) = a6f177f04919c963b9289a8007e887118f399ebb9485d6037d44f784551e5a6853181bdf66a6b64bfb919f3649108da95cf299540e91da22bab8700f9fcdf5bf

Loading…
Cancel
Save