Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package matomo for openSUSE:Factory checked in at 2024-01-05 21:45:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matomo (Old) and /work/SRC/openSUSE:Factory/.matomo.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matomo" Fri Jan 5 21:45:27 2024 rev:57 rq:1137058 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/matomo/matomo.changes 2023-12-19 23:17:06.940337218 +0100 +++ /work/SRC/openSUSE:Factory/.matomo.new.28375/matomo.changes 2024-01-05 21:46:58.342482322 +0100 @@ -1,0 +2,43 @@ +Fri Jan 5 11:47:52 UTC 2024 - ecsos <ec...@opensuse.org> + +- Update to 5.0.1 + * matomo-org/device-detector + - #7527 TV Detection Improvements + - #7528 Various Devices Detection Improvement + - #7535 Vestel Production TV Devices + - #7536 VIDAA OS / Hisense Production TV Devices + - #7537 Android Set-Top-Boxes + - #7539 Amazon Fire TV Detection by Build Models + - #7540 Adds detection for Altimo, AmazonBasics, Atlantic Electrics, + Black Box, Canal+, Cecotec, DIORA, Dinalink, Elektroland, - FITCO, + Filimo, Graetz, HOFER, Homatics, Kendo, Maxwell, MEGA VISION, MEO, + NABO, NetBox, OCEANIC, Orava, Play Now, PROSONIC, Sagemcom, SEHMAX, + Silva Schneider, Solas, Super General, TADAAM, TAUBE, VANGUARD, + Walker, We. by Loewe., WONDER brands. improves detection for other brands, + improves version detection for Fire OS + - #7541 CaptiveNetworkSupport agent not all identified + - #7542 Adds detection for Express LUCK, Ooredoo, Tsinghua Tongfang, + XGEM brands, Nuanti Meta browser, DIGA, YouView mediaplayers + and improves detection for various brands + - #7546 Adds detection for OWLer and BBC bots, improves version detection for iOS and macOS + * matomo-org/tag-manager + - #212 Support variables in Custom JavaScript variable + - #731 Added code to support variables in Custom JS variable + - #740 [Bug] Unable to use âPublish a new version nowâ when changing tags or triggers + - #741 Fix issue with publish new version link + * matomo-org/matomo + - #21016 Optimize segment SQL when segment subqueries are used + - #21625 Apply max execution time limit to goals live query + - #21653 Improve performance of queries for complex custom reports using segments + - #21617 Adds new license key section to plugin menu + - #21666 Add new diagnostic commands to provide archiving status information + - #21413 Fix: strnatcasecmp(): Passing null to parameter #1 ($string1) of type string is deprecated + - #21645 [Bug] First/Last visit displayed date doesnât take website timezone into account. + - #21657 [Bug] Transition popover does not work for rows with â%â + - #21677 [Bug] mktime(): Argument #1 ($hour) must be of type int, + string given in /mnt/efs/plugins/VisitTime/functions.php line 18 + - #21708 Hide all sites item in site selector for custom dimension management + - #21719 Improve escaping of values in CSV exports + - #21738 Avoid possible update problem with MyISAM tables on MySQL 8 + +------------------------------------------------------------------- Old: ---- matomo-5.0.0.tar.gz New: ---- matomo-5.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matomo.spec ++++++ --- /var/tmp/diff_new_pack.112b6C/_old 2024-01-05 21:46:58.950504573 +0100 +++ /var/tmp/diff_new_pack.112b6C/_new 2024-01-05 21:46:58.950504573 +0100 @@ -21,7 +21,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d} Name: matomo -Version: 5.0.0 +Version: 5.0.1 Release: 0 Summary: Web analytics platform License: GPL-3.0-or-later ++++++ matomo-5.0.0.tar.gz -> matomo-5.0.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/matomo/matomo-5.0.0.tar.gz /work/SRC/openSUSE:Factory/.matomo.new.28375/matomo-5.0.1.tar.gz differ: char 127, line 2 ++++++ matomo-package_update.patch ++++++ --- /var/tmp/diff_new_pack.112b6C/_old 2024-01-05 21:46:59.026507354 +0100 +++ /var/tmp/diff_new_pack.112b6C/_new 2024-01-05 21:46:59.030507501 +0100 @@ -2,7 +2,7 @@ =================================================================== --- matomo.orig/plugins/CoreUpdater/Commands/Update.php +++ matomo/plugins/CoreUpdater/Commands/Update.php -@@ -79,8 +79,11 @@ class Update extends ConsoleCommand +@@ -79,7 +79,12 @@ class Update extends ConsoleCommand $this->writeSuccessMessage(array(Piwik::translate('CoreUpdater_DbUpgradeNotExecuted'))); } @@ -10,9 +10,9 @@ + $enableAutoUpdate = (bool) Config::getInstance()->General['enable_auto_update']; + if ($enableAutoUpdate === true){ $this->writeAlertMessageWhenCommandExecutedWithUnexpectedUser(); -- + } - ++ } catch (NoUpdatesFoundException $e) { // Do not fail if no updates were found + $this->writeSuccessMessage(array($e->getMessage()));