Hello community, here is the log from the commit of package nextcloud for openSUSE:Factory checked in at 2019-01-08 12:25:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nextcloud (Old) and /work/SRC/openSUSE:Factory/.nextcloud.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nextcloud" Tue Jan 8 12:25:36 2019 rev:22 rq:660210 version:15.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nextcloud/nextcloud.changes 2018-11-28 11:15:48.138697025 +0100 +++ /work/SRC/openSUSE:Factory/.nextcloud.new.28833/nextcloud.changes 2019-01-08 12:28:07.912294892 +0100 @@ -1,0 +2,21 @@ +Thu Dec 20 07:06:43 UTC 2018 - [email protected] + +- fix require php versions. + +------------------------------------------------------------------- +Mon Dec 10 17:15:24 UTC 2018 - [email protected] + +- Update to 15.0.0 + Nextcloud 15 introduces social networking, next-gen 2-factor + authentication and innovative collaborative document editing + abilities. + This release also adds a new design and grid view, workflow + features and 2-3x faster loading performance. + + As this is a major release, the changelog is very long. + Find an overview of what has been improved in this series of blog + posts or see: https://nextcloud.com/changelog/ + +- Use php7 in apache under suse_version >= 1500 now. + +------------------------------------------------------------------- Old: ---- nextcloud-14.0.4.tar.bz2 New: ---- nextcloud-15.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nextcloud.spec ++++++ --- /var/tmp/diff_new_pack.KQzGug/_old 2019-01-08 12:28:09.208293476 +0100 +++ /var/tmp/diff_new_pack.KQzGug/_new 2019-01-08 12:28:09.208293476 +0100 @@ -49,7 +49,7 @@ %endif Name: nextcloud -Version: 14.0.4 +Version: 15.0.0 Release: 0 Summary: File hosting service License: AGPL-3.0-only @@ -82,8 +82,8 @@ Requires: php-zip # %if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 0%{?centos_version} -Requires: php < 7.3.0 -Requires: php >= 5.6.0 +Requires: php <= 7.3.0 +Requires: php >= 7.0.0 Requires: php-process Requires: php-xml # @@ -92,8 +92,8 @@ # %if 0%{?suse_version} Requires: apache2 -Requires: mod_php_any < 7.3.0 -Requires: mod_php_any >= 5.6.0 +Requires: mod_php_any <= 7.3.0 +Requires: mod_php_any >= 7.0.0 Requires: php-ctype Requires: php-curl # SUSE does not include the fileinfo module in php-common. @@ -213,11 +213,18 @@ fi %if 0%{?suse_version} +%if 0%{?suse_version} >= 1500 +# make sure php7 is not in APACHE_MODULES, so that we don't create dups. +perl -pani -e 's@^(APACHE_MODULES=".*)\bphp7\b@$1@' /etc/sysconfig/apache2 +# add php7 to APACHE_MODULES +perl -pani -e 's@^(APACHE_MODULES=")@${1}php7 @' /etc/sysconfig/apache2 +%else # make sure php5 is not in APACHE_MODULES, so that we don't create dups. perl -pani -e 's@^(APACHE_MODULES=".*)\bphp5\b@$1@' /etc/sysconfig/apache2 # add php5 to APACHE_MODULES perl -pani -e 's@^(APACHE_MODULES=")@${1}php5 @' /etc/sysconfig/apache2 %endif +%endif if [ -s %{statedir}/apache_stopped_during_nextcloud_install ]; then echo "%{name} post-install: Restarting Apache" ++++++ nextcloud-14.0.4.tar.bz2 -> nextcloud-15.0.0.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/nextcloud/nextcloud-14.0.4.tar.bz2 /work/SRC/openSUSE:Factory/.nextcloud.new.28833/nextcloud-15.0.0.tar.bz2 differ: char 11, line 1
