Update to 0.1.13

epel9
Josh Stone 5 years ago
parent 312d8dcc7c
commit c1f3351bf7

1
.gitignore vendored

@ -5,3 +5,4 @@
/signal-hook-0.1.10.crate /signal-hook-0.1.10.crate
/signal-hook-0.1.11.crate /signal-hook-0.1.11.crate
/signal-hook-0.1.12.crate /signal-hook-0.1.12.crate
/signal-hook-0.1.13.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate signal-hook %global crate signal-hook
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.12 Version: 0.1.13
Release: 1%{?dist} Release: 1%{?dist}
Summary: Unix signal handling Summary: Unix signal handling
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%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}
@ -50,7 +50,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}+futures-devel %package -n %{name}+futures-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "futures" feature of "%{crate}" crate. which use "futures" feature of "%{crate}" crate.
%files -n %{name}+futures-devel %files -n %{name}+futures-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+mio-devel %package -n %{name}+mio-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "mio" feature of "%{crate}" crate. which use "mio" feature of "%{crate}" crate.
%files -n %{name}+mio-devel %files -n %{name}+mio-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+mio-support-devel %package -n %{name}+mio-support-devel
Summary: %{summary} Summary: %{summary}
@ -86,7 +86,7 @@ This package contains library source intended for building other packages
which use "mio-support" feature of "%{crate}" crate. which use "mio-support" feature of "%{crate}" crate.
%files -n %{name}+mio-support-devel %files -n %{name}+mio-support-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-reactor-devel %package -n %{name}+tokio-reactor-devel
Summary: %{summary} Summary: %{summary}
@ -98,7 +98,7 @@ This package contains library source intended for building other packages
which use "tokio-reactor" feature of "%{crate}" crate. which use "tokio-reactor" feature of "%{crate}" crate.
%files -n %{name}+tokio-reactor-devel %files -n %{name}+tokio-reactor-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-support-devel %package -n %{name}+tokio-support-devel
Summary: %{summary} Summary: %{summary}
@ -110,7 +110,7 @@ This package contains library source intended for building other packages
which use "tokio-support" feature of "%{crate}" crate. which use "tokio-support" feature of "%{crate}" crate.
%files -n %{name}+tokio-support-devel %files -n %{name}+tokio-support-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
@ -131,6 +131,9 @@ which use "tokio-support" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 0.1.13-1
- Update to 0.1.13
* Thu Nov 28 15:15:09 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.12-1 * Thu Nov 28 15:15:09 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.12-1
- Update to 0.1.12 - Update to 0.1.12

@ -1 +1 @@
SHA512 (signal-hook-0.1.12.crate) = e2b2308562491fa5e500aa4edc5f75eb40beb4c9263273c77da9f02e95331086cb80ece09b9a903bf775cb5a355957e01086bb5c0bffde7f5d1cb96969eac70e SHA512 (signal-hook-0.1.13.crate) = 68e3fe068aaf962df3692472b6dcc44f1c2fa6eabfa35d3b510c2b2f3c1e8a8e10913022ede964a83682203d5e1cebe5e68851f597ba4b479efb6984096df68d

Loading…
Cancel
Save