Update to 1.2.1

epel9
Josh Stone 4 years ago
parent bc153bdf5f
commit 57aee06688

1
.gitignore vendored

@ -2,3 +2,4 @@
/signal-hook-registry-1.0.1.crate /signal-hook-registry-1.0.1.crate
/signal-hook-registry-1.1.1.crate /signal-hook-registry-1.1.1.crate
/signal-hook-registry-1.2.0.crate /signal-hook-registry-1.2.0.crate
/signal-hook-registry-1.2.1.crate

@ -1,12 +1,12 @@
# 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-registry %global crate signal-hook-registry
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.0 Version: 1.2.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Backend crate for signal-hook Summary: Backend crate for signal-hook
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 1.2.1-1
- Update to 1.2.1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (signal-hook-registry-1.2.0.crate) = f4552fbeb50f66a2ee1d9826fd74a8ecb3e6d242913c20ca7099d165afb55ecd359a44427b8c3eb73bfc4e3c887d972853b49a842472389454988060dd4aaa07 SHA512 (signal-hook-registry-1.2.1.crate) = 91a5a22bd89f8c04cdb78809d6610ca39e1111a356e797206c42f7305d57f43a8f1e6d5ac60ca9e5f86299372e86ff692baeabc6d9913c56ee92d260ee1ae477

Loading…
Cancel
Save