From 00c681375c9fcf6122748a8400c912ff64d36d7200936d58bbe774e4febd8045 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Fri, 22 Dec 2023 12:27:23 +0000 Subject: [PATCH] Accepting request 1134620 from home:ecsos:server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- nextcloud-27.1.5.tar.bz2 | 3 --- nextcloud-28.0.1.tar.bz2 | 3 +++ nextcloud.changes | 43 ++++++++++++++++++++++++++++++++++++++++ nextcloud.spec | 8 ++++---- 4 files changed, 50 insertions(+), 7 deletions(-) delete mode 100644 nextcloud-27.1.5.tar.bz2 create mode 100644 nextcloud-28.0.1.tar.bz2 diff --git a/nextcloud-27.1.5.tar.bz2 b/nextcloud-27.1.5.tar.bz2 deleted file mode 100644 index 01156b4..0000000 --- a/nextcloud-27.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b534c98e76b7fed8ca3934cad419b10af5856259f313bec22cd3a7bfa6ef961 -size 183045696 diff --git a/nextcloud-28.0.1.tar.bz2 b/nextcloud-28.0.1.tar.bz2 new file mode 100644 index 0000000..9346a7c --- /dev/null +++ b/nextcloud-28.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f80735b443082272fe6a3b5e32137957f1fc448c75342b94b5200b29725f3a4 +size 183887041 diff --git a/nextcloud.changes b/nextcloud.changes index 63c2025..9afc290 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Dec 22 11:24:11 UTC 2023 - ecsos + +- 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 + ------------------------------------------------------------------- Thu Dec 14 15:56:18 UTC 2023 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index dfbb6a1..8b318fc 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -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)