Compare commits

...

4 Commits

2
.gitignore vendored

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

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

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

Loading…
Cancel
Save