From 709591df725c9f78a1db56d0abf74648a84608b3d1940810d77bc70bf8c9d58b Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Thu, 8 Apr 2021 19:17:01 +0000 Subject: [PATCH] Accepting request 883894 from home:ecsos:server - Update to 21.0.1 - No changelog from upstream at this time. - Switch requires from mysql to mariadb. - Now minimum require php is 7.3 and recommend 7.4. OBS-URL: https://build.opensuse.org/request/show/883894 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=146 --- README.SUSE | 2 +- nextcloud-21.0.0.tar.bz2 | 3 --- nextcloud-21.0.1.tar.bz2 | 3 +++ nextcloud.changes | 8 ++++++++ nextcloud.spec | 6 +++--- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 nextcloud-21.0.0.tar.bz2 create mode 100644 nextcloud-21.0.1.tar.bz2 diff --git a/README.SUSE b/README.SUSE index 3f6252f..70d8916 100644 --- a/README.SUSE +++ b/README.SUSE @@ -2,7 +2,7 @@ To speed up nextcloud you should enable PHP OPcache The OPcache improves the performance of PHP applications by caching precompiled bytecode. We recommend at least following settings: -Put this in this insert in /etc/php5/apache2/php.ini +Put this in this insert in /etc/php7/apache2/php.ini opcache.enable=On opcache.enable_cli=1 diff --git a/nextcloud-21.0.0.tar.bz2 b/nextcloud-21.0.0.tar.bz2 deleted file mode 100644 index fc7b30a..0000000 --- a/nextcloud-21.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ceadaeef67685a11afc5b23b0a86ba3c7bd0a7b138d5d1ecc05262383655f1f0 -size 110504725 diff --git a/nextcloud-21.0.1.tar.bz2 b/nextcloud-21.0.1.tar.bz2 new file mode 100644 index 0000000..84627cc --- /dev/null +++ b/nextcloud-21.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7c8ccc01547914a75b44bbf86028289c8919dc39f4e2e720147b6bd596aebe +size 129229822 diff --git a/nextcloud.changes b/nextcloud.changes index bc38a5b..c3065c7 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 8 18:01:21 UTC 2021 - ecsos + +- Update to 21.0.1 + - No changelog from upstream at this time. + - Switch requires from mysql to mariadb. + - Now minimum require php is 7.3 and recommend 7.4. + ------------------------------------------------------------------- Fri Feb 19 15:00:15 UTC 2021 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index 7b47469..073754a 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -47,7 +47,7 @@ %endif Name: nextcloud -Version: 21.0.0 +Version: 21.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: mysql +Requires: mariadb >= 10.2 Requires: php-bz2 Requires: php-dom Requires: php-gd @@ -139,7 +139,7 @@ BuildRequires: apache2 >= 2.4 Requires: %{name} = %{version} Requires: apache2 Requires: mod_php_any < 7.5.0 -Requires: mod_php_any >= 7.2.0 +Requires: mod_php_any >= 7.3.0 Supplements: packageand(apache2:%name) %description apache