Accepting request 904402 from home:stroeder:network

Update to 22.0.0

OBS-URL: https://build.opensuse.org/request/show/904402
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=151
This commit is contained in:
Eric Schirra 2021-07-06 18:23:14 +00:00 committed by Git OBS Bridge
parent cb81b80518
commit c3dd4826eb
4 changed files with 32 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 6 14:22:09 UTC 2021 - Michael Ströder <michael@stroeder.com>
- Update to 22.0.0
* User-defined groups with Circles that makes it easier to manage teams
where you can share files or assign tasks to circles, or create chat
rooms for a circle
* Integrated chat and task management where you can simply share a deck
card into a chat room or turn a chat message into a task
* Easy approval workflow, where an administrator can define a new
approval flow in the settings and users can, on a document, request
approval
* Getting your document signatures easy with integrated PDF signing with
DocuSign, EIDEasy, and LibreSign
* Integrated knowledge management Nextcloud puts knowledge available to
everyone at a moments' notice, providing easy search, sharing, and
portable access
* Groupware improvements bringing a trash bin feature in Calendar,
resource booking to facilitate the handling of resources in
organizations. Nextcloud Mail features improved threading, email tagging,
and support for Sieve filtering
-------------------------------------------------------------------
Thu Jul 1 18:34:13 UTC 2021 - ecsos <ecsos@opensuse.org>

View File

@ -47,7 +47,7 @@
%endif
Name: nextcloud
Version: 21.0.3
Version: 22.0.0
Release: 0
Summary: File hosting service
License: AGPL-3.0-only
@ -121,8 +121,8 @@ Recommends: php-gmp
# For enhanced server performance:
Recommends: php-APCu
Recommends: php7-bcmath
# For preview generation:
Recommends: php-imagick
# For preview generation:
Recommends: php-imagick
Recommends: php-ffmpeg
#Recommends: libreoffice
# For command line processing:
@ -151,10 +151,10 @@ cp %{SOURCE2} .
cp %{SOURCE3} .
cp %{SOURCE4} .
cp %{SOURCE5} .
### Don't remove git files!!
### Don't remove git files!!
### git files should not be removed, otherwise nextcloud rise up integrity check failure in some situations.
###
## delete unneeded gitfiles
## delete unneeded gitfiles
#rm -r `find . -name ".gitignore" -or -name ".gitkeep" -or -name ".github"`
## remove entries in signature.json to prevent integrity check failure
#find . -iname signature.json \
@ -212,9 +212,9 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}-cron
# https://github.com/nextcloud
#
# We don't do this for new installs. Only for updates.
# If the first argument to pre is 1, the RPM operation is an initial installation. If the argument is 2,
# If the first argument to pre is 1, the RPM operation is an initial installation. If the argument is 2,
# the operation is an upgrade from an existing version to a new one.
if [ $1 -gt 1 -a ! -s %{statedir}/apache_stopped_during_nextcloud_install ]; then
if [ $1 -gt 1 -a ! -s %{statedir}/apache_stopped_during_nextcloud_install ]; then
echo "%{name} update: Checking for running Apache"
# FIXME: this above should make it idempotent -- a requirement with openSUSE.
# it does not work.