update to version 0.19.6

epel9
Fabio Valentini 4 years ago
parent c7795d0a68
commit 495f1f7f01
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/trust-dns-resolver-0.19.3.crate
/trust-dns-resolver-0.19.4.crate
/trust-dns-resolver-0.19.5.crate
/trust-dns-resolver-0.19.6.crate

@ -1,13 +1,14 @@
# Generated by rust2rpm 13
# * Tests are missing files
# Generated by rust2rpm 16
# * /etc/hosts and /etc/resolv.conf are not available in mock
# * no internet connectivity in mock
%bcond_with check
%global debug_package %{nil}
%global crate trust-dns-resolver
Name: rust-%{crate}
Version: 0.19.5
Release: 2%{?dist}
Version: 0.19.6
Release: 1%{?dist}
Summary: Trust-DNS is a safe and secure DNS library
# Upstream license specification: MIT/Apache-2.0
@ -15,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
# * No windows deps
Patch0: trust-dns-resolver-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -167,18 +168,6 @@ 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}+ipconfig-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ipconfig-devel %{_description}
This package contains library source intended for building other packages
which use "ipconfig" feature of "%{crate}" crate.
%files -n %{name}+ipconfig-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+mdns-devel
Summary: %{summary}
BuildArch: noarch
@ -402,6 +391,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
%endif
%changelog
* Sun Nov 22 2020 Fabio Valentini <decathorpe@gmail.com> - 0.19.6-1
- Update to version 0.19.6.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (trust-dns-resolver-0.19.5.crate) = c68c3b0df8921d240da4be71b1a35d0970259bbb918f84f74308d64178fe64cc82b17cd26c25491a49949c434ef873d7d1e56e4e02068b5afb80ad2fb2e40ee7
SHA512 (trust-dns-resolver-0.19.6.crate) = fcc6771d4ae07a8584b4e229c260dddaf291fc7559cfc6b77d71054c88d90474a803f1af28651c2a9817ddc7c98b405047a92f50634c6b4e3391c3d48382eebe

@ -1,5 +1,5 @@
--- trust-dns-resolver-0.19.4/Cargo.toml 2020-04-12T00:27:37+00:00
+++ trust-dns-resolver-0.19.4/Cargo.toml 2020-04-19T10:18:07.194132+00:00
--- trust-dns-resolver-0.19.6/Cargo.toml 2020-11-13T19:18:12+00:00
+++ trust-dns-resolver-0.19.6/Cargo.toml 2020-11-22T13:11:36.968150+00:00
@@ -127,12 +127,9 @@
dnssec-ring = ["dnssec", "trust-dns-proto/dnssec-ring"]
mdns = ["trust-dns-proto/mdns"]

Loading…
Cancel
Save