Update to 0.18.0~alpha.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 5194e180e3
commit 1e32e60f76
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/trust-dns-resolver-0.11.1.crate
/trust-dns-resolver-0.12.0.crate
/trust-dns-resolver-0.18.0-alpha.2.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 12
# * Tests are missing files
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate trust-dns-resolver
Name: rust-%{crate}
Version: 0.12.0
Version: 0.18.0~alpha.2
Release: 1%{?dist}
Summary: Trust-DNS is a safe and secure DNS library
@ -45,7 +45,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -57,7 +57,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dns-over-https-devel
Summary: %{summary}
@ -69,7 +69,7 @@ This package contains library source intended for building other packages
which use "dns-over-https" feature of "%{crate}" crate.
%files -n %{name}+dns-over-https-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dns-over-https-rustls-devel
Summary: %{summary}
@ -81,7 +81,7 @@ This package contains library source intended for building other packages
which use "dns-over-https-rustls" feature of "%{crate}" crate.
%files -n %{name}+dns-over-https-rustls-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dns-over-native-tls-devel
Summary: %{summary}
@ -93,7 +93,7 @@ This package contains library source intended for building other packages
which use "dns-over-native-tls" feature of "%{crate}" crate.
%files -n %{name}+dns-over-native-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dns-over-openssl-devel
Summary: %{summary}
@ -105,7 +105,7 @@ This package contains library source intended for building other packages
which use "dns-over-openssl" feature of "%{crate}" crate.
%files -n %{name}+dns-over-openssl-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dns-over-rustls-devel
Summary: %{summary}
@ -117,7 +117,7 @@ This package contains library source intended for building other packages
which use "dns-over-rustls" feature of "%{crate}" crate.
%files -n %{name}+dns-over-rustls-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dns-over-tls-devel
Summary: %{summary}
@ -129,7 +129,7 @@ This package contains library source intended for building other packages
which use "dns-over-tls" feature of "%{crate}" crate.
%files -n %{name}+dns-over-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dnssec-devel
Summary: %{summary}
@ -141,7 +141,7 @@ This package contains library source intended for building other packages
which use "dnssec" feature of "%{crate}" crate.
%files -n %{name}+dnssec-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dnssec-openssl-devel
Summary: %{summary}
@ -153,7 +153,7 @@ This package contains library source intended for building other packages
which use "dnssec-openssl" feature of "%{crate}" crate.
%files -n %{name}+dnssec-openssl-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dnssec-ring-devel
Summary: %{summary}
@ -165,7 +165,7 @@ 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}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+mdns-devel
Summary: %{summary}
@ -177,7 +177,7 @@ This package contains library source intended for building other packages
which use "mdns" feature of "%{crate}" crate.
%files -n %{name}+mdns-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rustls-devel
Summary: %{summary}
@ -189,7 +189,7 @@ This package contains library source intended for building other packages
which use "rustls" feature of "%{crate}" crate.
%files -n %{name}+rustls-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
@ -201,7 +201,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-config-devel
Summary: %{summary}
@ -213,7 +213,7 @@ This package contains library source intended for building other packages
which use "serde-config" feature of "%{crate}" crate.
%files -n %{name}+serde-config-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-devel
Summary: %{summary}
@ -225,7 +225,19 @@ This package contains library source intended for building other packages
which use "tokio" feature of "%{crate}" crate.
%files -n %{name}+tokio-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-compat-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-compat-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-compat" feature of "%{crate}" crate.
%files -n %{name}+tokio-compat-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+trust-dns-https-devel
Summary: %{summary}
@ -237,7 +249,7 @@ This package contains library source intended for building other packages
which use "trust-dns-https" feature of "%{crate}" crate.
%files -n %{name}+trust-dns-https-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+trust-dns-native-tls-devel
Summary: %{summary}
@ -249,7 +261,7 @@ This package contains library source intended for building other packages
which use "trust-dns-native-tls" feature of "%{crate}" crate.
%files -n %{name}+trust-dns-native-tls-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+trust-dns-openssl-devel
Summary: %{summary}
@ -261,7 +273,7 @@ This package contains library source intended for building other packages
which use "trust-dns-openssl" feature of "%{crate}" crate.
%files -n %{name}+trust-dns-openssl-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+trust-dns-rustls-devel
Summary: %{summary}
@ -273,7 +285,7 @@ This package contains library source intended for building other packages
which use "trust-dns-rustls" feature of "%{crate}" crate.
%files -n %{name}+trust-dns-rustls-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+webpki-roots-devel
Summary: %{summary}
@ -285,7 +297,7 @@ This package contains library source intended for building other packages
which use "webpki-roots" feature of "%{crate}" crate.
%files -n %{name}+webpki-roots-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -306,6 +318,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 14 13:58:38 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.18.0~alpha.2-1
- Update to 0.18.0~alpha.2
* Fri Dec 13 01:16:39 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.12.0-1
- Release 0.12.0

@ -1 +1 @@
SHA512 (trust-dns-resolver-0.12.0.crate) = 4e1d7a9edd7e869e2cc5c950435752a3b7b7c61e5fa8b7188dd80abc9ad7b0f6079e3c93d177f4ba2684ef73802b7b438992a87257a50e63116712a3f46df926
SHA512 (trust-dns-resolver-0.18.0-alpha.2.crate) = 5e0f29954a3af745c9918b0d96852b9032ff1fb0b14adb3c26e3c9b62bdf31b5d7962ac9bce16712c637a7ca9cdf9345fa06bafae107d6f56b0e7658e9848e35

@ -1,11 +1,11 @@
-- trust-dns-resolver-0.12.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ trust-dns-resolver-0.12.0/Cargo.toml 2019-12-13T00:16:39.538077+00:00
@@ -117,8 +117,6 @@
dnssec-ring = ["dnssec", "trust-dns-proto/dnssec-ring"]
--- trust-dns-resolver-0.18.0-alpha.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ trust-dns-resolver-0.18.0-alpha.2/Cargo.toml 2019-12-14T12:58:38.622380+00:00
@@ -105,8 +105,6 @@
mdns = ["trust-dns-proto/mdns"]
serde-config = ["serde", "trust-dns-proto/serde-config"]
tokio-compat = ["tokio", "trust-dns-proto/tokio-compat"]
-[target."cfg(windows)".dependencies.ipconfig]
-version = "^0.2.0"
-version = "0.2.0"
[badges.appveyor]
branch = "master"
repository = "bluejekyll/trust-dns"

Loading…
Cancel
Save