Update to version 1.0.4; Fixes RHBZ#1978022

epel9
Fabio Valentini 4 years ago
parent 3137b346f0
commit 98338f01a4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/ansi_colours-1.0.1.crate
/ansi_colours-1.0.2.crate
/ansi_colours-1.0.3.crate
/ansi_colours-1.0.4.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm 17
%bcond_without check
# Generated by rust2rpm 18
# * empfindung is not packaged yet
%bcond_with check
%global debug_package %{nil}
%global crate ansi_colours
Name: rust-%{crate}
Version: 1.0.3
Version: 1.0.4
Release: %autorelease
Summary: True-colour ↔ ANSI terminal palette converter
@ -37,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%doc examples README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (ansi_colours-1.0.3.crate) = 98ca71c01e3c5b86022430823066b68621904398f69bb7a3d13dd2b999b343a72151568d837cb0d811826204e538a34ff88590cb72f7da5d2bb2a365a264bca2
SHA512 (ansi_colours-1.0.4.crate) = 36eef5c4c84f7f8bf3adb65eca5d7d2da48190c127cd76b78b7bb035cf98afbf2534b82bb293cc1e472eaeb08d541fe28a87b99ebd53dbae8a50026898b043b3

Loading…
Cancel
Save