|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate trust-dns-resolver
|
|
|
|
%global crate trust-dns-resolver
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.19.4
|
|
|
|
Version: 0.19.5
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
@ -167,6 +167,18 @@ which use "dnssec-ring" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+dnssec-ring-devel
|
|
|
|
%files -n %{name}+dnssec-ring-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%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
|
|
|
|
%package -n %{name}+mdns-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -390,6 +402,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 05 2020 Josh Stone <jistone@redhat.com> - 0.19.5-1
|
|
|
|
|
|
|
|
- Update to 0.19.5
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 19 12:18:07 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.19.4-1
|
|
|
|
* Sun Apr 19 12:18:07 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.19.4-1
|
|
|
|
- Update to 0.19.4
|
|
|
|
- Update to 0.19.4
|
|
|
|
|
|
|
|
|
|
|
|