Update to 0.19.3

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent d070583353
commit 74b63866c9
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/trust-dns-proto-0.8.0.crate
/trust-dns-proto-0.18.0-alpha.2.crate
/trust-dns-proto-0.18.0.crate
/trust-dns-proto-0.19.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 12
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate trust-dns-proto
Name: rust-%{crate}
Version: 0.18.0
Release: 3%{?dist}
Version: 0.19.3
Release: 1%{?dist}
Summary: Trust-DNS is a safe and secure DNS library
# Upstream license specification: MIT/Apache-2.0
@ -101,6 +101,18 @@ which use "dnssec-ring" feature of "%{crate}" crate.
%files -n %{name}+dnssec-ring-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+js-sys-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+js-sys-devel %{_description}
This package contains library source intended for building other packages
which use "js-sys" feature of "%{crate}" crate.
%files -n %{name}+js-sys-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+mdns-devel
Summary: %{summary}
BuildArch: noarch
@ -161,6 +173,18 @@ which use "serde-config" feature of "%{crate}" crate.
%files -n %{name}+serde-config-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+socket2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+socket2-devel %{_description}
This package contains library source intended for building other packages
which use "socket2" feature of "%{crate}" crate.
%files -n %{name}+socket2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+testing-devel
Summary: %{summary}
BuildArch: noarch
@ -197,6 +221,30 @@ which use "tokio-runtime" feature of "%{crate}" crate.
%files -n %{name}+tokio-runtime-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+wasm-bindgen-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+wasm-bindgen-devel %{_description}
This package contains library source intended for building other packages
which use "wasm-bindgen" feature of "%{crate}" crate.
%files -n %{name}+wasm-bindgen-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+wasm-bindgen-crate-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+wasm-bindgen-crate-devel %{_description}
This package contains library source intended for building other packages
which use "wasm-bindgen-crate" feature of "%{crate}" crate.
%files -n %{name}+wasm-bindgen-crate-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -216,6 +264,9 @@ which use "tokio-runtime" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 23 21:32:48 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.19.3-1
- Update to 0.19.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (trust-dns-proto-0.18.0.crate) = 9c6cf6c61937c850444f0bb7b1912e1e43f3212c3e316187a3523efab1d3dbe456fcdf0ae4b3ad9af3a879f2ee7f102154a61ca5bf41f43e3725a007893d6963
SHA512 (trust-dns-proto-0.19.3.crate) = f446f5c1ee533290594e536c5c816456e9c39cf3ab2fcb8ad05bc977b17df511d071217c134bd8ada8064037dcf558f309ad7dd67bd0e06463a1a84f285dab2a

Loading…
Cancel
Save