update to version 0.20.1

epel9
Fabio Valentini 4 years ago
parent 46a2e25e9a
commit 4f9cbc3252
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/trust-dns-proto-0.19.5.crate /trust-dns-proto-0.19.5.crate
/trust-dns-proto-0.19.6.crate /trust-dns-proto-0.19.6.crate
/trust-dns-proto-0.20.0.crate /trust-dns-proto-0.20.0.crate
/trust-dns-proto-0.20.1.crate

@ -0,0 +1,7 @@
[DEFAULT]
unwanted-features =
dnssec-ring
js-sys
ring
wasm-bindgen
wasm-bindgen-crate

@ -5,7 +5,7 @@
%global crate trust-dns-proto %global crate trust-dns-proto
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.20.0 Version: 0.20.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Trust-DNS is a safe and secure DNS library Summary: Trust-DNS is a safe and secure DNS library
@ -89,30 +89,6 @@ which use "dnssec-openssl" feature of "%{crate}" crate.
%files -n %{name}+dnssec-openssl-devel %files -n %{name}+dnssec-openssl-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dnssec-ring-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dnssec-ring-devel %{_description}
This package contains library source intended for building other packages
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 %package -n %{name}+mdns-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -137,18 +113,6 @@ which use "openssl" feature of "%{crate}" crate.
%files -n %{name}+openssl-devel %files -n %{name}+openssl-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ring-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ring-devel %{_description}
This package contains library source intended for building other packages
which use "ring" feature of "%{crate}" crate.
%files -n %{name}+ring-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -221,30 +185,6 @@ which use "tokio-runtime" feature of "%{crate}" crate.
%files -n %{name}+tokio-runtime-devel %files -n %{name}+tokio-runtime-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %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 %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -264,6 +204,9 @@ which use "wasm-bindgen-crate" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.20.1-1
- Update to version 0.20.1.
* Mon Mar 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.20.0-1 * Mon Mar 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.20.0-1
- Update to version 0.20.0. - Update to version 0.20.0.

@ -1 +1 @@
SHA512 (trust-dns-proto-0.20.0.crate) = 82002c14f7292c4f9ef921d11f9d92a5df4743b00eb31ef1899ddbb0c2c6ba1c1673620b01001cd8e0c2095e6fdccbdc3585a59cd3773f0d33aaa13d4a685e20 SHA512 (trust-dns-proto-0.20.1.crate) = f5bcbe1be6a2b43128daad3ac8d0d84b228c0707132b41ce5c6b9f61143adfef25fd1a288b73008ebb5eb8b97202aceb8bca223aa2f9f8f2e70fac8f8a071d62

Loading…
Cancel
Save