From c329dd214e39b12787a9060ee1aa895cd3ee4176 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 28 Mar 2021 23:32:19 +0200 Subject: [PATCH] update to version 0.20.1 --- .gitignore | 1 + .rust2rpm.conf | 1 + rust-trust-dns-resolver.spec | 19 +++++-------------- sources | 2 +- trust-dns-resolver-fix-metadata.diff | 4 ++-- 5 files changed, 10 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index a7a4d9b..95edef4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /trust-dns-resolver-0.19.5.crate /trust-dns-resolver-0.19.6.crate /trust-dns-resolver-0.20.0.crate +/trust-dns-resolver-0.20.1.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf index 132616e..513039e 100644 --- a/.rust2rpm.conf +++ b/.rust2rpm.conf @@ -1,5 +1,6 @@ [DEFAULT] unwanted-features = + dnssec-ring dns-over-https dns-over-https-rustls dns-over-rustls diff --git a/rust-trust-dns-resolver.spec b/rust-trust-dns-resolver.spec index a671756..c681c69 100644 --- a/rust-trust-dns-resolver.spec +++ b/rust-trust-dns-resolver.spec @@ -7,7 +7,7 @@ %global crate trust-dns-resolver Name: rust-%{crate} -Version: 0.20.0 +Version: 0.20.1 Release: 1%{?dist} Summary: Trust-DNS is a safe and secure DNS library @@ -16,7 +16,7 @@ License: MIT or ASL 2.0 URL: https://crates.io/crates/trust-dns-resolver Source: %{crates_source} # Initial patched metadata -# * No windows deps +# * Drop windows-specific dependencies Patch0: trust-dns-resolver-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -132,18 +132,6 @@ which use "dnssec-openssl" feature of "%{crate}" crate. %files -n %{name}+dnssec-openssl-devel %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}+mdns-devel Summary: %{summary} BuildArch: noarch @@ -307,6 +295,9 @@ which use "trust-dns-openssl" feature of "%{crate}" crate. %endif %changelog +* Sun Mar 28 2021 Fabio Valentini - 0.20.1-1 +- Update to version 0.20.1. + * Mon Mar 08 2021 Fabio Valentini - 0.20.0-1 - Update to version 0.20.0. diff --git a/sources b/sources index ae19958..d4dbe82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (trust-dns-resolver-0.20.0.crate) = 698ad1665b0fd9ae690a4d9dd684e12dd77a60df67dbd7c846071ea54820d3875de01938c3a6b1611e86dd19d65fb72b505086f8c06211c80e4d165c5371eb79 +SHA512 (trust-dns-resolver-0.20.1.crate) = 5dfd640c908ff4353023f2609eba58edb08b00abeb485db1b9e74e9f74bd1114ed8bc0ac891129dfe73f604f22c6707a12672153d615815c5af0643310616d0b diff --git a/trust-dns-resolver-fix-metadata.diff b/trust-dns-resolver-fix-metadata.diff index f196789..47fdb1c 100644 --- a/trust-dns-resolver-fix-metadata.diff +++ b/trust-dns-resolver-fix-metadata.diff @@ -1,5 +1,5 @@ ---- trust-dns-resolver-0.20.0/Cargo.toml 2020-12-29T22:07:59+00:00 -+++ trust-dns-resolver-0.20.0/Cargo.toml 2021-03-08T13:35:32.032670+00:00 +--- trust-dns-resolver-0.20.1/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ trust-dns-resolver-0.20.1/Cargo.toml 2021-03-28T21:04:24.167616+00:00 @@ -128,12 +128,9 @@ dnssec-ring = ["dnssec", "trust-dns-proto/dnssec-ring"] mdns = ["trust-dns-proto/mdns"]