Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cockpit-tukit for openSUSE:Factory 
checked in at 2023-08-02 16:50:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cockpit-tukit (Old)
 and      /work/SRC/openSUSE:Factory/.cockpit-tukit.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cockpit-tukit"

Wed Aug  2 16:50:41 2023 rev:5 rq:1101914 version:0.0.8~git0.a915cfd

Changes:
--------
--- /work/SRC/openSUSE:Factory/cockpit-tukit/cockpit-tukit.changes      
2022-08-06 22:08:05.486644925 +0200
+++ /work/SRC/openSUSE:Factory/.cockpit-tukit.new.22712/cockpit-tukit.changes   
2023-08-02 16:52:19.962183990 +0200
@@ -1,0 +2,21 @@
+Thu Jul 27 13:10:16 UTC 2023 - miika.aliki...@suse.com
+
+- Update to version 0.0.8~git0.a915cfd:
+  * Fixed arch specific esbuild depedency issues
+  * remove wasm check
+  * add deps for release
+  * use esbuild by default and update spec
+  * Port to typescript
+  * Support global cockpit dark theme
+  * Updated sources to work with the new dependencies
+  * Update dependencies and build process to match latest cockpit
+  * Translated using Weblate (Georgian)
+  * Added translation using Weblate (Georgian)
+  * Fix name in metainfo (bsc#1203653)
+  * Add mapping for more patch levels
+  * Handle tukitd service problems
+  * Fix pot/po generation
+  * Translated using Weblate (Chinese (China) (zh_CN))
+  * Translated using Weblate (Japanese)
+
+-------------------------------------------------------------------

Old:
----
  cockpit-tukit-0.0.3~git28.b446f50.tar.xz

New:
----
  cockpit-tukit-0.0.8~git0.a915cfd.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cockpit-tukit.spec ++++++
--- /var/tmp/diff_new_pack.4nIMZU/_old  2023-08-02 16:52:22.250197813 +0200
+++ /var/tmp/diff_new_pack.4nIMZU/_new  2023-08-02 16:52:22.258197862 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cockpit-tukit
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           cockpit-tukit
-Version:        0.0.3~git28.b446f50
+Version:        0.0.8~git0.a915cfd
 Release:        0%{?dist}
 Summary:        Cockpit module for Transactional Update
 License:        LGPL-2.1-or-later
@@ -49,14 +49,16 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 rm -f package-lock.json
-local-npm-registry %{_sourcedir} install --with=dev --legacy-peer-deps || ( 
find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false)
+rm -rf node_modules
+local-npm-registry %{_sourcedir} install --with=dev || ( find ~/.npm/_logs 
-name '*-debug.log' -print0 | xargs -0 cat; false)
 
 %build
-cp -r %{_datadir}/cockpit/devel/lib src/lib
+mkdir -p pkg
+cp -r %{_datadir}/cockpit/devel/lib pkg/lib
 NODE_ENV=production npm run build
 
 %install
-%make_install
+PREFIX=/usr DESTDIR=%{buildroot} make install
 appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
 
 # drop source maps, they are large and just for debugging
@@ -64,7 +66,7 @@
 
 %files
 %doc README.md
-%license LICENSE dist/index.js.LICENSE.txt.gz
+%license LICENSE dist/index.js.LEGAL.txt dist/index.css.LEGAL.txt
 %{_datadir}/cockpit
 %{_datadir}/metainfo/*
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.4nIMZU/_old  2023-08-02 16:52:22.318198224 +0200
+++ /var/tmp/diff_new_pack.4nIMZU/_new  2023-08-02 16:52:22.322198249 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/cockpit-tukit.git</param>
-              <param 
name="changesrevision">b446f509da3826a9c569429ec322385357b31c08</param></service></servicedata>
+              <param 
name="changesrevision">a915cfda5dd776c5ed0c28b97ff5a73a1ed528e3</param></service></servicedata>
 (No newline at EOF)
 

++++++ cockpit-tukit-0.0.3~git28.b446f50.tar.xz -> 
cockpit-tukit-0.0.8~git0.a915cfd.tar.xz ++++++
++++ 20908 lines of diff (skipped)

++++++ node_modules.obscpio ++++++
/work/SRC/openSUSE:Factory/cockpit-tukit/node_modules.obscpio 
/work/SRC/openSUSE:Factory/.cockpit-tukit.new.22712/node_modules.obscpio 
differ: char 28, line 1

++++++ node_modules.spec.inc ++++++
++++ 997 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/cockpit-tukit/node_modules.spec.inc
++++ and 
/work/SRC/openSUSE:Factory/.cockpit-tukit.new.22712/node_modules.spec.inc

++++++ node_modules.sums ++++++
++++ 890 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/cockpit-tukit/node_modules.sums
++++ and /work/SRC/openSUSE:Factory/.cockpit-tukit.new.22712/node_modules.sums

++++++ package-lock.json ++++++
++++ 15386 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/cockpit-tukit/package-lock.json
++++ and /work/SRC/openSUSE:Factory/.cockpit-tukit.new.22712/package-lock.json

Reply via email to