The package rpms/rust-actix-tls.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-actix-tls.git/commit/?id=b7ba54... https://src.fedoraproject.org/cgit/rpms/rust-actix-tls.git/commit/?id=ab6c6e....
Change: +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit b703b6992c748a3bdaa48c212cd86dae663d96fe Author: Fabio Valentini decathorpe@gmail.com Date: Wed Jun 1 00:10:44 2022 +0200
Update to version 3.0.3; Fixes RHBZ#2035682
diff --git a/.gitignore b/.gitignore index a58c37f..2fa39d7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /actix-tls-2.0.0-alpha.1.crate /actix-tls-2.0.0-alpha.2.crate /actix-tls-2.0.0.crate +/actix-tls-3.0.3.crate diff --git a/actix-tls-fix-metadata.diff b/actix-tls-fix-metadata.diff index b76fb08..9cc5524 100644 --- a/actix-tls-fix-metadata.diff +++ b/actix-tls-fix-metadata.diff @@ -1,36 +1,25 @@ ---- actix-tls-2.0.0/Cargo.toml 2020-09-08T17:23:36+00:00 -+++ actix-tls-2.0.0/Cargo.toml 2020-11-02T23:58:47.339973+00:00 -@@ -50,33 +50,15 @@ +--- actix-tls-3.0.3/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ actix-tls-3.0.3/Cargo.toml 2022-05-16T10:24:06.225957+00:00 +@@ -71,16 +71,8 @@ + version = "0.6" optional = true - package = "openssl"
--[dependencies.rust-tls] --version = "0.18.0" --optional = true --package = "rustls" -- - [dependencies.tokio-openssl] - version = "0.4.0" --optional = true -- -[dependencies.tokio-rustls] --version = "0.14.0" - optional = true - - [dependencies.tokio-tls] - version = "0.3" - optional = true - --[dependencies.webpki] --version = "0.21" +-version = "0.23" -optional = true +- + [dependencies.tokio-util] + version = "0.7" - -[dependencies.webpki-roots] --version = "0.20" +-version = "0.22" -optional = true -- + [features] - default = [] - nativetls = ["native-tls", "tokio-tls"] - openssl = ["open-ssl", "tokio-openssl"] --rustls = ["rust-tls", "webpki", "webpki-roots", "tokio-rustls"] + accept = [] +@@ -88,5 +80,4 @@ + default = ["accept", "connect"] + native-tls = ["tokio-native-tls"] + openssl = ["tls-openssl", "tokio-openssl"] +-rustls = ["tokio-rustls", "webpki-roots"] + uri = ["http"] diff --git a/rust-actix-tls.spec b/rust-actix-tls.spec index aaca7dd..d3e75e8 100644 --- a/rust-actix-tls.spec +++ b/rust-actix-tls.spec @@ -1,31 +1,29 @@ -# Generated by rust2rpm 15 -%bcond_without check +# Generated by rust2rpm 21 +# * tests can only be run in-tree +%bcond_with check %global debug_package %{nil}
%global crate actix-tls
Name: rust-%{crate} -Version: 2.0.0 +Version: 3.0.3 Release: %autorelease -Summary: TLS acceptor services for Actix ecosystem +Summary: TLS acceptor and connector services for Actix ecosystem
# Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/actix-tls Source: %{crates_source} # Initial patched metadata -# * remove features with unpackaged dependencies +# * remove rustls feature (broken dependencies, limited architecture support) Patch0: actix-tls-fix-metadata.diff
ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif
-BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: -TLS acceptor services for Actix ecosystem.} +TLS acceptor and connector services for Actix ecosystem.}
%description %{_description}
@@ -35,13 +33,14 @@ BuildArch: noarch
%description devel %{_description}
-This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate.
%files devel -%license LICENSE-MIT LICENSE-APACHE -%doc CHANGES.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGES.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -49,47 +48,59 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
-This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+native-tls-devel +%package -n %{name}+accept-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+native-tls-devel %{_description} +%description -n %{name}+accept-devel %{_description}
-This package contains library source intended for building other packages -which use "native-tls" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "accept" feature of the "%{crate}" crate.
-%files -n %{name}+native-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+accept-devel +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+nativetls-devel +%package -n %{name}+connect-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+nativetls-devel %{_description} +%description -n %{name}+connect-devel %{_description}
-This package contains library source intended for building other packages -which use "nativetls" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "connect" feature of the "%{crate}" crate.
-%files -n %{name}+nativetls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+connect-devel +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+open-ssl-devel +%package -n %{name}+http-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+open-ssl-devel %{_description} +%description -n %{name}+http-devel %{_description} + +This package contains library source intended for building other packages which +use the "http" feature of the "%{crate}" crate. + +%files -n %{name}+http-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+native-tls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+native-tls-devel %{_description}
-This package contains library source intended for building other packages -which use "open-ssl" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "native-tls" feature of the "%{crate}" crate.
-%files -n %{name}+open-ssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+native-tls-devel +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+openssl-devel Summary: %{summary} @@ -97,11 +108,35 @@ BuildArch: noarch
%description -n %{name}+openssl-devel %{_description}
-This package contains library source intended for building other packages -which use "openssl" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "openssl" feature of the "%{crate}" crate.
%files -n %{name}+openssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+tls-openssl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tls-openssl-devel %{_description} + +This package contains library source intended for building other packages which +use the "tls-openssl" feature of the "%{crate}" crate. + +%files -n %{name}+tls-openssl-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+tokio-native-tls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-native-tls-devel %{_description} + +This package contains library source intended for building other packages which +use the "tokio-native-tls" feature of the "%{crate}" crate. + +%files -n %{name}+tokio-native-tls-devel +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tokio-openssl-devel Summary: %{summary} @@ -109,23 +144,23 @@ BuildArch: noarch
%description -n %{name}+tokio-openssl-devel %{_description}
-This package contains library source intended for building other packages -which use "tokio-openssl" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "tokio-openssl" feature of the "%{crate}" crate.
%files -n %{name}+tokio-openssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+tokio-tls-devel +%package -n %{name}+uri-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+tokio-tls-devel %{_description} +%description -n %{name}+uri-devel %{_description}
-This package contains library source intended for building other packages -which use "tokio-tls" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "uri" feature of the "%{crate}" crate.
-%files -n %{name}+tokio-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+uri-devel +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 8f19840..51479d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (actix-tls-2.0.0.crate) = b47d5e14707bf4767c6630e0c3820e2990795cc91a6ab76d07f3bdfb73efe3960eb1244c961bff54da3de4f42da3b91fbbc4d7081bd28b8e12e66d86f99f0b6a +SHA512 (actix-tls-3.0.3.crate) = bebbb7e6f42e0b38e92713bdb92c348419cc49731dc00fb64cb5c5b7962f2885b8b100e9ad047a1c47bf4bd9271230ff89fa323e266cdf5ae5623649fd794cba
commit 976bf1008a7e221110929a7724da590b8b1799a0 Author: Fabio Valentini decathorpe@gmail.com Date: Mon May 16 12:22:56 2022 +0200
Convert to rpmautospec
diff --git a/changelog b/changelog new file mode 100644 index 0000000..2372842 --- /dev/null +++ b/changelog @@ -0,0 +1,32 @@ +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Nov 3 00:59:10 CET 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-2 +- Remove features with unpackaged dependencies. + +* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-1 +- Update to version 2.0.0. + +* Sat Aug 29 08:42:05 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.2-1 +- Update to 2.0.0-alpha.2 + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~alpha.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Mar 08 08:05:44 CET 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.1-1 +- Update to 2.0.0-alpha.1 + +* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 20 18:43:01 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-2 +- Regenerate + +* Sat Dec 14 16:22:08 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-1 +- Initial package diff --git a/rust-actix-tls.spec b/rust-actix-tls.spec index b505d27..aaca7dd 100644 --- a/rust-actix-tls.spec +++ b/rust-actix-tls.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 2.0.0 -Release: 5%{?dist} +Release: %autorelease Summary: TLS acceptor services for Actix ecosystem
# Upstream license specification: MIT OR Apache-2.0 @@ -146,35 +146,4 @@ which use "tokio-tls" feature of "%{crate}" crate. %endif
%changelog -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Nov 3 00:59:10 CET 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-2 -- Remove features with unpackaged dependencies. - -* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-1 -- Update to version 2.0.0. - -* Sat Aug 29 08:42:05 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.2-1 -- Update to 2.0.0-alpha.2 - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~alpha.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun Mar 08 08:05:44 CET 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.1-1 -- Update to 2.0.0-alpha.1 - -* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Dec 20 18:43:01 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-2 -- Regenerate - -* Sat Dec 14 16:22:08 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-1 -- Initial package +%autochangelog
commit 9e9433aef9e851125315f18d2393dcdcd8a255e1 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 21 19:33:54 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-actix-tls.spec b/rust-actix-tls.spec index 32c3ca1..b505d27 100644 --- a/rust-actix-tls.spec +++ b/rust-actix-tls.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: TLS acceptor services for Actix ecosystem
# Upstream license specification: MIT OR Apache-2.0 @@ -146,6 +146,9 @@ which use "tokio-tls" feature of "%{crate}" crate. %endif
%changelog +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit b7ba54efed12365193c4baa096926e22487aff8a Author: Tomas Hrcka thrcka@redhat.com Date: Tue Dec 7 13:44:26 2021 +0100
Unretirement request
https://pagure.io/releng/issue/10431
Signed-off-by: Tomas Hrcka thrcka@redhat.com
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a58c37f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/actix-tls-1.0.0.crate +/actix-tls-2.0.0-alpha.1.crate +/actix-tls-2.0.0-alpha.2.crate +/actix-tls-2.0.0.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..338867d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-actix-tls + +The rust-actix-tls package \ No newline at end of file diff --git a/actix-tls-fix-metadata.diff b/actix-tls-fix-metadata.diff new file mode 100644 index 0000000..b76fb08 --- /dev/null +++ b/actix-tls-fix-metadata.diff @@ -0,0 +1,36 @@ +--- actix-tls-2.0.0/Cargo.toml 2020-09-08T17:23:36+00:00 ++++ actix-tls-2.0.0/Cargo.toml 2020-11-02T23:58:47.339973+00:00 +@@ -50,33 +50,15 @@ + optional = true + package = "openssl" + +-[dependencies.rust-tls] +-version = "0.18.0" +-optional = true +-package = "rustls" +- + [dependencies.tokio-openssl] + version = "0.4.0" +-optional = true +- +-[dependencies.tokio-rustls] +-version = "0.14.0" + optional = true + + [dependencies.tokio-tls] + version = "0.3" + optional = true + +-[dependencies.webpki] +-version = "0.21" +-optional = true +- +-[dependencies.webpki-roots] +-version = "0.20" +-optional = true +- + [features] + default = [] + nativetls = ["native-tls", "tokio-tls"] + openssl = ["open-ssl", "tokio-openssl"] +-rustls = ["rust-tls", "webpki", "webpki-roots", "tokio-rustls"] diff --git a/dead.package b/dead.package deleted file mode 100644 index 5ac8255..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -no longer used diff --git a/rust-actix-tls.spec b/rust-actix-tls.spec new file mode 100644 index 0000000..32c3ca1 --- /dev/null +++ b/rust-actix-tls.spec @@ -0,0 +1,177 @@ +# Generated by rust2rpm 15 +%bcond_without check +%global debug_package %{nil} + +%global crate actix-tls + +Name: rust-%{crate} +Version: 2.0.0 +Release: 4%{?dist} +Summary: TLS acceptor services for Actix ecosystem + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/actix-tls +Source: %{crates_source} +# Initial patched metadata +# * remove features with unpackaged dependencies +Patch0: actix-tls-fix-metadata.diff + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +TLS acceptor services for Actix ecosystem.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE-MIT LICENSE-APACHE +%doc CHANGES.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +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_no_tilde}/Cargo.toml + +%package -n %{name}+native-tls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+native-tls-devel %{_description} + +This package contains library source intended for building other packages +which use "native-tls" feature of "%{crate}" crate. + +%files -n %{name}+native-tls-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+nativetls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nativetls-devel %{_description} + +This package contains library source intended for building other packages +which use "nativetls" feature of "%{crate}" crate. + +%files -n %{name}+nativetls-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+open-ssl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+open-ssl-devel %{_description} + +This package contains library source intended for building other packages +which use "open-ssl" feature of "%{crate}" crate. + +%files -n %{name}+open-ssl-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+openssl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+openssl-devel %{_description} + +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_no_tilde}/Cargo.toml + +%package -n %{name}+tokio-openssl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-openssl-devel %{_description} + +This package contains library source intended for building other packages +which use "tokio-openssl" feature of "%{crate}" crate. + +%files -n %{name}+tokio-openssl-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+tokio-tls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+tokio-tls-devel %{_description} + +This package contains library source intended for building other packages +which use "tokio-tls" feature of "%{crate}" crate. + +%files -n %{name}+tokio-tls-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Nov 3 00:59:10 CET 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-2 +- Remove features with unpackaged dependencies. + +* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-1 +- Update to version 2.0.0. + +* Sat Aug 29 08:42:05 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.2-1 +- Update to 2.0.0-alpha.2 + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~alpha.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Mar 08 08:05:44 CET 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.1-1 +- Update to 2.0.0-alpha.1 + +* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 20 18:43:01 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-2 +- Regenerate + +* Sat Dec 14 16:22:08 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..8f19840 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (actix-tls-2.0.0.crate) = b47d5e14707bf4767c6630e0c3820e2990795cc91a6ab76d07f3bdfb73efe3960eb1244c961bff54da3de4f42da3b91fbbc4d7081bd28b8e12e66d86f99f0b6a
commit ab6c6ebf207fc5dc00f80f91006b29f7bfe89917 Author: Fabio Valentini decathorpe@gmail.com Date: Thu Nov 25 23:24:23 2021 +0100
no longer used
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a58c37f..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/actix-tls-1.0.0.crate -/actix-tls-2.0.0-alpha.1.crate -/actix-tls-2.0.0-alpha.2.crate -/actix-tls-2.0.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 338867d..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-actix-tls - -The rust-actix-tls package \ No newline at end of file diff --git a/actix-tls-fix-metadata.diff b/actix-tls-fix-metadata.diff deleted file mode 100644 index b76fb08..0000000 --- a/actix-tls-fix-metadata.diff +++ /dev/null @@ -1,36 +0,0 @@ ---- actix-tls-2.0.0/Cargo.toml 2020-09-08T17:23:36+00:00 -+++ actix-tls-2.0.0/Cargo.toml 2020-11-02T23:58:47.339973+00:00 -@@ -50,33 +50,15 @@ - optional = true - package = "openssl" - --[dependencies.rust-tls] --version = "0.18.0" --optional = true --package = "rustls" -- - [dependencies.tokio-openssl] - version = "0.4.0" --optional = true -- --[dependencies.tokio-rustls] --version = "0.14.0" - optional = true - - [dependencies.tokio-tls] - version = "0.3" - optional = true - --[dependencies.webpki] --version = "0.21" --optional = true -- --[dependencies.webpki-roots] --version = "0.20" --optional = true -- - [features] - default = [] - nativetls = ["native-tls", "tokio-tls"] - openssl = ["open-ssl", "tokio-openssl"] --rustls = ["rust-tls", "webpki", "webpki-roots", "tokio-rustls"] diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5ac8255 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer used diff --git a/rust-actix-tls.spec b/rust-actix-tls.spec deleted file mode 100644 index 32c3ca1..0000000 --- a/rust-actix-tls.spec +++ /dev/null @@ -1,177 +0,0 @@ -# Generated by rust2rpm 15 -%bcond_without check -%global debug_package %{nil} - -%global crate actix-tls - -Name: rust-%{crate} -Version: 2.0.0 -Release: 4%{?dist} -Summary: TLS acceptor services for Actix ecosystem - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/actix-tls -Source: %{crates_source} -# Initial patched metadata -# * remove features with unpackaged dependencies -Patch0: actix-tls-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -TLS acceptor services for Actix ecosystem.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE-MIT LICENSE-APACHE -%doc CHANGES.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+default-devel %{_description} - -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_no_tilde}/Cargo.toml - -%package -n %{name}+native-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+native-tls-devel %{_description} - -This package contains library source intended for building other packages -which use "native-tls" feature of "%{crate}" crate. - -%files -n %{name}+native-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+nativetls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+nativetls-devel %{_description} - -This package contains library source intended for building other packages -which use "nativetls" feature of "%{crate}" crate. - -%files -n %{name}+nativetls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+open-ssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+open-ssl-devel %{_description} - -This package contains library source intended for building other packages -which use "open-ssl" feature of "%{crate}" crate. - -%files -n %{name}+open-ssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+openssl-devel %{_description} - -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_no_tilde}/Cargo.toml - -%package -n %{name}+tokio-openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-openssl-devel %{_description} - -This package contains library source intended for building other packages -which use "tokio-openssl" feature of "%{crate}" crate. - -%files -n %{name}+tokio-openssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+tokio-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+tokio-tls-devel %{_description} - -This package contains library source intended for building other packages -which use "tokio-tls" feature of "%{crate}" crate. - -%files -n %{name}+tokio-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Nov 3 00:59:10 CET 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-2 -- Remove features with unpackaged dependencies. - -* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-1 -- Update to version 2.0.0. - -* Sat Aug 29 08:42:05 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.2-1 -- Update to 2.0.0-alpha.2 - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~alpha.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun Mar 08 08:05:44 CET 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.1-1 -- Update to 2.0.0-alpha.1 - -* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Dec 20 18:43:01 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-2 -- Regenerate - -* Sat Dec 14 16:22:08 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 8f19840..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (actix-tls-2.0.0.crate) = b47d5e14707bf4767c6630e0c3820e2990795cc91a6ab76d07f3bdfb73efe3960eb1244c961bff54da3de4f42da3b91fbbc4d7081bd28b8e12e66d86f99f0b6a
arch-excludes@lists.fedoraproject.org