diff --git a/.gitignore b/.gitignore index 03914e2..b95dad5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /trust-dns-resolver-0.12.0.crate /trust-dns-resolver-0.18.0-alpha.2.crate /trust-dns-resolver-0.18.0.crate +/trust-dns-resolver-0.19.3.crate diff --git a/rust-trust-dns-resolver.spec b/rust-trust-dns-resolver.spec index 35c086e..b8f5ac0 100644 --- a/rust-trust-dns-resolver.spec +++ b/rust-trust-dns-resolver.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 12 +# Generated by rust2rpm 13 # * Tests are missing files %bcond_with check %global debug_package %{nil} @@ -6,8 +6,8 @@ %global crate trust-dns-resolver Name: rust-%{crate} -Version: 0.18.0 -Release: 2%{?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 @@ -179,6 +179,18 @@ which use "mdns" feature of "%{crate}" crate. %files -n %{name}+mdns-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%package -n %{name}+resolv-conf-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+resolv-conf-devel %{_description} + +This package contains library source intended for building other packages +which use "resolv-conf" feature of "%{crate}" crate. + +%files -n %{name}+resolv-conf-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+rustls-devel Summary: %{summary} BuildArch: noarch @@ -215,6 +227,30 @@ 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}+system-config-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+system-config-devel %{_description} + +This package contains library source intended for building other packages +which use "system-config" feature of "%{crate}" crate. + +%files -n %{name}+system-config-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+testing-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+testing-devel %{_description} + +This package contains library source intended for building other packages +which use "testing" feature of "%{crate}" crate. + +%files -n %{name}+testing-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + %package -n %{name}+tokio-devel Summary: %{summary} BuildArch: noarch @@ -227,16 +263,52 @@ which use "tokio" feature of "%{crate}" crate. %files -n %{name}+tokio-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml -%package -n %{name}+tokio-compat-devel +%package -n %{name}+tokio-openssl-devel Summary: %{summary} BuildArch: noarch -%description -n %{name}+tokio-compat-devel %{_description} +%description -n %{name}+tokio-openssl-devel %{_description} This package contains library source intended for building other packages -which use "tokio-compat" feature of "%{crate}" crate. +which use "tokio-openssl" feature of "%{crate}" crate. -%files -n %{name}+tokio-compat-devel +%files -n %{name}+tokio-openssl-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+tokio-runtime-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-runtime-devel %{_description} + +This package contains library source intended for building other packages +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}+tokio-rustls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-rustls-devel %{_description} + +This package contains library source intended for building other packages +which use "tokio-rustls" feature of "%{crate}" crate. + +%files -n %{name}+tokio-rustls-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+tokio-tls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-tls-devel %{_description} + +This package contains library source intended for building other packages +which use "tokio-tls" feature of "%{crate}" crate. + +%files -n %{name}+tokio-tls-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+trust-dns-https-devel @@ -318,6 +390,9 @@ which use "webpki-roots" feature of "%{crate}" crate. %endif %changelog +* Sun Feb 23 21:34:24 CET 2020 Igor Raits - 0.19.3-1 +- Update to 0.19.3 + * Thu Jan 30 2020 Fedora Release Engineering - 0.18.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 46eaf83..7ffb0d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (trust-dns-resolver-0.18.0.crate) = b53d8dd2a35ca48755e0eb33dab5fb46abcbc9df6ecc0e3a2e50cd14fda6a220eca11c04cc08affad025d2549dec8df44b58d016a4f5a85dcc8505a5bad630a4 +SHA512 (trust-dns-resolver-0.19.3.crate) = f6193795c66528d7ba36feaa76851130bd407000440bdc5e95845f3bb224f0d4044da2fab7da331bb3f8f3fcae49edd13081e9ee85b2880aa2af12df4c009d4f diff --git a/trust-dns-resolver-fix-metadata.diff b/trust-dns-resolver-fix-metadata.diff index 41109ec..caa53e8 100644 --- a/trust-dns-resolver-fix-metadata.diff +++ b/trust-dns-resolver-fix-metadata.diff @@ -1,11 +1,16 @@ ---- trust-dns-resolver-0.18.0/Cargo.toml 2019-12-22T21:39:19+00:00 -+++ trust-dns-resolver-0.18.0/Cargo.toml 2019-12-25T17:04:14.157870+00:00 -@@ -115,8 +115,6 @@ +--- trust-dns-resolver-0.19.3/Cargo.toml 2020-02-15T23:56:37+00:00 ++++ trust-dns-resolver-0.19.3/Cargo.toml 2020-02-23T20:34:24.920448+00:00 +@@ -127,12 +127,9 @@ + dnssec-ring = ["dnssec", "trust-dns-proto/dnssec-ring"] mdns = ["trust-dns-proto/mdns"] serde-config = ["serde", "trust-dns-proto/serde-config"] +-system-config = ["ipconfig", "resolv-conf"] ++system-config = ["resolv-conf"] + testing = [] tokio-runtime = ["tokio/rt-core", "trust-dns-proto/tokio-runtime"] -[target."cfg(windows)".dependencies.ipconfig] -version = "0.2.0" +-optional = true [badges.codecov] branch = "master" repository = "bluejekyll/trust-dns"