Update to 1.9.2

epel9
Josh Stone 5 years ago
parent e20c378c25
commit 0e2a5e44b9

1
.gitignore vendored

@ -1,3 +1,4 @@
/colored-1.7.0.crate /colored-1.7.0.crate
/colored-1.8.0.crate /colored-1.8.0.crate
/colored-1.9.0.crate /colored-1.9.0.crate
/colored-1.9.2.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
# * rspec is not packaged # * rspec is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate colored %global crate colored
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.9.0 Version: 1.9.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Most simple way to add colors in your terminal Summary: Most simple way to add colors in your terminal
@ -42,7 +42,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -54,7 +54,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+no-color-devel %package -n %{name}+no-color-devel
Summary: %{summary} Summary: %{summary}
@ -66,7 +66,7 @@ This package contains library source intended for building other packages
which use "no-color" feature of "%{crate}" crate. which use "no-color" feature of "%{crate}" crate.
%files -n %{name}+no-color-devel %files -n %{name}+no-color-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -88,6 +88,9 @@ find -type f -perm /111 -exec chmod -v -x '{}' '+'
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.9.2-1
- Update to 1.9.2
* Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 1.9.0-1 * Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 1.9.0-1
- Update to 1.9.0 - Update to 1.9.0

@ -1 +1 @@
SHA512 (colored-1.9.0.crate) = 390519d60e8a19db2cfe5a0fa9d0af1204a55d00d0df8d40f1efa4d67c8f8cfd8fe165ad9e5a6a54c07614e7a1d1ff40096e2d1eaf2f1e901be5345460bdb962 SHA512 (colored-1.9.2.crate) = b8abe705d5b47534ad7028ed5416587eee503158bef1a308dabac8bffa69db403bebfe5e4874e47f05612744b544fa10113d683352244f31fc39eb1c073c1c18

Loading…
Cancel
Save