Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package antimicrox for openSUSE:Factory checked in at 2021-11-05 22:58:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/antimicrox (Old) and /work/SRC/openSUSE:Factory/.antimicrox.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "antimicrox" Fri Nov 5 22:58:27 2021 rev:5 rq:929458 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/antimicrox/antimicrox.changes 2021-09-14 21:14:56.864437897 +0200 +++ /work/SRC/openSUSE:Factory/.antimicrox.new.1890/antimicrox.changes 2021-11-05 22:58:37.608281972 +0100 @@ -1,0 +2,19 @@ +Mon Nov 1 20:26:57 UTC 2021 - Carsten Ziepke <[email protected]> + +- Update to version 3.2.0 + - Prepare installer for Windows + - Handle segfaults and other crashes in code + - Create config for debug builds + - Allow unhiding app window when second instance of AntiMicroX is launched + - Typo in udev rule name: 60-antimicrox-uinput.rules instead + 60-antimcrox-uinput.rules + - Move gui-related files to separate directory + - Logging system improvements + - Some additional logs and notes + - Fix compile warnings + - Set homepage url for packages + - Create config for debug build + - Cmake cleanup +- Rebase remove_datetime_aboutdialog.patch + +------------------------------------------------------------------- Old: ---- antimicrox-3.1.7.tar.gz New: ---- antimicrox-3.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ antimicrox.spec ++++++ --- /var/tmp/diff_new_pack.rwSdpv/_old 2021-11-05 22:58:38.124282289 +0100 +++ /var/tmp/diff_new_pack.rwSdpv/_new 2021-11-05 22:58:38.128282291 +0100 @@ -17,7 +17,7 @@ Name: antimicrox -Version: 3.1.7 +Version: 3.2.0 Release: 0 Summary: Graphical program used to map keyboard keys and mouse controls to a game-pad License: GPL-3.0-or-later @@ -76,9 +76,6 @@ rm %{buildroot}%{_datadir}/%{name}/CHANGELOG.md rm %{buildroot}%{_datadir}/doc/%{name}/CHANGELOG.md -# rename udev rule - see gh#AntiMicroX/antimicrox/#204 -mv %{buildroot}%{_udevrulesdir}/60-antimcrox-uinput.rules %{buildroot}%{_udevrulesdir}/60-%{name}-uinput.rules - %fdupes %{buildroot}%{_datadir} %suse_update_desktop_file -r io.github.antimicrox.%{name} System HardwareSettings ++++++ antimicrox-3.1.7.tar.gz -> antimicrox-3.2.0.tar.gz ++++++ ++++ 64909 lines of diff (skipped) ++++++ remove_datetime_aboutdialog.patch ++++++ --- /var/tmp/diff_new_pack.rwSdpv/_old 2021-11-05 22:58:38.488282514 +0100 +++ /var/tmp/diff_new_pack.rwSdpv/_new 2021-11-05 22:58:38.492282516 +0100 @@ -1,7 +1,7 @@ -diff -Nur antimicrox-3.1.5/src/aboutdialog.cpp new/src/aboutdialog.cpp ---- antimicrox-3.1.5/src/aboutdialog.cpp 2021-03-14 15:07:59.000000000 +0100 -+++ new/src/aboutdialog.cpp 2021-03-14 19:25:52.854157598 +0100 -@@ -60,11 +60,11 @@ +diff -Nur antimicrox-3.2.0/src/gui/aboutdialog.cpp new/src/gui/aboutdialog.cpp +--- antimicrox-3.2.0/src/gui/aboutdialog.cpp 2021-10-29 16:42:57.000000000 +0200 ++++ new/src/gui/aboutdialog.cpp 2021-11-01 21:32:44.180607449 +0100 +@@ -49,11 +49,11 @@ QStringList finalInfoText = QStringList(); finalInfoText.append(tr("Program Version %1").arg(PadderCommon::programVersion));
