Accepting request 573414 from home:ecsos:server
- update to 13.0.0 OBS-URL: https://build.opensuse.org/request/show/573414 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=30
This commit is contained in:
parent
223e2e2372
commit
ae8a6bcaa8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8be29ace6821079e881818266fe49d28812b5aa0c7d2e76511173d48828ca43
|
||||
size 43704324
|
3
nextcloud-13.0.0.tar.bz2
Normal file
3
nextcloud-13.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38e6064432a2d1a044f219028d3fd46cb7a943a47e11eef346810bd289705aec
|
||||
size 43397247
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 12:23:12 UTC 2018 - ecsos@opensuse.org
|
||||
|
||||
- update to 13.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 15:46:44 UTC 2018 - ecsos@opensuse.org
|
||||
|
||||
|
@ -47,9 +47,9 @@
|
||||
%else
|
||||
%define statedir /run
|
||||
%endif
|
||||
|
||||
Name: nextcloud
|
||||
%define base_version 12.0.5
|
||||
Version: %{base_version}
|
||||
Version: 13.0.0
|
||||
Release: 0
|
||||
Summary: File hosting service
|
||||
License: AGPL-3.0
|
||||
@ -82,7 +82,7 @@ Requires: php-posix
|
||||
Requires: php-zip
|
||||
#
|
||||
%if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
Requires: php < 7.2.0
|
||||
Requires: php < 7.3.0
|
||||
Requires: php >= 5.6.0
|
||||
Requires: php-process
|
||||
Requires: php-xml
|
||||
@ -92,7 +92,7 @@ Recommends: sqlite
|
||||
#
|
||||
%if 0%{?suse_version}
|
||||
Requires: apache2
|
||||
Requires: mod_php_any < 7.2.0
|
||||
Requires: mod_php_any < 7.3.0
|
||||
Requires: mod_php_any >= 5.6.0
|
||||
Requires: php-ctype
|
||||
Requires: php-curl
|
||||
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user