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-06-24 20:50:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit-subscriptions (Old) and /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit-subscriptions" Tue Jun 24 20:50:03 2025 rev:4 rq:1288186 version:11 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit-subscriptions/cockpit-subscriptions.changes 2025-05-26 18:35:20.478926244 +0200 +++ /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.7067/cockpit-subscriptions.changes 2025-06-24 20:51:54.215075996 +0200 @@ -1,0 +2,9 @@ +Thu Jun 5 11:37:43 UTC 2025 - Alice Brooks <alice.bro...@suse.com> + +- Update to version 11 + * Translation updates + * Fix transactional-update handling of system deregistration + fixes bsc#1244034 + * Dependency updates + +------------------------------------------------------------------- Old: ---- cockpit-subscriptions-10.tar.xz New: ---- cockpit-subscriptions-11.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit-subscriptions.spec ++++++ --- /var/tmp/diff_new_pack.IyQ3nl/_old 2025-06-24 20:52:05.371534182 +0200 +++ /var/tmp/diff_new_pack.IyQ3nl/_new 2025-06-24 20:52:05.371534182 +0200 @@ -16,7 +16,7 @@ # Name: cockpit-subscriptions -Version: 10 +Version: 11 Release: 1%{?dist} Summary: Cockpit module for managing and registering subscriptions License: LGPL-2.1-or-later ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.IyQ3nl/_old 2025-06-24 20:52:05.663546301 +0200 +++ /var/tmp/diff_new_pack.IyQ3nl/_new 2025-06-24 20:52:05.663546301 +0200 @@ -1,6 +1,6 @@ -mtime: 1747990700 -commit: cd54eab31d723372b631acda72a4cbd51178a375f2eb1a80ee8c40b1e27ec0a8 +mtime: 1749124640 +commit: fe4f254e1db95fc44328a71c1b38aaf1eae359a5452bad544b9084cc3d75f206 url: https://src.opensuse.org/cockpit/cockpit-subscriptions.git -revision: cd54eab31d723372b631acda72a4cbd51178a375f2eb1a80ee8c40b1e27ec0a8 +revision: fe4f254e1db95fc44328a71c1b38aaf1eae359a5452bad544b9084cc3d75f206 projectscmsync: https://src.opensuse.org/cockpit/_ObsPrj.git ++++++ cockpit-subscriptions-10.tar.xz -> cockpit-subscriptions-11.tar.xz ++++++ ++++ 3348 lines of diff (skipped) ++++++ node_modules.obscpio ++++++ /work/SRC/openSUSE:Factory/cockpit-subscriptions/node_modules.obscpio /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.7067/node_modules.obscpio differ: char 24503, line 149 ++++++ node_modules.spec.inc ++++++ ++++ 930 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit-subscriptions/node_modules.spec.inc ++++ and /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.7067/node_modules.spec.inc ++++++ package-lock.json ++++++ ++++ 1584 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit-subscriptions/package-lock.json ++++ and /work/SRC/openSUSE:Factory/.cockpit-subscriptions.new.7067/package-lock.json ++++++ update_version.sh ++++++ --- /var/tmp/diff_new_pack.IyQ3nl/_old 2025-06-24 20:52:06.303572864 +0200 +++ /var/tmp/diff_new_pack.IyQ3nl/_new 2025-06-24 20:52:06.307573030 +0200 @@ -13,7 +13,7 @@ ### Fetch latest soruces ### -newVersion=$(git ls-remote --tags --refs "https://github.com/openSUSE/cockpit-subscriptions" | cut -d/ -f3- | tail -n1) +newVersion=$(git ls-remote --tags --refs "https://github.com/openSUSE/cockpit-subscriptions" | cut -d/ -f3- | sort -n | tail -n1) echo "Current version: $curVersion" echo " New version: $newVersion"