diff --git a/nextcloud-12.0.4.tar.bz2 b/nextcloud-12.0.4.tar.bz2 deleted file mode 100644 index f766410..0000000 --- a/nextcloud-12.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:654161a74ceaf9a60c7731d7d6702e6710a972633a97955d16f01abeb09d09b6 -size 43583313 diff --git a/nextcloud-13.0.0.tar.bz2 b/nextcloud-13.0.0.tar.bz2 new file mode 100644 index 0000000..d563c03 --- /dev/null +++ b/nextcloud-13.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e6064432a2d1a044f219028d3fd46cb7a943a47e11eef346810bd289705aec +size 43397247 diff --git a/nextcloud.changes b/nextcloud.changes index 2144280..9849a7e 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,112 @@ +------------------------------------------------------------------- +Tue Feb 6 12:23:12 UTC 2018 - ecsos@opensuse.org + +- update to 13.0.0 + Over 1100 changes were merged in the server, with many hundreds + more in existing or new apps. The main improvements include: + * Collaboration features + - Nextcloud Talk, a private videoconference software integrated + with Nextcloud + - real-time and asynchronous communication with push + notifications, calls and chat web and mobile devices + - Integration in business workflow with calendar invitations + and calls directly from Nextcloud Files + - Screen and note sharing with participant moderation + capabilities + - 100% secure peer-to-peer, end-to-end encrypted calls, + mediated by self-hosted server + - auto-completion of user names in comments and notification + to the mentioned user + - support free/busy scheduling in native calendar applications + like Thunderbird Lightning + - show meeting invites in the calendar + * End-to-End Encryption + - can encrypt data on a per-folder level rather than + all-or-nothing approach + - does not require users to remember or exchange passwords + - does not require re-uploading data upon sharing + - features an optional off-line administrator recovery key + - allows full audit logging + - can be combined with our File Access Control feature so + administrator can enforce aspects of End-to-end Encryption + - protects from identity theft with our Cryptographic Identity + Protection feature + This feature is in Tech Preview for Nextcloud 13 and does not + yet implement sharing. + * User Interface + - new way of selecting files + - easy way to quickly copy or move to a location + - High DPI support + - admin menu integrated in one list + - no limitation to file uploads via the web interface + - user quota in the side bar + - social sharing (Twitter, G+, Facebook, Diaspora) now features + a preview + - improved theming + * Performance + - decreased page load times with up to 50% and faster search + - 80% faster LDAP and up to 10x faster external storage + - Server-side Encryption performance largely improved + + See https://nextcloud.com/changelog/ + +------------------------------------------------------------------- +Wed Jan 24 15:46:44 UTC 2018 - ecsos@opensuse.org + +- update to 12.0.5 + Many fixes were merged, the most important ones include: + - #7144 Unlock files even if an exception occurs + - #7322 Set primary action button color to same as theming color + - #7323 Use the correct root for shared jail when the source + storage is also a jail + - #7353 Fix translation of federation scope menu + - #7362 Allow to skip data dir permission checks + - #7407 Check if owner of share exists + - #7409 Add retry wrapper when reading files from swift + - #7451 Fix constructor spy in unit test with Sinon 4.1.3 + - #7455 Remove wrong entry in admin_settings that causes 500 + - #7456 CardDAV convertor check should not be to wide + - #7457 Fix loading icon position in the app menu + - #7464 Allow getting the filepath when getting cached mounts + - #7468 Allow 'Nextcloud' in the user agent string of Android + - #7558 Fix email buttons for white theme + - #7567 Respect sharing options when searching for Sharees + - #7568 Fix duplicate session token after remembered login + - #7577 Check userExists later, + saves lookups for appData_INSTANCEID userids + - #7672 Added additional methods for removal of sensitive info + - #7688 Fix scss webroot and url rewrite + - #7717 Throw ServerNotAvailableException when LDAP is caught + shutting down + - #7666 Fix drag shadow not visible when dragging a file on + a narrow screen + - #7674 Do no run SyncJob in cron + - #7684 Fix inverted app icons on IE11 + - #7694 Don't attempt to translate login names to uids when uids + are provided + - #7708 Don't show recurring msg when pages result was turned off + - #7742 Hide favourite icon in details view if favourite action + is not available + - #7745 Don't lie about preview types + - #7747 Update of composer + - #7758 add option to use legacy v2 auth with s3 + - #7759 Use correct L10N files for jsconfig + - #7757 Wait for the shared link to be set in the acceptance + tests + - gallery/#349 Fix date picker not visible in slideshow sharing + dialog + - activity/#229 Properly construct path of root on file rename + - #7770 Fix SCSS processing when undoing theming values + - #7774 Update icewind/smb to 2.0.3 + - #7777 Set height for sidebar icons + - #7779 Improve zip support + - #7786 Return correct mount type for federated shares + - #7792 Fix empty details view after renaming a file + - #7817 Fix preview when theming changes invertion of icons + - #7821 Log full exception in cron instead of only the message + - #7888 Keep all shipped apps enabled because they should be okay + - #7962 update icewind/smb to 2.0.4 + ------------------------------------------------------------------- Tue Dec 19 18:38:20 UTC 2017 - ecsos@opensuse.org diff --git a/nextcloud.spec b/nextcloud.spec index 3131b09..dd9ed39 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -1,7 +1,7 @@ # # spec file for package nextcloud # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -47,9 +47,9 @@ %else %define statedir /run %endif + Name: nextcloud -%define base_version 12.0.4 -Version: %{base_version} +Version: 13.0.0 Release: 0 Summary: File hosting service License: AGPL-3.0 @@ -82,8 +82,8 @@ Requires: php-posix Requires: php-zip # %if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version} +Requires: php < 7.3.0 Requires: php >= 5.6.0 -Requires: php < 7.2.0 Requires: php-process Requires: php-xml # @@ -92,8 +92,8 @@ Recommends: sqlite # %if 0%{?suse_version} Requires: apache2 +Requires: mod_php_any < 7.3.0 Requires: mod_php_any >= 5.6.0 -Requires: mod_php_any < 7.2.0 Requires: php-ctype Requires: php-curl # SUSE does not include the fileinfo module in php-common. @@ -131,6 +131,7 @@ cp %{SOURCE5} . # -exec sed -i "/\/.gitignore\": ./d" "{}" \; \ # -exec sed -i "/\/.gitkeep\": ./d" "{}" \; \ # -exec sed -i "/\/.github\": ./d" "{}" \; +#rm -f 3rdparty/symfony/debug/Resources/ext/*.{c,h} %build @@ -147,7 +148,7 @@ cp -aRf .user.ini $idir #rm -f $idir/l10n/l10n.pl if [ ! -f $idir/robots.txt ]; then - install -p -D -m 644 %{SOURCE4} $idir/robots.txt + install -p -D -m 644 %{SOURCE5} $idir/robots.txt fi # create the AllowOverride directive