Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nextcloud for openSUSE:Factory 
checked in at 2021-02-25 18:28:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nextcloud (Old)
 and      /work/SRC/openSUSE:Factory/.nextcloud.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nextcloud"

Thu Feb 25 18:28:50 2021 rev:56 rq:874796 version:21.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nextcloud/nextcloud.changes      2021-02-03 
19:56:33.409734856 +0100
+++ /work/SRC/openSUSE:Factory/.nextcloud.new.2378/nextcloud.changes    
2021-02-25 18:28:56.778239287 +0100
@@ -1,0 +2,20 @@
+Fri Feb 19 15:00:15 UTC 2021 - ecsos <ec...@opensuse.org>
+
+- Update to 21.0.0
+  The biggest improvements we introduce with Nextcloud 21 are:
+  - High Performance Back-end for Nextcloud Files: reduces server
+    load from desktop clients and web interface polling by 90% 
+    while delivering instant notifications to users.
+  - And a wide range of performance improvements all over on top, 
+    decreasing loading times of pages and reducing load on the server
+  - Collaborative features: new Whiteboard, author colours in Text
+    and Document Templates to increase team productivity
+  - Nextcloud Talk: debuts message status indicators, a raise hand
+    feature, a group conversation description and more!
+  - A range of Groupware improvements like drag'n'drop and nicer
+    threading in Mail and syncing social media avatars in Contacts.
+  * BugFixes:
+    https://github.com/nextcloud/server/milestone/120?closed=1
+- Fix missing db things automatically at upgrade.
+
+-------------------------------------------------------------------

Old:
----
  nextcloud-20.0.7.tar.bz2

New:
----
  nextcloud-21.0.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nextcloud.spec ++++++
--- /var/tmp/diff_new_pack.fhz8sv/_old  2021-02-25 18:28:58.886240657 +0100
+++ /var/tmp/diff_new_pack.fhz8sv/_new  2021-02-25 18:28:58.890240659 +0100
@@ -47,7 +47,7 @@
 %endif
 
 Name:           nextcloud
-Version:        20.0.7
+Version:        21.0.0
 Release:        0
 Summary:        File hosting service
 License:        AGPL-3.0-only
@@ -85,8 +85,8 @@
 Requires:       php-zip
 #
 %if 0%{?fedora_version} || 0%{?rhel} || 0%{?rhel_version} || 
0%{?centos_version}
-Requires:       php < 7.5.0
-Requires:       php >= 7.2.0
+Requires:       php < 8.1.0
+Requires:       php >= 7.3.0
 Requires:       php-process
 Requires:       php-xml
 Recommends:     sqlite
@@ -280,6 +280,11 @@
 if [ -s %{statedir}/occ_maintenance_mode_during_nextcloud_install ]; then
 echo "%{name}: occ maintenance:repair (fix possible errors)"
 su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ 
maintenance:repair" || true
+echo "%{name}: occ db:add-missing-* (add missing db things)"
+su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ 
maintenance:mimetype:update-db" || true
+su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ 
db:add-missing-columns" || true
+su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ 
db:add-missing-indices" || true
+su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ 
db:add-missing-primary-keys" || true
 echo "%{name}: occ update apps"
 su %{nc_user} -s /bin/sh -c "cd %{nc_dir}; PATH=%{ocphp_bin}:$PATH php ./occ 
app:update --all" || true
 echo "%{name}: occ upgrade"

++++++ nextcloud-20.0.7.tar.bz2 -> nextcloud-21.0.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/nextcloud/nextcloud-20.0.7.tar.bz2 
/work/SRC/openSUSE:Factory/.nextcloud.new.2378/nextcloud-21.0.0.tar.bz2 differ: 
char 11, line 1

Reply via email to