From cdb0a00e8b175f1fbb00685905291733e0506da98731d29adb80baf5448152d1 Mon Sep 17 00:00:00 2001 From: Andrej Semen Date: Wed, 25 Jan 2017 08:01:33 +0000 Subject: [PATCH] Accepting request 452031 from home:ecsos:server update to 11.0.1 OBS-URL: https://build.opensuse.org/request/show/452031 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=8 --- nextcloud-11.0.0.tar.bz2 | 3 --- nextcloud-11.0.1.tar.bz2 | 3 +++ nextcloud.changes | 5 +++++ nextcloud.spec | 9 +++++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 nextcloud-11.0.0.tar.bz2 create mode 100644 nextcloud-11.0.1.tar.bz2 diff --git a/nextcloud-11.0.0.tar.bz2 b/nextcloud-11.0.0.tar.bz2 deleted file mode 100644 index 84650fe..0000000 --- a/nextcloud-11.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bdfcb36c5cf470b9a6679034cabf88bf1e50a9f3e47c08d189cc2280b621429 -size 38500600 diff --git a/nextcloud-11.0.1.tar.bz2 b/nextcloud-11.0.1.tar.bz2 new file mode 100644 index 0000000..b965d9e --- /dev/null +++ b/nextcloud-11.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00162bf454914a2acbe6a9ac47c9db9f411b99064f0736b43e73cabbd87f4629 +size 38491955 diff --git a/nextcloud.changes b/nextcloud.changes index b7b6b9a..856ef66 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 23 17:58:01 UTC 2017 - ecsos@opensuse.org + +- upstream update to version 11.0.1 + ------------------------------------------------------------------- Wed Dec 14 17:28:37 UTC 2016 - ecsos@opensuse.org diff --git a/nextcloud.spec b/nextcloud.spec index fa5f6d0..af1e627 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -1,7 +1,7 @@ # # spec file for package nextcloud # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 11.0.0 +%define base_version 11.0.1 Version: %{base_version} Release: 0 Summary: A safe home for all your data, community-driven, free & open source @@ -221,6 +221,11 @@ if [ -s /tmp/apache_stopped_during_nextcloud_install ]; then %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} service httpd start %endif +fi + +if [ -s %{statedir}/occ_maintenance_mode_during_nextcloud_install ]; then +echo "%{name}: occ upgrade" +su %{oc_user} -s /bin/sh -c "cd %{oc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ upgrade" || true echo "%{name}: occ maintenance:mode --off" su %{oc_user} -s /bin/sh -c "cd %{oc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ maintenance:mode --off" || true fi