diff --git a/nextcloud-12.0.0.tar.bz2 b/nextcloud-12.0.0.tar.bz2 deleted file mode 100644 index 798d689..0000000 --- a/nextcloud-12.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b9d9cf05e657cd564a552b418fbf42d669ca51e0fd1f1f118fe44cbf93a243f -size 41743343 diff --git a/nextcloud-12.0.1.tar.bz2 b/nextcloud-12.0.1.tar.bz2 new file mode 100644 index 0000000..a7e53f8 --- /dev/null +++ b/nextcloud-12.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5288f645348eddc1a7768825678bd19f110cec585a16f98b52c64389358c74bc +size 42489514 diff --git a/nextcloud.changes b/nextcloud.changes index 104ba5c..5763256 100644 --- a/nextcloud.changes +++ b/nextcloud.changes @@ -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 diff --git a/nextcloud.spec b/nextcloud.spec index 0283457..546cc6e 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -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