Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cockpit-subscriptions for openSUSE:Factory checked in at 2025-05-26 18:33:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit-subscriptions (Old) and /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit-subscriptions" Mon May 26 18:33:48 2025 rev:3 rq:1279495 version:10 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit-subscriptions/cockpit-subscriptions.changes 2025-03-25 22:20:13.842048885 +0100 +++ /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.2732/cockpit-subscriptions.changes 2025-05-26 18:35:20.478926244 +0200 @@ -1,0 +2,21 @@ +Fri May 23 08:57:51 UTC 2025 - Alice Brooks <alice.bro...@suse.com> + +- Add load-css-overrides.patch to add branding styling + +------------------------------------------------------------------- +Thu May 8 09:03:49 UTC 2025 - Luna D Dragon <luna.dra...@suse.com> + +- update to version 10: + * Update node_modules + * Bug fixes + +------------------------------------------------------------------- +Fri May 2 09:06:07 UTC 2025 - Luna D Dragon <luna.dra...@suse.com> + +- Upgrade to patternfly 6 + * Update dependencies + * Update translations + * Bug fixes + * Better handling of non-superuser transitions + +------------------------------------------------------------------- Old: ---- cockpit-subscriptions-8.tar.xz New: ---- cockpit-subscriptions-10.tar.xz load-css-overrides.patch BETA DEBUG BEGIN: New: - Add load-css-overrides.patch to add branding styling BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit-subscriptions.spec ++++++ --- /var/tmp/diff_new_pack.3PZ0Wt/_old 2025-05-26 18:35:30.447346463 +0200 +++ /var/tmp/diff_new_pack.3PZ0Wt/_new 2025-05-26 18:35:30.447346463 +0200 @@ -16,7 +16,7 @@ # Name: cockpit-subscriptions -Version: 8 +Version: 10 Release: 1%{?dist} Summary: Cockpit module for managing and registering subscriptions License: LGPL-2.1-or-later @@ -26,6 +26,7 @@ Source11: node_modules.spec.inc Source12: update_version.sh %include %_sourcedir/node_modules.spec.inc +Patch10: load-css-overrides.patch BuildArch: noarch BuildRequires: local-npm-registry @@ -37,14 +38,14 @@ Requires: cockpit-bridge Requires: suseconnect-ng -Provides: bundled(npm(@patternfly/patternfly)) = 5.4.2 -Provides: bundled(npm(@patternfly/react-core)) = 5.4.12 -Provides: bundled(npm(@patternfly/react-icons)) = 5.4.2 -Provides: bundled(npm(@patternfly/react-styles)) = 5.4.1 -Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1 +Provides: bundled(npm(@patternfly/patternfly)) = 6.2.3 +Provides: bundled(npm(@patternfly/react-core)) = 6.2.2 +Provides: bundled(npm(@patternfly/react-icons)) = 6.2.2 +Provides: bundled(npm(@patternfly/react-styles)) = 6.2.2 +Provides: bundled(npm(@patternfly/react-tokens)) = 6.2.2 Provides: bundled(npm(attr-accept)) = 2.2.5 Provides: bundled(npm(file-selector)) = 2.1.2 -Provides: bundled(npm(focus-trap)) = 7.6.2 +Provides: bundled(npm(focus-trap)) = 7.6.4 Provides: bundled(npm(js-tokens)) = 4.0.0 Provides: bundled(npm(loose-envify)) = 1.4.0 Provides: bundled(npm(object-assign)) = 4.1.1 @@ -61,7 +62,7 @@ A Cockpit module for managing and registering subscriptions %prep -%autosetup +%autosetup -p1 rm -f package-lock.json local-npm-registry %{_sourcedir} install --include=dev --ignore-scripts ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.3PZ0Wt/_old 2025-05-26 18:35:30.487348149 +0200 +++ /var/tmp/diff_new_pack.3PZ0Wt/_new 2025-05-26 18:35:30.491348318 +0200 @@ -1,6 +1,6 @@ -mtime: 1742824977 -commit: 30b8f8d09923d406a45d2731cd108f6c474e1fcdf8b15881b5dad134e9c39acf +mtime: 1747990700 +commit: cd54eab31d723372b631acda72a4cbd51178a375f2eb1a80ee8c40b1e27ec0a8 url: https://src.opensuse.org/cockpit/cockpit-subscriptions.git -revision: 30b8f8d09923d406a45d2731cd108f6c474e1fcdf8b15881b5dad134e9c39acf +revision: cd54eab31d723372b631acda72a4cbd51178a375f2eb1a80ee8c40b1e27ec0a8 projectscmsync: https://src.opensuse.org/cockpit/_ObsPrj.git ++++++ cockpit-subscriptions-8.tar.xz -> cockpit-subscriptions-10.tar.xz ++++++ ++++ 6894 lines of diff (skipped) ++++++ load-css-overrides.patch ++++++ >From 508eb7e9e3e0dcc1c78fe5990ec5703497fff3d2 Mon Sep 17 00:00:00 2001 From: Alice Brooks <alice.bro...@suse.com> Date: Thu, 22 May 2025 11:37:35 +0100 Subject: [PATCH] Add patch to include css-overrides --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index 0ab9c45..45125b4 100644 --- a/src/index.html +++ b/src/index.html @@ -23,6 +23,7 @@ along with this package; If not, see <http://www.gnu.org/licenses/>. <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="index.css"> + <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="index.js"></script> <script type="text/javascript" src="po.js"></script> -- 2.49.0 ++++++ node_modules.obscpio ++++++ /work/SRC/openSUSE:Factory/cockpit-subscriptions/node_modules.obscpio /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.2732/node_modules.obscpio differ: char 62, line 1 ++++++ node_modules.spec.inc ++++++ ++++ 971 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit-subscriptions/node_modules.spec.inc ++++ and /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.2732/node_modules.spec.inc ++++++ package-lock.json ++++++ ++++ 1760 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit-subscriptions/package-lock.json ++++ and /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.2732/package-lock.json