Accepting request 516175 from home:ecsos:server

update to 12.0.1

OBS-URL: https://build.opensuse.org/request/show/516175
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/nextcloud?expand=0&rev=20
This commit is contained in:
Eric Schirra 2017-08-11 15:29:00 +00:00 committed by Git OBS Bridge
parent d24faa2277
commit 2c9d1ef8da
4 changed files with 26 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b9d9cf05e657cd564a552b418fbf42d669ca51e0fd1f1f118fe44cbf93a243f
size 41743343

3
nextcloud-12.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5288f645348eddc1a7768825678bd19f110cec585a16f98b52c64389358c74bc
size 42489514

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 10 19:47:41 UTC 2017 - ecsos@opensuse.org
- upstream update to version 12.0.1
So many changes. See https://nextcloud.com/changelog/#latest12
-------------------------------------------------------------------
Mon Jul 17 18:32:45 UTC 2017 - ecsos@opensuse.org
- unneeded git-files should not be remove,
otherwise it throw integrity check failure in some situations.
-------------------------------------------------------------------
Mon May 22 15:28:21 UTC 2017 - ecsos@opensuse.org

View File

@ -48,7 +48,7 @@
%define statedir /run
%endif
Name: nextcloud
%define base_version 12.0.0
%define base_version 12.0.1
Version: %{base_version}
Release: 0
Summary: File hosting service
@ -119,13 +119,16 @@ cp %{SOURCE2} .
cp %{SOURCE3} .
cp %{SOURCE4} .
cp %{SOURCE5} .
# delete unneeded gitfiles
rm -r `find . -name ".gitignore" -or -name ".gitkeep" -or -name ".github"`
# remove entries in signature.json to prevent integrity check failure
find . -iname signature.json \
-exec sed -i "/\/.gitignore\": ./d" "{}" \; \
-exec sed -i "/\/.gitkeep\": ./d" "{}" \; \
-exec sed -i "/\/.github\": ./d" "{}" \;
### Don't remove git files!!
### git files should not be removed, otherwise nextcloud rise up integrity check failure in some situations.
###
## delete unneeded gitfiles
#rm -r `find . -name ".gitignore" -or -name ".gitkeep" -or -name ".github"`
## remove entries in signature.json to prevent integrity check failure
#find . -iname signature.json \
# -exec sed -i "/\/.gitignore\": ./d" "{}" \; \
# -exec sed -i "/\/.gitkeep\": ./d" "{}" \; \
# -exec sed -i "/\/.github\": ./d" "{}" \;
%build