Accepting request 883895 from server:php:applications

OBS-URL: https://build.opensuse.org/request/show/883895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nextcloud?expand=0&rev=57
This commit is contained in:
Richard Brown 2021-04-10 13:27:36 +00:00 committed by Git OBS Bridge
commit 8821a41546
5 changed files with 15 additions and 7 deletions

View File

@ -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

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 8 18:01:21 UTC 2021 - ecsos <ecsos@opensuse.org>
- 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 <ecsos@opensuse.org>

View File

@ -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