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-12.0.5.tar.bz2 b/nextcloud-12.0.5.tar.bz2 new file mode 100644 index 0000000..be9d6e8 --- /dev/null +++ b/nextcloud-12.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8be29ace6821079e881818266fe49d28812b5aa0c7d2e76511173d48828ca43 +size 43704324 diff --git a/nextcloud.changes b/nextcloud.changes index 2144280..25a822b 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +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..775954c 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 @@ -48,7 +48,7 @@ %define statedir /run %endif Name: nextcloud -%define base_version 12.0.4 +%define base_version 12.0.5 Version: %{base_version} Release: 0 Summary: File hosting service @@ -82,8 +82,8 @@ Requires: php-posix Requires: php-zip # %if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version} -Requires: php >= 5.6.0 Requires: php < 7.2.0 +Requires: php >= 5.6.0 Requires: php-process Requires: php-xml # @@ -92,8 +92,8 @@ Recommends: sqlite # %if 0%{?suse_version} Requires: apache2 -Requires: mod_php_any >= 5.6.0 Requires: mod_php_any < 7.2.0 +Requires: mod_php_any >= 5.6.0 Requires: php-ctype Requires: php-curl # SUSE does not include the fileinfo module in php-common. @@ -147,7 +147,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