Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liblxqt for openSUSE:Factory checked in at 2022-05-01 20:51:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblxqt (Old) and /work/SRC/openSUSE:Factory/.liblxqt.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblxqt" Sun May 1 20:51:20 2022 rev:18 rq:973870 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes 2021-11-09 23:54:59.215964135 +0100 +++ /work/SRC/openSUSE:Factory/.liblxqt.new.1538/liblxqt.changes 2022-05-01 20:51:26.508602024 +0200 @@ -1,0 +2,7 @@ +Wed Apr 27 19:23:19 UTC 2022 - Michael Vetter <[email protected]> + +- Update to 1.1.0: + * Added support for relative wallpaper paths. + * Fixed an issue in loading of cached settings. + +------------------------------------------------------------------- Old: ---- liblxqt-1.0.0.tar.xz liblxqt-1.0.0.tar.xz.asc New: ---- liblxqt-1.1.0.tar.xz liblxqt-1.1.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblxqt.spec ++++++ --- /var/tmp/diff_new_pack.NmzgDn/_old 2022-05-01 20:51:27.032602502 +0200 +++ /var/tmp/diff_new_pack.NmzgDn/_new 2022-05-01 20:51:27.056602524 +0200 @@ -1,7 +1,7 @@ # # spec file for package liblxqt # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: liblxqt -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Core utility library for LXQt License: LGPL-2.1-or-later @@ -29,13 +29,13 @@ 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) BuildRequires: pkgconfig(Qt5X11Extras) -BuildRequires: pkgconfig(Qt5Xdg) >= 3.8.0 +BuildRequires: pkgconfig(Qt5Xdg) >= 3.9.0 BuildRequires: pkgconfig(polkit-qt5-1) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xscrnsaver) ++++++ liblxqt-1.0.0.tar.xz -> liblxqt-1.1.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblxqt-1.0.0/CHANGELOG new/liblxqt-1.1.0/CHANGELOG --- old/liblxqt-1.0.0/CHANGELOG 2021-11-05 10:58:22.000000000 +0100 +++ new/liblxqt-1.1.0/CHANGELOG 2022-04-16 14:25:45.000000000 +0200 @@ -1,3 +1,9 @@ +liblxqt-1.1.0 / 2022-04-15 +=========================== + * Added support relative paths in `wallpaper.cfg`. + * Updated `README.md`. + * Fixed loading of cached settings. + liblxqt-1.0.0 / 2021-11-04 =========================== * Bumped version to 1.0.0 and required Qt 5.15.0. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblxqt-1.0.0/CMakeLists.txt new/liblxqt-1.1.0/CMakeLists.txt --- old/liblxqt-1.0.0/CMakeLists.txt 2021-11-05 10:58:22.000000000 +0100 +++ new/liblxqt-1.1.0/CMakeLists.txt 2022-04-16 14:25:45.000000000 +0200 @@ -7,15 +7,15 @@ project(liblxqt) -set(LXQTBT_MINIMUM_VERSION "0.10.0") +set(LXQTBT_MINIMUM_VERSION "0.11.0") set(KF5_MINIMUM_VERSION "5.36.0") set(QT_MINIMUM_VERSION "5.15.0") -set(QTXDG_MINIMUM_VERSION "3.8.0") +set(QTXDG_MINIMUM_VERSION "3.9.0") # Major LXQt Version, belong to all components set(LXQT_MAJOR_VERSION 1) # Minor LXQt Version, belong to all components -set(LXQT_MINOR_VERSION 0) +set(LXQT_MINOR_VERSION 1) # # Patch Version, belong *only* to the component # LXQt is 0.13 - liblxqt is at patch version 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblxqt-1.0.0/README.md new/liblxqt-1.1.0/README.md --- old/liblxqt-1.0.0/README.md 2021-11-05 10:58:22.000000000 +0100 +++ new/liblxqt-1.1.0/README.md 2022-04-16 14:25:45.000000000 +0200 @@ -11,11 +11,8 @@ Its runtime dependencies are libxss, KWindowSystem, qtbase, qtx11extras and [libqtxdg](https://github.com/lxqt/libqtxdg). -Additional build dependencies are CMake and optionally Git to pull latest VCS -checkouts. The localization files were outsourced to repository -[lxqt-l10n](https://github.com/lxqt/lxqt-l10n) so the corresponding dependencies -are needed, too. Please refer to this repository's `README.md` for further -information. +Additional build dependencies are CMake, [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools) and optionally Git to pull latest VCS +checkouts. Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` will normally have to be set to `/usr`, depending on the way library paths are diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblxqt-1.0.0/lxqtsettings.cpp new/liblxqt-1.1.0/lxqtsettings.cpp --- old/liblxqt-1.0.0/lxqtsettings.cpp 2021-11-05 10:58:22.000000000 +0100 +++ new/liblxqt-1.1.0/lxqtsettings.cpp 2022-04-16 14:25:45.000000000 +0200 @@ -538,11 +538,11 @@ s.setArrayIndex(screen - 1); if (s.contains(QL1S("file"))) - return QString::fromLatin1("%1/%2").arg(themeDir, s.value(QL1S("file")).toString()); + return QDir::cleanPath(QString::fromLatin1("%1/%2").arg(themeDir, s.value(QL1S("file")).toString())); s.setArrayIndex(0); if (s.contains(QL1S("file"))) - return QString::fromLatin1("%1/%2").arg(themeDir, s.value(QL1S("file")).toString()); + return QDir::cleanPath(QString::fromLatin1("%1/%2").arg(themeDir, s.value(QL1S("file")).toString())); return QString(); } @@ -621,6 +621,7 @@ ************************************************/ void SettingsCache::loadFromSettings() { + mCache.clear(); const QStringList keys = mSettings.allKeys(); const int N = keys.size(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblxqt-1.0.0/translations/liblxqt_ca.ts new/liblxqt-1.1.0/translations/liblxqt_ca.ts --- old/liblxqt-1.0.0/translations/liblxqt_ca.ts 2021-11-05 10:58:22.000000000 +0100 +++ new/liblxqt-1.1.0/translations/liblxqt_ca.ts 2022-04-16 14:25:45.000000000 +0200 @@ -129,12 +129,12 @@ <message> <location filename="../lxqtscreensaver.cpp" line="160"/> <source>Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running.</source> - <translation type="unfinished"></translation> + <translation>No s'ha pogut executar ??%1??. Assegureu-vos que teniu un bloquejador/estalvi de pantalla compatible amb xdg-screensaver instal??lat i actiu.</translation> </message> <message> <location filename="../lxqtscreensaver.cpp" line="164"/> <source>Failed to run "%1". Ensure the specified locker/screensaver is installed and running.</source> - <translation type="unfinished"></translation> + <translation>No s'ha pogut executar ??%1??. Assegureu-vos que el bloquejador/estalvi de pantalla especificat est?? instal??lat i actiu.</translation> </message> <message> <location filename="../lxqtscreensaver.cpp" line="242"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblxqt-1.0.0/translations/liblxqt_cs.ts new/liblxqt-1.1.0/translations/liblxqt_cs.ts --- old/liblxqt-1.0.0/translations/liblxqt_cs.ts 2021-11-05 10:58:22.000000000 +0100 +++ new/liblxqt-1.1.0/translations/liblxqt_cs.ts 2022-04-16 14:25:45.000000000 +0200 @@ -65,7 +65,7 @@ <message> <location filename="../lxqtpowermanager.cpp" line="149"/> <source>Do you want to really suspend your computer?<p>Suspends the computer into a low power state. System state is not preserved if the power is lost.</source> - <translation>Opravdu chcete sv??j po????ta?? uspat do opera??n?? pam??ti?<p>Uvede ho to do stavu s n??zk??m odb??rem elektrick?? energie. P??i ztr??t?? nap??jen?? nebude stav syst??mu zachov??n.</translation> + <translation>Opravdu chcete po????ta?? uspat do opera??n?? pam??ti?<p>Uvede ho to do stavu s n??zk??m odb??rem elektrick?? energie. P??i ztr??t?? nap??jen?? ov??em nebude stav syst??mu zachov??n.</translation> </message> <message> <location filename="../lxqtpowermanager.cpp" line="158"/> @@ -85,22 +85,22 @@ <message> <location filename="../lxqtpowermanager.cpp" line="169"/> <source>Do you want to really restart your computer? All unsaved work will be lost...</source> - <translation>Opravdu chcete sv??j po????ta?? restartovat?<p>Jak??koli neulo??en?? pr??ce bude ztracena???</translation> + <translation>Opravdu chcete po????ta?? restartovat?<p>Jak??koli neulo??en?? pr??ce bude ztracena???</translation> </message> <message> <location filename="../lxqtpowermanager.cpp" line="178"/> <source>LXQt Session Shutdown</source> - <translation>LXQt sezen?? ??? vypnut??</translation> + <translation>LXQt sezen?? ??? vypnout</translation> </message> <message> <location filename="../lxqtpowermanager.cpp" line="179"/> <source>Do you want to really switch off your computer? All unsaved work will be lost...</source> - <translation>Opravdu chcete sv??j po????ta?? vypnout?<p>Jak??koli neulo??en?? pr??ce bude ztracena???</translation> + <translation>Opravdu chcete po????ta?? vypnout?<p>Jak??koli neulo??en?? pr??ce bude ztracena???</translation> </message> <message> <location filename="../lxqtpowermanager.cpp" line="188"/> <source>LXQt Session Logout</source> - <translation>LXQt sezen?? ??? odhl????en??</translation> + <translation>LXQt sezen?? ??? odhl??sit</translation> </message> <message> <location filename="../lxqtpowermanager.cpp" line="189"/> @@ -134,7 +134,7 @@ <message> <location filename="../lxqtscreensaver.cpp" line="164"/> <source>Failed to run "%1". Ensure the specified locker/screensaver is installed and running.</source> - <translation>Nepoda??ilo se spustit ???%1???. Zajist??te, aby byl nainstalovan?? ur??en?? n??stroj pro zamyk??n?? / ??et??i?? obrazovky a byl spu??t??n??.</translation> + <translation>Nepoda??ilo se spustit ???%1???. Zajist??te, aby byl nainstalovan?? zadan?? n??stroj pro zamyk??n?? / ??et??i?? obrazovky a byl spu??t??n??.</translation> </message> <message> <location filename="../lxqtscreensaver.cpp" line="242"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblxqt-1.0.0/translations/liblxqt_pl.ts new/liblxqt-1.1.0/translations/liblxqt_pl.ts --- old/liblxqt-1.0.0/translations/liblxqt_pl.ts 2021-11-05 10:58:22.000000000 +0100 +++ new/liblxqt-1.1.0/translations/liblxqt_pl.ts 2022-04-16 14:25:45.000000000 +0200 @@ -152,7 +152,7 @@ <message> <location filename="../configdialog/lxqtconfigdialogcmdlineoptions.cpp" line="49"/> <source>Choose the page to be shown.</source> - <translation>Wybierz stron?? do wy??wietlenia</translation> + <translation>Wybierz stron?? do wy??wietlenia.</translation> </message> </context> <context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/liblxqt-1.0.0/translations/liblxqt_zh_TW.ts new/liblxqt-1.1.0/translations/liblxqt_zh_TW.ts --- old/liblxqt-1.0.0/translations/liblxqt_zh_TW.ts 2021-11-05 10:58:22.000000000 +0100 +++ new/liblxqt-1.1.0/translations/liblxqt_zh_TW.ts 2022-04-16 14:25:45.000000000 +0200 @@ -129,12 +129,12 @@ <message> <location filename="../lxqtscreensaver.cpp" line="160"/> <source>Failed to run "%1". Ensure you have a locker/screensaver compatible with xdg-screensaver installed and running.</source> - <translation type="unfinished"></translation> + <translation>???????????????%1????????????????????????????????? xdg-screensaver ?????????????????????/????????????????????????????????????????????????</translation> </message> <message> <location filename="../lxqtscreensaver.cpp" line="164"/> <source>Failed to run "%1". Ensure the specified locker/screensaver is installed and running.</source> - <translation type="unfinished"></translation> + <translation>???????????????%1???????????????????????????????????????????????????/????????????????????????????????????????????????</translation> </message> <message> <location filename="../lxqtscreensaver.cpp" line="242"/>
