sergiopr pushed to python-dill (f36). "New upstream source (0.3.5.1)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-05-31 23:19:21 UTC
From a180ffb8ce7e7f664bd6123ffc97aad480bf3c4b Mon Sep 17 00:00:00 2001
From: Sergio Pascual <sergiopr(a)fedoraproject.org>
Date: May 31 2022 22:56:55 +0000
Subject: New upstream source (0.3.5.1)
---
diff --git a/.gitignore b/.gitignore
index 3c2546a..b5fcae2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/dill-0.3.2.tar.gz
/dill-0.3.3.zip
/dill-0.3.4.zip
+/dill-0.3.5.1.tar.gz
diff --git a/python-dill.spec b/python-dill.spec
index 4be146a..d2acb11 100644
--- a/python-dill.spec
+++ b/python-dill.spec
@@ -3,14 +3,14 @@
%global srcname dill
Name: python-%{srcname}
-Version: 0.3.4
-Release: 3%{?dist}
+Version: 0.3.5.1
+Release: 1%{?dist}
Summary: Serialize all of Python
License: BSD
-URL: http://trac.mystic.cacr.caltech.edu/project/pathos/wiki/dill.html
-Source0: %{pypi_source %{srcname} %{version} zip}
+URL: https://github.com/uqfoundation/dill
+Source0: %{pypi_source}
BuildArch: noarch
@@ -54,13 +54,16 @@ command.
%endif
%files -n python3-%{srcname}
-%doc README
+%doc README.md
%license LICENSE
%exclude %{_bindir}/undill
%exclude %{_bindir}/get_objgraph
%{python3_sitelib}/%{srcname}*
%changelog
+* Wed Jun 01 2022 Sergio Pascual <sergiopr(a)fedoraproject.org> - 0.3.5.1-1
+- New upstream source (0.3.5.1)
+
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index fffcc5c..cec7317 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dill-0.3.4.zip) = 25f1683d725e5ed2d6ce61fcd82d679c0504ef506ad7cb501be6dfce3b80f1fdacbb39991eea8899259f9803248c75cb1bc3bd4b28a43be5902dd724946c68f6
+SHA512 (dill-0.3.5.1.tar.gz) = 14c08b8cab4e432c30ca5280f78c897a07a75f2ef2ec83c3eb663c46cb6a5b4a42fd82c64486373f3a9992609d2440d7b3a79a1db75873147e694defd5109e08
https://src.fedoraproject.org/rpms/python-dill/c/a180ffb8ce7e7f664bd6123f...
1Â year, 3Â months
decathorpe pushed to rust-serde_qs (f35). "Adaptations for the update
to actix-web 4"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-05-31 23:14:11 UTC
From 34c3de0ca1e39784c52096a4c7d5d7032f17a627 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
Date: May 31 2022 22:58:24 +0000
Subject: Adaptations for the update to actix-web 4
---
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index e05bd65..a054d81 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -2,8 +2,8 @@
unwanted-features =
actix
actix2
- actix4
+ actix3
actix-web2
- actix-web4
+ actix-web3
axum
axum-framework
diff --git a/rust-serde_qs.spec b/rust-serde_qs.spec
index 95112f2..460d1b4 100644
--- a/rust-serde_qs.spec
+++ b/rust-serde_qs.spec
@@ -50,28 +50,28 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+actix-web3-devel
+%package -n %{name}+actix-web4-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+actix-web3-devel %{_description}
+%description -n %{name}+actix-web4-devel %{_description}
This package contains library source intended for building other packages which
-use the "actix-web3" feature of the "%{crate}" crate.
+use the "actix-web4" feature of the "%{crate}" crate.
-%files -n %{name}+actix-web3-devel
+%files -n %{name}+actix-web4-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+actix3-devel
+%package -n %{name}+actix4-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+actix3-devel %{_description}
+%description -n %{name}+actix4-devel %{_description}
This package contains library source intended for building other packages which
-use the "actix3" feature of the "%{crate}" crate.
+use the "actix4" feature of the "%{crate}" crate.
-%files -n %{name}+actix3-devel
+%files -n %{name}+actix4-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-devel
https://src.fedoraproject.org/rpms/rust-serde_qs/c/34c3de0ca1e39784c52096...
1Â year, 3Â months
decathorpe pushed to rust-serde_qs (f36). "Adaptations for the update
to actix-web 4"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-05-31 23:13:43 UTC
From 34c3de0ca1e39784c52096a4c7d5d7032f17a627 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
Date: May 31 2022 22:58:24 +0000
Subject: Adaptations for the update to actix-web 4
---
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index e05bd65..a054d81 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -2,8 +2,8 @@
unwanted-features =
actix
actix2
- actix4
+ actix3
actix-web2
- actix-web4
+ actix-web3
axum
axum-framework
diff --git a/rust-serde_qs.spec b/rust-serde_qs.spec
index 95112f2..460d1b4 100644
--- a/rust-serde_qs.spec
+++ b/rust-serde_qs.spec
@@ -50,28 +50,28 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+actix-web3-devel
+%package -n %{name}+actix-web4-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+actix-web3-devel %{_description}
+%description -n %{name}+actix-web4-devel %{_description}
This package contains library source intended for building other packages which
-use the "actix-web3" feature of the "%{crate}" crate.
+use the "actix-web4" feature of the "%{crate}" crate.
-%files -n %{name}+actix-web3-devel
+%files -n %{name}+actix-web4-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+actix3-devel
+%package -n %{name}+actix4-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+actix3-devel %{_description}
+%description -n %{name}+actix4-devel %{_description}
This package contains library source intended for building other packages which
-use the "actix3" feature of the "%{crate}" crate.
+use the "actix4" feature of the "%{crate}" crate.
-%files -n %{name}+actix3-devel
+%files -n %{name}+actix4-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-devel
https://src.fedoraproject.org/rpms/rust-serde_qs/c/34c3de0ca1e39784c52096...
1Â year, 3Â months
decathorpe pushed to rust-serde_qs (rawhide). "Adaptations for the
update to actix-web 4"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-05-31 23:13:21 UTC
From 34c3de0ca1e39784c52096a4c7d5d7032f17a627 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
Date: May 31 2022 22:58:24 +0000
Subject: Adaptations for the update to actix-web 4
---
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index e05bd65..a054d81 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -2,8 +2,8 @@
unwanted-features =
actix
actix2
- actix4
+ actix3
actix-web2
- actix-web4
+ actix-web3
axum
axum-framework
diff --git a/rust-serde_qs.spec b/rust-serde_qs.spec
index 95112f2..460d1b4 100644
--- a/rust-serde_qs.spec
+++ b/rust-serde_qs.spec
@@ -50,28 +50,28 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+actix-web3-devel
+%package -n %{name}+actix-web4-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+actix-web3-devel %{_description}
+%description -n %{name}+actix-web4-devel %{_description}
This package contains library source intended for building other packages which
-use the "actix-web3" feature of the "%{crate}" crate.
+use the "actix-web4" feature of the "%{crate}" crate.
-%files -n %{name}+actix-web3-devel
+%files -n %{name}+actix-web4-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+actix3-devel
+%package -n %{name}+actix4-devel
Summary: %{summary}
BuildArch: noarch
-%description -n %{name}+actix3-devel %{_description}
+%description -n %{name}+actix4-devel %{_description}
This package contains library source intended for building other packages which
-use the "actix3" feature of the "%{crate}" crate.
+use the "actix4" feature of the "%{crate}" crate.
-%files -n %{name}+actix3-devel
+%files -n %{name}+actix4-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+futures-devel
https://src.fedoraproject.org/rpms/rust-serde_qs/c/34c3de0ca1e39784c52096...
1Â year, 3Â months
packagerbot pushed to dummy-test-package-gloster (rawhide). "Bump
release (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-05-31 23:09:40 UTC
From 62d7676c8cd5394d33f86be5f887f5b9c3ba518b Mon Sep 17 00:00:00 2001
From: packagerbot <admin(a)fedoraproject.org>
Date: May 31 2022 23:09:33 +0000
Subject: Bump release
Signed-off-by: packagerbot <admin(a)fedoraproject.org>
---
diff --git a/dummy-test-package-gloster.spec b/dummy-test-package-gloster.spec
index 01bc298..0877de2 100644
--- a/dummy-test-package-gloster.spec
+++ b/dummy-test-package-gloster.spec
@@ -3,7 +3,7 @@
Name: dummy-test-package-gloster
Version: 0
-Release: 8897%{?dist}
+Release: 8898%{?dist}
Summary: Dummy Test Package called Gloster
License: CC0
URL: http://fedoraproject.org/wiki/DummyTestPackages
@@ -32,6 +32,9 @@ cp -p uuid %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}
%changelog
+* Tue May 31 2022 packagerbot <admin(a)fedoraproject.org> - 0-8898
+- rebuilt
+
* Tue May 31 2022 packagerbot <admin(a)fedoraproject.org> - 0-8897
- rebuilt
https://src.fedoraproject.org/rpms/dummy-test-package-gloster/c/62d7676c8...
1Â year, 3Â months
decathorpe pushed to rust-actix-web (f35). "Convert to rpmautospec"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-05-31 23:07:31 UTC
From 1fa20a329a0fbc90ff2da9f4e44b4e31f121f35a Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
Date: May 15 2022 22:16:39 +0000
Subject: 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
https://src.fedoraproject.org/rpms/rust-actix-web/c/1fa20a329a0fbc90ff2da...
1Â year, 3Â months
decathorpe pushed to rust-actix-web (f35). "Drop unnecessary
debuginfo generation to fix armv7hl OOM problems (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-05-31 23:07:30 UTC
From 6161645074286489e78ae5627d46714ba8c928f7 Mon Sep 17 00:00:00 2001
From: Daiki Ueno <dueno(a)redhat.com>
Date: Dec 14 2021 12:36:22 +0000
Subject: 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
https://src.fedoraproject.org/rpms/rust-actix-web/c/6161645074286489e78ae...
1Â year, 3Â months
decathorpe pushed to rust-actix-web (f35). "Update to version 4.0.1;
Fixes RHBZ#2048855"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-05-31 23:07:31 UTC
From 71ea9ff09f0bc70c088078b56cc9f207c312c554 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
Date: May 31 2022 22:36:29 +0000
Subject: 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
https://src.fedoraproject.org/rpms/rust-actix-web/c/71ea9ff09f0bc70c08807...
1Â year, 3Â months
decathorpe pushed to rust-awc (f35). "Update to version 3.0.0;
Fixes RHBZ#2061921"
by notificationsï¼ fedoraproject.org
Notification time stamped 2022-05-31 23:07:30 UTC
From 249a8d1212841000cb84e353418b7a35ba703327 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe(a)gmail.com>
Date: May 31 2022 22:31:23 +0000
Subject: 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
https://src.fedoraproject.org/rpms/rust-awc/c/249a8d1212841000cb84e353418...
1Â year, 3Â months