Update to 2.2.3

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 3692ec7a16
commit 498ccf3231
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -3,3 +3,4 @@
/subtle-2.1.1.crate /subtle-2.1.1.crate
/subtle-2.2.1.crate /subtle-2.2.1.crate
/subtle-2.2.2.crate /subtle-2.2.2.crate
/subtle-2.2.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate subtle %global crate subtle
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.2.2 Version: 2.2.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Pure-Rust traits and utilities for constant-time cryptographic implementations Summary: Pure-Rust traits and utilities for constant-time cryptographic implementations
# Upstream license specification: BSD-3-Clause # Upstream license specification: BSD-3-Clause
@ -38,7 +38,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}
@ -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}+i128-devel %package -n %{name}+i128-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "i128" feature of "%{crate}" crate. which use "i128" feature of "%{crate}" crate.
%files -n %{name}+i128-devel %files -n %{name}+i128-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel %package -n %{name}+nightly-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate. which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel %files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -86,7 +86,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate. which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-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
@ -107,6 +107,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jun 01 14:04:55 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.2.3-1
- Update to 2.2.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (subtle-2.2.2.crate) = c87f45ad2b80fdeb6e11f2c4954f51bd9d7aebb65e5f07ab7454f14d26ca5a4fb1f5af292df40ea4a7a2e4ff19ffc5c5405132837e6ee28638729000f6f785ad SHA512 (subtle-2.2.3.crate) = 00aaaa95401cf10a198d2169a245289bc015b2c494ab945adaf7d3b42495583931b96fbf85a034bc40f325d21734bd5914aa5065aa289a7d319d7daecd5bae5c

Loading…
Cancel
Save