From 911dc2a7d281b3b9b51cacedfd6c8cb2e7b0f1aa1bb978436589c3b20b191a2a Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 3 Jun 2020 19:08:29 +0000 Subject: [PATCH] Accepting request 811218 from home:ecsos:server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 19.0.0 * Changes Nextcloud Hub v19, code name “home office”, represents a big step forward for remote collaboration in teams. This release brings document collaboration to video chats, introduces password-less login and improves performance. As this is a major release, the changelog is too long to put here. Users can look at github milestones to find what has been merged. A quick overview of what is new: - password-less authentication and many other security measures - Talk 9 with built-in office document editing courtesy of Collabora, a grid view & more - MUCH improved performance, Deck integration in Calendar, guest account groups and more! OBS-URL: https://build.opensuse.org/request/show/811218 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=114 --- nextcloud-18.0.4.tar.bz2 | 3 --- nextcloud-19.0.0.tar.bz2 | 3 +++ nextcloud.changes | 18 ++++++++++++++++++ nextcloud.spec | 3 ++- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-18.0.4.tar.bz2 create mode 100644 nextcloud-19.0.0.tar.bz2 diff --git a/nextcloud-18.0.4.tar.bz2 b/nextcloud-18.0.4.tar.bz2 deleted file mode 100644 index 4b466c2..0000000 --- a/nextcloud-18.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fad8e12632b352247ffc5ae181d4e414d732b9072caa0401774cfdb93a714329 -size 86677670 diff --git a/nextcloud-19.0.0.tar.bz2 b/nextcloud-19.0.0.tar.bz2 new file mode 100644 index 0000000..350b110 --- /dev/null +++ b/nextcloud-19.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23d429657c5e3476d7e73af1eafc70e42a81cfe2ed65b20655a005724fe0aae +size 90077143 diff --git a/nextcloud.changes b/nextcloud.changes index e9a122a..f90c2bb 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jun 3 17:49:51 UTC 2020 - ecsos + +- Update to 19.0.0 + * Changes + Nextcloud Hub v19, code name “home office”, represents a big step forward + for remote collaboration in teams. + This release brings document collaboration to video chats, + introduces password-less login and improves performance. + + As this is a major release, the changelog is too long to put here. + Users can look at github milestones to find what has been merged. + A quick overview of what is new: + + - password-less authentication and many other security measures + - Talk 9 with built-in office document editing courtesy of Collabora, a grid view & more + - MUCH improved performance, Deck integration in Calendar, guest account groups and more! + ------------------------------------------------------------------- Wed May 13 15:40:10 UTC 2020 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index 352883a..a10cc34 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -49,7 +49,7 @@ %endif Name: nextcloud -Version: 18.0.4 +Version: 19.0.0 Release: 0 Summary: File hosting service License: AGPL-3.0-only @@ -131,6 +131,7 @@ Recommends: php-exif Recommends: php-gmp # For enhanced server performance: Recommends: php-APCu +Recommends: php7-bcmath # For preview generation: Recommends: php-imagick Recommends: php-ffmpeg