From f36024b8d6b2577b44861cc84779809acfb5f6d2cd97afc15c3ece96b73f02a7 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Thu, 26 Sep 2019 15:25:00 +0000 Subject: [PATCH] Accepting request 733477 from home:ecsos:server Update to 16.0.5 OBS-URL: https://build.opensuse.org/request/show/733477 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=90 --- nextcloud-16.0.4.tar.bz2 | 3 --- nextcloud-16.0.5.tar.bz2 | 3 +++ nextcloud.changes | 50 ++++++++++++++++++++++++++++++++++++++++ nextcloud.spec | 21 +++++++++-------- 4 files changed, 65 insertions(+), 12 deletions(-) delete mode 100644 nextcloud-16.0.4.tar.bz2 create mode 100644 nextcloud-16.0.5.tar.bz2 diff --git a/nextcloud-16.0.4.tar.bz2 b/nextcloud-16.0.4.tar.bz2 deleted file mode 100644 index d89f45f..0000000 --- a/nextcloud-16.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e06300251ec935a1bc98fa90a4a56bf4942b0e559d60a191b7e49d8ffd9fecd0 -size 61914385 diff --git a/nextcloud-16.0.5.tar.bz2 b/nextcloud-16.0.5.tar.bz2 new file mode 100644 index 0000000..b388590 --- /dev/null +++ b/nextcloud-16.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8709c64fa776fd731c8e5f1ab25d592a2e690e5e18a81601cccf363795fae551 +size 62129676 diff --git a/nextcloud.changes b/nextcloud.changes index c1b9ca8..d23f042 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Wed Sep 25 19:15:59 UTC 2019 - ecsos@opensuse.org + +- Update to 16.0.5 + - Make possible to focus grid/list view toggle via keyboard (server#16745) + - Fix tracking of auto disabled apps in Updater (server#16753) + - Filter more configs (server#16802) + - Correctly remove apps without any releases (server#16818) + - Undefined variable response when server is no nextcloud anymore (server#16826) + - Change access handling of projects (server#16837) + - Only add the app-itunes-app tag if the id is set (server#16848) + - Use custom client URL in welcome emails (server#16883) + - Properly redirect if accessing invalid file though /f/ entrypoint (server#16891) + - Bump mixin-deep from 1.3.1 to 1.3.2 (server#16896) + - Only run integration tests when PHP was modified (server#16909) + - Ignore Enter key up event on menu button toggles (server#16921) + - Be sure to get the jailed path if the storage is a jail (server#16991) + - Remove orphaned calendar data from deleted subscriptions (server#16994) + - Only run code coverage CI on merge (server#16995) + - Returns 404 (server#16997) + - Properly initialize the CacheJail for sharing (server#17061) + - Fix SMB availability status + higher delay on auth issues (server#17070) + - When you click on thumbnail of a file, it should open the file not the sidebar (server#17091) + - Emit moveToTrash event only for the deleting user (server#17099) + - Fix opening apps with Ctrl+click (server#17103) + - Always use the folder icon depending on the mount type if not a share mount (server#17155) + - Don't send executionContexts for Clear-Site-Data (server#17157) + - Add uid to delete temp token query (server#17197) + - Fix l10n in federated file sharing (server#17211) + - Nextcloud 16.0.5 (server#17250) + - Fix spaces being collapsed in move dialog (server#17257) + - Better dark theme support (activity#389) + - Fix travis database tests (activity#390) + - Bump lodash from 4.17.11 to 4.17.14 (files_texteditor#174) + - Translate menu action (files_texteditor#183) + - Bump mixin-deep from 1.3.1 to 1.3.2 (files_videoplayer#138) + - Bump mixin-deep from 1.3.1 to 1.3.2 (firstrunwizard#211) + - Randomize the interval. (nextcloud_announcements#48) + - Improve the notification (nextcloud_announcements#51) + - Also set the subject when the subject is not too long (notifications#415) + - Bump eslint-utils from 1.3.1 to 1.4.2 (notifications#418) + - The backports of #392 and #390 did not work out as expected (notifications#420) + - Bump mixin-deep from 1.3.1 to 1.3.2 (recommendations#121) + - Bump eslint-utils from 1.3.1 to 1.4.2 (viewer#221) + ------------------------------------------------------------------- Wed Aug 21 13:25:25 UTC 2019 - Mathias Homann @@ -97,6 +142,11 @@ Wed Aug 21 13:25:25 UTC 2019 - Mathias Homann - Bump eslint-plugin-node from 8.0.1 to 9.0.1 (viewer#92) - Bump webpack from 4.30.0 to 4.31.0 (viewer#96) +------------------------------------------------------------------- +Wed Jul 10 07:30:05 UTC 2019 - ecsos@opensuse.org + +- Updates require and recommend php module. + ------------------------------------------------------------------- Tue Jul 9 14:36:14 UTC 2019 - ecsos@opensuse.org diff --git a/nextcloud.spec b/nextcloud.spec index c1dfd98..5b3270a 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -49,7 +49,7 @@ %endif Name: nextcloud -Version: 16.0.4 +Version: 16.0.5 Release: 0 Summary: File hosting service License: AGPL-3.0-only @@ -107,26 +107,29 @@ Requires: php-openssl Requires: php-pear Requires: php-xmlreader Requires: php-xmlwriter +Requires: php-zip Requires: php-zlib Recommends: sqlite3 %endif # Database connectors: Recommends: php-sqlite #Recommends: php-pgsql -# For preview generation: -Recommends: php-imagick -Recommends: php-ffmpeg -#Recommends: libreoffice # Require for specific apps: -Recommends: php-ldap -Recommends: php-ftp -#Recommends: php-smbclient -#Recommends: php-imap +Requires: php-ftp +Requires: php-ldap +#Requires: php-imap +#Requires: php-smbclient # Recommend for specific apps: Recommends: php-exif Recommends: php-gmp # For enhanced server performance: Recommends: php-APCu +# For preview generation: +Recommends: php-imagick +Recommends: php-ffmpeg +#Recommends: libreoffice +# For command line processing: +Recommends: php-pcntl %description Nextcloud is a suite of client-server software for creating file