Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nextcloud for openSUSE:Factory checked in at 2025-12-11 18:41:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nextcloud (Old) and /work/SRC/openSUSE:Factory/.nextcloud.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nextcloud" Thu Dec 11 18:41:26 2025 rev:130 rq:1322189 version:32.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/nextcloud/nextcloud.changes 2025-11-24 14:08:57.068670872 +0100 +++ /work/SRC/openSUSE:Factory/.nextcloud.new.1939/nextcloud.changes 2025-12-11 18:45:17.751442127 +0100 @@ -1,0 +2,98 @@ +Thu Dec 11 10:23:33 UTC 2025 - ecsos <[email protected]> - 32.0.3 + +- Update to 32.0.3 + * server + - Fix chunked upload for file drop shares (server#55804) + - Fix: don't suggest files:scan with object store in info:file (server#56434) + - Fix(core): RTL legacy snapper width (server#56448) + - Fix: pass only necessary information when deleting mulitple objects (server#56505) + - Feat(profiler): Use gzdecode/gzencode to parse profiles (server#56506) + - Fix(files): Do not fail on missing sidebar in files list (server#56513) + - Feat: Add option to update the public key of a user (server#56526) + - Fix(files_reminder): prevent setting reminder in the past (server#56535) + - Fix(i18n): Corrected plural for multi plural languages (server#56539) + - Feat(objectstore): add configurable S3 retry attempts (server#56541) + - Fix: mp3info break frame parsing on short frames (server#56552) + - Chore: remove codecov bundle analysis (server#56560) + - Fix(settings): Reactive UI updates for app group limitations (server#56569) + - Encode s3 metadata as base64 if needed (server#56573) + - Feat: emit an event when an S3 bucket is created (server#56617) + - Fix(encryption): Increment `lastChunkNr` when size is off (server#56654) + - Fix(files_sharing): Allow deleting a share of a missing file (server#56657) + - Fix/fix/theming legacy app config (server#56662) + - Fix(CalDAV): imip set language per user (server#56663) + - Fix(l10n): do not consider user language when getting the generic one (server#56666) + - Fix(user_status): adjust online status string (server#56714) + - Fix(logger): add back lost params for logger methods (server#56731) + - Fix(files_sharing): Hide 'Open locally' action (server#56738) + - Fix(files_sharing): sidebar link share password checkbox (server#56760) + - Feat(CertificateManager): Add option to specify the default certificates bundle path (server#56766) + - Fix(oracle): Add a warning for Oracle 11 (server#56767) + - Feat(admin_audit): Log cache insert/delete to audit log (server#56769) + - Fix(Memcache): use different cache key when in maintenance mode (server#56774) + - Feat(ObjectStore): Allow overriding arguments per bucket (server#56778) + - Fix(QuotaPlugin): Always check the quota before moving (server#56787) + - Fix(sharing): Allow public share access for everyone (server#56798) + - Fix(s3): rename 'Amazon S3' to 'S3 Storage' (server#56800) + - Fix(updatenotification): Fix log spam from ResetToken job (server#56803) + - Fix(s3): make data integrity protections opt-in (server#56821) + - Debt(files): Remove regular stats request (server#56822) + - Chore(deps): Update flake to 25.11 and haze to 2.1.3 (server#56829) + - Reflect public shares in `isPublic` flag and fix permission check (server#56837) + - Refactor(workflowengine): Check if class is correct (server#56838) + - Fix(sharing): Add isTrustedServer flag to lookup results (server#56842) + - Fix(trashbin): deletedBy of a file from a federated folder (server#56849) + - Patch the version file to allow upgrading from owncloud > v10.13 (server#56867) + - Feat(files): Add support for `storage-id` and `path` in RepairTree command (server#56869) + - Fix(files_sharing): ensure that external section is mounted (server#56910) + - Fix(flake): Allow using EOL PHP versions (server#56913) + - Fix(CachingRouter): Disable cache for findMatchingRoute (server#56927) + - Fix(dav): handle HTML in CalDAV invitations (server#56965) + - Fix(comments): Check comment object (server#56983) + * 3rdparty + - Fix: mp3info break frame parsing on short frames (3rdparty#2201) + * activity + - Fix(emails): catch server connection exceptions (activity#2235) + - Chore: pin ocp version (activity#2239) + - Chore(deps): bump @nextcloud libraries (activity#2241) + * app_api + - Feat(docker-29): set minimum docker engine API version to v1.44 (app_api#700) + - Fix: APCu cache condition (app_api#706) + - Fix: Use OCP\IAppConfig instead of OCP\IConfig to prevent config error (app_api#725) + - Fix(default_daemon_config): save as "lazy" setting (app_api#726) + * circles + - Fix: replace circle/circles text with team/teams (circles#2227) + - Add auto-approve and merge workflow for Nextcloud OCP (circles#2250) + - Fix(members): minlevel on initiator (circles#2259) + * files_pdfviewer + - Fix(deps): Use correct version of vue-loader (files_pdfviewer#1309) + * logreader + - Chore: update workflows (logreader#1823) + - Fix: do not poll log entries without lastReqId (logreader#1846) + * notifications + - Chore: update workflows (notifications#2657) + * photos + - Perf: Use distributed cache for no media paths (photos#3330) + - Revert "Revert "fix: Disable ReverseGeoCoderService when the server has no internet"" (photos#3331) + - Fix: fix original date time filter type (photos#3336) + * related_resources + - Fix(groupfolders): expect object instead of array (related_resources#787) + * suspicious_login + - Chore(github): remove st3iny as maintainer (suspicious_login#1054) + * text + - Fix: Add cleanup for orphaned text steps (text#7923) + - Assistant button performance and visibility fixes (text#7982) + - Fix(TextDirection): Skip composition transactions (text#7983) + - Test: Use example.org instead of nextcloud.com for testing links (text#7999) + - Fix: increase websocket timeout for background throttling (text#8006) + - Fix: Properly check for array of authenticated share ids (text#8010) + * twofactor_totp + - Chore: update package lock format (twofactor_totp#1659) + - Fix: add BFP to the enable route (twofactor_totp#1682) + - Perf: load totp secret just once for verification (twofactor_totp#1685) + * updater + - Fix(download): download fail with only one URL (updater#697) + * viewer + - Fix: svg rendering (viewer#3024) + +------------------------------------------------------------------- Old: ---- nextcloud-32.0.2.tar.bz2 New: ---- nextcloud-32.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nextcloud.spec ++++++ --- /var/tmp/diff_new_pack.Of49w1/_old 2025-12-11 18:45:21.051580785 +0100 +++ /var/tmp/diff_new_pack.Of49w1/_new 2025-12-11 18:45:21.051580785 +0100 @@ -47,7 +47,7 @@ %endif Name: nextcloud -Version: 32.0.2 +Version: 32.0.3 Release: 0 Summary: File hosting service License: AGPL-3.0-only @@ -86,6 +86,8 @@ Requires: php-mbstring Requires: php-mysql Requires: php-posix +Requires: php-redis +Requires: php-sodium Requires: php-zip # %if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version} @@ -133,6 +135,7 @@ #Recommends: libreoffice # For command line processing: Recommends: php-pcntl +Recommends: php-phar %description Nextcloud is a suite of client-server software for creating file ++++++ nextcloud-32.0.2.tar.bz2 -> nextcloud-32.0.3.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/nextcloud/nextcloud-32.0.2.tar.bz2 /work/SRC/openSUSE:Factory/.nextcloud.new.1939/nextcloud-32.0.3.tar.bz2 differ: char 11, line 1
