Hello community,

here is the log from the commit of package matomo for openSUSE:Factory checked 
in at 2019-07-26 12:42:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/matomo (Old)
 and      /work/SRC/openSUSE:Factory/.matomo.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matomo"

Fri Jul 26 12:42:25 2019 rev:16 rq:718589 version:3.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/matomo/matomo.changes    2019-07-04 
15:44:25.594217399 +0200
+++ /work/SRC/openSUSE:Factory/.matomo.new.4126/matomo.changes  2019-07-26 
12:42:29.861852341 +0200
@@ -1,0 +2,9 @@
+Thu Jul 25 06:16:08 UTC 2019 - [email protected]
+
+- Update to 3.11.0
+  This release includes security improvements (including a security
+  fix) and also several performance improvements and bug fixes.
+  Details: https://matomo.org/changelog/matomo-3-11-0/
+- Fix fileintegritycheck under systemcheck.
+
+-------------------------------------------------------------------

Old:
----
  matomo-3.10.0.tar.gz

New:
----
  matomo-3.11.0.tar.gz

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

Other differences:
------------------
++++++ matomo.spec ++++++
--- /var/tmp/diff_new_pack.WkJA2o/_old  2019-07-26 12:42:31.725851559 +0200
+++ /var/tmp/diff_new_pack.WkJA2o/_new  2019-07-26 12:42:31.729851557 +0200
@@ -31,7 +31,7 @@
 %endif
 
 Name:           matomo
-Version:        3.10.0
+Version:        3.11.0
 Release:        0
 Summary:        Web analytics platform
 License:        GPL-3.0-or-later
@@ -91,9 +91,24 @@
 # remove unwanted files
 find . -type f "(" -name .htaccess -o -name .travis.sh ")" -delete
 #find . -name ".git*" -exec rm -Rf "{}" "+"
-find . -type f "(" -name "*.c" -o -name "*.h" ")" -delete
+find . -type f "(" -name "*.c" -o -name "*.h" -o -name "*.js.orig" ")" -delete
 # env-script-interpreter
 find . -type f -exec sed -i -e 's|\/usr\/bin\/env php|\/usr\/bin\/php|g' {} +
+#
+# Fix integrity check triggered from fix of rpmlint errors.
+# Drop moved files
+for i in CHANGELOG.md CONTRIBUTING.md PRIVACY.md README.md SECURITY.md 
LEGALNOTICE LICENSE 'misc\/cron\/.htaccess' 'misc\/How to install Matomo.html' 
'vendor\/tecnickcom\/tcpdf\/tools\/.htaccess' 
'vendor\/twig\/twig\/ext\/twig\/php_twig.h' 
'vendor\/twig\/twig\/ext\/twig\/twig.c' 'js\/piwik.js.orig'
+do
+  sed -i "/\W\"${i}\"\W/d" config/manifest.inc.php
+done
+# Insert new hashes for chanded files
+for file in console 'vendor/leafo/lessphp/plessc' 
'vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php'
+do
+  size=$(ls -l $file | awk '{ print $5 }')
+  checksum=$(md5sum $file  | awk '{ print $1 }')
+  file2=$(echo "$file" | sed 's/\//\\\//g')
+  sed -i "/\W\"$file2\"\W/c \"$file\" => array(\"$size\", \"$checksum\")," 
config/manifest.inc.php
+done
 
 %build
 # nothing to build

++++++ matomo-3.10.0.tar.gz -> matomo-3.11.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/matomo/matomo-3.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.matomo.new.4126/matomo-3.11.0.tar.gz differ: char 
5, line 1


Reply via email to