From 66ba7fc63a5d8acb5be5fdf2cb6b1e2c0f48baf5de7910e8209a8aa5332d6934 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Mon, 14 Dec 2020 20:09:34 +0000 Subject: [PATCH 1/2] Accepting request 855844 from home:ecsos:server - Update to 20.0.4 No changelog from upstream at this time. OBS-URL: https://build.opensuse.org/request/show/855844 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=135 --- nextcloud-20.0.3.tar.bz2 | 3 --- nextcloud-20.0.4.tar.bz2 | 3 +++ nextcloud.changes | 6 ++++++ nextcloud.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 nextcloud-20.0.3.tar.bz2 create mode 100644 nextcloud-20.0.4.tar.bz2 diff --git a/nextcloud-20.0.3.tar.bz2 b/nextcloud-20.0.3.tar.bz2 deleted file mode 100644 index 474b2c1..0000000 --- a/nextcloud-20.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0f64504d338f64d3c677357f0012cf8b0ed0dc42ec08f958b6dc4ff70edf175 -size 119801638 diff --git a/nextcloud-20.0.4.tar.bz2 b/nextcloud-20.0.4.tar.bz2 new file mode 100644 index 0000000..15a6232 --- /dev/null +++ b/nextcloud-20.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2857d328b64d12fe283ec2f7030131ebe6e467dd4a033cf602fd07984a28a3 +size 119997124 diff --git a/nextcloud.changes b/nextcloud.changes index e00a254..4a10bb9 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 14 19:26:37 UTC 2020 - ecsos + +- Update to 20.0.4 + No changelog from upstream at this time. + ------------------------------------------------------------------- Mon Dec 14 10:28:07 UTC 2020 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index cbd4f20..3452e33 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -47,7 +47,7 @@ %endif Name: nextcloud -Version: 20.0.3 +Version: 20.0.4 Release: 0 Summary: File hosting service License: AGPL-3.0-only From d0fc5974ff52889329851cb4e80133c60e39db0fa760c4da8d4a4174e03ac11a Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Tue, 15 Dec 2020 08:22:17 +0000 Subject: [PATCH 2/2] Accepting request 855944 from home:ecsos:server - The apache subpackage must require the main package, otherwise it will not be uninstalled when the main package is uninstalled. OBS-URL: https://build.opensuse.org/request/show/855944 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=136 --- nextcloud.changes | 6 ++++++ nextcloud.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/nextcloud.changes b/nextcloud.changes index 4a10bb9..53d06a9 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 15 08:21:19 UTC 2020 - ecsos + +- The apache subpackage must require the main package, otherwise it + will not be uninstalled when the main package is uninstalled. + ------------------------------------------------------------------- Mon Dec 14 19:26:37 UTC 2020 - ecsos diff --git a/nextcloud.spec b/nextcloud.spec index 3452e33..4dc50b7 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -137,6 +137,7 @@ Summary: Apache configuration for %{name} Group: Productivity/Networking/Web/Utilities BuildRequires: apache2 >= 2.4 Requires: apache2 +Requires: %{name} = %{version} Requires: mod_php_any < 7.5.0 Requires: mod_php_any >= 7.2.0 Supplements: packageand(apache2:%name)