The package rpms/rust-actix-http.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-http.git/commit/?id=707b8... https://src.fedoraproject.org/cgit/rpms/rust-actix-http.git/commit/?id=c9400....
Change: +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit df1af9d059827984deea4bf197699c48a56f1eec Author: Fabio Valentini decathorpe@gmail.com Date: Wed Jun 1 00:17:36 2022 +0200
Update to version 3.0.4; Fixes RHBZ#2048854
diff --git a/.gitignore b/.gitignore index 8398257..9a23172 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /actix-http-2.1.0.crate /actix-http-2.2.0.crate /actix-http-2.2.1.crate +/actix-http-3.0.4.crate diff --git a/rust-actix-http.spec b/rust-actix-http.spec index 581ee54..13195cd 100644 --- a/rust-actix-http.spec +++ b/rust-actix-http.spec @@ -1,13 +1,12 @@ -# Generated by rust2rpm 18 -# * unit tests are broken on at least s390x -# * dependencies for examples and integration tests are missing +# Generated by rust2rpm 21 +# * tests can only be run in-tree %bcond_with check %global debug_package %{nil}
%global crate actix-http
Name: rust-%{crate} -Version: 2.2.1 +Version: 3.0.4 Release: %autorelease Summary: HTTP primitives for the Actix ecosystem
@@ -17,11 +16,8 @@ URL: https://crates.io/crates/actix-http Source: %{crates_source}
ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif
-BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: HTTP primitives for the Actix ecosystem.} @@ -34,13 +30,15 @@ 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 README.md CHANGES.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGES.md +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -48,23 +46,23 @@ 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}+actix-devel +%package -n %{name}+__compress-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+actix-devel %{_description} +%description -n %{name}+__compress-devel %{_description}
-This package contains library source intended for building other packages -which use "actix" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "__compress" feature of the "%{crate}" crate.
-%files -n %{name}+actix-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+__compress-devel +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+actix-tls-devel Summary: %{summary} @@ -72,47 +70,71 @@ BuildArch: noarch
%description -n %{name}+actix-tls-devel %{_description}
-This package contains library source intended for building other packages -which use "actix-tls" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "actix-tls" feature of the "%{crate}" crate.
%files -n %{name}+actix-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+actors-devel +%package -n %{name}+base64-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+actors-devel %{_description} +%description -n %{name}+base64-devel %{_description}
-This package contains library source intended for building other packages -which use "actors" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "base64" feature of the "%{crate}" crate.
-%files -n %{name}+actors-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+base64-devel +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+brotli2-devel +%package -n %{name}+brotli-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+brotli2-devel %{_description} +%description -n %{name}+brotli-devel %{_description}
-This package contains library source intended for building other packages -which use "brotli2" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "brotli" feature of the "%{crate}" crate.
-%files -n %{name}+brotli2-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+brotli-devel +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+compress-devel +%package -n %{name}+compress-brotli-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+compress-devel %{_description} +%description -n %{name}+compress-brotli-devel %{_description} + +This package contains library source intended for building other packages which +use the "compress-brotli" feature of the "%{crate}" crate. + +%files -n %{name}+compress-brotli-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+compress-gzip-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+compress-gzip-devel %{_description} + +This package contains library source intended for building other packages which +use the "compress-gzip" feature of the "%{crate}" crate. + +%files -n %{name}+compress-gzip-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+compress-zstd-devel +Summary: %{summary} +BuildArch: noarch
-This package contains library source intended for building other packages -which use "compress" feature of "%{crate}" crate. +%description -n %{name}+compress-zstd-devel %{_description}
-%files -n %{name}+compress-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +This package contains library source intended for building other packages which +use the "compress-zstd" feature of the "%{crate}" crate. + +%files -n %{name}+compress-zstd-devel +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+flate2-devel Summary: %{summary} @@ -120,11 +142,47 @@ BuildArch: noarch
%description -n %{name}+flate2-devel %{_description}
-This package contains library source intended for building other packages -which use "flate2" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "flate2" feature of the "%{crate}" crate.
%files -n %{name}+flate2-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+h2-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+h2-devel %{_description} + +This package contains library source intended for building other packages which +use the "h2" feature of the "%{crate}" crate. + +%files -n %{name}+h2-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+http2-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+http2-devel %{_description} + +This package contains library source intended for building other packages which +use the "http2" feature of the "%{crate}" crate. + +%files -n %{name}+http2-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+local-channel-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+local-channel-devel %{_description} + +This package contains library source intended for building other packages which +use the "local-channel" feature of the "%{crate}" crate. + +%files -n %{name}+local-channel-devel +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+openssl-devel Summary: %{summary} @@ -132,23 +190,59 @@ 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}+rand-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rand-devel %{_description} + +This package contains library source intended for building other packages which +use the "rand" feature of the "%{crate}" crate. + +%files -n %{name}+rand-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+sha-1-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+sha-1-devel %{_description} + +This package contains library source intended for building other packages which +use the "sha-1" feature of the "%{crate}" crate. + +%files -n %{name}+sha-1-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+ws-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+ws-devel %{_description} + +This package contains library source intended for building other packages which +use the "ws" feature of the "%{crate}" crate. + +%files -n %{name}+ws-devel +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+secure-cookies-devel +%package -n %{name}+zstd-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+secure-cookies-devel %{_description} +%description -n %{name}+zstd-devel %{_description}
-This package contains library source intended for building other packages -which use "secure-cookies" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "zstd" feature of the "%{crate}" crate.
-%files -n %{name}+secure-cookies-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+zstd-devel +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index e78f9b9..8d38a00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (actix-http-2.2.1.crate) = 13745516b94a131698d8f4c164ce42b242b347a03d9f902c98e768bbb70a57157057db2b314391b051a8b5d86c23194bbdd60b5efff9674568e353c829d6cbec +SHA512 (actix-http-3.0.4.crate) = a86e097e8df82f570087c980e49eaa57286588f08eaebc15e2e33e9cc94f6699788f921098958b3051c2a374d772d53fac71fd8be8cac5e7081e27ab2baf033e
commit a5775a06e9c3e553e751df2f509e3f9606d739dd Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 21 19:32:23 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit 579af5d5adc22dc8fc08bb3a7403714b56c27a87 Author: Daiki Ueno dueno@redhat.com Date: Fri Dec 10 10:54:16 2021 +0100
Rebuild after unretirement
Signed-off-by: Daiki Ueno dueno@redhat.com
diff --git a/changelog b/changelog index 48195c5..2538293 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +* Fri Dec 10 2021 Daiki Ueno dueno@redhat.com - 2.2.1-4 +- Rebuild after unretirement + * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 707b8b51d87f75afdfb8fd4d0b2be7f3c7b93030 Author: Tomas Hrcka thrcka@redhat.com Date: Tue Dec 7 12:50:05 2021 +0100
Unretirement request
https://pagure.io/releng/issue/10426
Signed-off-by: Tomas Hrcka thrcka@redhat.com
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8398257 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +/actix-http-0.2.2.crate +/actix-http-0.2.3.crate +/actix-http-0.2.4.crate +/actix-http-0.2.5.crate +/actix-http-0.2.8.crate +/actix-http-0.2.9.crate +/actix-http-0.2.10.crate +/actix-http-1.0.0.crate +/actix-http-1.0.1.crate +/actix-http-2.0.0-alpha.1.crate +/actix-http-2.0.0-alpha.2.crate +/actix-http-2.0.0-alpha.3.crate +/actix-http-2.0.0-alpha.4.crate +/actix-http-2.0.0-beta.3.crate +/actix-http-2.0.0.crate +/actix-http-2.1.0.crate +/actix-http-2.2.0.crate +/actix-http-2.2.1.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf new file mode 100644 index 0000000..a107aae --- /dev/null +++ b/.rust2rpm.conf @@ -0,0 +1,3 @@ +[DEFAULT] +unwanted-features = + rustls diff --git a/README.md b/README.md new file mode 100644 index 0000000..6c605f4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-actix-http + +The rust-actix-http package \ No newline at end of file diff --git a/changelog b/changelog new file mode 100644 index 0000000..48195c5 --- /dev/null +++ b/changelog @@ -0,0 +1,70 @@ +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 25 2020 Fabio Valentini decathorpe@gmail.com - 2.2.0-1 +- Update to version 2.2.0. + +* Tue Nov 03 2020 Fabio Valentini decathorpe@gmail.com - 2.1.0-1 +- Update to version 2.1.0. +- Fixes RHBZ#1893068 + +* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-1 +- Update to version 2.0.0. + +* Sat Aug 29 08:37:27 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~beta.3-1 +- Update to 2.0.0-beta.3 + +* Sat Aug 01 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~alpha.4-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~alpha.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 12:34:13 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.4-1 +- Update to 2.0.0-alpha.4 + +* Thu May 14 19:44:20 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.3-1 +- Update to 2.0.0-alpha.3 + +* Sun Mar 08 07:52:15 CET 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.2-1 +- Update to 2.0.0-alpha.2 + +* Sat Feb 29 07:09:17 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.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 20 18:39:39 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.1-2 +- Regenerate + +* Fri Dec 20 11:18:28 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.1-1 +- Update to 1.0.1 + +* Fri Dec 13 19:45:14 CET 2019 Robert-André Mauchin zebob.m@gmail.com - 1.0.0-1 +- Update to 0.2.10 + +* Sun Aug 25 08:30:11 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.9-1 +- Update to 0.2.9 + +* Sat Aug 03 13:48:15 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.8-1 +- Update to 0.2.8 + +* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 0.2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 30 11:56:04 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.5-1 +- Update to 0.2.5 + +* Tue Jun 18 08:40:33 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.4-1 +- Update to 0.2.4 + +* Sun Jun 02 10:42:32 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.3-1 +- Update to 0.2.3 + +* Fri May 31 19:12:46 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.2-1 +- Initial package 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-http.spec b/rust-actix-http.spec new file mode 100644 index 0000000..581ee54 --- /dev/null +++ b/rust-actix-http.spec @@ -0,0 +1,172 @@ +# Generated by rust2rpm 18 +# * unit tests are broken on at least s390x +# * dependencies for examples and integration tests are missing +%bcond_with check +%global debug_package %{nil} + +%global crate actix-http + +Name: rust-%{crate} +Version: 2.2.1 +Release: %autorelease +Summary: HTTP primitives for the Actix ecosystem + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/actix-http +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +HTTP primitives for the 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 README.md 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}+actix-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+actix-devel %{_description} + +This package contains library source intended for building other packages +which use "actix" feature of "%{crate}" crate. + +%files -n %{name}+actix-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+actix-tls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+actix-tls-devel %{_description} + +This package contains library source intended for building other packages +which use "actix-tls" feature of "%{crate}" crate. + +%files -n %{name}+actix-tls-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+actors-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+actors-devel %{_description} + +This package contains library source intended for building other packages +which use "actors" feature of "%{crate}" crate. + +%files -n %{name}+actors-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+brotli2-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+brotli2-devel %{_description} + +This package contains library source intended for building other packages +which use "brotli2" feature of "%{crate}" crate. + +%files -n %{name}+brotli2-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+compress-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+compress-devel %{_description} + +This package contains library source intended for building other packages +which use "compress" feature of "%{crate}" crate. + +%files -n %{name}+compress-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+flate2-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+flate2-devel %{_description} + +This package contains library source intended for building other packages +which use "flate2" feature of "%{crate}" crate. + +%files -n %{name}+flate2-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}+secure-cookies-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+secure-cookies-devel %{_description} + +This package contains library source intended for building other packages +which use "secure-cookies" feature of "%{crate}" crate. + +%files -n %{name}+secure-cookies-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 +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..e78f9b9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (actix-http-2.2.1.crate) = 13745516b94a131698d8f4c164ce42b242b347a03d9f902c98e768bbb70a57157057db2b314391b051a8b5d86c23194bbdd60b5efff9674568e353c829d6cbec
commit c940067f00ac1edd9d86522f217eb72e73cc666a Author: Fabio Valentini decathorpe@gmail.com Date: Wed Nov 24 14:04:53 2021 +0100
no longer used
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8398257..0000000 --- a/.gitignore +++ /dev/null @@ -1,18 +0,0 @@ -/actix-http-0.2.2.crate -/actix-http-0.2.3.crate -/actix-http-0.2.4.crate -/actix-http-0.2.5.crate -/actix-http-0.2.8.crate -/actix-http-0.2.9.crate -/actix-http-0.2.10.crate -/actix-http-1.0.0.crate -/actix-http-1.0.1.crate -/actix-http-2.0.0-alpha.1.crate -/actix-http-2.0.0-alpha.2.crate -/actix-http-2.0.0-alpha.3.crate -/actix-http-2.0.0-alpha.4.crate -/actix-http-2.0.0-beta.3.crate -/actix-http-2.0.0.crate -/actix-http-2.1.0.crate -/actix-http-2.2.0.crate -/actix-http-2.2.1.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf deleted file mode 100644 index a107aae..0000000 --- a/.rust2rpm.conf +++ /dev/null @@ -1,3 +0,0 @@ -[DEFAULT] -unwanted-features = - rustls diff --git a/README.md b/README.md deleted file mode 100644 index 6c605f4..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-actix-http - -The rust-actix-http package \ No newline at end of file diff --git a/changelog b/changelog deleted file mode 100644 index 48195c5..0000000 --- a/changelog +++ /dev/null @@ -1,70 +0,0 @@ -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 2.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 2.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Nov 25 2020 Fabio Valentini decathorpe@gmail.com - 2.2.0-1 -- Update to version 2.2.0. - -* Tue Nov 03 2020 Fabio Valentini decathorpe@gmail.com - 2.1.0-1 -- Update to version 2.1.0. -- Fixes RHBZ#1893068 - -* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 2.0.0-1 -- Update to version 2.0.0. - -* Sat Aug 29 08:37:27 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~beta.3-1 -- Update to 2.0.0-beta.3 - -* Sat Aug 01 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~alpha.4-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~alpha.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat May 23 12:34:13 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.4-1 -- Update to 2.0.0-alpha.4 - -* Thu May 14 19:44:20 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.3-1 -- Update to 2.0.0-alpha.3 - -* Sun Mar 08 07:52:15 CET 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0~alpha.2-1 -- Update to 2.0.0-alpha.2 - -* Sat Feb 29 07:09:17 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.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Dec 20 18:39:39 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.1-2 -- Regenerate - -* Fri Dec 20 11:18:28 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.1-1 -- Update to 1.0.1 - -* Fri Dec 13 19:45:14 CET 2019 Robert-André Mauchin zebob.m@gmail.com - 1.0.0-1 -- Update to 0.2.10 - -* Sun Aug 25 08:30:11 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.9-1 -- Update to 0.2.9 - -* Sat Aug 03 13:48:15 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.8-1 -- Update to 0.2.8 - -* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 0.2.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Jun 30 11:56:04 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.5-1 -- Update to 0.2.5 - -* Tue Jun 18 08:40:33 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.4-1 -- Update to 0.2.4 - -* Sun Jun 02 10:42:32 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.3-1 -- Update to 0.2.3 - -* Fri May 31 19:12:46 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 0.2.2-1 -- Initial package 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-http.spec b/rust-actix-http.spec deleted file mode 100644 index 581ee54..0000000 --- a/rust-actix-http.spec +++ /dev/null @@ -1,172 +0,0 @@ -# Generated by rust2rpm 18 -# * unit tests are broken on at least s390x -# * dependencies for examples and integration tests are missing -%bcond_with check -%global debug_package %{nil} - -%global crate actix-http - -Name: rust-%{crate} -Version: 2.2.1 -Release: %autorelease -Summary: HTTP primitives for the Actix ecosystem - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/actix-http -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -HTTP primitives for the 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 README.md 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}+actix-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+actix-devel %{_description} - -This package contains library source intended for building other packages -which use "actix" feature of "%{crate}" crate. - -%files -n %{name}+actix-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+actix-tls-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+actix-tls-devel %{_description} - -This package contains library source intended for building other packages -which use "actix-tls" feature of "%{crate}" crate. - -%files -n %{name}+actix-tls-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+actors-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+actors-devel %{_description} - -This package contains library source intended for building other packages -which use "actors" feature of "%{crate}" crate. - -%files -n %{name}+actors-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+brotli2-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+brotli2-devel %{_description} - -This package contains library source intended for building other packages -which use "brotli2" feature of "%{crate}" crate. - -%files -n %{name}+brotli2-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+compress-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+compress-devel %{_description} - -This package contains library source intended for building other packages -which use "compress" feature of "%{crate}" crate. - -%files -n %{name}+compress-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+flate2-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+flate2-devel %{_description} - -This package contains library source intended for building other packages -which use "flate2" feature of "%{crate}" crate. - -%files -n %{name}+flate2-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}+secure-cookies-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+secure-cookies-devel %{_description} - -This package contains library source intended for building other packages -which use "secure-cookies" feature of "%{crate}" crate. - -%files -n %{name}+secure-cookies-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 -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index e78f9b9..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (actix-http-2.2.1.crate) = 13745516b94a131698d8f4c164ce42b242b347a03d9f902c98e768bbb70a57157057db2b314391b051a8b5d86c23194bbdd60b5efff9674568e353c829d6cbec
arch-excludes@lists.fedoraproject.org