Update to version 0.3.6; Fixes RHBZ#2276686

epel10
Fabio Valentini 9 months ago
parent 7785b4eeb2
commit 6dfcba5f35
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/color-print-proc-macro-0.3.5.crate
/color-print-proc-macro-0.3.6.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate color-print-proc-macro
Name: rust-color-print-proc-macro
Version: 0.3.5
Version: 0.3.6
Release: %autorelease
Summary: Implementation for the package color-print
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/color-print-proc-macro
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementation for the package color-print.}
@ -60,7 +60,7 @@ use the "terminfo" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (color-print-proc-macro-0.3.5.crate) = 03ff7fa8b80ac3bc2186853787a592b1d8fac75ad32bbdf5f2ff9ba6c27a56c57b90c0d23f40cb43595a4e4f9f6d817d2525e8127f62b5b94f58dc7070a7e3f9
SHA512 (color-print-proc-macro-0.3.6.crate) = a7b2719a4eb88d10d0af656bed3b4c690d98ffa3fe9bb373e426ad275b03b1a2088fb243bcb5215339e00f26889cf3f2ccdfe3cd7ec4c90af3df42035200a3ca

Loading…
Cancel
Save