Update to 0.18.0~alpha.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent bd41158af2
commit f2d11fb0c2
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/trust-dns-proto-0.7.4.crate
/trust-dns-proto-0.8.0.crate
/trust-dns-proto-0.18.0-alpha.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 12
%bcond_without check
%global debug_package %{nil}
%global crate trust-dns-proto
Name: rust-%{crate}
Version: 0.8.0
Version: 0.18.0~alpha.2
Release: 1%{?dist}
Summary: Trust-DNS is a safe and secure DNS library
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+data-encoding-devel
Summary: %{summary}
@ -63,7 +63,7 @@ This package contains library source intended for building other packages
which use "data-encoding" feature of "%{crate}" crate.
%files -n %{name}+data-encoding-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dnssec-devel
Summary: %{summary}
@ -75,7 +75,7 @@ This package contains library source intended for building other packages
which use "dnssec" feature of "%{crate}" crate.
%files -n %{name}+dnssec-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dnssec-openssl-devel
Summary: %{summary}
@ -87,7 +87,7 @@ This package contains library source intended for building other packages
which use "dnssec-openssl" feature of "%{crate}" crate.
%files -n %{name}+dnssec-openssl-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dnssec-ring-devel
Summary: %{summary}
@ -99,7 +99,7 @@ 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}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+mdns-devel
Summary: %{summary}
@ -111,7 +111,7 @@ This package contains library source intended for building other packages
which use "mdns" feature of "%{crate}" crate.
%files -n %{name}+mdns-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+openssl-devel
Summary: %{summary}
@ -123,7 +123,7 @@ This package contains library source intended for building other packages
which use "openssl" feature of "%{crate}" crate.
%files -n %{name}+openssl-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ring-devel
Summary: %{summary}
@ -135,7 +135,7 @@ This package contains library source intended for building other packages
which use "ring" feature of "%{crate}" crate.
%files -n %{name}+ring-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
@ -147,7 +147,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-config-devel
Summary: %{summary}
@ -159,55 +159,31 @@ This package contains library source intended for building other packages
which use "serde-config" feature of "%{crate}" crate.
%files -n %{name}+serde-config-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-compat-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-compat-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-compat" feature of "%{crate}" crate.
%files -n %{name}+tokio-compat-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+tokio-reactor-devel
%package -n %{name}+tokio-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-reactor-devel %{_description}
%description -n %{name}+tokio-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-reactor" feature of "%{crate}" crate.
which use "tokio" feature of "%{crate}" crate.
%files -n %{name}+tokio-reactor-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+tokio-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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
%package -n %{name}+tokio-compat-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-udp-devel %{_description}
%description -n %{name}+tokio-compat-devel %{_description}
This package contains library source intended for building other packages
which use "tokio-udp" feature of "%{crate}" crate.
which use "tokio-compat" feature of "%{crate}" crate.
%files -n %{name}+tokio-udp-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+tokio-compat-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -228,6 +204,9 @@ which use "tokio-udp" feature of "%{crate}" crate.
%endif
%changelog
* Sat Dec 14 14:00:44 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.18.0~alpha.2-1
- Update to 0.18.0~alpha.2
* Sun Oct 20 03:00:48 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.0-1
- Update to 0.8.0

@ -1 +1 @@
SHA512 (trust-dns-proto-0.8.0.crate) = 5bfa5c8463be9f8590dc52df6059d29dca43067da2dedbd78644a9fee87897fe84640e93197ecf3a4940f0fd1075e086c4ac4d361fbb9caf29d4fb8dae201058
SHA512 (trust-dns-proto-0.18.0-alpha.2.crate) = 2c89c50121807cfe0e7a8a70227f920846163d95dae149a20ab15362c3fbb2175e634718fa70d0a82b08c7d631e241cd38e8a3b52bfb4b8da8c7fcc04b2a6d33

Loading…
Cancel
Save