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-10-24 17:58:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nextcloud (Old)
 and      /work/SRC/openSUSE:Factory/.nextcloud.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nextcloud"

Fri Oct 24 17:58:52 2025 rev:128 rq:1313502 version:32.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nextcloud/nextcloud.changes      2025-10-12 
22:28:50.096954347 +0200
+++ /work/SRC/openSUSE:Factory/.nextcloud.new.1980/nextcloud.changes    
2025-10-24 17:58:56.613198045 +0200
@@ -1,0 +2,268 @@
+Fri Oct 24 10:41:01 UTC 2025 - ecsos <[email protected]> - 32.0.1
+
+- Update to 32.0.1
+  * server
+    - Fix(comments): expand long comment on click (server#55242)
+    - Fix(encryption): do not setup filesystem without permissions 
(server#55253)
+    - Fix(systemtags): Provide initial state for admin restriction setting 
(server#55279)
+    - Fix(comments): explicitly return limbo status of comment (server#55285)
+    - Fix: create room/resource calendar synchronously (server#55292)
+    - Feat(Unified search): Use existing min search length setting 
(server#55301)
+    - Fix(core): Stop abusing the cache for avatar upload (server#55303)
+    - Fix(workflowenigne): stricter length header handling (server#55316)
+    - Feat: Mark OC.SystemTags as deprecated (server#55323)
+    - Fix(ocm): ignore cache if not setup (server#55326)
+    - Fix(sharing): ensure to check new password (server#55327)
+    - Fix: add missing sharing options to ui and add full-match results 
(server#55329)
+    - Fix(cache): Ensure unique global prefix per instanceid (server#55386)
+    - Fix: Do not try to create lazy ghosts for PHP internal classes 
(server#55399)
+    - Revert: feat(core): Hide header in PWA (server#55402)
+    - Fix: small typo fix (server#55407)
+    - Fix(files): Stop overwriting scan_permissions (server#55411)
+    - Admin-delegation occ - add output option for show command to support 
JSON formats (server#55430)
+    - Test: mock appstore response in Cypress tests (server#55435)
+    - Fix(appstore): Also catch ClientException and ServerException 
(server#55437)
+    - Fix(appstore): Make appstore timeout configurable (server#55440)
+    - Fix: legacy app navigation snapper on RTL layout (server#55465)
+    - Fix(IUserManager): Fix deprecation of search method (server#55480)
+    - Refactor(ShareApiController): Add more error handling (server#55489)
+    - Feat: add header with user id in response (server#55502)
+    - Fix(user_ldap): Fix configuration creation and copy (server#55515)
+    - Allow to remove a website in the user profile (server#55523)
+    - Fix(setup): set dbtype value also for single-db (server#55562)
+    - Fix(unified-search): Remove hard-coded search result limit (server#55565)
+    - Fix(files): Always return a valid mimetype (server#55570)
+    - Feat(test-case): allow to use PHPUnit Group attributes to mark tests 
requiring database (server#55571)
+    - Fix(ldap): Fix copying and creating LDAP configuration (server#55584)
+    - Chore(CODEOWNERS): include mjs and cjs for frontend (server#55587)
+    - Fix(TaskProcessing): Increase MAX_TASK_AGE to 6 months (server#55599)
+    - Fix(TaskProcessing): Make sure list command int filter parameters are 
parsed as ints (server#55604)
+    - Fix(ooo): don't catch general DB exceptions (server#55607)
+    - Fix(live-photo): Allow files-live-photo meta data with edit permissions 
(server#55615)
+    - Fix(caldav): encoding inconsistencies in event search provider 
(server#55626)
+    - Fix(caldav): disable remote access when calendar federation is off 
(server#55633)
+    - Fix(systemtags): catch empty nodes (server#55636)
+    - Fix(FileAccess): Make getByAncestorInStorage sharding ready 
(server#55644)
+    - Fix comments when used by other apps (server#55663)
+    - Fix(S3): Only append streams if non-seekable (server#55671)
+    - Fix(caldav): avoid selecting every custom properties from table if we 
have no calendars to filter (server#55678)
+    - Fix(contacts): Do not expose SAB in `/contactsmenu` (server#55700)
+    - Fix: disable mp3 preview provider (server#55723)
+    - Fix(files): clear search input on directory navigation (server#55733)
+    - Fix(LDAP): properly disable require TLS certificate verification (if 
configured) (server#55736)
+    - Fix(files_sharing): correctly handle error in case of failing share 
creation (server#55739)
+    - 32.0.1 RC1 (server#55744)
+    - Fix(settings): Improve TaskProcessingPickupSpeed setup check 
(server#55749)
+    - Fix: Fix crash in files_version about uninitialized property 
(server#55761)
+    - Fix: iMip reply from outlook.com does not contain organizer property 
(server#55763)
+    - Fix(TextProcessingApiController): Set better attribute on routes 
(server#55775)
+    - Feat(settings): Introduce TaskProcessingSuccessRate setup check 
(server#55778)
+    - Fix(TextToImage): Set better attribute for routes (server#55786)
+    - Feat: add new link endpoint when using globalscale (server#55798)
+    - Fix(l10n): Don't fallback from 3-letter languages to 2-letter 
(server#55809)
+    - Fix(ocm): format notifications (server#55816)
+    - Feat(route): globalsiteselector as root url generator (server#55817)
+    - 32.0.1 RC2 (server#55822)
+    - Feat: locally cache frequently requested LDAP mapping data (server#55823)
+    - Chore: bump @nextcloud/browserslist-config from 3.0.1 to 3.1.0 
(server#55826)
+    - Fix(dav): Restrict properties allowed object classes (server#55851)
+    - Fix: translation on /unsupported screen (server#55872)
+    - Add font-variant-numeric to selected files list (server#55873)
+    - Fix: temporarily disable public shares chunking capability (server#55874)
+    - Fix(lexicon): execute repair step (server#55881)
+    - Fix(lexicon): switch bool value to non-lazy (server#55884)
+  * app_api
+    - Fix(HaRP): do not block HaRP itself if requests contain a non-existent 
application (app_api#679)
+    - Fix(ExAppNotifier): First check if any exapps enabled (app_api#680)
+  * bruteforcesettings
+    - Chore(deps): add vitest (bruteforcesettings#819)
+    - Chore(deps): Bump @nextcloud/vue from 9.0.0-rc.8 to 9.0.0 
(bruteforcesettings#827)
+    - Fix: use the correct outlined item (bruteforcesettings#829)
+  * circles
+    - Fix: adjust source names to "Team" instead of cicles (circles#2122)
+    - Store remote share id (circles#2149)
+    - Ignore non-circles share while extracting permissions (circles#2159)
+    - Improve action on multi-teams (circles#2169)
+    - Feat: caching user single id in preferences (circles#2170)
+  * files_pdfviewer
+    - Fix: Remove unneeded PDF.js web files from release (files_pdfviewer#1287)
+  * logreader
+    - Chore(deps-dev): bump @nextcloud/browserslist-config from 3.0.1 to 3.1.0 
(logreader#1775)
+  * notifications
+    - Refactor(UserSettings): use `NcSelect` for batchtime (notifications#2540)
+    - Refactor(AdminSettings): use `NcSelect` for batchtime 
(notifications#2556)
+    - Chore(deps): bump @nextcloud/vite-config to 2.5.1 (notifications#2561)
+    - Fix(multi-tab): Fix interactions when multiple tabs are active 
(notifications#2578)
+    - Create update-stable-titles.yml (notifications#2580)
+  * photos
+    - Feat(PhotoPicker): Do not show non-owned files (photos#3209)
+    - Ci(actions): Update workflows from templates (photos#3229)
+    - Feat(Albums): Allow deleting an album photo from the viewer (photos#3233)
+    - Fix(api): Validate user config values (photos#3235)
+    - Fix(Timeline): Use new download endpoint (photos#3240)
+    - Fix(Viewer): Provide filename without root to the Viewer. (photos#3241)
+    - Fix(FacesView): Properly import RouterLink (photos#3242)
+  * suspicious_login
+    - Update php-stemmer to 4.0 as workaround for full PHP 8.4 compatibility 
(suspicious_login#1033)
+  * text
+    - Fix: Delete old sessions in cleanup cron (text#7675)
+    - Chore(DocumentService): Raise log level for SyncStep2 message to error 
(text#7697)
+    - Fix(sync): lastSavedVersion is version send with the request (text#7699)
+    - Fix(css): Adjust status icon colors to Nextcloud 32 variable names 
(text#7721)
+    - Feat: Save a checksum for documents and use it to detect conflicts 
(text#7725)
+    - Replace cypress component tests (text#7727)
+    - Fix(editor): restore default editor width while not breaking drag handle 
(text#7728)
+    - Fix(print): Overwrite `display: grid` to prevent cut content (text#7731)
+    - Fix(sync): handle empty push requests (text#7735)
+    - Fix(DocumentService): Return 200 steps before saved version in SyncStep2 
(text#7737)
+    - Revert "chore(DocumentService): Raise log level for SyncStep2 message to 
error" (text#7740)
+    - Fix(code): don't wrap lines in code blocks, only in plaintext documents 
(text#7743)
+    - Fix(sync): increment the version after applying the steps (text#7745)
+    - Fix(sync): Only send recovery step in case of SyncStep1 (text#7746)
+    - Chore: bump version to 6.0.0 (text#7748)
+    - Fix(sync): Apply document state from create request (text#7756)
+    - Fix(PreviewOptions): set active radio button on open (text#7778)
+    - Fix(sync): Reset document sessions on upgrade (text#7786)
+    - Fix(sync): send first update without initial document state (text#7791)
+    - Fix: prevent the collision between y-websocket reconnectTimeout and 
polling interval (text#7823)
+  * viewer
+    - Fix(ImageEditing): controls might hide behind iPadOS home bar 
(viewer#2985)
+    - Fix(Viewer): Provide `id` instead of `fileid` to `File` constructor 
(viewer#2994)
+    - Fix(viewer): address file path composition for subfolders in public 
shares (viewer#2998)
+
+-------------------------------------------------------------------
+Fri Oct 24 10:40:16 UTC 2025 - ecsos <[email protected]> - 32.0.0
+
+- Update to 32.0.0
+  There are to many changes. Please read at:
+  https://nextcloud.com/changelog/#32-0-0
+
+-------------------------------------------------------------------
+Thu Oct 23 13:21:58 UTC 2025 - ecsos <[email protected]> - 31.0.10
+
+- Update to 31.0.10
+  * server
+    - Feat(files_trashbin): Refactor expire background job to support parallel 
run (server#53026)
+    - Fix(Streamer): use localtime for ZIP files (server#54487)
+    - Fix(theming): correctly parse CSS colors for user primary color picker 
(server#54522)
+    - Fix: aliases and capitalization of emails (server#54771)
+    - Fix: TypeError: this.fetchDisplayName is not a function (server#54901)
+    - Chore(flake): update haze to 2.1.2 (server#54909)
+    - Fix(cache): Set default Redis port to `0` for UNIX sockets (server#54944)
+    - Feat(file_sharing): Provide template creator list in public shares 
(server#54947)
+    - Fix: calculate node limit using MiB instead of MB (server#54955)
+    - Chore: update `doctrine/dbal` to v3.10.2 (server#54959)
+    - Fix: Avoid internal error when logging in with the wrong account to 
verify email address (server#54975)
+    - Fix: don't show object size warning if we can't determine the object 
size (server#54995)
+    - Fix(files_trashbin): Fix size propagation when moving file to trash 
(server#54999)
+    - Fix(auth): allow access to dynamic js files during 2FA (server#55022)
+    - Fix: update transifex link (server#55070)
+    - Fix(files_sharing): use `newPassword` always for the unsaved password 
(server#55073)
+    - Fix(unified-search): make sure date range option is translated 
(server#55075)
+    - Fix(ownCloud): ensure that `accounts.display_name` fits into 
`users.displayname` (server#55077)
+    - Fix(contactsmenu): adjust padding to new design (server#55090)
+    - Fix(auth): Fix invalid unique constraint violation catch (server#55123)
+    - Fix: Dispatch favorite event with an actual path (server#55126)
+    - Fix(Updater): Lower deadlock log level from warning to info 
(server#55148)
+    - Fix: always use english name for recently contacted category 
(server#55158)
+    - Fix(TaskProcessing): Cache task types by user language (server#55164)
+    - Feat(files_sharing): provide web components based API for sidebar 
(server#55175)
+    - Fix(trashbin): Translate Nextcloud exception to Sabre exception 
(server#55188)
+    - Fix(comments): add inline container size query to comment body 
(server#55194)
+    - Fix(comments): expand long comment on click (server#55244)
+    - Fix(github): add labels and milestone to PR checklist (server#55248)
+    - Fix: Allow hyphen in appid (server#55250)
+    - Feat(db): add SSL/TLS support for PostgreSQL (server#55255)
+    - Chore(config): fix typo in config.sample.php comments (server#55268)
+    - Fix(comments): explicitly return limbo status of comment (server#55286)
+    - Feat: move primary object store configuration to a single place 
(server#55288)
+    - Fix: create room/resource calendar synchronously (server#55291)
+    - Feat(Unified search): Use existing min search length setting 
(server#55299)
+    - Fix(core): Stop abusing the cache for avatar upload (server#55302)
+    - Fix: Stop infinite loop in ExpireTrash (server#55310)
+    - Fix(dav): clean up user's addressbook shares on deletion (server#55317)
+    - Fix(sharing): ensure to check new password (server#55322)
+    - Fix(ocm): ignore cache if not setup (server#55325)
+    - Fix: add missing sharing options to ui and add full-match results 
(server#55328)
+    - Fix: small typo fix (server#55408)
+    - Fix(files): Stop overwriting scan_permissions (server#55410)
+    - Admin-delegation occ - add output option for show command to support 
JSON formats (server#55429)
+    - Fix(appstore): Also catch ClientException and ServerException 
(server#55436)
+    - Fix(appstore): Make appstore timeout configurable (server#55439)
+    - Fix: legacy app navigation snapper on RTL layout (server#55464)
+    - Fix(IUserManager): Fix deprecation of search method (server#55479)
+    - Refactor(ShareApiController): Add more error handling (server#55488)
+    - Feat: add header with user id in response (server#55503)
+    - Fix(files): Always return a valid mimetype (server#55569)
+    - Feat(test-case): allow to use PHPUnit Group attributes to mark tests 
requiring database (server#55572)
+    - Fix(TaskProcessing): Increase MAX_TASK_AGE to 6 months (server#55600)
+    - Fix(ooo): don't catch general DB exceptions (server#55606)
+    - Fix(workflowenigne): stricter length header handling (server#55611)
+    - Fix(live-photo): Allow files-live-photo meta data with edit permissions 
(server#55616)
+    - Fix(caldav): encoding inconsistencies in event search provider 
(server#55625)
+    - Fix(systemtags): catch empty nodes (server#55635)
+    - Internal] Fix admin delegation show all priority items (server#55647)
+    - Fix comments when used by other apps (server#55664)
+    - Fix(S3): Only append streams if non-seekable (server#55670)
+    - Fix(contacts): Do not expose SAB in `/contactsmenu` (server#55701)
+    - Fix: disable mp3 preview provider (server#55725)
+    - Fix(files): clear search input on directory navigation (server#55737)
+    - Fix(files_sharing): correctly handle error in case of failing share 
creation (server#55740)
+    - 31.0.10 RC1 (server#55745)
+    - Fix(TextProcessingApiController): Set better attribute on routes 
(server#55774)
+    - Fix(TextToImage): Set better attribute for routes (server#55792)
+    - Fix(l10n): Don't fallback from 3-letter languages to 2-letter 
(server#55808)
+    - Chore: bump @nextcloud/browserslist-config from 3.0.1 to 3.1.0 
(server#55825)
+    - Fix(dav): Restrict properties allowed object classes (server#55852)
+    - Fix: translation on /unsupported screen (server#55877)
+  * app_api
+    - Fix(exAppArchiveFetcher): correct apps_path handling (app_api#664)
+  * circles
+    - Fix: adjust source names to "Team" instead of cicles (circles#2121)
+    - Ignore non-circles share while extracting permissions (circles#2160)
+  * files_downloadlimit
+    - Feat: migrate to web components API (files_downloadlimit#551)
+  * files_pdfviewer
+    - Fix: Remove unneeded PDF.js web files from release (files_pdfviewer#1286)
+  * logreader
+    - Chore(deps): update dependencies (logreader#1747)
+  * notifications
+    - Create update-stable-titles.yml (notifications#2581)
+  * photos
+    - Chore(deps): Add missing resolved and integrity fields in 
package-lock.json (photos#3179)
+    - Fix(deps): Use vue-loader ^15.11.1 for Vue 2 (photos#3182)
+    - Validate album names (photos#3185)
+    - Fix empty photos/people tab (photos#3197)
+    - Feat(PhotoPicker): Do not show non-owned files (photos#3208)
+    - Ci(actions): Update workflows from templates (photos#3228)
+    - Feat(Albums): Allow deleting an album photo from the viewer (photos#3232)
+    - Fix(api): Validate user config values (photos#3236)
+  * survey_client
+    - Admin ui: fix checkbox toggles not working (survey_client#378)
+  * text
+    - Fix(readonly-bar): Clean up read-only menu bar to behave consistently 
with normal menu bar (text#7650)
+    - Fix: add close button when open readonly files on mobile app (text#7673)
+    - Fix: Delete old sessions in cleanup cron (text#7676)
+    - Chore(DocumentService): Raise log level for SyncStep2 message to error 
(text#7696)
+    - Fix(sync): lastSavedVersion is version send with the request (text#7698)
+    - Test(cy): Test against server stable31 on stable31 (text#7722)
+    - Feat: Save a checksum for documents and use it to detect conflicts 
(text#7724)
+    - Fix(print): Overwrite `display: grid` to prevent cut content (text#7730)
+    - Fix(sync): handle empty push requests (text#7734)
+    - Fix(DocumentService): Return 200 steps before saved version in SyncStep2 
(text#7736)
+    - Revert "chore(DocumentService): Raise log level for SyncStep2 message to 
error" (text#7739)
+    - Fix(code): don't wrap lines in code blocks, only in plaintext documents 
(text#7744)
+    - Chore: bump version to 5.0.1 (text#7749)
+    - Backport sync fixes to stable31 (text#7779)
+    - Fix(PreviewOptions): set active radio button on open (text#7784)
+    - Fix(sync): Reset document sessions on upgrade (text#7785)
+    - Fix(sync): send first update without initial document state (text#7790)
+  * updater
+    - Chore(ci): update workflows from .github repository (updater#668)
+  * viewer
+    - Fix(ImageEditing): controls might hide behind iPadOS home bar 
(viewer#2986)
+    - Fix(Viewer): Provide `id` instead of `fileid` to `File` constructor 
(viewer#2993)
+    - Fix(viewer): address file path composition for subfolders in public 
shares (viewer#2996)
+    - Fix: Cast fileid to int before building the Node object (viewer#2997)
+
+-------------------------------------------------------------------

Old:
----
  nextcloud-31.0.9.tar.bz2

New:
----
  nextcloud-32.0.1.tar.bz2

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

Other differences:
------------------
++++++ nextcloud.spec ++++++
--- /var/tmp/diff_new_pack.KG8gc2/_old  2025-10-24 17:59:01.921421592 +0200
+++ /var/tmp/diff_new_pack.KG8gc2/_new  2025-10-24 17:59:01.933422098 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nextcloud
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,7 +47,7 @@
 %endif
 
 Name:           nextcloud
-Version:        31.0.9
+Version:        32.0.1
 Release:        0
 Summary:        File hosting service
 License:        AGPL-3.0-only
@@ -77,7 +77,7 @@
 %else
 Requires:       libxml2-2 >= 2.7.0
 %endif
-Requires:       mariadb >= 10.3
+Requires:       mariadb >= 10.6
 Requires:       php-bz2
 Requires:       php-dom
 Requires:       php-gd

++++++ nextcloud-31.0.9.tar.bz2 -> nextcloud-32.0.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/nextcloud/nextcloud-31.0.9.tar.bz2 
/work/SRC/openSUSE:Factory/.nextcloud.new.1980/nextcloud-32.0.1.tar.bz2 differ: 
char 11, line 1

Reply via email to