From 1e6c73f8b055f28483d87c331aa6ee8c4d9f7a5f95857d338ef22804c0b5c700 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Wed, 9 Dec 2020 07:21:52 +0000 Subject: [PATCH] Accepting request 854191 from home:ecsos:server - Update to 4.0.5 - Avoid inserting duplicates in invalidation table to reduce IO. - Limit to given sites to not select too much. - fix build - tweaks to duplicate checking query - more pr feedback - fix cron archive test OBS-URL: https://build.opensuse.org/request/show/854191 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=86 --- matomo-4.0.4.tar.gz | 3 --- matomo-4.0.5.tar.gz | 3 +++ matomo.changes | 11 +++++++++++ matomo.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 matomo-4.0.4.tar.gz create mode 100644 matomo-4.0.5.tar.gz diff --git a/matomo-4.0.4.tar.gz b/matomo-4.0.4.tar.gz deleted file mode 100644 index dd39497..0000000 --- a/matomo-4.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d59147312c703210ca02922e0d5e8d2abd88d5d6603f103353cd9840b54618c -size 14792213 diff --git a/matomo-4.0.5.tar.gz b/matomo-4.0.5.tar.gz new file mode 100644 index 0000000..58195b0 --- /dev/null +++ b/matomo-4.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf1983fc70322f28efb983196ede47b0cffb79ef657cc4861f244365b76fd31 +size 14798907 diff --git a/matomo.changes b/matomo.changes index f48a1a6..dbb652e 100644 --- a/matomo.changes +++ b/matomo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 9 06:34:40 UTC 2020 - ecsos + +- Update to 4.0.5 + - Avoid inserting duplicates in invalidation table to reduce IO. + - Limit to given sites to not select too much. + - fix build + - tweaks to duplicate checking query + - more pr feedback + - fix cron archive test + ------------------------------------------------------------------- Fri Dec 4 06:54:37 UTC 2020 - ecsos diff --git a/matomo.spec b/matomo.spec index da994d9..60c8c65 100644 --- a/matomo.spec +++ b/matomo.spec @@ -21,7 +21,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d} Name: matomo -Version: 4.0.4 +Version: 4.0.5 Release: 0 Summary: Web analytics platform License: GPL-3.0-or-later