forked from pool/nextcloud
Accepting request 446886 from home:ecsos:server
update to 11.0.0 OBS-URL: https://build.opensuse.org/request/show/446886 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=7
This commit is contained in:
parent
04fbaf8479
commit
a2ef2d8662
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39412a28f02fd7ca8c9267b4ccf02ac28c1eb27995d77c06ceb2699375978b25
|
|
||||||
size 35059973
|
|
3
nextcloud-11.0.0.tar.bz2
Normal file
3
nextcloud-11.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5bdfcb36c5cf470b9a6679034cabf88bf1e50a9f3e47c08d189cc2280b621429
|
||||||
|
size 38500600
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 14 17:28:37 UTC 2016 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
- upstream update to version 11.0.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 30 19:05:50 UTC 2016 - ecsos@opensuse.org
|
Fri Sep 30 19:05:50 UTC 2016 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
%define statedir /run
|
%define statedir /run
|
||||||
%endif
|
%endif
|
||||||
Name: nextcloud
|
Name: nextcloud
|
||||||
%define base_version 10.0.1
|
%define base_version 11.0.0
|
||||||
Version: %{base_version}
|
Version: %{base_version}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A safe home for all your data, community-driven, free & open source
|
Summary: A safe home for all your data, community-driven, free & open source
|
||||||
@ -64,7 +64,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: apache2
|
BuildRequires: apache2 >= 2.4
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
@ -81,7 +81,7 @@ Requires: php-posix
|
|||||||
Requires: php-zip
|
Requires: php-zip
|
||||||
#
|
#
|
||||||
%if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version}
|
||||||
Requires: php >= 5.4.0
|
Requires: php >= 5.6.0
|
||||||
Requires: php-process
|
Requires: php-process
|
||||||
Requires: php-xml
|
Requires: php-xml
|
||||||
#
|
#
|
||||||
@ -90,7 +90,7 @@ Recommends: sqlite
|
|||||||
#
|
#
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Requires: apache2
|
Requires: apache2
|
||||||
Requires: mod_php_any >= 5.4.0
|
Requires: mod_php_any >= 5.6.0
|
||||||
Requires: php-ctype
|
Requires: php-ctype
|
||||||
Requires: php-curl
|
Requires: php-curl
|
||||||
# SUSE does not include the fileinfo module in php-common.
|
# SUSE does not include the fileinfo module in php-common.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user