Hello community,

here is the log from the commit of package nextcloud for openSUSE:Factory 
checked in at 2020-04-23 18:39:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nextcloud (Old)
 and      /work/SRC/openSUSE:Factory/.nextcloud.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nextcloud"

Thu Apr 23 18:39:22 2020 rev:41 rq:796525 version:18.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nextcloud/nextcloud.changes      2020-04-14 
16:25:03.191785422 +0200
+++ /work/SRC/openSUSE:Factory/.nextcloud.new.2738/nextcloud.changes    
2020-04-23 18:39:28.993126040 +0200
@@ -1,0 +2,9 @@
+Thu Apr 23 05:23:41 UTC 2020 - ec...@opensuse.org
+
+- Update to 18.0.4
+  - No changelog from upstream at this time.
+
+- Add nextcloud-rpmlintrc to reduce build warnings.
+- Fix RewriteRules in apache_secure_data.
+
+-------------------------------------------------------------------

Old:
----
  nextcloud-18.0.3.tar.bz2

New:
----
  nextcloud-18.0.4.tar.bz2
  nextcloud-rpmlintrc

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

Other differences:
------------------
++++++ nextcloud.spec ++++++
--- /var/tmp/diff_new_pack.ja5lgY/_old  2020-04-23 18:39:31.513130862 +0200
+++ /var/tmp/diff_new_pack.ja5lgY/_new  2020-04-23 18:39:31.513130862 +0200
@@ -49,7 +49,7 @@
 %endif
 
 Name:           nextcloud
-Version:        18.0.3
+Version:        18.0.4
 Release:        0
 Summary:        File hosting service
 License:        AGPL-3.0-only
@@ -64,6 +64,7 @@
 Source10:       %{name}-cron
 Source11:       %{name}-cron.service
 Source12:       %{name}-cron.timer
+Source99:       %{name}-rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 

++++++ apache_secure_data ++++++
--- /var/tmp/diff_new_pack.ja5lgY/_old  2020-04-23 18:39:31.589131007 +0200
+++ /var/tmp/diff_new_pack.ja5lgY/_new  2020-04-23 18:39:31.593131015 +0200
@@ -21,8 +21,14 @@
   Require all denied
 </Directory>
 
-Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav
-Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav
-
 Redirect 301 /ocm-provider/ /nextcloud/ocm-provider/
 Redirect 301 /ocs-provider/ /nextcloud/ocs-provider/
+
+<IfModule mod_rewrite.c>
+  RewriteEngine on
+  RewriteRule ^/\.well-known/host-meta /nextcloud/public.php?service=host-meta 
[QSA,L]
+  RewriteRule ^/\.well-known/host-meta\.json 
/nextcloud/public.php?service=host-meta-json [QSA,L]
+  RewriteRule ^/\.well-known/webfinger /nextcloud/public.php?service=webfinger 
[QSA,L]
+  RewriteRule ^/\.well-known/carddav /nextcloud/remote.php/dav/ [R=301,L]
+  RewriteRule ^/\.well-known/caldav /nextcloud/remote.php/dav/ [R=301,L]
+</IfModule>

++++++ nextcloud-18.0.3.tar.bz2 -> nextcloud-18.0.4.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/nextcloud/nextcloud-18.0.3.tar.bz2 
/work/SRC/openSUSE:Factory/.nextcloud.new.2738/nextcloud-18.0.4.tar.bz2 differ: 
char 11, line 1

++++++ nextcloud-rpmlintrc ++++++
# False positive
addFilter('explicit-lib-dependency');
# git files should not be removed, otherwise nextcloud rise up integrity check 
failure in some situations.
addFilter('version-control-internal-file');
addFilter('hidden-file-or-dir');
addFilter('non-etc-or-var-file-marked-as-conffile');

Reply via email to