Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package antimicrox for openSUSE:Factory 
checked in at 2022-03-01 17:03:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/antimicrox (Old)
 and      /work/SRC/openSUSE:Factory/.antimicrox.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "antimicrox"

Tue Mar  1 17:03:32 2022 rev:7 rq:958127 version:3.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/antimicrox/antimicrox.changes    2022-01-04 
19:39:06.254056799 +0100
+++ /work/SRC/openSUSE:Factory/.antimicrox.new.1958/antimicrox.changes  
2022-03-01 17:04:15.316344377 +0100
@@ -1,0 +2,19 @@
+Fri Feb 25 17:21:12 UTC 2022 - Carsten Ziepke <kiel...@gmail.com>
+
+- Update to version 3.2.2
+  - Change default working directory of launched executables
+  - Fix typo (setting->settings)
+  - Random Crashes during longer sessions
+  - File with gamecontroller mappings not found
+  - Empty application path in autoprofile
+  - Enable checking for updates in Debian builds from GitHub
+  - Log improvements and cleanup
+  - Daemon mode support removed
+  - Remove unused "map" and "display" argument options
+  - Remove unused files With icons, resources and pertially
+  - implemented importing utility
+  - Use colourful antimicrox icon in tray by default
+  - Update building docs
+- Rebase fix_xcb_linker.patch and remove_datetime_aboutdialog.patch
+
+-------------------------------------------------------------------

Old:
----
  antimicrox-3.2.1.tar.gz

New:
----
  antimicrox-3.2.2.tar.gz

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

Other differences:
------------------
++++++ antimicrox.spec ++++++
--- /var/tmp/diff_new_pack.uMLhan/_old  2022-03-01 17:04:18.028345096 +0100
+++ /var/tmp/diff_new_pack.uMLhan/_new  2022-03-01 17:04:18.036345098 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           antimicrox
-Version:        3.2.1
+Version:        3.2.2
 Release:        0
 Summary:        Graphical program used to map keyboard keys and mouse controls 
to a game-pad
 License:        GPL-3.0-or-later

++++++ antimicrox-3.2.1.tar.gz -> antimicrox-3.2.2.tar.gz ++++++
++++ 124093 lines of diff (skipped)

++++++ fix_xcb_linker.patch ++++++
--- /var/tmp/diff_new_pack.uMLhan/_old  2022-03-01 17:04:18.416345199 +0100
+++ /var/tmp/diff_new_pack.uMLhan/_new  2022-03-01 17:04:18.420345200 +0100
@@ -1,7 +1,7 @@
-diff -Nur antimicrox-3.1.4/CMakeLists.txt new/CMakeLists.txt
---- antimicrox-3.1.4/CMakeLists.txt    2021-01-11 12:45:44.000000000 +0100
-+++ new/CMakeLists.txt 2021-01-15 19:54:06.432525810 +0100
-@@ -456,6 +456,7 @@
+diff -Nur antimicrox-3.2.2.orig/CMakeLists.txt antimicrox-3.2.2/CMakeLists.txt
+--- antimicrox-3.2.2.orig/CMakeLists.txt       2022-02-24 15:01:41.000000000 
+0100
++++ antimicrox-3.2.2/CMakeLists.txt    2022-02-25 18:27:31.537083011 +0100
+@@ -492,6 +492,7 @@
      if(WITH_X11)
          LIST(APPEND X11_LIBS ${X11_X11_LIB})
          LIST(APPEND X11_LIBS ${X11_Xi_LIB})

++++++ remove_datetime_aboutdialog.patch ++++++
--- /var/tmp/diff_new_pack.uMLhan/_old  2022-03-01 17:04:18.432345203 +0100
+++ /var/tmp/diff_new_pack.uMLhan/_new  2022-03-01 17:04:18.432345203 +0100
@@ -1,6 +1,6 @@
-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
+diff -Nur antimicrox-3.2.2.orig/src/gui/aboutdialog.cpp 
antimicrox-3.2.2/src/gui/aboutdialog.cpp
+--- antimicrox-3.2.2.orig/src/gui/aboutdialog.cpp      2022-02-24 
15:01:41.000000000 +0100
++++ antimicrox-3.2.2/src/gui/aboutdialog.cpp   2022-02-25 18:19:05.522760478 
+0100
 @@ -49,11 +49,11 @@
      QStringList finalInfoText = QStringList();
  
@@ -16,6 +16,6 @@
 +//     finalInfoText.append(tr("Program Compiled on %1 at 
%2").arg(__DATE__).arg(__TIME__));
 +// #endif
  
-     QString sdlCompiledVersionNumber("%1.%2.%3");
-     QString sdlLinkedVersionNumber("%1.%2.%3");
+     finalInfoText.append(tr("Built Against SDL 
%1").arg(PadderCommon::sdlVersionCompiled));
+     finalInfoText.append(tr("Running With SDL 
%1").arg(PadderCommon::sdlVersionUsed));
 

Reply via email to