Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openshot-qt for openSUSE:Factory checked in at 2022-07-11 19:09:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openshot-qt (Old) and /work/SRC/openSUSE:Factory/.openshot-qt.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openshot-qt" Mon Jul 11 19:09:32 2022 rev:2 rq:988280 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openshot-qt/openshot-qt.changes 2021-11-03 17:27:24.789374871 +0100 +++ /work/SRC/openSUSE:Factory/.openshot-qt.new.1523/openshot-qt.changes 2022-07-11 19:11:00.095748400 +0200 @@ -1,0 +2,7 @@ +Sun Jul 10 09:49:05 UTC 2022 - Carsten Ziepke <kiel...@gmail.com> + +- Add openshot-qt-disable-sending-metrics.patch: disable the use + of Google Analytics by default, + https://github.com/OpenShot/openshot-qt/issues/4735 + +------------------------------------------------------------------- New: ---- openshot-qt-disable-sending-metrics.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openshot-qt.spec ++++++ --- /var/tmp/diff_new_pack.C9GLSn/_old 2022-07-11 19:11:01.327750188 +0200 +++ /var/tmp/diff_new_pack.C9GLSn/_new 2022-07-11 19:11:01.331750193 +0200 @@ -25,6 +25,8 @@ Group: Productivity/Multimedia/Video/Editors and Convertors URL: https://openshot.org/ Source: openshot-qt-%{version}.tar.xz +# PATCH-FIX-OPENSUSE openshot-qt-disable-sending-metrics.patch -- disable sending anonymous metrics and errors by default to Google Analytics +Patch0: openshot-qt-disable-sending-metrics.patch BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig @@ -55,6 +57,7 @@ %prep %setup -q +%patch0 -p1 sed -e 's|pixmaps|icons/hicolor/scalable/apps|' \ -e '/lib.mime.packages/d' \ -i setup.py ++++++ openshot-qt-disable-sending-metrics.patch ++++++ diff -Nur openshot-qt-2.6.1/src/settings/_default.settings new/src/settings/_default.settings --- openshot-qt-2.6.1/src/settings/_default.settings 2021-09-05 01:16:20.000000000 +0200 +++ new/src/settings/_default.settings 2022-07-10 11:36:30.694748033 +0200 @@ -340,7 +340,7 @@ "restart": true }, { - "value": true, + "value": false, "title": "Send Anonymous Metrics and Errors", "type": "bool", "category": "Debug",