Architecture specific change in rpms/rust-actix-web.git
by githook-noreply@fedoraproject.org
The package rpms/rust-actix-web.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-web.git/commit/?id=75d...
https://src.fedoraproject.org/cgit/rpms/rust-actix-web.git/commit/?id=4a2....
Change:
+ExclusiveArch: %{rust_arches}
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 71ea9ff09f0bc70c088078b56cc9f207c312c554
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Wed Jun 1 00:36:29 2022 +0200
Update to version 4.0.1; Fixes RHBZ#2048855
diff --git a/.gitignore b/.gitignore
index 8b28186..ada6a51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/actix-web-3.3.0.crate
/actix-web-3.3.1.crate
/actix-web-3.3.2.crate
+/actix-web-4.0.1.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index 135a88f..b926617 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,4 +1,4 @@
[DEFAULT]
unwanted-features =
+ experimental-io-uring
rustls
- rust-tls
diff --git a/actix-web-fix-metadata.diff b/actix-web-fix-metadata.diff
deleted file mode 100644
index d2e826b..0000000
--- a/actix-web-fix-metadata.diff
+++ /dev/null
@@ -1,34 +0,0 @@
---- actix-web-3.3.2/Cargo.toml 2020-12-01T23:34:30+00:00
-+++ actix-web-3.3.2/Cargo.toml 2020-12-02T14:56:04.708262+00:00
-@@ -172,6 +172,31 @@
- [dependencies.url]
- version = "2.1"
-
-+[dev-dependencies.actix]
-+version = "0.10.0"
-+
-+[dev-dependencies.actix-http]
-+version = "2.1.0"
-+features = ["actors"]
-+
-+[dev-dependencies.rand]
-+version = "0.7"
-+
-+[dev-dependencies.env_logger]
-+version = "0.8"
-+
-+[dev-dependencies.serde_derive]
-+version = "1.0"
-+
-+[dev-dependencies.brotli2]
-+version = "0.3.2"
-+
-+[dev-dependencies.flate2]
-+version = "1.0.13"
-+
-+[dev-dependencies.criterion]
-+version = "0.3"
-+
- [features]
- compress = ["actix-http/compress", "awc/compress"]
- default = ["compress"]
diff --git a/rust-actix-web.spec b/rust-actix-web.spec
index 18762a1..29f141a 100644
--- a/rust-actix-web.spec
+++ b/rust-actix-web.spec
@@ -1,11 +1,12 @@
-# Generated by rust2rpm 16
-%bcond_without check
+# Generated by rust2rpm 21
+# * tests can only be run in-tree
+%bcond_with check
%global debug_package %{nil}
%global crate actix-web
Name: rust-%{crate}
-Version: 3.3.2
+Version: 4.0.1
Release: %autorelease
Summary: Powerful, pragmatic, and extremely fast web framework for Rust
@@ -13,16 +14,10 @@ Summary: Powerful, pragmatic, and extremely fast web framework for Rust
License: MIT or ASL 2.0
URL: https://crates.io/crates/actix-web
Source: %{crates_source}
-# Initial patched metadata
-# * add missing test dependencies (missing from processed Cargo.toml)
-Patch0: actix-web-fix-metadata.diff
ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.}
@@ -35,13 +30,20 @@ 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 MIGRATION.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}/MIGRATION-0.x.md
+%doc %{crate_instdir}/MIGRATION-1.0.md
+%doc %{crate_instdir}/MIGRATION-2.0.md
+%doc %{crate_instdir}/MIGRATION-3.0.md
+%doc %{crate_instdir}/MIGRATION-4.0.md
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -49,35 +51,131 @@ 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}+__compress-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+__compress-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "__compress" feature of the "%{crate}" crate.
+
+%files -n %{name}+__compress-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+actix-macros-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+actix-macros-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "actix-macros" feature of the "%{crate}" crate.
+
+%files -n %{name}+actix-macros-devel
+%ghost %{crate_instdir}/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 the "actix-tls" feature of the "%{crate}" crate.
+
+%files -n %{name}+actix-tls-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+actix-web-codegen-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+actix-web-codegen-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "actix-web-codegen" feature of the "%{crate}" crate.
+
+%files -n %{name}+actix-web-codegen-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+compress-brotli-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%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
+
+%description -n %{name}+compress-zstd-devel %{_description}
+
+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}+cookie-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+cookie-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "cookie" feature of the "%{crate}" crate.
+
+%files -n %{name}+cookie-devel
+%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+compress-devel
+%package -n %{name}+cookies-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+compress-devel %{_description}
+%description -n %{name}+cookies-devel %{_description}
-This package contains library source intended for building other packages
-which use "compress" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "cookies" feature of the "%{crate}" crate.
-%files -n %{name}+compress-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%files -n %{name}+cookies-devel
+%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+open-ssl-devel
+%package -n %{name}+macros-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+open-ssl-devel %{_description}
+%description -n %{name}+macros-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 "macros" feature of the "%{crate}" crate.
-%files -n %{name}+open-ssl-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%files -n %{name}+macros-devel
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+openssl-devel
Summary: %{summary}
@@ -85,11 +183,11 @@ 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}+secure-cookies-devel
Summary: %{summary}
@@ -97,17 +195,15 @@ 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.
+This package contains library source intended for building other packages which
+use the "secure-cookies" feature of the "%{crate}" crate.
%files -n %{name}+secure-cookies-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
-# drop unnecessary debuginfo generation to fix armv7hl OOM problems
-sed -i "s/debuginfo=2/debuginfo=0/" .cargo/config
%generate_buildrequires
%cargo_generate_buildrequires
diff --git a/sources b/sources
index a88b57c..d8795da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (actix-web-3.3.2.crate) = 505978796b1086016fedc21ebbe1be8a2e360c2985111c9b54c8ad828cfc102a24d697a0fa9d3b0358e65e638a054c4c3dcf57db0c710efa934d0cd4bffe4e10
+SHA512 (actix-web-4.0.1.crate) = 7e24e7212a14e0eb7c1c584c5c619a376a9fc855411c2306a2f6f332269c5e267bdafe4261dd5758ec5b9f7ee3b343c8725fdd50442cfba418c5db53ae253d93
commit 1fa20a329a0fbc90ff2da9f4e44b4e31f121f35a
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon May 16 00:16:39 2022 +0200
Convert to rpmautospec
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..68caa36
--- /dev/null
+++ b/changelog
@@ -0,0 +1,88 @@
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Tue Dec 14 2021 Daiki Ueno <dueno(a)redhat.com> - 3.3.2-4
+- Drop unnecessary debuginfo generation to fix armv7hl OOM problems
+ https://src.fedoraproject.org/rpms/rust-cargo/c/37083edf76ed56f3e83169a6f...
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Wed Dec 02 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.2-1
+- Update to version 3.3.2.
+- Fixes RHBZ#1903396
+
+* Mon Nov 30 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.1-1
+- Update to version 3.3.1.
+- Fixes RHBZ#1902512
+
+* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.0-1
+- Update to version 3.3.0.
+
+* Sat Nov 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.2.0-1
+- Update to version 3.2.0.
+- Fixes RHBZ#1893077
+
+* Wed Oct 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.1.0-1
+- Update to version 3.1.0.
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.0.2-1
+- Update to version 3.0.2.
+
+* Sat Aug 29 08:41:00 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~beta.3-1
+- Update to 3.0.0-beta.3
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0~alpha.3-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0~alpha.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat May 23 12:30:02 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~alpha.3-1
+- Update to 3.0.0-alpha.3
+
+* Thu May 14 22:44:25 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~alpha.2-1
+- Update to 3.0.0-alpha.2
+
+* Thu May 14 19:40:08 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0-1
+- Update to 2.0.0
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~rc-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Dec 20 18:44:27 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~rc-2
+- Regenerate
+
+* Fri Dec 20 13:20:35 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~rc-1
+- Update to 2.0.0~rc
+
+* Mon Dec 16 08:08:31 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.6-1
+- Update to 2.0.0~alpha.6
+
+* Sat Dec 14 00:51:38 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 2.0.0~alpha.5-1
+- Update to 2.0.0~alpha.5
+
+* Sun Sep 01 17:16:23 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.7-1
+- Update to 1.0.7
+
+* Tue Aug 06 10:01:45 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.5-1
+- Update to 1.0.5
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sun Jun 30 11:56:48 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3
+
+* Tue Jun 18 08:39:38 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
+* Wed Jun 05 17:52:04 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+
+* Fri May 31 19:20:55 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0~rc-1
+- Initial package
diff --git a/rust-actix-web.spec b/rust-actix-web.spec
index 7134e45..18762a1 100644
--- a/rust-actix-web.spec
+++ b/rust-actix-web.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 3.3.2
-Release: 5%{?dist}
+Release: %autorelease
Summary: Powerful, pragmatic, and extremely fast web framework for Rust
# Upstream license specification: MIT OR Apache-2.0
@@ -124,91 +124,4 @@ sed -i "s/debuginfo=2/debuginfo=0/" .cargo/config
%endif
%changelog
-* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Tue Dec 14 2021 Daiki Ueno <dueno(a)redhat.com> - 3.3.2-4
-- Drop unnecessary debuginfo generation to fix armv7hl OOM problems
- https://src.fedoraproject.org/rpms/rust-cargo/c/37083edf76ed56f3e83169a6f...
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Wed Dec 02 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.2-1
-- Update to version 3.3.2.
-- Fixes RHBZ#1903396
-
-* Mon Nov 30 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.1-1
-- Update to version 3.3.1.
-- Fixes RHBZ#1902512
-
-* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.0-1
-- Update to version 3.3.0.
-
-* Sat Nov 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.2.0-1
-- Update to version 3.2.0.
-- Fixes RHBZ#1893077
-
-* Wed Oct 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.1.0-1
-- Update to version 3.1.0.
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.0.2-1
-- Update to version 3.0.2.
-
-* Sat Aug 29 08:41:00 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~beta.3-1
-- Update to 3.0.0-beta.3
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0~alpha.3-3
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0~alpha.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat May 23 12:30:02 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~alpha.3-1
-- Update to 3.0.0-alpha.3
-
-* Thu May 14 22:44:25 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~alpha.2-1
-- Update to 3.0.0-alpha.2
-
-* Thu May 14 19:40:08 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0-1
-- Update to 2.0.0
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~rc-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Dec 20 18:44:27 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~rc-2
-- Regenerate
-
-* Fri Dec 20 13:20:35 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~rc-1
-- Update to 2.0.0~rc
-
-* Mon Dec 16 08:08:31 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.6-1
-- Update to 2.0.0~alpha.6
-
-* Sat Dec 14 00:51:38 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 2.0.0~alpha.5-1
-- Update to 2.0.0~alpha.5
-
-* Sun Sep 01 17:16:23 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.7-1
-- Update to 1.0.7
-
-* Tue Aug 06 10:01:45 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.5-1
-- Update to 1.0.5
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sun Jun 30 11:56:48 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.3-1
-- Update to 1.0.3
-
-* Tue Jun 18 08:39:38 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.2-1
-- Update to 1.0.2
-
-* Wed Jun 05 17:52:04 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1
-- Update to 1.0.0
-
-* Fri May 31 19:20:55 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0~rc-1
-- Initial package
+%autochangelog
commit 4b06b29db6613d750b29b5d6d7f5d9873c94925d
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 21 19:34:13 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
diff --git a/rust-actix-web.spec b/rust-actix-web.spec
index a1a9db6..7134e45 100644
--- a/rust-actix-web.spec
+++ b/rust-actix-web.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 3.3.2
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Powerful, pragmatic, and extremely fast web framework for Rust
# Upstream license specification: MIT OR Apache-2.0
@@ -124,6 +124,9 @@ sed -i "s/debuginfo=2/debuginfo=0/" .cargo/config
%endif
%changelog
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Tue Dec 14 2021 Daiki Ueno <dueno(a)redhat.com> - 3.3.2-4
- Drop unnecessary debuginfo generation to fix armv7hl OOM problems
https://src.fedoraproject.org/rpms/rust-cargo/c/37083edf76ed56f3e83169a6f...
commit 6161645074286489e78ae5627d46714ba8c928f7
Author: Daiki Ueno <dueno(a)redhat.com>
Date: Tue Dec 14 13:36:22 2021 +0100
Drop unnecessary debuginfo generation to fix armv7hl OOM problems
Signed-off-by: Daiki Ueno <dueno(a)redhat.com>
diff --git a/rust-actix-web.spec b/rust-actix-web.spec
index 73530b7..a1a9db6 100644
--- a/rust-actix-web.spec
+++ b/rust-actix-web.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 3.3.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Powerful, pragmatic, and extremely fast web framework for Rust
# Upstream license specification: MIT OR Apache-2.0
@@ -106,6 +106,8 @@ which use "secure-cookies" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
+# drop unnecessary debuginfo generation to fix armv7hl OOM problems
+sed -i "s/debuginfo=2/debuginfo=0/" .cargo/config
%generate_buildrequires
%cargo_generate_buildrequires
@@ -122,6 +124,10 @@ which use "secure-cookies" feature of "%{crate}" crate.
%endif
%changelog
+* Tue Dec 14 2021 Daiki Ueno <dueno(a)redhat.com> - 3.3.2-4
+- Drop unnecessary debuginfo generation to fix armv7hl OOM problems
+ https://src.fedoraproject.org/rpms/rust-cargo/c/37083edf76ed56f3e83169a6f...
+
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 75da6cc9bd7abda10d882eb1e211e217cb15fd78
Author: Tomas Hrcka <thrcka(a)redhat.com>
Date: Tue Dec 7 11:57:39 2021 +0100
Unretirement request
https://pagure.io/releng/issue/10423
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8b28186
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,20 @@
+/actix-web-1.0.0-rc.crate
+/actix-web-1.0.0.crate
+/actix-web-1.0.2.crate
+/actix-web-1.0.3.crate
+/actix-web-1.0.5.crate
+/actix-web-1.0.7.crate
+/actix-web-1.0.8.crate
+/actix-web-2.0.0-alpha.5.crate
+/actix-web-2.0.0-alpha.6.crate
+/actix-web-2.0.0-rc.crate
+/actix-web-2.0.0.crate
+/actix-web-3.0.0-alpha.2.crate
+/actix-web-3.0.0-alpha.3.crate
+/actix-web-3.0.0-beta.3.crate
+/actix-web-3.0.2.crate
+/actix-web-3.1.0.crate
+/actix-web-3.2.0.crate
+/actix-web-3.3.0.crate
+/actix-web-3.3.1.crate
+/actix-web-3.3.2.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
new file mode 100644
index 0000000..135a88f
--- /dev/null
+++ b/.rust2rpm.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+unwanted-features =
+ rustls
+ rust-tls
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a1c77ed
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-actix-web
+
+The rust-actix-web package
\ No newline at end of file
diff --git a/actix-web-fix-metadata.diff b/actix-web-fix-metadata.diff
new file mode 100644
index 0000000..d2e826b
--- /dev/null
+++ b/actix-web-fix-metadata.diff
@@ -0,0 +1,34 @@
+--- actix-web-3.3.2/Cargo.toml 2020-12-01T23:34:30+00:00
++++ actix-web-3.3.2/Cargo.toml 2020-12-02T14:56:04.708262+00:00
+@@ -172,6 +172,31 @@
+ [dependencies.url]
+ version = "2.1"
+
++[dev-dependencies.actix]
++version = "0.10.0"
++
++[dev-dependencies.actix-http]
++version = "2.1.0"
++features = ["actors"]
++
++[dev-dependencies.rand]
++version = "0.7"
++
++[dev-dependencies.env_logger]
++version = "0.8"
++
++[dev-dependencies.serde_derive]
++version = "1.0"
++
++[dev-dependencies.brotli2]
++version = "0.3.2"
++
++[dev-dependencies.flate2]
++version = "1.0.13"
++
++[dev-dependencies.criterion]
++version = "0.3"
++
+ [features]
+ compress = ["actix-http/compress", "awc/compress"]
+ default = ["compress"]
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-web.spec b/rust-actix-web.spec
new file mode 100644
index 0000000..73530b7
--- /dev/null
+++ b/rust-actix-web.spec
@@ -0,0 +1,205 @@
+# Generated by rust2rpm 16
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate actix-web
+
+Name: rust-%{crate}
+Version: 3.3.2
+Release: 3%{?dist}
+Summary: Powerful, pragmatic, and extremely fast web framework for Rust
+
+# Upstream license specification: MIT OR Apache-2.0
+License: MIT or ASL 2.0
+URL: https://crates.io/crates/actix-web
+Source: %{crates_source}
+# Initial patched metadata
+# * add missing test dependencies (missing from processed Cargo.toml)
+Patch0: actix-web-fix-metadata.diff
+
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.}
+
+%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 MIGRATION.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}+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}+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}+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
+* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Wed Dec 02 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.2-1
+- Update to version 3.3.2.
+- Fixes RHBZ#1903396
+
+* Mon Nov 30 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.1-1
+- Update to version 3.3.1.
+- Fixes RHBZ#1902512
+
+* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.0-1
+- Update to version 3.3.0.
+
+* Sat Nov 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.2.0-1
+- Update to version 3.2.0.
+- Fixes RHBZ#1893077
+
+* Wed Oct 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.1.0-1
+- Update to version 3.1.0.
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.0.2-1
+- Update to version 3.0.2.
+
+* Sat Aug 29 08:41:00 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~beta.3-1
+- Update to 3.0.0-beta.3
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0~alpha.3-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0~alpha.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat May 23 12:30:02 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~alpha.3-1
+- Update to 3.0.0-alpha.3
+
+* Thu May 14 22:44:25 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~alpha.2-1
+- Update to 3.0.0-alpha.2
+
+* Thu May 14 19:40:08 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0-1
+- Update to 2.0.0
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~rc-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Dec 20 18:44:27 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~rc-2
+- Regenerate
+
+* Fri Dec 20 13:20:35 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~rc-1
+- Update to 2.0.0~rc
+
+* Mon Dec 16 08:08:31 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.6-1
+- Update to 2.0.0~alpha.6
+
+* Sat Dec 14 00:51:38 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 2.0.0~alpha.5-1
+- Update to 2.0.0~alpha.5
+
+* Sun Sep 01 17:16:23 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.7-1
+- Update to 1.0.7
+
+* Tue Aug 06 10:01:45 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.5-1
+- Update to 1.0.5
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sun Jun 30 11:56:48 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3
+
+* Tue Jun 18 08:39:38 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
+* Wed Jun 05 17:52:04 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+
+* Fri May 31 19:20:55 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0~rc-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..a88b57c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (actix-web-3.3.2.crate) = 505978796b1086016fedc21ebbe1be8a2e360c2985111c9b54c8ad828cfc102a24d697a0fa9d3b0358e65e638a054c4c3dcf57db0c710efa934d0cd4bffe4e10
commit 4a2a7f2f807397dc7c6e47c19677af3a57b5832b
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Thu Nov 18 15:13:26 2021 +0100
no longer used
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8b28186..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,20 +0,0 @@
-/actix-web-1.0.0-rc.crate
-/actix-web-1.0.0.crate
-/actix-web-1.0.2.crate
-/actix-web-1.0.3.crate
-/actix-web-1.0.5.crate
-/actix-web-1.0.7.crate
-/actix-web-1.0.8.crate
-/actix-web-2.0.0-alpha.5.crate
-/actix-web-2.0.0-alpha.6.crate
-/actix-web-2.0.0-rc.crate
-/actix-web-2.0.0.crate
-/actix-web-3.0.0-alpha.2.crate
-/actix-web-3.0.0-alpha.3.crate
-/actix-web-3.0.0-beta.3.crate
-/actix-web-3.0.2.crate
-/actix-web-3.1.0.crate
-/actix-web-3.2.0.crate
-/actix-web-3.3.0.crate
-/actix-web-3.3.1.crate
-/actix-web-3.3.2.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
deleted file mode 100644
index 135a88f..0000000
--- a/.rust2rpm.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[DEFAULT]
-unwanted-features =
- rustls
- rust-tls
diff --git a/README.md b/README.md
deleted file mode 100644
index a1c77ed..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-actix-web
-
-The rust-actix-web package
\ No newline at end of file
diff --git a/actix-web-fix-metadata.diff b/actix-web-fix-metadata.diff
deleted file mode 100644
index d2e826b..0000000
--- a/actix-web-fix-metadata.diff
+++ /dev/null
@@ -1,34 +0,0 @@
---- actix-web-3.3.2/Cargo.toml 2020-12-01T23:34:30+00:00
-+++ actix-web-3.3.2/Cargo.toml 2020-12-02T14:56:04.708262+00:00
-@@ -172,6 +172,31 @@
- [dependencies.url]
- version = "2.1"
-
-+[dev-dependencies.actix]
-+version = "0.10.0"
-+
-+[dev-dependencies.actix-http]
-+version = "2.1.0"
-+features = ["actors"]
-+
-+[dev-dependencies.rand]
-+version = "0.7"
-+
-+[dev-dependencies.env_logger]
-+version = "0.8"
-+
-+[dev-dependencies.serde_derive]
-+version = "1.0"
-+
-+[dev-dependencies.brotli2]
-+version = "0.3.2"
-+
-+[dev-dependencies.flate2]
-+version = "1.0.13"
-+
-+[dev-dependencies.criterion]
-+version = "0.3"
-+
- [features]
- compress = ["actix-http/compress", "awc/compress"]
- default = ["compress"]
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-web.spec b/rust-actix-web.spec
deleted file mode 100644
index 73530b7..0000000
--- a/rust-actix-web.spec
+++ /dev/null
@@ -1,205 +0,0 @@
-# Generated by rust2rpm 16
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate actix-web
-
-Name: rust-%{crate}
-Version: 3.3.2
-Release: 3%{?dist}
-Summary: Powerful, pragmatic, and extremely fast web framework for Rust
-
-# Upstream license specification: MIT OR Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/actix-web
-Source: %{crates_source}
-# Initial patched metadata
-# * add missing test dependencies (missing from processed Cargo.toml)
-Patch0: actix-web-fix-metadata.diff
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.}
-
-%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 MIGRATION.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}+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}+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}+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
-* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.3.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Wed Dec 02 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.2-1
-- Update to version 3.3.2.
-- Fixes RHBZ#1903396
-
-* Mon Nov 30 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.1-1
-- Update to version 3.3.1.
-- Fixes RHBZ#1902512
-
-* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.3.0-1
-- Update to version 3.3.0.
-
-* Sat Nov 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.2.0-1
-- Update to version 3.2.0.
-- Fixes RHBZ#1893077
-
-* Wed Oct 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.1.0-1
-- Update to version 3.1.0.
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 3.0.2-1
-- Update to version 3.0.2.
-
-* Sat Aug 29 08:41:00 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~beta.3-1
-- Update to 3.0.0-beta.3
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0~alpha.3-3
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.0~alpha.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat May 23 12:30:02 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~alpha.3-1
-- Update to 3.0.0-alpha.3
-
-* Thu May 14 22:44:25 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 3.0.0~alpha.2-1
-- Update to 3.0.0-alpha.2
-
-* Thu May 14 19:40:08 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0-1
-- Update to 2.0.0
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~rc-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Dec 20 18:44:27 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~rc-2
-- Regenerate
-
-* Fri Dec 20 13:20:35 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~rc-1
-- Update to 2.0.0~rc
-
-* Mon Dec 16 08:08:31 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.6-1
-- Update to 2.0.0~alpha.6
-
-* Sat Dec 14 00:51:38 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 2.0.0~alpha.5-1
-- Update to 2.0.0~alpha.5
-
-* Sun Sep 01 17:16:23 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.7-1
-- Update to 1.0.7
-
-* Tue Aug 06 10:01:45 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.5-1
-- Update to 1.0.5
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sun Jun 30 11:56:48 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.3-1
-- Update to 1.0.3
-
-* Tue Jun 18 08:39:38 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.2-1
-- Update to 1.0.2
-
-* Wed Jun 05 17:52:04 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1
-- Update to 1.0.0
-
-* Fri May 31 19:20:55 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0~rc-1
-- Initial package
diff --git a/sources b/sources
deleted file mode 100644
index a88b57c..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (actix-web-3.3.2.crate) = 505978796b1086016fedc21ebbe1be8a2e360c2985111c9b54c8ad828cfc102a24d697a0fa9d3b0358e65e638a054c4c3dcf57db0c710efa934d0cd4bffe4e10
1 year, 4 months
Architecture specific change in rpms/rust-awc.git
by githook-noreply@fedoraproject.org
The package rpms/rust-awc.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-awc.git/commit/?id=51bcd93d1...
https://src.fedoraproject.org/cgit/rpms/rust-awc.git/commit/?id=d5fa044bd....
Change:
+ExclusiveArch: %{rust_arches}
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 249a8d1212841000cb84e353418b7a35ba703327
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Wed Jun 1 00:31:23 2022 +0200
Update to version 3.0.0; Fixes RHBZ#2061921
diff --git a/.gitignore b/.gitignore
index 20333dc..7aa2771 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/awc-2.0.1.crate
/awc-2.0.2.crate
/awc-2.0.3.crate
+/awc-3.0.0.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index 8c1fa6f..3b058e6 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,4 +1,4 @@
[DEFAULT]
unwanted-features =
- rust-tls
rustls
+ tls-rustls
diff --git a/rust-awc.spec b/rust-awc.spec
index 440d025..6ee6769 100644
--- a/rust-awc.spec
+++ b/rust-awc.spec
@@ -1,14 +1,14 @@
-# Generated by rust2rpm 16
-# * Missing webpki
+# Generated by rust2rpm 21
+# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
%global crate awc
Name: rust-%{crate}
-Version: 2.0.3
+Version: 3.0.0
Release: %autorelease
-Summary: Async HTTP client library that uses the Actix runtime
+Summary: Async HTTP and WebSocket client library
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
@@ -16,14 +16,11 @@ URL: https://crates.io/crates/awc
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
-Async HTTP and WebSocket client library built on the Actix ecosystem.}
+Async HTTP and WebSocket client library.}
%description %{_description}
@@ -33,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}
@@ -47,35 +46,95 @@ 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}+__compress-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+__compress-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "__compress" feature of the "%{crate}" crate.
+
+%files -n %{name}+__compress-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+compress-brotli-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%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
+
+%description -n %{name}+compress-zstd-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "compress-zstd" feature of the "%{crate}" crate.
-%package -n %{name}+compress-devel
+%files -n %{name}+compress-zstd-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+cookie-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+cookie-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "cookie" feature of the "%{crate}" crate.
+
+%files -n %{name}+cookie-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+cookies-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+compress-devel %{_description}
+%description -n %{name}+cookies-devel %{_description}
-This package contains library source intended for building other packages
-which use "compress" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "cookies" feature of the "%{crate}" crate.
-%files -n %{name}+compress-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%files -n %{name}+cookies-devel
+%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+open-ssl-devel
+%package -n %{name}+dangerous-h2c-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+open-ssl-devel %{_description}
+%description -n %{name}+dangerous-h2c-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 "dangerous-h2c" feature of the "%{crate}" crate.
-%files -n %{name}+open-ssl-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%files -n %{name}+dangerous-h2c-devel
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+openssl-devel
Summary: %{summary}
@@ -83,11 +142,47 @@ 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}+trust-dns-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+trust-dns-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "trust-dns" feature of the "%{crate}" crate.
+
+%files -n %{name}+trust-dns-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package -n %{name}+trust-dns-resolver-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+trust-dns-resolver-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "trust-dns-resolver" feature of the "%{crate}" crate.
+
+%files -n %{name}+trust-dns-resolver-devel
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/sources b/sources
index 2e0ee70..ae45e5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (awc-2.0.3.crate) = 3fa5aa5d90858467bc0be1d1ef1cf55a8a9941cae33eabc5aa0f1dbcf5bb2dfe60740c515fbf03d7657aeb7b4f631e7bf19b7883d26dffb6566b8c7fcd4dd342
+SHA512 (awc-3.0.0.crate) = 435ec55eda5796fdfebc63d0a7990a78b99bdb6f7644d0e9a7c5ead114f995f6b2d40b8e8029fa055b05f06c5db4dbd39f5ba6f2987a75b423c16064cd4416ed
commit 46751a442b5b8771e0441af2b06278b63986e330
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Sat May 21 22:29:40 2022 +0200
Convert to rpmautospec
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..83bb8c0
--- /dev/null
+++ b/changelog
@@ -0,0 +1,71 @@
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Mon Nov 30 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.3-1
+- Update to version 2.0.3.
+- Fixes RHBZ#1902513
+
+* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.2-1
+- Update to version 2.0.2.
+
+* Sat Nov 7 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.1-1
+- Update to version 2.0.1.
+- Fixes RHBZ#1893078
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
+- Update to version 2.0.0.
+
+* Sat Aug 29 08:43:05 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~beta.3-1
+- Update to 2.0.0-beta.3
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~alpha.2-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~alpha.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat May 23 12:35:20 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.2-1
+- Update to 2.0.0-alpha.2
+
+* Sun Mar 15 09:18:50 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.1-1
+- Update to 2.0.0-alpha.1
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Dec 20 18:54:21 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-2
+- Regenerate
+
+* Sun Dec 15 08:48:23 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1
+
+* Fri Dec 13 20:30:47 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.0.0-1
+- Update to 1.0.0
+
+* Sun Sep 01 17:22:59 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.4-1
+- Update to 0.2.4
+
+* Sat Aug 03 13:46:21 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.3-1
+- Update to 0.2.3
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sat Jul 06 11:32:50 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.2-1
+- Update to 0.2.2
+
+* Tue Jun 18 11:20:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.1-2
+- Update derive_more to 0.15
+
+* Wed Jun 05 17:45:35 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.1-1
+- Update to 0.2.1
+
+* Fri May 31 18:57:01 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1
+- Initial package
diff --git a/rust-awc.spec b/rust-awc.spec
index 2f94480..440d025 100644
--- a/rust-awc.spec
+++ b/rust-awc.spec
@@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 2.0.3
-Release: 4%{?dist}
+Release: %autorelease
Summary: Async HTTP client library that uses the Actix runtime
# Upstream license specification: MIT OR Apache-2.0
@@ -108,74 +108,4 @@ which use "openssl" feature of "%{crate}" crate.
%endif
%changelog
-* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Nov 30 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.3-1
-- Update to version 2.0.3.
-- Fixes RHBZ#1902513
-
-* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.2-1
-- Update to version 2.0.2.
-
-* Sat Nov 7 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.1-1
-- Update to version 2.0.1.
-- Fixes RHBZ#1893078
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
-- Update to version 2.0.0.
-
-* Sat Aug 29 08:43:05 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~beta.3-1
-- Update to 2.0.0-beta.3
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~alpha.2-3
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~alpha.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat May 23 12:35:20 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.2-1
-- Update to 2.0.0-alpha.2
-
-* Sun Mar 15 09:18:50 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.1-1
-- Update to 2.0.0-alpha.1
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Dec 20 18:54:21 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-2
-- Regenerate
-
-* Sun Dec 15 08:48:23 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1
-- Update to 1.0.1
-
-* Fri Dec 13 20:30:47 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.0.0-1
-- Update to 1.0.0
-
-* Sun Sep 01 17:22:59 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.4-1
-- Update to 0.2.4
-
-* Sat Aug 03 13:46:21 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.3-1
-- Update to 0.2.3
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sat Jul 06 11:32:50 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.2-1
-- Update to 0.2.2
-
-* Tue Jun 18 11:20:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.1-2
-- Update derive_more to 0.15
-
-* Wed Jun 05 17:45:35 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.1-1
-- Update to 0.2.1
-
-* Fri May 31 18:57:01 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1
-- Initial package
+%autochangelog
commit 66732cf1f2da3258591b894c6c7cb7eb8417e7e3
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 21 19:48:25 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
diff --git a/rust-awc.spec b/rust-awc.spec
index a66407f..2f94480 100644
--- a/rust-awc.spec
+++ b/rust-awc.spec
@@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 2.0.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Async HTTP client library that uses the Actix runtime
# Upstream license specification: MIT OR Apache-2.0
@@ -108,6 +108,9 @@ which use "openssl" feature of "%{crate}" crate.
%endif
%changelog
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 51bcd93d174fc2aab4b1bc57d1da4bbf27fa2dbb
Author: Tomas Hrcka <thrcka(a)redhat.com>
Date: Mon Dec 13 12:03:12 2021 +0100
Unretirement
https://pagure.io/releng/issue/10457
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..20333dc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+/awc-0.2.0.crate
+/awc-0.2.1.crate
+/awc-0.2.2.crate
+/awc-0.2.3.crate
+/awc-0.2.4.crate
+/awc-0.2.7.crate
+/awc-1.0.0.crate
+/awc-1.0.1.crate
+/awc-2.0.0-alpha.1.crate
+/awc-2.0.0-alpha.2.crate
+/awc-2.0.0-beta.3.crate
+/awc-2.0.0.crate
+/awc-2.0.1.crate
+/awc-2.0.2.crate
+/awc-2.0.3.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
new file mode 100644
index 0000000..8c1fa6f
--- /dev/null
+++ b/.rust2rpm.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+unwanted-features =
+ rust-tls
+ rustls
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..341a2b8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-awc
+
+The rust-awc package
\ No newline at end of file
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-awc.spec b/rust-awc.spec
new file mode 100644
index 0000000..a66407f
--- /dev/null
+++ b/rust-awc.spec
@@ -0,0 +1,178 @@
+# Generated by rust2rpm 16
+# * Missing webpki
+%bcond_with check
+%global debug_package %{nil}
+
+%global crate awc
+
+Name: rust-%{crate}
+Version: 2.0.3
+Release: 3%{?dist}
+Summary: Async HTTP client library that uses the Actix runtime
+
+# Upstream license specification: MIT OR Apache-2.0
+License: MIT or ASL 2.0
+URL: https://crates.io/crates/awc
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+Async HTTP and WebSocket client library built on 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}+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}+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
+
+%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(a)fedoraproject.org> - 2.0.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Mon Nov 30 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.3-1
+- Update to version 2.0.3.
+- Fixes RHBZ#1902513
+
+* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.2-1
+- Update to version 2.0.2.
+
+* Sat Nov 7 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.1-1
+- Update to version 2.0.1.
+- Fixes RHBZ#1893078
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
+- Update to version 2.0.0.
+
+* Sat Aug 29 08:43:05 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~beta.3-1
+- Update to 2.0.0-beta.3
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~alpha.2-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~alpha.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat May 23 12:35:20 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.2-1
+- Update to 2.0.0-alpha.2
+
+* Sun Mar 15 09:18:50 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.1-1
+- Update to 2.0.0-alpha.1
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Dec 20 18:54:21 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-2
+- Regenerate
+
+* Sun Dec 15 08:48:23 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1
+
+* Fri Dec 13 20:30:47 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.0.0-1
+- Update to 1.0.0
+
+* Sun Sep 01 17:22:59 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.4-1
+- Update to 0.2.4
+
+* Sat Aug 03 13:46:21 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.3-1
+- Update to 0.2.3
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sat Jul 06 11:32:50 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.2-1
+- Update to 0.2.2
+
+* Tue Jun 18 11:20:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.1-2
+- Update derive_more to 0.15
+
+* Wed Jun 05 17:45:35 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.1-1
+- Update to 0.2.1
+
+* Fri May 31 18:57:01 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..2e0ee70
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (awc-2.0.3.crate) = 3fa5aa5d90858467bc0be1d1ef1cf55a8a9941cae33eabc5aa0f1dbcf5bb2dfe60740c515fbf03d7657aeb7b4f631e7bf19b7883d26dffb6566b8c7fcd4dd342
commit d5fa044bd56ee78fda0adf13ff3646505d5f5bbc
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Tue Nov 23 11:22:23 2021 +0100
no longer used
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 20333dc..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-/awc-0.2.0.crate
-/awc-0.2.1.crate
-/awc-0.2.2.crate
-/awc-0.2.3.crate
-/awc-0.2.4.crate
-/awc-0.2.7.crate
-/awc-1.0.0.crate
-/awc-1.0.1.crate
-/awc-2.0.0-alpha.1.crate
-/awc-2.0.0-alpha.2.crate
-/awc-2.0.0-beta.3.crate
-/awc-2.0.0.crate
-/awc-2.0.1.crate
-/awc-2.0.2.crate
-/awc-2.0.3.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
deleted file mode 100644
index 8c1fa6f..0000000
--- a/.rust2rpm.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[DEFAULT]
-unwanted-features =
- rust-tls
- rustls
diff --git a/README.md b/README.md
deleted file mode 100644
index 341a2b8..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-awc
-
-The rust-awc package
\ No newline at end of file
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-awc.spec b/rust-awc.spec
deleted file mode 100644
index a66407f..0000000
--- a/rust-awc.spec
+++ /dev/null
@@ -1,178 +0,0 @@
-# Generated by rust2rpm 16
-# * Missing webpki
-%bcond_with check
-%global debug_package %{nil}
-
-%global crate awc
-
-Name: rust-%{crate}
-Version: 2.0.3
-Release: 3%{?dist}
-Summary: Async HTTP client library that uses the Actix runtime
-
-# Upstream license specification: MIT OR Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/awc
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Async HTTP and WebSocket client library built on 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}+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}+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
-
-%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(a)fedoraproject.org> - 2.0.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Nov 30 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.3-1
-- Update to version 2.0.3.
-- Fixes RHBZ#1902513
-
-* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.2-1
-- Update to version 2.0.2.
-
-* Sat Nov 7 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.1-1
-- Update to version 2.0.1.
-- Fixes RHBZ#1893078
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
-- Update to version 2.0.0.
-
-* Sat Aug 29 08:43:05 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~beta.3-1
-- Update to 2.0.0-beta.3
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~alpha.2-3
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0~alpha.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat May 23 12:35:20 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.2-1
-- Update to 2.0.0-alpha.2
-
-* Sun Mar 15 09:18:50 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.1-1
-- Update to 2.0.0-alpha.1
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Dec 20 18:54:21 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-2
-- Regenerate
-
-* Sun Dec 15 08:48:23 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1
-- Update to 1.0.1
-
-* Fri Dec 13 20:30:47 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.0.0-1
-- Update to 1.0.0
-
-* Sun Sep 01 17:22:59 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.4-1
-- Update to 0.2.4
-
-* Sat Aug 03 13:46:21 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.3-1
-- Update to 0.2.3
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sat Jul 06 11:32:50 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.2-1
-- Update to 0.2.2
-
-* Tue Jun 18 11:20:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.1-2
-- Update derive_more to 0.15
-
-* Wed Jun 05 17:45:35 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.1-1
-- Update to 0.2.1
-
-* Fri May 31 18:57:01 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.0-1
-- Initial package
diff --git a/sources b/sources
deleted file mode 100644
index 2e0ee70..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (awc-2.0.3.crate) = 3fa5aa5d90858467bc0be1d1ef1cf55a8a9941cae33eabc5aa0f1dbcf5bb2dfe60740c515fbf03d7657aeb7b4f631e7bf19b7883d26dffb6566b8c7fcd4dd342
1 year, 4 months
Architecture specific change in rpms/rust-actix-http.git
by githook-noreply@fedoraproject.org
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=70...
https://src.fedoraproject.org/cgit/rpms/rust-actix-http.git/commit/?id=c9....
Change:
+ExclusiveArch: %{rust_arches}
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit df1af9d059827984deea4bf197699c48a56f1eec
Author: Fabio Valentini <decathorpe(a)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(a)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(a)fedoraproject.org>
commit 579af5d5adc22dc8fc08bb3a7403714b56c27a87
Author: Daiki Ueno <dueno(a)redhat.com>
Date: Fri Dec 10 10:54:16 2021 +0100
Rebuild after unretirement
Signed-off-by: Daiki Ueno <dueno(a)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(a)redhat.com> - 2.2.1-4
+- Rebuild after unretirement
+
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 707b8b51d87f75afdfb8fd4d0b2be7f3c7b93030
Author: Tomas Hrcka <thrcka(a)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(a)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(a)fedoraproject.org> - 2.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.2.0-1
+- Update to version 2.2.0.
+
+* Tue Nov 03 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.1.0-1
+- Update to version 2.1.0.
+- Fixes RHBZ#1893068
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
+- Update to version 2.0.0.
+
+* Sat Aug 29 08:37:27 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~beta.3-1
+- Update to 2.0.0-beta.3
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng(a)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(a)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(a)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(a)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(a)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(a)fedoraproject.org> - 2.0.0~alpha.1-1
+- Update to 2.0.0-alpha.1
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 1.0.1-2
+- Regenerate
+
+* Fri Dec 20 11:18:28 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1
+
+* Fri Dec 13 19:45:14 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.0.0-1
+- Update to 0.2.10
+
+* Sun Aug 25 08:30:11 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.9-1
+- Update to 0.2.9
+
+* Sat Aug 03 13:48:15 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.8-1
+- Update to 0.2.8
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 0.2.5-1
+- Update to 0.2.5
+
+* Tue Jun 18 08:40:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.4-1
+- Update to 0.2.4
+
+* Sun Jun 02 10:42:32 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.3-1
+- Update to 0.2.3
+
+* Fri May 31 19:12:46 CEST 2019 Igor Gnatenko <ignatenkobrain(a)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(a)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(a)fedoraproject.org> - 2.2.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Wed Nov 25 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.2.0-1
-- Update to version 2.2.0.
-
-* Tue Nov 03 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.1.0-1
-- Update to version 2.1.0.
-- Fixes RHBZ#1893068
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
-- Update to version 2.0.0.
-
-* Sat Aug 29 08:37:27 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~beta.3-1
-- Update to 2.0.0-beta.3
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng(a)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(a)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(a)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(a)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(a)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(a)fedoraproject.org> - 2.0.0~alpha.1-1
-- Update to 2.0.0-alpha.1
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 1.0.1-2
-- Regenerate
-
-* Fri Dec 20 11:18:28 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.1-1
-- Update to 1.0.1
-
-* Fri Dec 13 19:45:14 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.0.0-1
-- Update to 0.2.10
-
-* Sun Aug 25 08:30:11 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.9-1
-- Update to 0.2.9
-
-* Sat Aug 03 13:48:15 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.8-1
-- Update to 0.2.8
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 0.2.5-1
-- Update to 0.2.5
-
-* Tue Jun 18 08:40:33 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.4-1
-- Update to 0.2.4
-
-* Sun Jun 02 10:42:32 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.2.3-1
-- Update to 0.2.3
-
-* Fri May 31 19:12:46 CEST 2019 Igor Gnatenko <ignatenkobrain(a)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
1 year, 4 months
Architecture specific change in rpms/rust-actix-tls.git
by githook-noreply@fedoraproject.org
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=b7b...
https://src.fedoraproject.org/cgit/rpms/rust-actix-tls.git/commit/?id=ab6....
Change:
+ExclusiveArch: %{rust_arches}
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit b703b6992c748a3bdaa48c212cd86dae663d96fe
Author: Fabio Valentini <decathorpe(a)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(a)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(a)fedoraproject.org> - 2.0.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)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(a)gmail.com> - 2.0.0-2
+- Remove features with unpackaged dependencies.
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
+- Update to version 2.0.0.
+
+* Sat Aug 29 08:42:05 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.2-1
+- Update to 2.0.0-alpha.2
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 2.0.0~alpha.1-1
+- Update to 2.0.0-alpha.1
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 1.0.0-2
+- Regenerate
+
+* Sat Dec 14 16:22:08 CET 2019 Igor Gnatenko <ignatenkobrain(a)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(a)fedoraproject.org> - 2.0.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)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(a)gmail.com> - 2.0.0-2
-- Remove features with unpackaged dependencies.
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
-- Update to version 2.0.0.
-
-* Sat Aug 29 08:42:05 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.2-1
-- Update to 2.0.0-alpha.2
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 2.0.0~alpha.1-1
-- Update to 2.0.0-alpha.1
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 1.0.0-2
-- Regenerate
-
-* Sat Dec 14 16:22:08 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1
-- Initial package
+%autochangelog
commit 9e9433aef9e851125315f18d2393dcdcd8a255e1
Author: Fedora Release Engineering <releng(a)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(a)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(a)fedoraproject.org> - 2.0.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit b7ba54efed12365193c4baa096926e22487aff8a
Author: Tomas Hrcka <thrcka(a)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(a)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(a)fedoraproject.org> - 2.0.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)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(a)gmail.com> - 2.0.0-2
+- Remove features with unpackaged dependencies.
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
+- Update to version 2.0.0.
+
+* Sat Aug 29 08:42:05 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.2-1
+- Update to 2.0.0-alpha.2
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 2.0.0~alpha.1-1
+- Update to 2.0.0-alpha.1
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 1.0.0-2
+- Regenerate
+
+* Sat Dec 14 16:22:08 CET 2019 Igor Gnatenko <ignatenkobrain(a)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(a)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(a)fedoraproject.org> - 2.0.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)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(a)gmail.com> - 2.0.0-2
-- Remove features with unpackaged dependencies.
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 2.0.0-1
-- Update to version 2.0.0.
-
-* Sat Aug 29 08:42:05 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 2.0.0~alpha.2-1
-- Update to 2.0.0-alpha.2
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 2.0.0~alpha.1-1
-- Update to 2.0.0-alpha.1
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)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(a)fedoraproject.org> - 1.0.0-2
-- Regenerate
-
-* Sat Dec 14 16:22:08 CET 2019 Igor Gnatenko <ignatenkobrain(a)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
1 year, 4 months
Architecture specific change in rpms/rust-actix-server.git
by githook-noreply@fedoraproject.org
The package rpms/rust-actix-server.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-server.git/commit/?id=...
https://src.fedoraproject.org/cgit/rpms/rust-actix-server.git/commit/?id=....
Change:
+ExclusiveArch: %{rust_arches}
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 164e7af4994d0c807a1102b7afd14175368ce08d
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Wed Jun 1 00:14:35 2022 +0200
Update to version 2.1.1; Fixes RHBZ#2042492
diff --git a/.gitignore b/.gitignore
index cd13b14..0851b1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/actix-server-1.0.2.crate
/actix-server-1.0.3.crate
/actix-server-1.0.4.crate
+/actix-server-2.1.1.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
new file mode 100644
index 0000000..dda165d
--- /dev/null
+++ b/.rust2rpm.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+unwanted-features =
+ io-uring
+ tokio-uring
diff --git a/actix-server-fix-metadata.diff b/actix-server-fix-metadata.diff
deleted file mode 100644
index 4351424..0000000
--- a/actix-server-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- actix-server-1.0.4/Cargo.toml 2020-09-12T14:51:17+00:00
-+++ actix-server-1.0.4/Cargo.toml 2020-09-21T19:30:02.854695+00:00
-@@ -66,5 +66,8 @@
- [dependencies.socket2]
- version = "0.3"
-
-+[dev-dependencies.bytes]
-+version = "0.5"
-+
- [features]
- default = []
diff --git a/rust-actix-server.spec b/rust-actix-server.spec
index 9c1aff8..54c4b49 100644
--- a/rust-actix-server.spec
+++ b/rust-actix-server.spec
@@ -1,11 +1,12 @@
-# Generated by rust2rpm 13
-%bcond_without check
+# Generated by rust2rpm 21
+# * tests can only be run in-tree
+%bcond_with check
%global debug_package %{nil}
%global crate actix-server
Name: rust-%{crate}
-Version: 1.0.4
+Version: 2.1.1
Release: %autorelease
Summary: General purpose TCP server built for the Actix ecosystem
@@ -13,16 +14,10 @@ Summary: General purpose TCP server built for the Actix ecosystem
License: MIT or ASL 2.0
URL: https://crates.io/crates/actix-server
Source: %{crates_source}
-# Initial patched metadata
-# * add missing "bytes" dependency for integration tests
-Patch0: actix-server-fix-metadata.diff
ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
General purpose TCP server built for the Actix ecosystem.}
@@ -35,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 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}
@@ -49,11 +46,11 @@ 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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/sources b/sources
index 7191b8b..d9d9c0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (actix-server-1.0.4.crate) = def9d79442ec6f4398168d4357bd5e15c391cffee49c803b387c5e5f968136bf34a7955b3ee8a45208ecdc5435c70fb26b3f8cb6cd604e1201fdfe0f317dd427
+SHA512 (actix-server-2.1.1.crate) = eca31d69edf3c755a23b048bcf2cc4662ca527e6e8ee282a9905caafe4bd1ca1b5fd082d3a8d440610cb67c6a8703bb096094e18cb82dc55f72f01635ddec193
commit 3908313193ebe03c38310b1680e14eb4f7a370ec
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Mon May 16 12:19:31 2022 +0200
Convert to rpmautospec
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..f43938b
--- /dev/null
+++ b/changelog
@@ -0,0 +1,38 @@
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.4-1
+- Update to version 1.0.4.
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Tue May 19 2020 Josh Stone <jistone(a)redhat.com> - 1.0.3-1
+- Update to 1.0.3
+
+* Sat Feb 29 07:23:40 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Sat Dec 14 13:44:17 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+
+* Tue Aug 06 10:07:00 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.6.0-1
+- Update to 0.6.0
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sat Jun 22 19:58:08 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.5.1-2
+- Regenerate
+
+* Fri May 31 16:06:54 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.5.1-1
+- Initial package
diff --git a/rust-actix-server.spec b/rust-actix-server.spec
index cfbf321..9c1aff8 100644
--- a/rust-actix-server.spec
+++ b/rust-actix-server.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 1.0.4
-Release: 4%{?dist}
+Release: %autorelease
Summary: General purpose TCP server built for the Actix ecosystem
# Upstream license specification: MIT OR Apache-2.0
@@ -74,41 +74,4 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
-* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.4-1
-- Update to version 1.0.4.
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue May 19 2020 Josh Stone <jistone(a)redhat.com> - 1.0.3-1
-- Update to 1.0.3
-
-* Sat Feb 29 07:23:40 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.2-1
-- Update to 1.0.2
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Sat Dec 14 13:44:17 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1
-- Update to 1.0.0
-
-* Tue Aug 06 10:07:00 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.6.0-1
-- Update to 0.6.0
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sat Jun 22 19:58:08 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.5.1-2
-- Regenerate
-
-* Fri May 31 16:06:54 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.5.1-1
-- Initial package
+%autochangelog
commit 3a4273bc5272a4b441093501dd19eb77930ed07c
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 21 19:33:17 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
diff --git a/rust-actix-server.spec b/rust-actix-server.spec
index 4261528..cfbf321 100644
--- a/rust-actix-server.spec
+++ b/rust-actix-server.spec
@@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 1.0.4
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: General purpose TCP server built for the Actix ecosystem
# Upstream license specification: MIT OR Apache-2.0
@@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 544c379ae0e8709942fbddbc8ffe55ef2623f5b7
Author: Tomas Hrcka <thrcka(a)redhat.com>
Date: Tue Dec 7 13:02:29 2021 +0100
Unretirement request
https://pagure.io/releng/issue/10428
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cd13b14
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+/actix-server-0.5.1.crate
+/actix-server-0.6.0.crate
+/actix-server-1.0.0.crate
+/actix-server-1.0.2.crate
+/actix-server-1.0.3.crate
+/actix-server-1.0.4.crate
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d1eeb75
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-actix-server
+
+The rust-actix-server package
\ No newline at end of file
diff --git a/actix-server-fix-metadata.diff b/actix-server-fix-metadata.diff
new file mode 100644
index 0000000..4351424
--- /dev/null
+++ b/actix-server-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- actix-server-1.0.4/Cargo.toml 2020-09-12T14:51:17+00:00
++++ actix-server-1.0.4/Cargo.toml 2020-09-21T19:30:02.854695+00:00
+@@ -66,5 +66,8 @@
+ [dependencies.socket2]
+ version = "0.3"
+
++[dev-dependencies.bytes]
++version = "0.5"
++
+ [features]
+ default = []
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-server.spec b/rust-actix-server.spec
new file mode 100644
index 0000000..4261528
--- /dev/null
+++ b/rust-actix-server.spec
@@ -0,0 +1,111 @@
+# Generated by rust2rpm 13
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate actix-server
+
+Name: rust-%{crate}
+Version: 1.0.4
+Release: 3%{?dist}
+Summary: General purpose TCP server built for the Actix ecosystem
+
+# Upstream license specification: MIT OR Apache-2.0
+License: MIT or ASL 2.0
+URL: https://crates.io/crates/actix-server
+Source: %{crates_source}
+# Initial patched metadata
+# * add missing "bytes" dependency for integration tests
+Patch0: actix-server-fix-metadata.diff
+
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+General purpose TCP server built 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 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
+
+%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(a)fedoraproject.org> - 1.0.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.4-1
+- Update to version 1.0.4.
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Tue May 19 2020 Josh Stone <jistone(a)redhat.com> - 1.0.3-1
+- Update to 1.0.3
+
+* Sat Feb 29 07:23:40 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Sat Dec 14 13:44:17 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+
+* Tue Aug 06 10:07:00 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.6.0-1
+- Update to 0.6.0
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sat Jun 22 19:58:08 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.5.1-2
+- Regenerate
+
+* Fri May 31 16:06:54 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.5.1-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..7191b8b
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (actix-server-1.0.4.crate) = def9d79442ec6f4398168d4357bd5e15c391cffee49c803b387c5e5f968136bf34a7955b3ee8a45208ecdc5435c70fb26b3f8cb6cd604e1201fdfe0f317dd427
commit f0512ca56185c5adb78ba8d149e3891a478e18e4
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Wed Nov 24 14:05:32 2021 +0100
no longer used
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index cd13b14..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/actix-server-0.5.1.crate
-/actix-server-0.6.0.crate
-/actix-server-1.0.0.crate
-/actix-server-1.0.2.crate
-/actix-server-1.0.3.crate
-/actix-server-1.0.4.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index d1eeb75..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-actix-server
-
-The rust-actix-server package
\ No newline at end of file
diff --git a/actix-server-fix-metadata.diff b/actix-server-fix-metadata.diff
deleted file mode 100644
index 4351424..0000000
--- a/actix-server-fix-metadata.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- actix-server-1.0.4/Cargo.toml 2020-09-12T14:51:17+00:00
-+++ actix-server-1.0.4/Cargo.toml 2020-09-21T19:30:02.854695+00:00
-@@ -66,5 +66,8 @@
- [dependencies.socket2]
- version = "0.3"
-
-+[dev-dependencies.bytes]
-+version = "0.5"
-+
- [features]
- default = []
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-server.spec b/rust-actix-server.spec
deleted file mode 100644
index 4261528..0000000
--- a/rust-actix-server.spec
+++ /dev/null
@@ -1,111 +0,0 @@
-# Generated by rust2rpm 13
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate actix-server
-
-Name: rust-%{crate}
-Version: 1.0.4
-Release: 3%{?dist}
-Summary: General purpose TCP server built for the Actix ecosystem
-
-# Upstream license specification: MIT OR Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/actix-server
-Source: %{crates_source}
-# Initial patched metadata
-# * add missing "bytes" dependency for integration tests
-Patch0: actix-server-fix-metadata.diff
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-General purpose TCP server built 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 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
-
-%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(a)fedoraproject.org> - 1.0.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 1.0.4-1
-- Update to version 1.0.4.
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue May 19 2020 Josh Stone <jistone(a)redhat.com> - 1.0.3-1
-- Update to 1.0.3
-
-* Sat Feb 29 07:23:40 CET 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 1.0.2-1
-- Update to 1.0.2
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Sat Dec 14 13:44:17 CET 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 1.0.0-1
-- Update to 1.0.0
-
-* Tue Aug 06 10:07:00 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.6.0-1
-- Update to 0.6.0
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.5.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sat Jun 22 19:58:08 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.5.1-2
-- Regenerate
-
-* Fri May 31 16:06:54 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.5.1-1
-- Initial package
diff --git a/sources b/sources
deleted file mode 100644
index 7191b8b..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (actix-server-1.0.4.crate) = def9d79442ec6f4398168d4357bd5e15c391cffee49c803b387c5e5f968136bf34a7955b3ee8a45208ecdc5435c70fb26b3f8cb6cd604e1201fdfe0f317dd427
1 year, 4 months
Architecture specific change in rpms/rust-local-channel.git
by githook-noreply@fedoraproject.org
The package rpms/rust-local-channel.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-local-channel.git/commit/?id....
Change:
+ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit ce4fdc3d6dd4f33b097cd77966eedb20727fb0ea
Author: Anderson Toshiyuki Sasaki <ansasaki(a)redhat.com>
Date: Mon May 9 16:38:20 2022 +0200
Initial import (fedora#2082693).
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki(a)redhat.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2dbca0e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/local-channel-0.1.3.crate
diff --git a/local-channel-fix-metadata.diff b/local-channel-fix-metadata.diff
new file mode 100644
index 0000000..714094b
--- /dev/null
+++ b/local-channel-fix-metadata.diff
@@ -0,0 +1,10 @@
+--- local-channel-0.1.3/Cargo.toml 2022-05-06 20:27:43.119741659 +0200
++++ local-channel-0.1.3/Cargo.toml 2022-05-06 20:34:35.422375671 +0200
+@@ -40,3 +40,7 @@
+
+ [dependencies.local-waker]
+ version = "0.1"
++
++[dev-dependencies.tokio]
++version = "1.13.1"
++features = ["rt", "macros"]
diff --git a/rust-local-channel.spec b/rust-local-channel.spec
new file mode 100644
index 0000000..aa84560
--- /dev/null
+++ b/rust-local-channel.spec
@@ -0,0 +1,75 @@
+# Generated by rust2rpm 21
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate local-channel
+
+Name: rust-%{crate}
+Version: 0.1.3
+Release: %autorelease
+Summary: Non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue
+
+# Upstream license specification: MIT OR Apache-2.0
+License: MIT or ASL 2.0
+URL: https://crates.io/crates/local-channel
+Source: %{crates_source}
+# Initial patched metadata
+# add missing tokio dev-dependency
+Patch0: local-channel-fix-metadata.diff
+
+ExclusiveArch: %{rust_arches}
+
+BuildRequires: rust-packaging >= 21
+
+%global _description %{expand:
+Non-threadsafe multi-producer, single-consumer, futures-aware, FIFO queue.}
+
+%description %{_description}
+
+%package devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
+
+%files devel
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/CHANGES.md
+%{crate_instdir}/
+
+%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 the "default" feature of the "%{crate}" crate.
+
+%files -n %{name}+default-devel
+%ghost %{crate_instdir}/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..f02ab86
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (local-channel-0.1.3.crate) = 886d280c996d706b5d1fbc0f215db9faf7d410009c29cad97e400264d696238d20792abb71f7be4590aea9d1311bc545fbd3ff0b4448b75f8d220c90d77c3ce4
1 year, 4 months
Architecture specific change in rpms/rust-local-waker.git
by githook-noreply@fedoraproject.org
The package rpms/rust-local-waker.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-local-waker.git/commit/?id=6....
Change:
+ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 69c1d0cc607e6e2fd02b5ee5d0ffd16988c2157e
Author: Anderson Toshiyuki Sasaki <ansasaki(a)redhat.com>
Date: Wed May 4 18:27:00 2022 +0200
Initial import (fedora#2081385)
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki(a)redhat.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..29b38ff
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/local-waker-0.1.3.crate
diff --git a/rust-local-waker.spec b/rust-local-waker.spec
new file mode 100644
index 0000000..67020eb
--- /dev/null
+++ b/rust-local-waker.spec
@@ -0,0 +1,72 @@
+# Generated by rust2rpm 21
+%bcond_without check
+%global debug_package %{nil}
+
+%global crate local-waker
+
+Name: rust-%{crate}
+Version: 0.1.3
+Release: %autorelease
+Summary: Synchronization primitive for thread-local task wakeup
+
+# Upstream license specification: MIT OR Apache-2.0
+License: MIT or ASL 2.0
+URL: https://crates.io/crates/local-waker
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+
+BuildRequires: rust-packaging >= 21
+
+%global _description %{expand:
+Synchronization primitive for thread-local task wakeup.}
+
+%description %{_description}
+
+%package devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
+
+%files devel
+%license %{crate_instdir}/LICENSE-APACHE
+%license %{crate_instdir}/LICENSE-MIT
+%doc %{crate_instdir}/CHANGES.md
+%{crate_instdir}/
+
+%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 the "default" feature of the "%{crate}" crate.
+
+%files -n %{name}+default-devel
+%ghost %{crate_instdir}/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..704d52f
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (local-waker-0.1.3.crate) = 284d5c8d44f6d5e48764736b45c3b9b8a88794ff42b63b51a5fb219114934944bddbcaac28000f54881fb564cf7882d0f31c90999d8e811d9775e926f499f8a9
1 year, 4 months
Architecture specific change in rpms/nss.git
by githook-noreply@fedoraproject.org
The package rpms/nss.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/nss.git/commit/?id=624e780d59143c....
Change:
+%ifnarch noarch
Thanks.
Full change:
============
commit 624e780d59143cc3c5b91b5cfc3aa5e1255aa922
Author: Bob Relyea <rrelyea(a)redhat.com>
Date: Tue May 31 14:24:07 2022 -0700
Rebase to NSS 3.79
Rebase to NSPR 4.34
diff --git a/.gitignore b/.gitignore
index 1f2ca20..88af042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,5 @@ TestUser51.cert
/nss-3.73.tar.gz
/nss-3.75.tar.gz
/nss-3.77.tar.gz
+/nss-3.79.tar.gz
+/nspr-4.34.tar.gz
diff --git a/nss.spec b/nss.spec
index f5604d2..abb3d79 100644
--- a/nss.spec
+++ b/nss.spec
@@ -1,5 +1,5 @@
-%global nspr_version 4.32.0
-%global nss_version 3.77.0
+%global nspr_version 4.34.0
+%global nss_version 3.79.0
# NOTE: To avoid NVR clashes of nspr* packages:
# - reset %%{nspr_release} to 1, when updating %%{nspr_version}
# - increment %%{nspr_version}, when updating the NSS part only
@@ -7,7 +7,7 @@
%global nss_release %baserelease
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
# release number between nss and nspr are different.
-%global nspr_release %[%baserelease+5]
+%global nspr_release %baserelease
# only need to update this as we added new
# algorithms under nss policy control
%global crypto_policies_version 20210118
@@ -115,8 +115,6 @@ Source28: nss-p11-kit.config
Source100: nspr-%{nspr_archive_version}.tar.gz
Source101: nspr-config.xml
-# Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=617723
-Patch2: nss-539183.patch
# This patch uses the GCC -iquote option documented at
# http://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html#Directory-Options
# to give the in-tree headers a higher priority over the system headers,
@@ -394,6 +392,7 @@ export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
export NSPR_INCLUDE_DIR=$PWD/dist/include/nspr
+export NSPR_LIB_DIR=$PWD/dist/lib
export NSS_USE_SYSTEM_SQLITE=1
@@ -418,6 +417,7 @@ export POLICY_FILE="nss.config"
# location of the policy file
export POLICY_PATH="/etc/crypto-policies/back-ends"
+
%{__make} -C ./nss all
%{__make} -C ./nss latest
@@ -561,6 +561,15 @@ export USE_64=1
# End -- copied from the build section
+# copy the nspr libraries into the NSS object directory so we use the
+# newly compiled nspr binaries in our test rather than the build root
+# versions
+export LOBJDIR=`make -s -C ./nss/tests/common objdir_name`
+for i in ./dist/lib/*.so
+do
+ cp $i ./dist/${LOBJDIR}/lib
+done
+
# This is necessary because the test suite tests algorithms that are
# disabled by the system policy.
export NSS_IGNORE_SYSTEM_POLICY=1
@@ -584,9 +593,9 @@ if [ $SPACEISBAD -ne 0 ]; then
echo "error: filenames containing space are not supported (xargs)"
exit 1
fi
-MYRAND=`perl -e 'print 9000 + int rand 1000'`; echo $MYRAND ||:
-RANDSERV=selfserv_${MYRAND}; echo $RANDSERV ||:
-DISTBINDIR=`ls -d ./dist/*.OBJ/bin`; echo $DISTBINDIR ||:
+export MYRAND=`perl -e 'print 9000 + int rand 1000'`; echo $MYRAND
+export RANDSERV=selfserv_${MYRAND}; echo $RANDSERV
+export DISTBINDIR=./dist/${LOBJDIR}/bin
pushd "$DISTBINDIR"
ln -s selfserv $RANDSERV
popd
@@ -645,6 +654,25 @@ for f in nspr-config; do
done
popd
+# Begin -- copied from the build section
+# this is needed to make sure LOBJDIR is correct
+
+export FREEBL_NO_DEPEND=1
+
+export BUILD_OPT=1
+export NSS_DISABLE_PPC_GHASH=1
+
+%ifnarch noarch
+%if 0%{__isa_bits} == 64
+export USE_64=1
+%endif
+%endif
+
+# End -- copied from the build section
+
+# get the objdir value from the test make file
+export LOBJDIR=`make -s -C ./nss/tests/common objdir_name`
+
# There is no make install target so we'll do it ourselves.
mkdir -p $RPM_BUILD_ROOT/%{_includedir}/nss3
@@ -673,7 +701,7 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
# Copy the binary libraries we want
for file in libnssutil3.so libsoftokn3.so %{?with_dbm:libnssdbm3.so} libfreebl3.so libfreeblpriv3.so libnss3.so libnsssysinit.so libsmime3.so libssl3.so
do
- install -p -m 755 dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir}
+ install -p -m 755 dist/${LOBJDIR}/lib/$file $RPM_BUILD_ROOT/%{_libdir}
done
# Install the empty NSS db files
@@ -692,19 +720,19 @@ install -p -m 644 %{SOURCE15} $RPM_BUILD_ROOT/%{_sysconfdir}/pki/nssdb/pkcs11.tx
# Copy the development libraries we want
for file in libcrmf.a libnssb.a libnssckfw.a
do
- install -p -m 644 dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir}
+ install -p -m 644 dist/${LOBJDIR}/lib/$file $RPM_BUILD_ROOT/%{_libdir}
done
# Copy the binaries we want
for file in certutil cmsutil crlutil modutil nss-policy-check pk12util signver ssltap
do
- install -p -m 755 dist/*.OBJ/bin/$file $RPM_BUILD_ROOT/%{_bindir}
+ install -p -m 755 dist/${LOBJDIR}/bin/$file $RPM_BUILD_ROOT/%{_bindir}
done
# Copy the binaries we ship as unsupported
for file in bltest ecperf fbectest fipstest shlibsign atob btoa derdump listsuites ocspclnt pp selfserv signtool strsclnt symkeyutil tstclnt vfyserv vfychain
do
- install -p -m 755 dist/*.OBJ/bin/$file $RPM_BUILD_ROOT/%{unsupported_tools_directory}
+ install -p -m 755 dist/${LOBJDIR}/bin/$file $RPM_BUILD_ROOT/%{unsupported_tools_directory}
done
# Copy the include files we want
@@ -722,7 +750,7 @@ done
# Copy the static freebl library
for file in libfreebl.a
do
-install -p -m 644 dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir}
+install -p -m 644 dist/${LOBJDIR}/lib/$file $RPM_BUILD_ROOT/%{_libdir}
done
# Copy the template files we want
@@ -1059,7 +1087,11 @@ update-crypto-policies &> /dev/null || :
%changelog
-* Tue Apr 5 2022 Bob Relyea <rrelyea(a)redhat.com> - 3.75.0-1
+* Tue May 31 2022 Bob Relyea <rrelyea(a)redhat.com> - 3.79.0-1
+- Update to NSS 3.79
+- Update to NSPR 4.34
+
+* Tue Apr 5 2022 Bob Relyea <rrelyea(a)redhat.com> - 3.77.0-1
- Update to 3.77
* Mon Feb 7 2022 Bob Relyea <rrelyea(a)redhat.com> - 3.75.0-1
diff --git a/sources b/sources
index f740f31..a96c9b9 100644
--- a/sources
+++ b/sources
@@ -1,7 +1,4 @@
-SHA512 (blank-cert8.db) = ac131d15708c5f1b5e467831f919f4fc4ba13b60a4bb5fe260c845fa9afcd899a588d21ed52060abaa1bbb29f2b53af8b495d28407183cb03aff1974f95f1d3d
SHA512 (blank-cert9.db) = 2f8eab4c0612210ee47db8a3a80c1b58a0b43849551af78c7da403fda3e3d4e7757838061ae56ccf5aac335cb54f254f0a9e6e9c0dd5920b4155a39264525b06
-SHA512 (blank-key3.db) = 01f7314e9fc8a7c9aa997652624cfcde213d18a6b3bb31840c1a60bbd662e56b5bc3221d13874abb42ce78163b225a6dfce2e1326cf6dd29366ad9c28ba5a71c
SHA512 (blank-key4.db) = 8fedae93af7163da23fe9492ea8e785a44c291604fa98e58438448efb69c85d3253fc22b926d5c3209c62e58a86038fd4d78a1c4c068bc00600a7f3e5382ebe7
-SHA512 (blank-secmod.db) = 06a2dbd861839ef6315093459328b500d3832333a34b30e6fac4a2503af337f014a4d319f0f93322409e719142904ce8bc08252ae9a4f37f30d4c3312e900310
-SHA512 (nspr-4.32.tar.gz) = da9b65b374783d20a2e589211b411816d899e296e91175d376e59df1919144c1808c155a234d6ceefdf7b8ae8f47cec98d92a5aa3150a579513251860e50dcb7
-SHA512 (nss-3.77.tar.gz) = bd62eeb8f90ecd2d3999fd78fea6652736c02a6530f29e98d0cad0707f3b901b30409132eb6a6d53b9f5c05c6b464615a946a2a3e255553c793e44d0ed93179e
+SHA512 (nspr-4.34.tar.gz) = 4cfac886c14cf7df4c4b79fa1c3bc92e1b14260c9c3018fa2562060d62fecb4e66c0b4e8f7edf4f4823def784a919d99dde88a89674f0cd8a644310b0569ead4
+SHA512 (nss-3.79.tar.gz) = d3311da3bd0e6907760390221c1307a63d84dd8ad9b85dbfdbf59fe4678341c9856b6f93235731999a1236c98dc0ac66d2dc023eb439cb696f73509dae70c41d
1 year, 4 months
Architecture specific change in rpms/nss.git
by githook-noreply@fedoraproject.org
The package rpms/nss.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/nss.git/commit/?id=9d849041f32f4a....
Change:
+%ifnarch noarch
Thanks.
Full change:
============
commit 9d849041f32f4a29aba693840cb986f2af683e71
Author: Bob Relyea <rrelyea(a)redhat.com>
Date: Tue May 31 14:17:59 2022 -0700
Rebase to NSS 3.79
Rebase to NSPR 4.34
diff --git a/.gitignore b/.gitignore
index 1f2ca20..88af042 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,5 @@ TestUser51.cert
/nss-3.73.tar.gz
/nss-3.75.tar.gz
/nss-3.77.tar.gz
+/nss-3.79.tar.gz
+/nspr-4.34.tar.gz
diff --git a/nss.spec b/nss.spec
index 6e73515..f657aaa 100644
--- a/nss.spec
+++ b/nss.spec
@@ -1,5 +1,5 @@
-%global nspr_version 4.32.0
-%global nss_version 3.77.0
+%global nspr_version 4.34.0
+%global nss_version 3.79.0
# NOTE: To avoid NVR clashes of nspr* packages:
# - reset %%{nspr_release} to 1, when updating %%{nspr_version}
# - increment %%{nspr_version}, when updating the NSS part only
@@ -7,7 +7,7 @@
%global nss_release %baserelease
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
# release number between nss and nspr are different.
-%global nspr_release %[%baserelease+5]
+%global nspr_release %baserelease
# only need to update this as we added new
# algorithms under nss policy control
%global crypto_policies_version 20210118
@@ -115,8 +115,6 @@ Source28: nss-p11-kit.config
Source100: nspr-%{nspr_archive_version}.tar.gz
Source101: nspr-config.xml
-# Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=617723
-Patch2: nss-539183.patch
# This patch uses the GCC -iquote option documented at
# http://gcc.gnu.org/onlinedocs/gcc/Directory-Options.html#Directory-Options
# to give the in-tree headers a higher priority over the system headers,
@@ -394,6 +392,7 @@ export PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
export PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
export NSPR_INCLUDE_DIR=$PWD/dist/include/nspr
+export NSPR_LIB_DIR=$PWD/dist/lib
export NSS_USE_SYSTEM_SQLITE=1
@@ -418,6 +417,7 @@ export POLICY_FILE="nss.config"
# location of the policy file
export POLICY_PATH="/etc/crypto-policies/back-ends"
+
%{__make} -C ./nss all
%{__make} -C ./nss latest
@@ -561,6 +561,15 @@ export USE_64=1
# End -- copied from the build section
+# copy the nspr libraries into the NSS object directory so we use the
+# newly compiled nspr binaries in our test rather than the build root
+# versions
+export LOBJDIR=`make -s -C ./nss/tests/common objdir_name`
+for i in ./dist/lib/*.so
+do
+ cp $i ./dist/${LOBJDIR}/lib
+done
+
# This is necessary because the test suite tests algorithms that are
# disabled by the system policy.
export NSS_IGNORE_SYSTEM_POLICY=1
@@ -584,9 +593,9 @@ if [ $SPACEISBAD -ne 0 ]; then
echo "error: filenames containing space are not supported (xargs)"
exit 1
fi
-MYRAND=`perl -e 'print 9000 + int rand 1000'`; echo $MYRAND ||:
-RANDSERV=selfserv_${MYRAND}; echo $RANDSERV ||:
-DISTBINDIR=`ls -d ./dist/*.OBJ/bin`; echo $DISTBINDIR ||:
+export MYRAND=`perl -e 'print 9000 + int rand 1000'`; echo $MYRAND
+export RANDSERV=selfserv_${MYRAND}; echo $RANDSERV
+export DISTBINDIR=./dist/${LOBJDIR}/bin
pushd "$DISTBINDIR"
ln -s selfserv $RANDSERV
popd
@@ -645,6 +654,25 @@ for f in nspr-config; do
done
popd
+# Begin -- copied from the build section
+# this is needed to make sure LOBJDIR is correct
+
+export FREEBL_NO_DEPEND=1
+
+export BUILD_OPT=1
+export NSS_DISABLE_PPC_GHASH=1
+
+%ifnarch noarch
+%if 0%{__isa_bits} == 64
+export USE_64=1
+%endif
+%endif
+
+# End -- copied from the build section
+
+# get the objdir value from the test make file
+export LOBJDIR=`make -s -C ./nss/tests/common objdir_name`
+
# There is no make install target so we'll do it ourselves.
mkdir -p $RPM_BUILD_ROOT/%{_includedir}/nss3
@@ -673,7 +701,7 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
# Copy the binary libraries we want
for file in libnssutil3.so libsoftokn3.so %{?with_dbm:libnssdbm3.so} libfreebl3.so libfreeblpriv3.so libnss3.so libnsssysinit.so libsmime3.so libssl3.so
do
- install -p -m 755 dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir}
+ install -p -m 755 dist/${LOBJDIR}/lib/$file $RPM_BUILD_ROOT/%{_libdir}
done
# Install the empty NSS db files
@@ -692,19 +720,19 @@ install -p -m 644 %{SOURCE15} $RPM_BUILD_ROOT/%{_sysconfdir}/pki/nssdb/pkcs11.tx
# Copy the development libraries we want
for file in libcrmf.a libnssb.a libnssckfw.a
do
- install -p -m 644 dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir}
+ install -p -m 644 dist/${LOBJDIR}/lib/$file $RPM_BUILD_ROOT/%{_libdir}
done
# Copy the binaries we want
for file in certutil cmsutil crlutil modutil nss-policy-check pk12util signver ssltap
do
- install -p -m 755 dist/*.OBJ/bin/$file $RPM_BUILD_ROOT/%{_bindir}
+ install -p -m 755 dist/${LOBJDIR}/bin/$file $RPM_BUILD_ROOT/%{_bindir}
done
# Copy the binaries we ship as unsupported
for file in bltest ecperf fbectest fipstest shlibsign atob btoa derdump listsuites ocspclnt pp selfserv signtool strsclnt symkeyutil tstclnt vfyserv vfychain
do
- install -p -m 755 dist/*.OBJ/bin/$file $RPM_BUILD_ROOT/%{unsupported_tools_directory}
+ install -p -m 755 dist/${LOBJDIR}/bin/$file $RPM_BUILD_ROOT/%{unsupported_tools_directory}
done
# Copy the include files we want
@@ -722,7 +750,7 @@ done
# Copy the static freebl library
for file in libfreebl.a
do
-install -p -m 644 dist/*.OBJ/lib/$file $RPM_BUILD_ROOT/%{_libdir}
+install -p -m 644 dist/${LOBJDIR}/lib/$file $RPM_BUILD_ROOT/%{_libdir}
done
# Copy the template files we want
@@ -1059,6 +1087,10 @@ update-crypto-policies &> /dev/null || :
%changelog
+* Tue May 31 2022 Bob Relyea <rrelyea(a)redhat.com> - 3.79.0-1
+- Update to NSS 3.79
+- Update to NSPR 4.34
+
* Tue Apr 5 2022 Bob Relyea <rrelyea(a)redhat.com> - 3.77.0-1
- Update to 3.77
diff --git a/sources b/sources
index f740f31..a96c9b9 100644
--- a/sources
+++ b/sources
@@ -1,7 +1,4 @@
-SHA512 (blank-cert8.db) = ac131d15708c5f1b5e467831f919f4fc4ba13b60a4bb5fe260c845fa9afcd899a588d21ed52060abaa1bbb29f2b53af8b495d28407183cb03aff1974f95f1d3d
SHA512 (blank-cert9.db) = 2f8eab4c0612210ee47db8a3a80c1b58a0b43849551af78c7da403fda3e3d4e7757838061ae56ccf5aac335cb54f254f0a9e6e9c0dd5920b4155a39264525b06
-SHA512 (blank-key3.db) = 01f7314e9fc8a7c9aa997652624cfcde213d18a6b3bb31840c1a60bbd662e56b5bc3221d13874abb42ce78163b225a6dfce2e1326cf6dd29366ad9c28ba5a71c
SHA512 (blank-key4.db) = 8fedae93af7163da23fe9492ea8e785a44c291604fa98e58438448efb69c85d3253fc22b926d5c3209c62e58a86038fd4d78a1c4c068bc00600a7f3e5382ebe7
-SHA512 (blank-secmod.db) = 06a2dbd861839ef6315093459328b500d3832333a34b30e6fac4a2503af337f014a4d319f0f93322409e719142904ce8bc08252ae9a4f37f30d4c3312e900310
-SHA512 (nspr-4.32.tar.gz) = da9b65b374783d20a2e589211b411816d899e296e91175d376e59df1919144c1808c155a234d6ceefdf7b8ae8f47cec98d92a5aa3150a579513251860e50dcb7
-SHA512 (nss-3.77.tar.gz) = bd62eeb8f90ecd2d3999fd78fea6652736c02a6530f29e98d0cad0707f3b901b30409132eb6a6d53b9f5c05c6b464615a946a2a3e255553c793e44d0ed93179e
+SHA512 (nspr-4.34.tar.gz) = 4cfac886c14cf7df4c4b79fa1c3bc92e1b14260c9c3018fa2562060d62fecb4e66c0b4e8f7edf4f4823def784a919d99dde88a89674f0cd8a644310b0569ead4
+SHA512 (nss-3.79.tar.gz) = d3311da3bd0e6907760390221c1307a63d84dd8ad9b85dbfdbf59fe4678341c9856b6f93235731999a1236c98dc0ac66d2dc023eb439cb696f73509dae70c41d
1 year, 4 months
Architecture specific change in rpms/rust-actix-web-codegen.git
by githook-noreply@fedoraproject.org
The package rpms/rust-actix-web-codegen.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-web-codegen.git/commit...
https://src.fedoraproject.org/cgit/rpms/rust-actix-web-codegen.git/commit....
Change:
+ExclusiveArch: %{rust_arches}
-ExclusiveArch: %{rust_arches}
Thanks.
Full change:
============
commit 43de0aed48c372d704d6d6a71ba0fe6db8e66caa
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Tue May 31 22:53:29 2022 +0200
Update to version 4.0.0; Fixes RHBZ#2058761
diff --git a/.gitignore b/.gitignore
index 5d54be1..da9c4cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/actix-web-codegen-0.3.0-beta.1.crate
/actix-web-codegen-0.3.0.crate
/actix-web-codegen-0.4.0.crate
+/actix-web-codegen-4.0.0.crate
diff --git a/rust-actix-web-codegen.spec b/rust-actix-web-codegen.spec
index 173c23c..9393d32 100644
--- a/rust-actix-web-codegen.spec
+++ b/rust-actix-web-codegen.spec
@@ -1,14 +1,14 @@
-# Generated by rust2rpm 15
-# * Circular dep with actix-web
+# Generated by rust2rpm 21
+# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
%global crate actix-web-codegen
Name: rust-%{crate}
-Version: 0.4.0
+Version: 4.0.0
Release: %autorelease
-Summary: Actix web proc macros
+Summary: Routing and runtime macros for Actix Web
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
@@ -16,14 +16,11 @@ URL: https://crates.io/crates/actix-web-codegen
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
-Actix web proc macros.}
+Routing and runtime macros for Actix Web.}
%description %{_description}
@@ -33,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}
@@ -47,11 +46,11 @@ 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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/sources b/sources
index ab224ae..131cd8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (actix-web-codegen-0.4.0.crate) = a03ba5a630c096ce175613360d975c2f72d65eb8bf1665f3fe357df107e1683cdd886514707cb5116ab419f29a86e09da89e24c1f30c9f43b212d1525277b49a
+SHA512 (actix-web-codegen-4.0.0.crate) = 1bd792f633f1150913cbc33f18433921c6d9b3335ebca4f4e2ed0f7450973dce24a8203c25c2f68f3dda1b3e4c4e54aaa640b0d447aa39cd9b14a3307291be2d
commit bfb281379bd2a51536630eddd1179c6ee3e2f4d0
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Sat May 21 21:51:06 2022 +0200
Convert to rpmautospec
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..bfb3f41
--- /dev/null
+++ b/changelog
@@ -0,0 +1,52 @@
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Sat Nov 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.0-1
+- Update to version 0.4.0.
+- Fixes RHBZ#1882559
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.0-1
+- Update to version 0.3.0.
+
+* Sat Aug 29 08:44:32 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.3.0~beta.1-1
+- Update to 0.3.0-beta.1
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat May 23 12:29:37 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.2.2-1
+- Update to 0.2.2
+
+* Tue Mar 10 2020 Josh Stone <jistone(a)redhat.com> - 0.2.1-1
+- Update to 0.2.1
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Dec 13 20:21:01 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.2.0-1
+- Update to 0.2.0
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sun Jun 23 11:04:46 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-2
+- Regenerate
+
+* Tue Jun 04 2019 Josh Stone <jistone(a)redhat.com> - 0.1.2-1
+- Update to 0.1.2
+
+* Sun Jun 02 10:48:56 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.1-1
+- Update to 0.1.1
+
+* Fri May 31 18:12:29 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.0-1
+- Initial package
diff --git a/rust-actix-web-codegen.spec b/rust-actix-web-codegen.spec
index 2d9a826..173c23c 100644
--- a/rust-actix-web-codegen.spec
+++ b/rust-actix-web-codegen.spec
@@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 0.4.0
-Release: 4%{?dist}
+Release: %autorelease
Summary: Actix web proc macros
# Upstream license specification: MIT OR Apache-2.0
@@ -72,55 +72,4 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
-* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Sat Nov 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.0-1
-- Update to version 0.4.0.
-- Fixes RHBZ#1882559
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.0-1
-- Update to version 0.3.0.
-
-* Sat Aug 29 08:44:32 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.3.0~beta.1-1
-- Update to 0.3.0-beta.1
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-3
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat May 23 12:29:37 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.2.2-1
-- Update to 0.2.2
-
-* Tue Mar 10 2020 Josh Stone <jistone(a)redhat.com> - 0.2.1-1
-- Update to 0.2.1
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Dec 13 20:21:01 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.2.0-1
-- Update to 0.2.0
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sun Jun 23 11:04:46 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-2
-- Regenerate
-
-* Tue Jun 04 2019 Josh Stone <jistone(a)redhat.com> - 0.1.2-1
-- Update to 0.1.2
-
-* Sun Jun 02 10:48:56 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.1-1
-- Update to 0.1.1
-
-* Fri May 31 18:12:29 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.0-1
-- Initial package
+%autochangelog
commit 908c1dab583e44ae7ab0613be46f0d2f1470f86b
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Fri Jan 21 19:34:22 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
diff --git a/rust-actix-web-codegen.spec b/rust-actix-web-codegen.spec
index aa08e27..2d9a826 100644
--- a/rust-actix-web-codegen.spec
+++ b/rust-actix-web-codegen.spec
@@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 0.4.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Actix web proc macros
# Upstream license specification: MIT OR Apache-2.0
@@ -72,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
+* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit f340e46421749b5386c2f5f55b6db1df69fb2aae
Author: Tomas Hrcka <thrcka(a)redhat.com>
Date: Tue Dec 7 13:55:04 2021 +0100
Unretirement request
https://pagure.io/releng/issue/10433
Signed-off-by: Tomas Hrcka <thrcka(a)redhat.com>
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5d54be1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+/actix-web-codegen-0.1.0.crate
+/actix-web-codegen-0.1.1.crate
+/actix-web-codegen-0.1.2.crate
+/actix-web-codegen-0.2.0.crate
+/actix-web-codegen-0.2.1.crate
+/actix-web-codegen-0.2.2.crate
+/actix-web-codegen-0.3.0-beta.1.crate
+/actix-web-codegen-0.3.0.crate
+/actix-web-codegen-0.4.0.crate
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..59a17e9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# rust-actix-web-codegen
+
+The rust-actix-web-codegen package
\ No newline at end of file
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-web-codegen.spec b/rust-actix-web-codegen.spec
new file mode 100644
index 0000000..aa08e27
--- /dev/null
+++ b/rust-actix-web-codegen.spec
@@ -0,0 +1,123 @@
+# Generated by rust2rpm 15
+# * Circular dep with actix-web
+%bcond_with check
+%global debug_package %{nil}
+
+%global crate actix-web-codegen
+
+Name: rust-%{crate}
+Version: 0.4.0
+Release: 3%{?dist}
+Summary: Actix web proc macros
+
+# Upstream license specification: MIT OR Apache-2.0
+License: MIT or ASL 2.0
+URL: https://crates.io/crates/actix-web-codegen
+Source: %{crates_source}
+
+ExclusiveArch: %{rust_arches}
+%if %{__cargo_skip_build}
+BuildArch: noarch
+%endif
+
+BuildRequires: rust-packaging
+
+%global _description %{expand:
+Actix web proc macros.}
+
+%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
+
+%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(a)fedoraproject.org> - 0.4.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Sat Nov 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.0-1
+- Update to version 0.4.0.
+- Fixes RHBZ#1882559
+
+* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.0-1
+- Update to version 0.3.0.
+
+* Sat Aug 29 08:44:32 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.3.0~beta.1-1
+- Update to 0.3.0-beta.1
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-3
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat May 23 12:29:37 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.2.2-1
+- Update to 0.2.2
+
+* Tue Mar 10 2020 Josh Stone <jistone(a)redhat.com> - 0.2.1-1
+- Update to 0.2.1
+
+* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Dec 13 20:21:01 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.2.0-1
+- Update to 0.2.0
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Sun Jun 23 11:04:46 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-2
+- Regenerate
+
+* Tue Jun 04 2019 Josh Stone <jistone(a)redhat.com> - 0.1.2-1
+- Update to 0.1.2
+
+* Sun Jun 02 10:48:56 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.1-1
+- Update to 0.1.1
+
+* Fri May 31 18:12:29 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.0-1
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..ab224ae
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (actix-web-codegen-0.4.0.crate) = a03ba5a630c096ce175613360d975c2f72d65eb8bf1665f3fe357df107e1683cdd886514707cb5116ab419f29a86e09da89e24c1f30c9f43b212d1525277b49a
commit ca0fcfac04de9612a97709bc9c437a97f7222466
Author: Fabio Valentini <decathorpe(a)gmail.com>
Date: Tue Nov 23 11:21:52 2021 +0100
no longer used
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 5d54be1..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-/actix-web-codegen-0.1.0.crate
-/actix-web-codegen-0.1.1.crate
-/actix-web-codegen-0.1.2.crate
-/actix-web-codegen-0.2.0.crate
-/actix-web-codegen-0.2.1.crate
-/actix-web-codegen-0.2.2.crate
-/actix-web-codegen-0.3.0-beta.1.crate
-/actix-web-codegen-0.3.0.crate
-/actix-web-codegen-0.4.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index 59a17e9..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-actix-web-codegen
-
-The rust-actix-web-codegen package
\ No newline at end of file
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-web-codegen.spec b/rust-actix-web-codegen.spec
deleted file mode 100644
index aa08e27..0000000
--- a/rust-actix-web-codegen.spec
+++ /dev/null
@@ -1,123 +0,0 @@
-# Generated by rust2rpm 15
-# * Circular dep with actix-web
-%bcond_with check
-%global debug_package %{nil}
-
-%global crate actix-web-codegen
-
-Name: rust-%{crate}
-Version: 0.4.0
-Release: 3%{?dist}
-Summary: Actix web proc macros
-
-# Upstream license specification: MIT OR Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/actix-web-codegen
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Actix web proc macros.}
-
-%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
-
-%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(a)fedoraproject.org> - 0.4.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.4.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Sat Nov 07 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.4.0-1
-- Update to version 0.4.0.
-- Fixes RHBZ#1882559
-
-* Mon Sep 21 2020 Fabio Valentini <decathorpe(a)gmail.com> - 0.3.0-1
-- Update to version 0.3.0.
-
-* Sat Aug 29 08:44:32 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.3.0~beta.1-1
-- Update to 0.3.0-beta.1
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-3
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat May 23 12:29:37 CEST 2020 Igor Raits <ignatenkobrain(a)fedoraproject.org> - 0.2.2-1
-- Update to 0.2.2
-
-* Tue Mar 10 2020 Josh Stone <jistone(a)redhat.com> - 0.2.1-1
-- Update to 0.2.1
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Dec 13 20:21:01 CET 2019 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.2.0-1
-- Update to 0.2.0
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sun Jun 23 11:04:46 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.2-2
-- Regenerate
-
-* Tue Jun 04 2019 Josh Stone <jistone(a)redhat.com> - 0.1.2-1
-- Update to 0.1.2
-
-* Sun Jun 02 10:48:56 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.1-1
-- Update to 0.1.1
-
-* Fri May 31 18:12:29 CEST 2019 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 0.1.0-1
-- Initial package
diff --git a/sources b/sources
deleted file mode 100644
index ab224ae..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (actix-web-codegen-0.4.0.crate) = a03ba5a630c096ce175613360d975c2f72d65eb8bf1665f3fe357df107e1683cdd886514707cb5116ab419f29a86e09da89e24c1f30c9f43b212d1525277b49a
1 year, 4 months