Accepting request 1134620 from home:ecsos:server

- Update to 28.0.1
  - Fix npm audit (activity#1437)
  - Fix missing parameters when type is not “known” (activity#1469)
  - Fix: Allow older app values to be set (logreader#1079)
  - Fix(mail): Fix mail handling when force_language is true or false (notifications#1744)
  - Fix(push): Allow apps to provide already parsed notifications (notifications#1754)
  - Catch and log error thrown while parsing dates from metadata (photos#2194)
  - Fix: Adjust favorite icon to be accessible (photos#2197)
  - Fix TypeError with invalid coordinates (fix #2187) (photos#2207)
  - Fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english (server#42106)
  - Comment legacy file_metadata table migrations (server#42108)
  - Enh(settings): Set main page heading (server#42125)
  - Fix(a11y): Unified search headings (server#42131)
  - Fix(caldav): don’t reuse query builder objects (server#42152)
  - Fix(dav): Prevent out-of-office event time drifts (server#42166)
  - Fix(security): Update CA certificate bundle (server#42190)
  - Feat(settings): add occ commands to handle admin delegation (server#42201)
  - Wrap metadata generation in try/catch (server#42263)
  - Fix(files): Conditionally add drag handlers (server#42277)
  - Fix(UnifiedSearch): Drop title prop (server#42278)
  - Feat(files): add batch support to copy-move (server#42279)
  - Fix(files): navigation exact (server#42282)
  - Fix(files): Partly revert 32c1aeb and show correct quota again (server#42293)
  - Fix: Ensure correct max contrast color is used when blurred background is used (server#42294)
  - Enh(oauth2): allowed toggling of aria label (server#42295)
  - Fix(dashboard): changed h3 elements to h2 (server#42296)
  - Fix(files): fix download file encoded source (server#42302)
  - Fix(joblist): also reset last_run timestamp on updating an existing job (server#42316)
  - Fix(ooo): add new ooo status with new emoji (server#42351)
  - Don’t query oc_properties for metadata props (server#42357)
  - Add global accessibility switch (server#42371)
  - Use FileInfo’s metadata for hidden prop (server#42378)
  - Fix(userstatus): set user status to ‘In a meeting’ if calendar is busy (server#42380)
  - Update crl after revoke rides.csr (server#42400)
  - Fix(dav): undeclared `$cache` property (server#42423)
  - Disable image editor if accessibility switch is off (viewer#2102)
- Update to 28.0.0
  Too many changes.
  See instead: https://nextcloud.com/changelog/#28-0-0

OBS-URL: https://build.opensuse.org/request/show/1134620
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=223
This commit is contained in:
Eric Schirra 2023-12-22 12:27:23 +00:00 committed by Git OBS Bridge
parent ca7ae0c942
commit 00c681375c
4 changed files with 50 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b534c98e76b7fed8ca3934cad419b10af5856259f313bec22cd3a7bfa6ef961
size 183045696

3
nextcloud-28.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f80735b443082272fe6a3b5e32137957f1fc448c75342b94b5200b29725f3a4
size 183887041

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Fri Dec 22 11:24:11 UTC 2023 - ecsos <ecsos@opensuse.org>
- Update to 28.0.1
- Fix npm audit (activity#1437)
- Fix missing parameters when type is not “known” (activity#1469)
- Fix: Allow older app values to be set (logreader#1079)
- Fix(mail): Fix mail handling when force_language is true or false (notifications#1744)
- Fix(push): Allow apps to provide already parsed notifications (notifications#1754)
- Catch and log error thrown while parsing dates from metadata (photos#2194)
- Fix: Adjust favorite icon to be accessible (photos#2197)
- Fix TypeError with invalid coordinates (fix #2187) (photos#2207)
- Fix(Users/Quota setting): Prevent floating point value from getting truncated in locales other than english (server#42106)
- Comment legacy file_metadata table migrations (server#42108)
- Enh(settings): Set main page heading (server#42125)
- Fix(a11y): Unified search headings (server#42131)
- Fix(caldav): dont reuse query builder objects (server#42152)
- Fix(dav): Prevent out-of-office event time drifts (server#42166)
- Fix(security): Update CA certificate bundle (server#42190)
- Feat(settings): add occ commands to handle admin delegation (server#42201)
- Wrap metadata generation in try/catch (server#42263)
- Fix(files): Conditionally add drag handlers (server#42277)
- Fix(UnifiedSearch): Drop title prop (server#42278)
- Feat(files): add batch support to copy-move (server#42279)
- Fix(files): navigation exact (server#42282)
- Fix(files): Partly revert 32c1aeb and show correct quota again (server#42293)
- Fix: Ensure correct max contrast color is used when blurred background is used (server#42294)
- Enh(oauth2): allowed toggling of aria label (server#42295)
- Fix(dashboard): changed h3 elements to h2 (server#42296)
- Fix(files): fix download file encoded source (server#42302)
- Fix(joblist): also reset last_run timestamp on updating an existing job (server#42316)
- Fix(ooo): add new ooo status with new emoji (server#42351)
- Dont query oc_properties for metadata props (server#42357)
- Add global accessibility switch (server#42371)
- Use FileInfos metadata for hidden prop (server#42378)
- Fix(userstatus): set user status to In a meeting if calendar is busy (server#42380)
- Update crl after revoke rides.csr (server#42400)
- Fix(dav): undeclared `$cache` property (server#42423)
- Disable image editor if accessibility switch is off (viewer#2102)
- Update to 28.0.0
Too many changes.
See instead: https://nextcloud.com/changelog/#28-0-0
-------------------------------------------------------------------
Thu Dec 14 15:56:18 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@ -47,7 +47,7 @@
%endif
Name: nextcloud
Version: 27.1.5
Version: 28.0.1
Release: 0
Summary: File hosting service
License: AGPL-3.0-only
@ -73,7 +73,7 @@ BuildRequires: unzip
Requires: cron
Requires: curl
Requires: libxml2-2
Requires: mariadb >= 10.2
Requires: mariadb >= 10.3
Requires: php-bz2
Requires: php-dom
Requires: php-gd
@ -85,7 +85,7 @@ Requires: php-posix
Requires: php-zip
#
%if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version}
Requires: php < 8.3.0
Requires: php < 8.4.0
Requires: php >= 8.0.0
Requires: php-process
Requires: php-xml
@ -140,7 +140,7 @@ Group: Productivity/Networking/Web/Utilities
BuildRequires: apache2 >= 2.4
Requires: %{name} = %{version}
Requires: apache2
Requires: mod_php_any < 8.3.0
Requires: mod_php_any < 8.4.0
Requires: mod_php_any >= 8.0.0
Supplements: packageand(apache2:%name)