Update to 1.5.5

epel9
Josh Stone 5 years ago
parent 62432d41cd
commit f4acf3281f

1
.gitignore vendored

@ -2,3 +2,4 @@
/termion-1.5.2.crate /termion-1.5.2.crate
/termion-1.5.3.crate /termion-1.5.3.crate
/termion-1.5.4.crate /termion-1.5.4.crate
/termion-1.5.5.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
# * Tests rely on tty # * Tests rely on tty
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate termion %global crate termion
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.5.4 Version: 1.5.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Bindless library for manipulating terminals Summary: Bindless library for manipulating terminals
@ -45,7 +45,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md %doc README.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}
@ -57,7 +57,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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -78,6 +78,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 1.5.5-1
- Update to 1.5.5
* Mon Dec 02 08:20:34 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.4-1 * Mon Dec 02 08:20:34 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.4-1
- Update to 1.5.4 - Update to 1.5.4

@ -1 +1 @@
SHA512 (termion-1.5.4.crate) = a55ec1b6a8d5ae310f8f15b09e3984c85276d3931f59c912b73b95860fa91df1a8215bfe0e7aa0e4ac0ef0cb4dfa0ce2a1f900e858b43c9a05ffd0043ce6e0f2 SHA512 (termion-1.5.5.crate) = 4362678cba8cce41f8435d8184c80f94a0bb24055a7b7a922b15ba162f6dbe4143c37d6b9adb1ce226d160a96610f2827e5cba4a41c141f32b2c91265a1a25ad

Loading…
Cancel
Save