The package rpms/pgadmin4.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/pgadmin4.git/commit/?id=b0e526d1ac6c....
Change: +ExcludeArch: i686 armv7hl s390x ppc64le
Thanks.
Full change: ============
commit c415844334a8bc03c851e1160ddbeda0e3446371 Author: Sandro Mani manisandro@gmail.com Date: Fri Jul 29 21:15:49 2022 +0200
Update to 6.12
diff --git a/.gitignore b/.gitignore index ddf7ab2..b19ca43 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ /pgadmin4-6.9-vendor.tar.xz /pgadmin4-6.11.tar.gz /pgadmin4-6.11-vendor.tar.xz +/pgadmin4-6.12.tar.gz +/pgadmin4-6.12-vendor.tar.xz +/pgadmin4-6.12-1.fc37.src.rpm diff --git a/pgadmin4-6.11-vendor-licenses.txt b/pgadmin4-6.12-vendor-licenses.txt similarity index 79% rename from pgadmin4-6.11-vendor-licenses.txt rename to pgadmin4-6.12-vendor-licenses.txt index 543bf97..962a83f 100644 --- a/pgadmin4-6.11-vendor-licenses.txt +++ b/pgadmin4-6.12-vendor-licenses.txt @@ -1,15 +1,15 @@ yarn run v1.22.17 $ /tmp/node_modules/.bin/license-checker --summary -├─ MIT: 1228 -├─ ISC: 92 +├─ MIT: 1246 +├─ ISC: 97 ├─ Apache-2.0: 29 -├─ BSD-3-Clause: 29 +├─ BSD-3-Clause: 28 ├─ BSD-2-Clause: 26 ├─ MIT*: 4 ├─ CC0-1.0: 3 +├─ 0BSD: 3 ├─ Hippocratic-2.1: 2 ├─ CC-BY-4.0: 2 -├─ 0BSD: 2 ├─ (MIT OR CC0-1.0): 2 ├─ (CC-BY-4.0 AND OFL-1.1 AND MIT): 1 ├─ Unlicense: 1 @@ -24,7 +24,6 @@ $ /tmp/node_modules/.bin/license-checker --summary ├─ UNLICENSED: 1 ├─ (MIT AND BSD-3-Clause): 1 ├─ CC-BY-3.0: 1 -├─ (MIT AND CC-BY-3.0): 1 -└─ (MIT OR GPL-2.0): 1 +└─ (MIT AND CC-BY-3.0): 1
-Done in 3.38s. +Done in 3.16s. diff --git a/pgadmin4.spec b/pgadmin4.spec index 1725cd5..25ac250 100644 --- a/pgadmin4.spec +++ b/pgadmin4.spec @@ -7,7 +7,7 @@
Name: pgadmin4 # NOTE: Also regenerate requires as indicated below when updating! -Version: 6.11 +Version: 6.12 Release: 1%{?dist} Summary: Administration tool for PostgreSQL
@@ -235,6 +235,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog +* Fri Jul 29 2022 Sandro Mani manisandro@gmail.com - 6.12-1 +- Update to 6.12 + * Wed Jul 27 2022 Sandro Mani manisandro@gmail.com - 6.11-1 - Update to 6.11
diff --git a/pgadmin4_requirements.patch b/pgadmin4_requirements.patch index 8ff25b2..23caa83 100644 --- a/pgadmin4_requirements.patch +++ b/pgadmin4_requirements.patch @@ -1,6 +1,6 @@ -diff -rupN --no-dereference pgadmin4-REL-6_11/requirements.txt pgadmin4-REL-6_11-new/requirements.txt ---- pgadmin4-REL-6_11/requirements.txt 2022-06-29 11:50:29.000000000 +0200 -+++ pgadmin4-REL-6_11-new/requirements.txt 2022-07-05 16:39:44.083057359 +0200 +diff -rupN --no-dereference pgadmin4-REL-6_12/requirements.txt pgadmin4-REL-6_12-new/requirements.txt +--- pgadmin4-REL-6_12/requirements.txt 2022-07-25 08:18:27.000000000 +0200 ++++ pgadmin4-REL-6_12-new/requirements.txt 2022-07-29 20:47:18.417158274 +0200 @@ -22,35 +22,34 @@ Flask-Security-Too==4.1.* Flask-SocketIO>=5.0.1 WTForms==3.* @@ -48,9 +48,9 @@ diff -rupN --no-dereference pgadmin4-REL-6_11/requirements.txt pgadmin4-REL-6_11 +azure-mgmt-resource>=21.0.0 +azure-mgmt-subscription>=3.0.0 +azure-identity>=1.9.0 -diff -rupN --no-dereference pgadmin4-REL-6_11/web/pgadmin/authenticate/mfa/email.py pgadmin4-REL-6_11-new/web/pgadmin/authenticate/mfa/email.py ---- pgadmin4-REL-6_11/web/pgadmin/authenticate/mfa/email.py 2022-06-29 11:50:29.000000000 +0200 -+++ pgadmin4-REL-6_11-new/web/pgadmin/authenticate/mfa/email.py 2022-07-05 16:39:44.083057359 +0200 +diff -rupN --no-dereference pgadmin4-REL-6_12/web/pgadmin/authenticate/mfa/email.py pgadmin4-REL-6_12-new/web/pgadmin/authenticate/mfa/email.py +--- pgadmin4-REL-6_12/web/pgadmin/authenticate/mfa/email.py 2022-07-25 08:18:27.000000000 +0200 ++++ pgadmin4-REL-6_12-new/web/pgadmin/authenticate/mfa/email.py 2022-07-29 20:47:18.417158274 +0200 @@ -12,7 +12,7 @@ from flask import url_for, session, Resp flash from flask_babel import gettext as _ diff --git a/pgadmin4_sphinx_werror.patch b/pgadmin4_sphinx_werror.patch index 9ac5034..e7b4054 100644 --- a/pgadmin4_sphinx_werror.patch +++ b/pgadmin4_sphinx_werror.patch @@ -1,6 +1,6 @@ -diff -rupN --no-dereference pgadmin4-REL-6_11/docs/en_US/Makefile.sphinx pgadmin4-REL-6_11-new/docs/en_US/Makefile.sphinx ---- pgadmin4-REL-6_11/docs/en_US/Makefile.sphinx 2022-06-29 11:50:29.000000000 +0200 -+++ pgadmin4-REL-6_11-new/docs/en_US/Makefile.sphinx 2022-07-05 16:39:44.386057365 +0200 +diff -rupN --no-dereference pgadmin4-REL-6_12/docs/en_US/Makefile.sphinx pgadmin4-REL-6_12-new/docs/en_US/Makefile.sphinx +--- pgadmin4-REL-6_12/docs/en_US/Makefile.sphinx 2022-07-25 08:18:27.000000000 +0200 ++++ pgadmin4-REL-6_12-new/docs/en_US/Makefile.sphinx 2022-07-29 20:47:18.724158282 +0200 @@ -4,7 +4,7 @@ # You can set these variables from the command line. PYTHON = python diff --git a/sources b/sources index c85437c..bec4a16 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pgadmin4-6.11.tar.gz) = 62e3b4f48c269686110041e72db9998f5e557be40e1f13cecbed639831eb331e8efd0a365f039cdddd66264f05c5f7bfea5a530ba112ccd9cb30d1d5936bdf81 -SHA512 (pgadmin4-6.11-vendor.tar.xz) = 2bb1b35d422821b0f4795247b607c1dafdcb271a1971158f0a52588ec95df7cc70b23bb8ffeb9c2e3cf8af6631a991eb73c15bd0599f39d1c910050891cbe9ef +SHA512 (pgadmin4-6.12-1.fc37.src.rpm) = b8ff22d630d25bd9790408b622e74547b6d868b8b44ba33d5773159e379e177a2f8037884584f1b65ba81ab3945d4f37285d5384a77b05fe2b76ebc8c5f9757b +SHA512 (pgadmin4-6.12-vendor.tar.xz) = 8db5d512355dbeb0bbd20c7df6938f24862fe159002808c068f7ea996aae0a67513f5a7b783fb4c5e42a132bb9ae046d6b35f5e2d14c0d4b1c2f8e92606a8b6e
commit b0e526d1ac6c1cdd34b6e711978e26d2c6bdbc88 Author: Sandro Mani manisandro@gmail.com Date: Wed Jul 27 15:21:23 2022 +0200
ExcludeArch ppc64le
diff --git a/pgadmin4.spec b/pgadmin4.spec index 4c21f0c..1725cd5 100644 --- a/pgadmin4.spec +++ b/pgadmin4.spec @@ -13,7 +13,8 @@ Summary: Administration tool for PostgreSQL
# i686, armv7hl: The webpack terser plugin aborts with JS heap memory exhaustion on these arches # s390x: wasm aborts with RuntimeError: memory access out of bounds when attempting to build webfonts-loader -ExcludeArch: i686 armv7hl s390x +# ppc64le: wasm aborts with RuntimeError: float unrepresentable in integer range +ExcludeArch: i686 armv7hl s390x ppc64le
# PostgreSQL ist the main license, rest the bundled JS code (see %%{name}-%%{version}-vendor-licenses.txt) License: PostgreSQL and MIT and ISC and BSD and ASL 2.0 and CC-BY and CC0 and WTFPL and zlib and GPLv2 and GPLv3+ and Python
arch-excludes@lists.fedoraproject.org