Update to 0.11.0 Close: rhbz#1941228

epel9
Robert-André Mauchin 3 years ago
parent 8109c0b10e
commit 5074278ed8

1
.gitignore vendored

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

@ -1,22 +1,18 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate lab
Name: rust-%{crate}
Version: 0.8.1
Version: 0.11.0
Release: %autorelease
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}
# Initial patched metadata
# * bump approx from 0.3 to 0.5
Patch0: lab-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -41,6 +37,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (lab-0.8.1.crate) = a6f177f04919c963b9289a8007e887118f399ebb9485d6037d44f784551e5a6853181bdf66a6b64bfb919f3649108da95cf299540e91da22bab8700f9fcdf5bf
SHA512 (lab-0.11.0.crate) = bb56ba0af097c5822f6e9ad51f0e4202ddd740953336f9da79af072feb0b40fcb18863f17df4ea8a076e5af719144037303b0fff4fcc0e5c37a018129a08fa91

Loading…
Cancel
Save