Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package opencloud-server for
openSUSE:Factory checked in at 2026-04-02 17:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opencloud-server (Old)
and /work/SRC/openSUSE:Factory/.opencloud-server.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencloud-server"
Thu Apr 2 17:43:01 2026 rev:13 rq:1344288 version:6.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/opencloud-server/opencloud-server.changes
2026-03-10 18:00:29.677326990 +0100
+++
/work/SRC/openSUSE:Factory/.opencloud-server.new.21863/opencloud-server.changes
2026-04-02 17:44:18.847137591 +0200
@@ -1,0 +2,237 @@
+Wed Apr 01 17:26:03 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- Update to version 6.0.0:
+ * Favorite Feature
+ The Favorites feature in the OpenCloud Web UI allows users to
+ mark important and frequently used files for quick access.
+ Favorite status is stored server-side, so it is available
+ centrally and not tied to a single client. Favorited files are
+ indicated with a star and are visible across personal and
+ project spaces, subfolders, and search results. All favorites
+ are collected on a dedicated Favorites page, supporting both
+ list and grid views, with consistent display of file name,
+ preview/type, status indicators, and available actions. Spaces
+ themselves cannot yet be marked as favorites.
+ * Calculator Extension
+ The Calculator Extension enables quick calculations directly in
+ the OpenCloud search bar. Users can type a calculation, see the
+ result instantly, and copy it directly. This extension comes
+ from the community, providing practical functionality without
+ leaving the Web UI.
+ * Pastebin Extension
+ The Pastebin Extension allows users to easily share text
+ content. Shared items are automatically stored in a hidden
+ .space folder within the personal area. This extension is also
+ contributed by the community, making it simple to manage and
+ share text snippets securely.
+ Opencloud:
+ * Breaking changes
+ - Improve opensearch highlighting, fix favorites [#2514]
+ * Tests
+ - [full-ci] api-test: check that report contains favorites
+ [#2531]
+ - api-tests: search for favorites [#2487]
+ - [test-only] favorites tests [#2474]
+ * Enhancement
+ - feat: add userid to spans [#2536]
+ - feat: add openFilesInNewTab web config option [#2522]
+ - Always enable favorites, remove FRONTEND_ENABLE_FAVORITES
+ flag [#2494]
+ - Implement favorites [#2454]
+ * Bug Fixes
+ - Fix bleve batches [#2524]
+ * Dependencies
+ - build(deps): bump github.com/nats-io/nats-server/v2 from
+ 2.12.5 to 2.12.6 [#2525]
+ - build(deps-dev): bump postcss-preset-env from 10.1.3 to
+ 11.2.0 in /services/idp [#2392]
+ - build(deps): bump github.com/tus/tusd/v2 from 2.8.0 to 2.9.2
+ [#2485]
+ - build(deps): bump google.golang.org/grpc from 1.79.2 to
+ 1.79.3 [#2519]
+ - build(deps): bump github.com/nats-io/nats-server/v2 from
+ 2.12.4 to 2.12.5 [#2499]
+ - build(deps): bump github.com/russellhaering/goxmldsig from
+ 1.5.0 to 1.6.0 [#2503]
+ - build(deps): bump golang.org/x/net from 0.51.0 to 0.52.0
+ [#2472]
+ - build(deps): bump
+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
+ from 0.65.0 to 0.67.0 [#2473]
+ - build(deps): bump github.com/olekukonko/tablewriter from
+ 1.1.3 to 1.1.4 [#2468]
+ - build(deps): bump go.opentelemetry.io/contrib/zpages from
+ 0.65.0 to 0.67.0 [#2467]
+ - build(deps): bump
+ github.com/testcontainers/testcontainers-go/modules/opensearch
+ from 0.40.0 to 0.41.0 [#2458]
+ - build(deps): bump
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
+ from 1.41.0 to 1.42.0 [#2459]
+ - build(deps): bump github.com/testcontainers/testcontainers-go
+ from 0.40.0 to 0.41.0 [#2453]
+ - build(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0
+ [#2452]
+ - build(deps): bump
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace from
+ 1.40.0 to 1.42.0 [#2441]
+ - build(deps): bump
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
+ from 0.65.0 to 0.67.0 [#2442]
+ Web
+ * Deprecation
+ - The AMD format for external apps is now deprecated. External
+ apps need to be built with the latest extension-sdk to use
+ the new ESM format. Support for the AMD format will be
+ removed in an upcoming version. [#2213]
+ * Bug Fixes
+ - fix: remove search limit from favorites request [#2245]
+ - fix: add missing breadcrumb in favorites view [#2243]
+ - fix: idp logout on network errors [#2230]
+ - fix: breadcrumb in admin settings info section not clickable
+ [#2237]
+ - fix: metadataUrl in user manager [#2239]
+ - fix: remove redundant header in admin settings info section
+ [#2236]
+ - fix: admin settings user avatar take too much space and
+ divergend fro… [#2222]
+ - Fix password modal can be confirmed even if the password is
+ empty [#2219]
+ - fix: context menu does not close when favorite item [#2212]
+ - fix: preserve query params on public link redirect [#2199]
+ - fix: version check in conjunction with dev docker image leads
+ to left… [#2156]
+ - fix: sidebar top margin too low when no FAB is present
+ [#2147]
+ - fix: files with name e.G. .space won't be shown when 'show
+ file extens… [#2149]
+ - fix: account settings on mobile view [#2148]
+ - fix: app top bar gets removed, even if unsaved changes modal
+ appears [#2141]
+ - fix: oc-drop a11y and overflow issues [#2100]
+ - fix: search bar disappears when entering account preferences
+ [#2122]
+ - fix: bring back disabled space indicator in tiles view
+ [#2110]
+ - fix: focus ring for upload buttons [#2111]
+ * Enhancement
+ - feat: add openFilesInNewTab config option [#2218]
+ - feat: auto-register extension dev servers with host [#2220]
+ - feat: add logo to admin settings info section [#2228]
+ - feat: add module federation support for external apps [#2213]
+ - feat: add empty state icon for favorites [#2211]
+ - Use favorites from graph api [#2171]
+ - Implement sending a draft [#2193]
+ - Feat/1959 [#2125]
+ - feat: contacts support full name and name components [#2187]
+ - feat: add contacts app skeleton [#2155]
+ - feat: small UI improvements/fixes [#2177]
+ - feat: add no content images for mail app [#2165]
+ - feat: webfinger oidc discovery [#2152]
+ - Added draft state handling [#1956]
+ - feat: use oc colors in collabora [#2144]
+ - feat: polish input fields [#2127]
+ - feat(runtime): add dynamic extension points for sidebar-nav
+ [#2134]
+ - feat: polish drop menus [#2133]
+ - feat: polish filters [#2124]
+ - feat: polish shares page [#2116]
+ - feat: polish left sidebar [#2118]
+ - feat: polish space enabled/disabled status indicators [#2113]
+ - feat: show icon of the current view mode in view mode switch
+ [#2105]
+ * Tests
+ - [full-ci] test(e2e): fix share type label check [#2191]
+ - [with-tracing] fix: e2e-test public deletes folders [#2130]
+ * Dependencies
+ - chore(deps): update tiptap monorepo to v3.20.6 [#2214]
+ - chore(deps): update dependency happy-dom to v20.8.9 [#2242]
+ - chore(deps): update pnpm to v10.33.0 [#2215]
+ - chore(deps): update node.js to v24.14.1 [#2216]
+ - chore(deps): update devdependencies (non-major) [#2217]
+ - fix(deps): update dependency @sentry/vue to v10.46.0 [#2225]
+ - chore(deps): update traefik docker tag to v3.6.12 [#2240]
+ - chore(deps): update dependency happy-dom to v20.8.8
+ [security] [#2241]
+ - Dependency bumps across packages [#2233]
+ - chore(deps): update typescript-eslint monorepo to v8.57.2
+ [#2206]
+ - chore(deps): update dependency fast-xml-parser to v5.5.9
+ [#2203]
+ - chore(deps): update devdependencies (non-major) [#2196]
+ - chore(deps): update apache/tika docker tag to v3.3.0.0
+ [#2207]
+ - chore(deps): update pnpm to v10.32.1 [#1875]
+ - chore(deps): update dependency vite-plugin-static-copy to v4
+ [#2198]
+ - chore(deps): update dependency fast-xml-parser to v5.5.8
+ [#2182]
+ - chore(deps): update dependency md-editor-v3 to v6.4.1 [#2197]
+ - fix(deps): update dependency vue-router to v5.0.4 [#2186]
+ - fix(deps): update dependency @sentry/vue to v10.45.0 [#2181]
+ - chore(deps): update dependency fast-xml-parser to v5.5.7
+ [security] [#2190]
+ - chore(deps): update traefik docker tag to v3.6.11 [#2189]
+ - chore(deps): update tiptap monorepo to v3.20.4 [#2151]
+ - chore(deps): update devdependencies (non-major) [#2150]
+ - fix(deps): update dependency @sentry/vue to v10.44.0 [#2168]
+ - chore(deps): update typescript-eslint monorepo to v8.57.1
+ [#2154]
+ - chore(deps): update dependency fast-xml-parser to v5.5.6
+ [#2145]
+ - chore(deps): update dependency vite-plugin-static-copy to
+ v3.3.0 [#2142]
+ - chore(deps): update dependency @codemirror/view to v6.40.0
+ [#2131]
+ - chore(deps): update dependency fast-xml-parser to v5.5.4
+ [#2140]
+ - chore(deps): update devdependencies (non-major) [#2138]
+ - chore(deps): update dependency fast-xml-parser to v5.5.3
+ [#2121]
+ - chore(deps): update dependency dompurify to v3.3.3 [#2092]
+ - chore(deps): update typescript-eslint monorepo to v8.57.0
+ [#2112]
+ - fix(deps): update dependency @sentry/vue to v10.43.0 [#2119]
+ - chore(deps): update dependency @codemirror/view to v6.39.17
+ [#2115]
+ - chore(deps): update devdependencies (non-major) [#2103]
+ - chore(deps): update traefik docker tag to v3.6.10 [#2102]
+ - chore(deps): update tiptap monorepo to v3.20.1 [#2101]
+ Reva
+ * Dependencies
+ - chore(deps): bump github.com/nats-io/nats-server/v2 from
+ 2.12.4 to 2.12.6 in the go_modules group across 1 directory
+ [#568]
+ - chore(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0
+ [#565]
+ - chore(deps): bump github.com/nats-io/nats.go from 1.48.0 to
+ 1.49.0 [#564]
+ - chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.34 to
+ 1.14.37 [#563]
+ - chore(deps): bump google.golang.org/grpc from 1.79.2 to
+ 1.79.3 in the go_modules group across 1 directory [#562]
+ - chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.49.0
+ [#559]
+ - chore(deps): bump github.com/ceph/go-ceph from 0.37.0 to
+ 0.38.0 [#560]
+ - chore(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0
+ [#558]
+ - chore(deps): bump github.com/tus/tusd/v2 from 2.8.0 to 2.9.2
+ [#557]
+ - chore(deps): bump
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
+ from 1.41.0 to 1.42.0 [#555]
+ - chore(deps): bump github.com/google/renameio/v2 from 2.0.1 to
+ 2.0.2 [#495]
+ - chore(deps): bump github.com/minio/minio-go/v7 from 7.0.98 to
+ 7.0.99 [#553]
+ - chore(deps): bump go.opentelemetry.io/otel/trace from 1.41.0
+ to 1.42.0 [#550]
+
+-------------------------------------------------------------------
+Wed Apr 1 17:12:28 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- add script to package webassets inside a podman container, to not
+ endanger or pollute the host system with pnpm
+
+-------------------------------------------------------------------
Old:
----
idp-5.2.0.tar.gz
opencloud-server-5.2.0.obscpio
third-party-licenses-v6.0.0.tar.gz
web-v6.0.0.tar.gz
New:
----
idp-6.0.0.tar.gz
opencloud-server-6.0.0.obscpio
prepare_webassets.sh
third-party-licenses-v6.1.0.tar.gz
web-v6.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ opencloud-server.spec ++++++
--- /var/tmp/diff_new_pack.2NCuG5/_old 2026-04-02 17:44:21.563246837 +0200
+++ /var/tmp/diff_new_pack.2NCuG5/_new 2026-04-02 17:44:21.567246997 +0200
@@ -17,10 +17,10 @@
%define executable_name opencloud-server
-%define web_assets_version v6.0.0
+%define web_assets_version v6.1.0
Name: opencloud-server
-Version: 5.2.0
+Version: 6.0.0
Release: 0
Summary: Secure and private way to store, access, and share your files
License: Apache-2.0
@@ -35,6 +35,7 @@
Source21: system-user-%{name}.conf
Source31: Makefile
Source32: PACKAGING_README.md
+Source33: prepare_webassets.sh
BuildRequires: golang(API) >= 1.25
BuildRequires: make
BuildRequires: pnpm
++++++ Makefile ++++++
--- /var/tmp/diff_new_pack.2NCuG5/_old 2026-04-02 17:44:21.615248928 +0200
+++ /var/tmp/diff_new_pack.2NCuG5/_new 2026-04-02 17:44:21.619249089 +0200
@@ -1,4 +1,6 @@
.ONESHELL:
+.SILENT: obs_scm obs_scm obs_go_modules web_assets_version obs_download_files
idp_tarball
+.PHONY: obs_scm obs_scm obs_go_modules web_assets_version obs_download_files
idp_tarball
NAME = opencloud-server
DIRECTORY_NAME = opencloud
@@ -9,48 +11,26 @@
clean:
rm -rf $(DIRECTORY_NAME) $(NAME)-*.obscpio idp-*.tar.gz web-*.tar.gz
third-party-licenses-*.tar.gz vendor.tar.gz
-.SILENT: obs_scm
obs_scm:
osc service manualrun obs_scm
osc service manualrun set_version
-.SILENT: obs_go_modules
obs_go_modules:
osc service manualrun go_modules
-.SILENT: web_assets_version
web_assets_version:
web_assets_version="$$(awk -F ' = ' '/^WEB_ASSETS_VERSION/ {print $$2}'
$(DIRECTORY_NAME)/services/web/Makefile)"
sed -i "/^%define/ s/web_assets_version.*/web_assets_version
$$web_assets_version/g" $(SPEC)
-.SILENT: obs_download_files
obs_download_files:
osc service manualrun download_files
-.SILENT: idp_tarball
idp_tarball:
- echo "Preparing idp tarball"
- version=$$( awk '/^Version:/ {print $$2;exit;}' $(SPEC) )
- echo "define basename"
- basename=$(NAME)-$$version
- echo "define obscpio"
- obscpio=$$basename.obscpio
- echo "define idp_tarball_name"
- idp_tarball_name=idp-$$version.tar.gz
- working_directory=$$(pwd)
- tmpdir=$$(mktemp -d -p /tmp)
- echo "Changing into tmpdir"
- cd $$tmpdir
- echo "Extracting obscpio archive"
- cpio -id < $$working_directory/$$obscpio
- echo "Changing into services"
- cd $$basename/services/idp/
- echo "Starting pnpm install"
- pnpm install --frozen-lockfile
- echo "Starting tarball creation"
- tar -czf $$working_directory/$$idp_tarball_name ./node_modules/
- echo "Tarball creation finished, cleaning up"
- cd $$working_directory/
- rm -rf $$tmpdir
- echo "Finished"
+ podman run \
+ -ti \
+ --rm \
+ --pull=always \
+ -v .:/data/ \
+ registry.opensuse.org/opensuse/leap:16.0 \
+ bash /data/prepare_webassets.sh $(NAME) pnpm
++++++ PACKAGING_README.md ++++++
--- /var/tmp/diff_new_pack.2NCuG5/_old 2026-04-02 17:44:21.639249893 +0200
+++ /var/tmp/diff_new_pack.2NCuG5/_new 2026-04-02 17:44:21.643250055 +0200
@@ -3,14 +3,16 @@
In addition to the source code in the tarball, this package also
needs the assets for the web UI. These can be generated by the
`Makefile` that is present in this package.
-To do that, you need to have `make` and `pnpm` installed locally.
+To do that, you need to have `make` and `podman` installed locally.
+For the OBS workflow you also need to have `obs-service-go_modules` installed.
1. Change the version in the `_service` file
2. Run `make`
3. Create a changelog entry
4. Commit the changes as usual
+5. If desired, remove the container image used to build the web assets:
-For the OBS workflow you also need `obs-service-go_modules` as well
-as `obs-service-tar_scm`, `obs-service-set_version` and
-`obs-service-download_files`.
+ ```
+ podman image rm registry.opensuse.org/opensuse/leap:16.0
+ ```
++++++ _service ++++++
--- /var/tmp/diff_new_pack.2NCuG5/_old 2026-04-02 17:44:21.663250859 +0200
+++ /var/tmp/diff_new_pack.2NCuG5/_new 2026-04-02 17:44:21.667251020 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/opencloud-eu/opencloud</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">v5.2.0</param>
+ <param name="revision">v6.0.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.2NCuG5/_old 2026-04-02 17:44:21.691251985 +0200
+++ /var/tmp/diff_new_pack.2NCuG5/_new 2026-04-02 17:44:21.695252146 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/opencloud-eu/opencloud</param>
- <param
name="changesrevision">a8430384a1b7022f2a719169a5b3f3ec44cfcaf0</param></service></servicedata>
+ <param
name="changesrevision">fa32dffafa0a01c8769f01281673b0c0c43e8f6d</param></service></servicedata>
(No newline at EOF)
++++++ idp-5.2.0.tar.gz -> idp-6.0.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/opencloud-server/idp-5.2.0.tar.gz
/work/SRC/openSUSE:Factory/.opencloud-server.new.21863/idp-6.0.0.tar.gz differ:
char 12, line 1
++++++ opencloud-server-5.2.0.obscpio -> opencloud-server-6.0.0.obscpio ++++++
/work/SRC/openSUSE:Factory/opencloud-server/opencloud-server-5.2.0.obscpio
/work/SRC/openSUSE:Factory/.opencloud-server.new.21863/opencloud-server-6.0.0.obscpio
differ: char 49, line 1
++++++ opencloud-server.obsinfo ++++++
--- /var/tmp/diff_new_pack.2NCuG5/_old 2026-04-02 17:44:21.759254720 +0200
+++ /var/tmp/diff_new_pack.2NCuG5/_new 2026-04-02 17:44:21.767255042 +0200
@@ -1,5 +1,5 @@
name: opencloud-server
-version: 5.2.0
-mtime: 1773062970
-commit: a8430384a1b7022f2a719169a5b3f3ec44cfcaf0
+version: 6.0.0
+mtime: 1774941082
+commit: fa32dffafa0a01c8769f01281673b0c0c43e8f6d
++++++ prepare_webassets.sh ++++++
#!/bin/bash
# do not use set -e, as the make step will abort the build due to
warnings/errors
set -o pipefail
[[ "$#" == "2" ]] || {
echo "Please use the package name and the nodejs version as the only
arguments"
exit 1
}
package_name="${1}"
pnpm_package="${2}"
cd /data || exit 11
zypper -n install \
cpio \
gawk \
make \
git-core \
npm \
"${pnpm_package}" || exit 13
version="$( awk '/^Version:/ {print $2;exit;}' "${package_name}.spec" )"
echo "##########"
echo "Package version is ${version}"
basename="${package_name}-$version"
idp_tarball="idp-${version}.tar.gz"
obscpio="${basename}.obscpio"
working_directory="$(pwd)"
tmpdir="$(mktemp -d -p /tmp)"
echo "Changing into tmpdir"
cd "${tmpdir}" || exit 15
echo "##########"
echo "Extracting obscpio archive"
cpio -id < "${working_directory}/${obscpio}" || exit 21
ls -lah
echo "##########"
echo "Changing into the services/idp/ subdirectory"
cd "${basename}/services/idp/" || exit 23
ls -lah
echo "Starting pnpm install"
pnpm install --frozen-lockfile
echo "##########"
echo "Starting tarball creation"
tar -czf "${working_directory}/${idp_tarball}" ./node_modules/
echo "Tarball creation finished, cleaning up"
echo "##########"
echo "DONE preparing the webassets"
cd "${working_directory}" || exit 31
rm -rf "${tmpdir}"
++++++ third-party-licenses-v6.0.0.tar.gz -> third-party-licenses-v6.1.0.tar.gz
++++++
++++ 11602 lines of diff (skipped)
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/opencloud-server/vendor.tar.gz
/work/SRC/openSUSE:Factory/.opencloud-server.new.21863/vendor.tar.gz differ:
char 29, line 2
++++++ web-v6.0.0.tar.gz -> web-v6.1.0.tar.gz ++++++
++++ 4901 lines of diff (skipped)