Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lxqt-globalkeys for openSUSE:Factory 
checked in at 2022-05-01 20:51:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-globalkeys (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-globalkeys.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-globalkeys"

Sun May  1 20:51:25 2022 rev:17 rq:973876 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-globalkeys/lxqt-globalkeys.changes  
2022-01-13 23:20:51.312024469 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-globalkeys.new.1538/lxqt-globalkeys.changes    
    2022-05-01 20:51:32.156607182 +0200
@@ -1,0 +2,6 @@
+Fri Apr 29 05:50:27 UTC 2022 - Michael Vetter <[email protected]>
+
+- Update to 1.1.0:
+  * Update translations
+
+-------------------------------------------------------------------

Old:
----
  lxqt-globalkeys-1.0.1.tar.xz
  lxqt-globalkeys-1.0.1.tar.xz.asc

New:
----
  lxqt-globalkeys-1.1.0.tar.xz
  lxqt-globalkeys-1.1.0.tar.xz.asc

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

Other differences:
------------------
++++++ lxqt-globalkeys.spec ++++++
--- /var/tmp/diff_new_pack.mP1qLW/_old  2022-05-01 20:51:32.680607661 +0200
+++ /var/tmp/diff_new_pack.mP1qLW/_new  2022-05-01 20:51:32.688607668 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           lxqt-globalkeys
-Version:        1.0.1
+Version:        1.1.0
 Release:        0
 Summary:        Global keyboard shortcuts registration
 License:        LGPL-2.1-or-later
@@ -28,14 +28,14 @@
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel >= 0.10.0
+BuildRequires:  lxqt-build-tools-devel >= 0.11.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5WindowSystem) >= 5.36.0
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools) >= 5.15.0
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(lxqt) >= 1.0.0
+BuildRequires:  pkgconfig(lxqt) >= 1.1.0
 Requires(post): desktop-file-utils
 Requires(pre):  desktop-file-utils
 Obsoletes:      lxqt-globalkeys-qt5 < %{version}

++++++ lxqt-globalkeys-1.0.1.tar.xz -> lxqt-globalkeys-1.1.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-1.0.1/CHANGELOG 
new/lxqt-globalkeys-1.1.0/CHANGELOG
--- old/lxqt-globalkeys-1.0.1/CHANGELOG 2022-01-07 06:57:54.000000000 +0100
+++ new/lxqt-globalkeys-1.1.0/CHANGELOG 2022-04-16 14:50:28.000000000 +0200
@@ -1,3 +1,7 @@
+lxqt-globalkeys-1.1.0 / 2022-04-15
+===================================
+ * Updated translations.
+
 lxqt-globalkeys-1.0.1 / 2022-01-07
 ===================================
  * Don't require Xlib to behave synchronously.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-1.0.1/CMakeLists.txt 
new/lxqt-globalkeys-1.1.0/CMakeLists.txt
--- old/lxqt-globalkeys-1.0.1/CMakeLists.txt    2022-01-07 06:57:54.000000000 
+0100
+++ new/lxqt-globalkeys-1.1.0/CMakeLists.txt    2022-04-16 14:50:28.000000000 
+0200
@@ -12,7 +12,7 @@
 option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
 
 set(KF5_MINIMUM_VERSION "5.36.0")
-set(LXQT_MINIMUM_VERSION "1.0.0")
+set(LXQT_MINIMUM_VERSION "1.1.0")
 set(QT_MINIMUM_VERSION "5.15.0")
 
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
@@ -28,8 +28,8 @@
 
 # Version
 set(LXQT_GLOBALKEYS_MAJOR_VERSION 1)
-set(LXQT_GLOBALKEYS_MINOR_VERSION 0)
-set(LXQT_GLOBALKEYS_PATCH_VERSION 1)
+set(LXQT_GLOBALKEYS_MINOR_VERSION 1)
+set(LXQT_GLOBALKEYS_PATCH_VERSION 0)
 set(LXQT_GLOBALKEYS_VERSION 
${LXQT_GLOBALKEYS_MAJOR_VERSION}.${LXQT_GLOBALKEYS_MINOR_VERSION}.${LXQT_GLOBALKEYS_PATCH_VERSION})
 add_definitions("-DLXQT_GLOBALKEYS_VERSION=\"${LXQT_GLOBALKEYS_VERSION}\"")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_bg.ts
 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_bg.ts
--- 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_bg.ts
  2022-01-07 06:57:54.000000000 +0100
+++ 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_bg.ts
  2022-04-16 14:50:28.000000000 +0200
@@ -117,7 +117,7 @@
     <message>
         <location filename="../main_window.ui" line="24"/>
         <source>Search</source>
-        <translation type="unfinished"></translation>
+        <translation>??????????????</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="69"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_da.ts
 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_da.ts
--- 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_da.ts
  2022-01-07 06:57:54.000000000 +0100
+++ 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_da.ts
  2022-04-16 14:50:28.000000000 +0200
@@ -117,7 +117,7 @@
     <message>
         <location filename="../main_window.ui" line="24"/>
         <source>Search</source>
-        <translation type="unfinished"></translation>
+        <translation>S??g</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="69"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_fr.ts
 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_fr.ts
--- 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_fr.ts
  2022-01-07 06:57:54.000000000 +0100
+++ 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_fr.ts
  2022-04-16 14:50:28.000000000 +0200
@@ -189,7 +189,7 @@
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
         <translation>Vos raccourcis d??finis seront supprim??s.
-Voulez-vous proc??der????</translation>
+Voulez-vous proc??der&#x202f;?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_it.desktop.yaml
 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_it.desktop.yaml
--- 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_it.desktop.yaml
        2022-01-07 06:57:54.000000000 +0100
+++ 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_it.desktop.yaml
        2022-04-16 14:50:28.000000000 +0200
@@ -1,3 +1,3 @@
 Desktop Entry/Name: "Scorciatoie globali"
 Desktop Entry/GenericName: "Configurazione delle scorciatoie di LXQt"
-Desktop Entry/Comment: "Configura le scorciatoie globali di LXQt "
+Desktop Entry/Comment: "Configura le scorciatoie globali di LXQt"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_it.ts
 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_it.ts
--- 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_it.ts
  2022-01-07 06:57:54.000000000 +0100
+++ 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_it.ts
  2022-04-16 14:50:28.000000000 +0200
@@ -160,7 +160,7 @@
         <location filename="../main_window.ui" line="150"/>
         <source>None</source>
         <comment>globalkeys/config/multipleActions</comment>
-        <translation type="unfinished">Nessuno</translation>
+        <translation>Nessuno</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="155"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_sl.ts
 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_sl.ts
--- 
old/lxqt-globalkeys-1.0.1/config/translations/lxqt-config-globalkeyshortcuts_sl.ts
  2022-01-07 06:57:54.000000000 +0100
+++ 
new/lxqt-globalkeys-1.1.0/config/translations/lxqt-config-globalkeyshortcuts_sl.ts
  2022-04-16 14:50:28.000000000 +0200
@@ -117,12 +117,12 @@
     <message>
         <location filename="../main_window.ui" line="24"/>
         <source>Search</source>
-        <translation type="unfinished"></translation>
+        <translation>I????i</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="69"/>
         <source>Add ...</source>
-        <translation>Dodaj</translation>
+        <translation>Dodaj ...</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="79"/>
@@ -132,7 +132,7 @@
     <message>
         <location filename="../main_window.ui" line="89"/>
         <source>Modify ...</source>
-        <translation>Uredi</translation>
+        <translation>Spremeni ...</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="106"/>
@@ -148,25 +148,25 @@
         <location filename="../main_window.ui" line="140"/>
         <source>First</source>
         <comment>globalkeys/config/multipleActions</comment>
-        <translation type="unfinished">Prvo</translation>
+        <translation>Prvo</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="145"/>
         <source>Last</source>
         <comment>globalkeys/config/multipleActions</comment>
-        <translation type="unfinished">Zadnje</translation>
+        <translation>Zadnje</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="150"/>
         <source>None</source>
         <comment>globalkeys/config/multipleActions</comment>
-        <translation type="unfinished">Ni??</translation>
+        <translation>Ni??</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="155"/>
         <source>All</source>
         <comment>globalkeys/config/multipleActions</comment>
-        <translation type="unfinished">Vsa</translation>
+        <translation>Vsa</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="180"/>

Reply via email to