diff --git a/.gitignore b/.gitignore index edcd37d..82298c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /trust-dns-proto-0.7.4.crate +/trust-dns-proto-0.8.0.crate diff --git a/rust-trust-dns-proto.spec b/rust-trust-dns-proto.spec index 289cfe4..22373dd 100644 --- a/rust-trust-dns-proto.spec +++ b/rust-trust-dns-proto.spec @@ -5,18 +5,14 @@ %global crate trust-dns-proto Name: rust-%{crate} -Version: 0.7.4 -Release: 4%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: Trust-DNS is a safe and secure DNS library # Upstream license specification: MIT/Apache-2.0 -# https://github.com/bluejekyll/trust-dns/issues/785 License: MIT or ASL 2.0 URL: https://crates.io/crates/trust-dns-proto Source: %{crates_source} -# Initial patched metadata -# * Update rand to 0.7, https://github.com/bluejekyll/trust-dns/commit/ef44233f786efbb07c2710d907fdb3a8bfe3a126 -Patch0: trust-dns-proto-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -41,6 +37,7 @@ This package contains library source intended for building other packages which use "%{crate}" crate. %files devel +%license LICENSE-APACHE LICENSE-MIT %doc README.md %{cargo_registry}/%{crate}-%{version}/ @@ -164,16 +161,52 @@ which use "serde-config" feature of "%{crate}" crate. %files -n %{name}+serde-config-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml -%package -n %{name}+untrusted-devel +%package -n %{name}+tokio-compat-devel Summary: %{summary} BuildArch: noarch -%description -n %{name}+untrusted-devel %{_description} +%description -n %{name}+tokio-compat-devel %{_description} This package contains library source intended for building other packages -which use "untrusted" feature of "%{crate}" crate. +which use "tokio-compat" feature of "%{crate}" crate. -%files -n %{name}+untrusted-devel +%files -n %{name}+tokio-compat-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+tokio-reactor-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-reactor-devel %{_description} + +This package contains library source intended for building other packages +which use "tokio-reactor" feature of "%{crate}" crate. + +%files -n %{name}+tokio-reactor-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+tokio-tcp-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-tcp-devel %{_description} + +This package contains library source intended for building other packages +which use "tokio-tcp" feature of "%{crate}" crate. + +%files -n %{name}+tokio-tcp-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+tokio-udp-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-udp-devel %{_description} + +This package contains library source intended for building other packages +which use "tokio-udp" feature of "%{crate}" crate. + +%files -n %{name}+tokio-udp-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep @@ -195,6 +228,9 @@ which use "untrusted" feature of "%{crate}" crate. %endif %changelog +* Sun Oct 20 03:00:48 CEST 2019 Robert-André Mauchin - 0.8.0-1 +- Update to 0.8.0 + * Sun Aug 04 13:17:57 CEST 2019 Igor Gnatenko - 0.7.4-4 - Update rand to 0.7 diff --git a/sources b/sources index 1413dff..e1f448b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (trust-dns-proto-0.7.4.crate) = 45822fcd375f01e8e93b91c1806be6c653d202ca93a719af45661b8b5e016a802535774a2adf7ac503d889d4f9589d945c02ec651aa4cb81f443b60e7f082611 +SHA512 (trust-dns-proto-0.8.0.crate) = 5bfa5c8463be9f8590dc52df6059d29dca43067da2dedbd78644a9fee87897fe84640e93197ecf3a4940f0fd1075e086c4ac4d361fbb9caf29d4fb8dae201058 diff --git a/trust-dns-proto-fix-metadata.diff b/trust-dns-proto-fix-metadata.diff deleted file mode 100644 index 4d7168d..0000000 --- a/trust-dns-proto-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- trust-dns-proto-0.7.4/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ trust-dns-proto-0.7.4/Cargo.toml 2019-08-04T11:17:57.512137+00:00 -@@ -58,7 +58,7 @@ - optional = true - - [dependencies.rand] --version = "0.6" -+version = "0.7" - - [dependencies.ring] - version = "0.14"