File project.diff of Package nextcloud
--- nextcloud.changes.orig
+++ nextcloud.changes
@@ -1,4 +1,34 @@
-------------------------------------------------------------------
+Fri Feb 14 13:10:44 UTC 2025 - Daniel Molkentin <daniel@molkentin.de>
+
+- Update to 29.0.12
+ https://nextcloud.com/changelog/#29-0-12
+
+-------------------------------------------------------------------
+Fri Jan 17 14:24:48 UTC 2025 - Daniel Molkentin <daniel@molkentin.de>
+
+- Update to 29.0.11
+ https://nextcloud.com/changelog/#29-0-11
+
+-------------------------------------------------------------------
+Thu Dec 5 15:32:06 UTC 2024 - Daniel Molkentin <daniel@molkentin.de>
+
+- Update to 29.0.10
+ https://nextcloud.com/changelog/#29-0-10
+
+-------------------------------------------------------------------
+Fri Nov 8 10:48:23 UTC 2024 - Daniel Molkentin <daniel@molkentin.de>
+
+- Update to 29.0.9
+ https://nextcloud.com/changelog/#29-0-9
+
+-------------------------------------------------------------------
+Fri Oct 11 09:14:19 UTC 2024 - Daniel Molkentin <daniel@molkentin.de>
+
+- Update to 29.0.8
+ https://nextcloud.com/changelog/#29-0-8
+
+-------------------------------------------------------------------
Fri Sep 13 00:19:38 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
- Update to 29.0.7
--- nextcloud.spec.orig
+++ nextcloud.spec
@@ -29,7 +29,7 @@
%bcond_without set_maintenance_mode_early
Name: nextcloud
-Version: 29.0.7
+Version: 29.0.12
Release: 0
%define pkg_version %{version}
Summary: File hosting service
@@ -207,7 +207,7 @@ cat <<EOF > %{buildroot}%
if [ -e %{nextcloup_upgrade_trigger} ] ; then
%{_sbindir}/nextcloud-fix-permissions
if [ -s %{nextcloud_docroot}/config/config.php ] ; then
- echo "Starting nextcloud upgrade: $(date --iso-8601=seconds)" >> %{nextcloud_logdir}/upgrade.log 2>&1 ||:
+ echo "Starting nextcloud upgrade: \$(date --iso-8601=seconds)" >> %{nextcloud_logdir}/upgrade.log 2>&1 ||:
perl -p -i.backup -e 's|^.*config_is_read_only.*$||g' /srv/www/vhosts/nextcloud/public/config/config.php >> %{nextcloud_logdir}/upgrade.log 2>&1 ||:
diff -u /srv/www/vhosts/nextcloud/public/config/config.php{.backup,} >> %{nextcloud_logdir}/upgrade.log 2>&1 ||:
rm -vf /srv/www/vhosts/nextcloud/public/config/config.php.backup >> %{nextcloud_logdir}/upgrade.log 2>&1 ||:
@@ -295,7 +295,6 @@ done
%config(noreplace) %{ng_vhost_d}/nextcloud.conf
%files
-%defattr(-,root,root)
%{_unitdir}/nextcloud-cron.service
%{_unitdir}/nextcloud-cron.timer
%{_sbindir}/rcnextcloud-cron
@@ -303,6 +302,7 @@ done
%{_sbindir}/nextcloud-occ
%{_sbindir}/nextcloud-prepare-upgrade
%{_sbindir}/nextcloud-upgrade
+%dir /srv/www
%dir /srv/www/vhosts
%dir %{nextcloud_basedir}
%defattr(-,nextcloud-admin,nextcloud-admin)