commit liblxqt for openSUSE:Factory

2020-11-04 Thread root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2020-11-04 18:28:54

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new.11331 (New)


Package is "liblxqt"

Wed Nov  4 18:28:54 2020 rev:15 rq:846026 version:0.16.0

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2020-05-29 
21:39:02.190946249 +0200
+++ /work/SRC/openSUSE:Factory/.liblxqt.new.11331/liblxqt.changes   
2020-11-04 18:32:54.296079515 +0100
@@ -1,0 +2,14 @@
+Wed Nov  4 15:47:44 UTC 2020 - Michael Vetter 
+
+- Remove deprecated recommends on lang package
+
+---
+Wed Nov  4 13:19:10 UTC 2020 - Michael Vetter 
+
+- Update to 0.16.0:
+  * Use QFlags default constructor
+  * Added an action for showing LXQt leave dialog
+(to be used when the power button is pressed).
+  * Don't use deprecated QProcess methods.
+
+---

Old:

  liblxqt-0.15.1.tar.xz
  liblxqt-0.15.1.tar.xz.asc

New:

  liblxqt-0.16.0.tar.xz
  liblxqt-0.16.0.tar.xz.asc



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.twEx5R/_old  2020-11-04 18:32:54.740078531 +0100
+++ /var/tmp/diff_new_pack.twEx5R/_new  2020-11-04 18:32:54.744078522 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   liblxqt
-Version:0.15.1
+Version:0.16.0
 Release:0
 Summary:Core utility library for LXQt
 License:LGPL-2.1-or-later
@@ -30,19 +30,18 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libqt5xdg-devel >= 3.5.0
-BuildRequires:  lxqt-build-tools-devel >= 0.7.0
+BuildRequires:  lxqt-build-tools-devel >= 0.8.0
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KF5WindowSystem) >= 5.36.0
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRequires:  pkgconfig(Qt5Xdg) >= 3.1.0
+BuildRequires:  pkgconfig(Qt5Xdg) >= 3.5.0
 BuildRequires:  pkgconfig(polkit-qt5-1)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xscrnsaver)
 Obsoletes:  liblxqt-qt5 < %{version}
 Provides:   liblxqt-qt5 = %{version}
-Recommends: %{name}-lang
 
 %description
 liblxqt represents the core library of LXQt providing essential
@@ -53,8 +52,8 @@
 %package -n liblxqt0
 Summary:LXQt core library
 Group:  System/Libraries
-Provides:   liblxqt
 Recommends: %{name}-lang
+Provides:   liblxqt
 
 %description -n liblxqt0
 liblxqt represents the core library of LXQt providing essential
@@ -79,7 +78,7 @@
 
 %build
 %cmake -DPULL_TRANSLATIONS=No
-make %{?_smp_mflags}
+%make_build
 
 %install
 %cmake_install
@@ -87,7 +86,6 @@
 %find_lang %{name} --with-qt
 
 %post -n liblxqt0 -p /sbin/ldconfig
-
 %postun -n liblxqt0 -p /sbin/ldconfig
 
 %files -n liblxqt0

++ liblxqt-0.15.1.tar.xz -> liblxqt-0.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.15.1/CHANGELOG new/liblxqt-0.16.0/CHANGELOG
--- old/liblxqt-0.15.1/CHANGELOG2020-05-29 10:52:15.0 +0200
+++ new/liblxqt-0.16.0/CHANGELOG2020-10-30 14:19:39.0 +0100
@@ -1,3 +1,9 @@
+liblxqt-0.16.0 / 2020-11-01
+===
+  * Use QFlags default constructor
+  * Added an action for showing LXQt leave dialog (to be used when the power 
button is pressed).
+  * Don't use deprecated QProcess methods.
+
 liblxqt-0.15.1 / 2020-05-28
 ===
   * Bumped version to 0.15.1.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.15.1/CMakeLists.txt 
new/liblxqt-0.16.0/CMakeLists.txt
--- old/liblxqt-0.15.1/CMakeLists.txt   2020-05-29 10:52:15.0 +0200
+++ new/liblxqt-0.16.0/CMakeLists.txt   2020-10-30 14:19:39.0 +0100
@@ -7,15 +7,15 @@
 project(liblxqt)
 
 
-set(LXQTBT_MINIMUM_VERSION "0.7.0")
+set(LXQTBT_MINIMUM_VERSION "0.8.0")
 set(KF5_MINIMUM_VERSION "5.36.0")
-set(QT_MINIMUM_VERSION "5.10.0")
+set(QT_MINIMUM_VERSION "5.12.0")
 set(QTXDG_MINIMUM_VERSION "3.5.0")
 
 # Major LXQt Version, belong to all components
 set(LXQT_MAJOR_VERSION 0)
 # Minor LXQt Version, belong to all components
-set(LXQT_MINOR_VERSION 15)
+set(LXQT_MINOR_VERSION 16)
 #
 # Patch Version, belong *only* to the component
 # LXQt is 0.13 - liblxqt is at patch version 0
@@ -25,7 +25,7 @@
 # patch-version as liblxqt - in real life it will be fine if every component
 # has it's own patch version within a major/minor life cyle.
 #
-set(LXQT_PATCH_VERSION 1)
+set(LXQT_PATCH_VERSION 0)
 set(LXQT_VERSION 

commit liblxqt for openSUSE:Factory

2020-05-29 Thread root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2020-05-29 21:23:59

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new.3606 (New)


Package is "liblxqt"

Fri May 29 21:23:59 2020 rev:14 rq:810159 version:0.15.1

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2020-05-04 
18:35:45.624468368 +0200
+++ /work/SRC/openSUSE:Factory/.liblxqt.new.3606/liblxqt.changes
2020-05-29 21:39:02.190946249 +0200
@@ -1,0 +2,9 @@
+Fri May 29 09:06:36 UTC 2020 - Michael Vetter 
+
+- Update to 0.15.1:
+  * Fix a crash on closing screen saver error message.
+  * Let Qt handle the positions of dialogs (in that way, dialogs
+are shown on the correct screen).
+  * Remove dead codes.
+
+---

Old:

  liblxqt-0.15.0.tar.xz
  liblxqt-0.15.0.tar.xz.asc

New:

  liblxqt-0.15.1.tar.xz
  liblxqt-0.15.1.tar.xz.asc



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.pKHI2l/_old  2020-05-29 21:39:02.610947500 +0200
+++ /var/tmp/diff_new_pack.pKHI2l/_new  2020-05-29 21:39:02.614947511 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblxqt
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   liblxqt
-Version:0.15.0
+Version:0.15.1
 Release:0
 Summary:Core utility library for LXQt
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
-Url:http://www.lxqt.org
+URL:http://www.lxqt.org
 Source: 
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring

++ liblxqt-0.15.0.tar.xz -> liblxqt-0.15.1.tar.xz ++
 7552 lines of diff (skipped)





commit liblxqt for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2020-05-04 18:35:17

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new.2738 (New)


Package is "liblxqt"

Mon May  4 18:35:17 2020 rev:13 rq:798541 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2020-01-27 
20:18:12.992551059 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt.new.2738/liblxqt.changes
2020-05-04 18:35:45.624468368 +0200
@@ -1,0 +2,17 @@
+Mon Apr 27 10:44:11 UTC 2020 - Callum Farmer 
+
+- Changed liblxqt.keyring to tsujan's key
+
+---
+Fri Apr 24 20:19:26 UTC 2020 - Callum Farmer 
+
+- Removed liblxqt-0.14.1-fix-qt-5.14.patch: contained in upstream
+- Update to version 0.15.0
+  * Fixed memory leak in backlight brightness driver.
+  * Allowed custom lock command and improved error messages in lxqtscreensaver.
+  * Added asynchronous API for querying server info.
+  * Allow spacing to be added between items in GridLayout (used in lxqt-panel).
+  * Set default button to Yes in leave dialogs.
+  * Made macOS build possible.
+
+---

Old:

  liblxqt-0.14.1-fix-qt-5.14.patch
  liblxqt-0.14.1.tar.xz
  liblxqt-0.14.1.tar.xz.asc

New:

  liblxqt-0.15.0.tar.xz
  liblxqt-0.15.0.tar.xz.asc



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.evm20F/_old  2020-05-04 18:35:48.456474106 +0200
+++ /var/tmp/diff_new_pack.evm20F/_new  2020-05-04 18:35:48.460474115 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   liblxqt
-Version:0.14.1
+Version:0.15.0
 Release:0
 Summary:Core utility library for LXQt
 License:LGPL-2.1-or-later
@@ -26,12 +26,11 @@
 Source: 
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
-Patch0: liblxqt-0.14.1-fix-qt-5.14.patch
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libqt5xdg-devel >= 3.3.1
-BuildRequires:  lxqt-build-tools-devel >= 0.6.0
+BuildRequires:  libqt5xdg-devel >= 3.5.0
+BuildRequires:  lxqt-build-tools-devel >= 0.7.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -77,7 +76,6 @@
 
 %prep
 %setup -q -n liblxqt-%{version}
-%patch0 -p1
 
 %build
 %cmake -DPULL_TRANSLATIONS=No
@@ -113,5 +111,6 @@
 %dir %{_datadir}/lxqt
 %dir %{_datadir}/lxqt/translations
 %dir %{_datadir}/lxqt/translations/liblxqt
+%{_datadir}/lxqt/translations/liblxqt/*
 
 %changelog

++ liblxqt-0.14.1.tar.xz -> liblxqt-0.15.0.tar.xz ++
 10162 lines of diff (skipped)

++ liblxqt.keyring ++
--- /var/tmp/diff_new_pack.evm20F/_old  2020-05-04 18:35:48.576474350 +0200
+++ /var/tmp/diff_new_pack.evm20F/_new  2020-05-04 18:35:48.576474350 +0200
@@ -1,209 +1,52 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
 
-mQINBFXQeMMBEACif4+9pTrC6uNmRng0ZbzLh7p3cazmbnp2YFgDQDJZ7ZNmebxy
-ngRuRhjGuDcFAL/37BwJnrBpfZFK9ljoH4Fo5Jm9cOELaTy7AIcEiV9dKMyrKF1E
-C76d8jHVuzuPbI92DkFdLZAdk+qjrrAy0x43PvUd+aaBGLcFs1ZMk7gOvElc2d95
-zWWSp5anjukmGbp+EsStnWJkF6VHj56qmklfYy5ioiVBOSpXo/RsACAcIlz8C8A1
-d4tNMiB2uF2OrUfrL8DD6m3nBqep+AYbIQrxMl9kUQH3I33e9kH/L+SHQyE6phS8
-Czq06WjV4TcJ9VWxm7hQCNLYSxhZYYr1AW45lS5+xmfBOq2qeLgvjbFxa8PPrsp6
-Bqgt8MjwUkXjU5IB7YulUBvFU2l0MJZWDBuNy0oNtCe1cU3JyIqLKjvzQQQ9eD5L
-o3Ul704TLHz0z+67Rxh05Mi4JvyFMjnooSJkNH8/7yXoBN0ZGOh1/5zMU1gK5bmP
-6hKgis2exSZNIS74mF6/PqGgcwk3PyI4T3keUQoNPj11M2EznLHxY19QZfQ5oMed
-8xOlHKjpcm8PYMB4gduNXlV7gI9h7UxuC5GuPiP2lmM6wUyHu48divxDk5UYgPEC
-xlPI2wHCNDsuy0EruCYIvrMSZfpYCCSrmXiOORBLO5qXkauILLkJarHqjQARAQAB
-tCBBbGYgR2FpZGEgPGFnYWlkYUBzaWR1Y3Rpb24ub3JnPokBHAQQAQoABgUCV8MD
-vwAKCRDNKAoLTXKCfHloB/98+8zYm/vrm/a7CBMBEiehgrTN8HfI63xtnnWQld5Q
-Sinm/bmlcTrK6qb1LxFifCw5D7oYDOmxtgexUxPocBCGhXLYXbeGP1Vbuwr4voGS
-XMkVwQhAeETMpyPeSaTKuM4VaG5OE5lODSpPEx36N39FUHwrpeRsXF2nGGYnStnz
-12M2IYUu1HYC+Al7MGIjD2sgI0r/Ut3cVNlJGova+/QYJiRidtEOSzewnnyy9bPV
-3BNvzcjD2dSZXKBnBLEmdtdCdqq+U/TlIzNGDXWtwkyjDsk8fuT6RJWtI8IV8uSQ
-60xlVkXgOyo1B2pn2Wb9psZeeDrYaqeHSUrRi7KugqHaiQI4BBMBAgAiBQJV0HjD
-AhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRBCycjTr16l45PbEACBId/j
-XXTdycSUZ/pOiQ+XgnqF1E/LYJQCOYG0x+vx5qNi8YMaCeayH0AZgZRGN8VUIJ8C
-D7xvqcXfGDTdSaCy5I7wfvwca/2QrMX1oeYu35JereNRf4uciQUcStlaMUAp0muW
-67WPqW3Et709CWPFme6DMxpRtbx4Q8q9yuKIOfdLj8O2KRb+OkYDQxNjhlaz2lkv
-/qJFEf30vZf9xY7iwKANcJO3igrR/k6/CK4KhU4z49igibfUkgIIo6WpqaQKft3Y
-ofeezLS/u1eCeudv/OvyNUaxkvNQTnUAU7NvkRzvj/ZICrxfiBtOmm20tcQiiiqd

commit liblxqt for openSUSE:Factory

2020-01-27 Thread root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2020-01-27 20:17:58

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new.26092 (New)


Package is "liblxqt"

Mon Jan 27 20:17:58 2020 rev:12 rq:767629 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2019-02-25 
17:59:16.082184465 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt.new.26092/liblxqt.changes   
2020-01-27 20:18:12.992551059 +0100
@@ -1,0 +2,6 @@
+Mon Jan 27 09:43:57 UTC 2020 - Michael Vetter 
+
+- bsc#1161365: Add includes for QFile
+- Add liblxqt-0.14.1-fix-qt-5.14.patch
+
+---

New:

  liblxqt-0.14.1-fix-qt-5.14.patch



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.vnvjFg/_old  2020-01-27 20:18:14.400551918 +0100
+++ /var/tmp/diff_new_pack.vnvjFg/_new  2020-01-27 20:18:14.428551936 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblxqt
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,6 +26,7 @@
 Source: 
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
+Patch0: liblxqt-0.14.1-fix-qt-5.14.patch
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -76,6 +77,7 @@
 
 %prep
 %setup -q -n liblxqt-%{version}
+%patch0 -p1
 
 %build
 %cmake -DPULL_TRANSLATIONS=No

++ liblxqt-0.14.1-fix-qt-5.14.patch ++
diff -urEbw liblxqt-0.14.1/lxqtpowermanager.cpp 
liblxqt-0.14.1.new/lxqtpowermanager.cpp
--- liblxqt-0.14.1/lxqtpowermanager.cpp 2019-02-24 01:13:58.0 +0100
+++ liblxqt-0.14.1.new/lxqtpowermanager.cpp 2020-01-27 10:41:19.505077141 
+0100
@@ -32,6 +32,7 @@
 #include 
 #include 
 #include 
+#include 
 #include "lxqttranslator.h"
 #include "lxqtglobals.h"
 #include "lxqtsettings.h"





commit liblxqt for openSUSE:Factory

2019-02-25 Thread root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2019-02-25 17:59:12

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new.28833 (New)


Package is "liblxqt"

Mon Feb 25 17:59:12 2019 rev:11 rq:678875 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2018-06-29 
22:31:43.650240650 +0200
+++ /work/SRC/openSUSE:Factory/.liblxqt.new.28833/liblxqt.changes   
2019-02-25 17:59:16.082184465 +0100
@@ -1,0 +2,23 @@
+Mon Feb 25 10:06:01 UTC 2019 - mvet...@suse.com
+
+- Update to 0.14.1:
+  * Bumped version to 0.14.1
+  * Enable/disable a standard button if it exists. This is needed for adding
+Apply button later because Apply button should be enabled/disabled
+appropriately.
+  * Updated translations
+  * Note for packagers: liblxqt now depend on libqtxdg 3.3.1
+
+---
+Thu Jan 31 09:39:31 UTC 2019 - Michael Vetter 
+
+- Update to 0.14.0:
+  * Added missing text color of our HTML delegate
+  * lxqtbacklight: fix and improve command line parameter handling
+  * lxqthtmldelegate: Position, alignment and size fixes for HTML delegate
+  * lxqtpageselectwidget: Fix config dialog cell height
+  * lxqtpageselectwidget: Fixed config dialog select widget cells
+- Remove liblxqt-0.13.0-backlight.patch: upstreamed
+- Move translation from lxqt-l10n into package
+
+---

Old:

  liblxqt-0.13.0-backlight.patch
  liblxqt-0.13.0.tar.xz
  liblxqt-0.13.0.tar.xz.asc

New:

  liblxqt-0.14.1.tar.xz
  liblxqt-0.14.1.tar.xz.asc



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.DiozGN/_old  2019-02-25 17:59:16.974183715 +0100
+++ /var/tmp/diff_new_pack.DiozGN/_new  2019-02-25 17:59:16.974183715 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblxqt
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,36 +17,39 @@
 
 
 Name:   liblxqt
-Version:0.13.0
+Version:0.14.1
 Release:0
 Summary:Core utility library for LXQt
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Url:http://www.lxqt.org
 Source: 
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source1:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
-Patch0: liblxqt-0.13.0-backlight.patch
-BuildRequires:  cmake >= 3.0.2
+BuildRequires:  cmake >= 3.1.0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel >= 0.5.0
-BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  libqt5xdg-devel >= 3.3.1
+BuildRequires:  lxqt-build-tools-devel >= 0.6.0
 BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools)
-BuildRequires:  pkgconfig(polkit-qt5-1)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xdg) >= 3.1.0
+BuildRequires:  pkgconfig(polkit-qt5-1)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xscrnsaver)
 Obsoletes:  liblxqt-qt5 < %{version}
 Provides:   liblxqt-qt5 = %{version}
+Recommends: %{name}-lang
 
 %description
 liblxqt represents the core library of LXQt providing essential
 functionality needed by nearly all of its components.
 
+%lang_package
+
 %package -n liblxqt0
 Summary:LXQt core library
 Group:  System/Libraries
@@ -73,7 +76,6 @@
 
 %prep
 %setup -q -n liblxqt-%{version}
-%patch0 -p1
 
 %build
 %cmake -DPULL_TRANSLATIONS=No
@@ -82,6 +84,8 @@
 %install
 %cmake_install
 
+%find_lang %{name} --with-qt
+
 %post -n liblxqt0 -p /sbin/ldconfig
 
 %postun -n liblxqt0 -p /sbin/ldconfig
@@ -103,4 +107,9 @@
 %{_libdir}/pkgconfig/lxqt.pc
 %{_libdir}/%{name}.so
 
+%files lang -f %{name}.lang 
+%dir %{_datadir}/lxqt
+%dir %{_datadir}/lxqt/translations
+%dir %{_datadir}/lxqt/translations/liblxqt
+
 %changelog

++ liblxqt-0.13.0.tar.xz -> liblxqt-0.14.1.tar.xz ++
 10093 lines of diff (skipped)





commit liblxqt for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2018-06-29 22:31:18

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new (New)


Package is "liblxqt"

Fri Jun 29 22:31:18 2018 rev:10 rq:618058 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2017-10-24 
22:22:58.765531534 +0200
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2018-06-29 
22:31:43.650240650 +0200
@@ -1,0 +2,24 @@
+Wed Jun 20 13:17:20 UTC 2018 - mvet...@suse.com
+
+- Update liblxqt-0.13.0-backlight.patch: use accepted one
+
+---
+Thu Jun 14 13:23:36 UTC 2018 - mvet...@suse.com
+
+- Remove liblxqt-rpmlintrc (See bsc#1092192)
+- Add liblxqt-0.13.0-backlight.patch:
+  Created by mgerstner when auditing.
+  See https://github.com/lxqt/liblxqt/pull/148
+
+---
+Tue May 22 14:05:13 UTC 2018 - mvet...@suse.com
+
+- Update to 0.13.0:
+  * An efficient backlight control is added.
+  * ConfigDialog: Adds the ability to select the shown page by name
+  * lxqtpower: Add support for turning monitor(s) off
+- Add BuildRequires for polkit-qt5-1
+- Add lxqt-backlight_backend and polkit file
+- Add rpmlintrc exception (bsc#1092192)
+
+---

Old:

  liblxqt-0.12.0.tar.xz
  liblxqt-0.12.0.tar.xz.asc

New:

  liblxqt-0.13.0-backlight.patch
  liblxqt-0.13.0.tar.xz
  liblxqt-0.13.0.tar.xz.asc



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.3NKTxd/_old  2018-06-29 22:31:44.198240231 +0200
+++ /var/tmp/diff_new_pack.3NKTxd/_new  2018-06-29 22:31:44.198240231 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblxqt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,31 @@
 
 
 Name:   liblxqt
-Version:0.12.0
+Version:0.13.0
 Release:0
 Summary:Core utility library for LXQt
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://www.lxqt.org
-Source: 
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
-Source1:
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
+Source: 
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source1:
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
+Patch0: liblxqt-0.13.0-backlight.patch
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel >= 0.4.0
+BuildRequires:  lxqt-build-tools-devel >= 0.5.0
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(polkit-qt5-1)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xdg) >= 3.1.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xscrnsaver)
 Obsoletes:  liblxqt-qt5 < %{version}
 Provides:   liblxqt-qt5 = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 liblxqt represents the core library of LXQt providing essential
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q -n liblxqt-%{version}
+%patch0 -p1
 
 %build
 %cmake -DPULL_TRANSLATIONS=No
@@ -85,13 +87,17 @@
 %postun -n liblxqt0 -p /sbin/ldconfig
 
 %files -n liblxqt0
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %{_libdir}/%{name}.so.0
 %{_libdir}/%{name}.so.0.*
+%dir %{_datadir}/lxqt/
+%{_datadir}/lxqt/power.conf
+%{_bindir}/lxqt-backlight_backend
+%dir %{_datadir}/polkit-1/
+%{_datadir}/polkit-1/actions/
 
 %files devel
-%defattr (-,root,root)
 %{_includedir}/lxqt/
 %{_datadir}/cmake/lxqt/
 %{_libdir}/pkgconfig/lxqt.pc

++ liblxqt-0.13.0-backlight.patch ++
 672 lines (skipped)

++ liblxqt-0.12.0.tar.xz -> liblxqt-0.13.0.tar.xz ++
 2412 lines of diff (skipped)





commit liblxqt for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2017-10-24 22:22:43

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new (New)


Package is "liblxqt"

Tue Oct 24 22:22:43 2017 rev:9 rq:535966 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2017-09-13 
22:38:31.638406844 +0200
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2017-10-24 
22:22:58.765531534 +0200
@@ -1,0 +2,25 @@
+Mon Oct 23 10:02:44 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Bump minimum qtxdg version to 3.1.0
+  * Don't export github templates
+  * Bump version and needed versions to the final values
+  * lxqtpower: Allow disabling of lxqt-session provider
+  * Drops Qt5Core_VERSION_STRING
+  * HtmlDelegate: Fix sizeHint() computation
+  * Add some comments about the meaning of versions
+  * Move LXQt version back to liblxqt
+  * Fixes (#118)
+  * lxqtapplication: Avoid wrong signal handling
+  * Removes unneeded semicolon in namespace definition
+  * Fix format conversions [-Wformat-pedantic] warnings
+  * Suppress compiler warnings about unused function parameters
+  * Removes extra semicolons in Qt's Q macros
+  * Translator: Prefer XDG_DATA_DIRS over compiled in path
+  * Help the compiler optimizing loops
+  * Use const variables where possible
+  * Update AUTHORS
+- Remove liblxqt-0.11.1-allow-disabl-lxqt-session.patch:
+  contained in upstream
+
+---

Old:

  liblxqt-0.11.1-allow-disabl-lxqt-session.patch
  liblxqt-0.11.1.tar.xz
  liblxqt-0.11.1.tar.xz.asc

New:

  liblxqt-0.12.0.tar.xz
  liblxqt-0.12.0.tar.xz.asc



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.5eCckP/_old  2017-10-24 22:22:59.297506667 +0200
+++ /var/tmp/diff_new_pack.5eCckP/_new  2017-10-24 22:22:59.301506480 +0200
@@ -17,26 +17,25 @@
 
 
 Name:   liblxqt
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:Core utility library for LXQt
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://www.lxqt.org
-Source: 
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source: 
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source1:
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
-Patch0: liblxqt-0.11.1-allow-disabl-lxqt-session.patch
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel
+BuildRequires:  lxqt-build-tools-devel >= 0.4.0
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRequires:  pkgconfig(Qt5Xdg) >= 1.3.0
+BuildRequires:  pkgconfig(Qt5Xdg) >= 3.1.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xscrnsaver)
 Obsoletes:  liblxqt-qt5 < %{version}
@@ -50,6 +49,7 @@
 %package -n liblxqt0
 Summary:LXQt core library
 Group:  System/Libraries
+Provides:   liblxqt
 Recommends: %{name}-lang
 
 %description -n liblxqt0
@@ -72,7 +72,6 @@
 
 %prep
 %setup -q -n liblxqt-%{version}
-%patch0 -p1
 
 %build
 %cmake -DPULL_TRANSLATIONS=No
@@ -94,7 +93,7 @@
 %files devel
 %defattr (-,root,root)
 %{_includedir}/lxqt/
-%{_datadir}/cmake/
+%{_datadir}/cmake/lxqt/
 %{_libdir}/pkgconfig/lxqt.pc
 %{_libdir}/%{name}.so
 

++ liblxqt-0.11.1.tar.xz -> liblxqt-0.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.11.1/AUTHORS new/liblxqt-0.12.0/AUTHORS
--- old/liblxqt-0.11.1/AUTHORS  2017-01-01 22:49:10.0 +0100
+++ new/liblxqt-0.12.0/AUTHORS  2017-10-21 20:53:19.0 +0200
@@ -4,7 +4,7 @@
 
 Copyright:
 Copyright (c) 2010-2012 Razor team
-Copyright (c) 2012-2016 LXQt team
+Copyright (c) 2012-2017 LXQt team
 
 License: LGPL-2.1+ and BSD-3-clause
 The full text of the LGPL-2.1+ licenses can be found in the 'COPYING' file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblxqt-0.11.1/CHANGELOG new/liblxqt-0.12.0/CHANGELOG
--- old/liblxqt-0.11.1/CHANGELOG2017-01-01 22:49:10.0 +0100
+++ new/liblxqt-0.12.0/CHANGELOG2017-10-21 20:53:19.0 +0200
@@ -1,7 +1,30 @@
 
-liblxqt-0.11.1 / 2017-01-01
+liblxqt-0.12.0 / 2017-10-21
 

commit liblxqt for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2017-09-13 22:38:13

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new (New)


Package is "liblxqt"

Wed Sep 13 22:38:13 2017 rev:8 rq:525867 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2017-03-12 
19:58:58.224457968 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2017-09-13 
22:38:31.638406844 +0200
@@ -1,0 +2,7 @@
+Wed Sep 13 11:47:59 UTC 2017 - mvet...@suse.com
+
+- boo#1044483:
+  * Add liblxqt-0.11.1-allow-disabl-lxqt-session.patch
+to allow disabling of lxqt-session
+
+---

New:

  liblxqt-0.11.1-allow-disabl-lxqt-session.patch



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.PempjW/_old  2017-09-13 22:38:32.166332513 +0200
+++ /var/tmp/diff_new_pack.PempjW/_new  2017-09-13 22:38:32.170331950 +0200
@@ -26,6 +26,7 @@
 Source: 
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
 Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
+Patch0: liblxqt-0.11.1-allow-disabl-lxqt-session.patch
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -71,6 +72,7 @@
 
 %prep
 %setup -q -n liblxqt-%{version}
+%patch0 -p1
 
 %build
 %cmake -DPULL_TRANSLATIONS=No

++ liblxqt-0.11.1-allow-disabl-lxqt-session.patch ++
>From f3f824c85811596bc8886b86f31b5f37c2480736 Mon Sep 17 00:00:00 2001
From: Palo Kisa 
Date: Wed, 28 Jun 2017 09:25:43 +0200
Subject: [PATCH] lxqtpower: Allow disabling of lxqt-session provider

To allow usage of LXQt::Power object inside of lxqt-session (handling
the called method of LXQtSessionProvider) we need to avoid recurently
calling lxqt-session itself.
---
 lxqtpower/lxqtpower.cpp  | 10 --
 lxqtpower/lxqtpower.h| 12 ++--
 lxqtpower/lxqtpowerproviders.cpp | 36 +---
 3 files changed, 43 insertions(+), 15 deletions(-)

diff --git a/lxqtpower/lxqtpower.cpp b/lxqtpower/lxqtpower.cpp
index 742793b..07cd19e 100644
--- a/lxqtpower/lxqtpower.cpp
+++ b/lxqtpower/lxqtpower.cpp
@@ -33,15 +33,21 @@
 
 using namespace LXQt;
 
-Power::Power(QObject *parent) :
+Power::Power(bool useLxqtSessionProvider, QObject * parent /*= nullptr*/) :
 QObject(parent)
 {
 mProviders.append(new CustomProvider(this));
+if (useLxqtSessionProvider)
+mProviders.append(new LXQtProvider(this));
 mProviders.append(new SystemdProvider(this));
 mProviders.append(new UPowerProvider(this));
 mProviders.append(new ConsoleKitProvider(this));
 mProviders.append(new LxSessionProvider(this));
-mProviders.append(new LXQtProvider(this));
+}
+
+Power::Power(QObject * parent /*= nullptr*/)
+: Power(true, parent)
+{
 }
 
 
diff --git a/lxqtpower/lxqtpower.h b/lxqtpower/lxqtpower.h
index f738b46..98b021e 100644
--- a/lxqtpower/lxqtpower.h
+++ b/lxqtpower/lxqtpower.h
@@ -56,8 +56,16 @@ class LXQT_API Power : public QObject
 PowerSuspend/// Suspend the computer
 };
 
-/// Constructs a Power with parent.
-explicit Power(QObject *parent = 0);
+/*!
+ * Constructs the Power object.
+ * \param useLxqtSessionProvider indicates if the DBus methods
+ * provided by lxqt-session should be considered. This is useful to
+ * avoid recursion if the lxqt-session wants to provide some of the
+ * methods by itself with internal use of this object.
+ */
+explicit Power(bool useLxqtSessionProvider, QObject *parent = nullptr);
+/// Constructs a Power with using the lxqt-session provider.
+explicit Power(QObject *parent = nullptr);
 
 /// Destroys the object.
 virtual ~Power();
diff --git a/lxqtpower/lxqtpowerproviders.cpp b/lxqtpower/lxqtpowerproviders.cpp
index 1304e05..3907cc7 100644
--- a/lxqtpower/lxqtpowerproviders.cpp
+++ b/lxqtpower/lxqtpowerproviders.cpp
@@ -500,31 +500,45 @@ LXQtProvider::~LXQtProvider()
 
 bool LXQtProvider::canAction(Power::Action action) const
 {
+QString command;
 switch (action)
 {
 case Power::PowerLogout:
-// there can be case when razo-session does not run
-return dbusCall(LXQT_SERVICE, LXQT_PATH, LXQT_SERVICE,
-QDBusConnection::sessionBus(), "canLogout",
-PowerProvider::DontCheckDBUS);
+command = "canLogout";
+break;
+case Power::PowerReboot:
+command = "canReboot";
+break;
+case 

commit liblxqt for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2017-03-12 19:58:57

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new (New)


Package is "liblxqt"

Sun Mar 12 19:58:57 2017 rev:7 rq:460075 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2016-10-06 
12:43:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2017-03-12 
19:58:58.224457968 +0100
@@ -1,0 +2,21 @@
+Thu Feb 23 17:01:53 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Bump needed build tools version (#113)
+  * build: Enable/disable WITH_XDG_DIRS_FALLBACK based on Qt version (#111)
+  * Updates lxqt-build-tools required version
+  * Adds a CMake minimum version requirement to the -config.cmake
+  * Refactors superbuild support
+  * Adds PROJECT_NAME to the build with Qt version message
+  * Pack target_compile_definitions() and target_include_directories()
+  * Adds PROJECT_NAME to the build with Qt version message
+  * Pack target_compile_definitions() and target_include_directories()
+  * Use the LXQtConfigVars module
+  * Make liblxqt depend on lxqt-build-tools
+  * Use the lxqt-build-tools LXQtCreatePortableHeaders
+  * Use the new LXQt Build Tools package
+  * Sets a minimum Qt5Xdg required version
+  * Adds minimum Qt version requirement (5.4.2)
+  * Remove cpack (#107)
+
+---

Old:

  liblxqt-0.11.0.tar.xz
  liblxqt-0.11.0.tar.xz.asc

New:

  liblxqt-0.11.1.tar.xz
  liblxqt-0.11.1.tar.xz.asc



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.HZYIUu/_old  2017-03-12 19:58:58.848369687 +0100
+++ /var/tmp/diff_new_pack.HZYIUu/_new  2017-03-12 19:58:58.848369687 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   liblxqt
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:Core utility library for LXQt
 License:LGPL-2.1+
@@ -29,6 +29,7 @@
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5DBus)

++ liblxqt-0.11.0.tar.xz -> liblxqt-0.11.1.tar.xz ++
 1724 lines of diff (skipped)





commit liblxqt for openSUSE:Factory

2016-10-06 Thread h_root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2016-10-06 12:43:03

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new (New)


Package is "liblxqt"

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2015-11-13 
23:35:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2016-10-06 
12:43:08.0 +0200
@@ -1,0 +2,67 @@
+Fri Sep 30 08:04:57 UTC 2016 - jeng...@inai.de
+
+- Update descriptions. Drop seemingly unneeded Provides: liblxqt.
+  Own all directories.
+
+---
+Sat Sep 24 18:15:21 UTC 2016 - mvet...@suse.com
+
+- Update to 0.11.0:
+  * Bump version ot 0.11.0 (#105)
+  * Settings: Make use of reverse_iterator conditional
+  * Application: Add  include
+  * Settings: Add "homemade" XDG_CONFIG_DIRS support
+  * Settings: unify duplicated code
+  * Add README.md
+  * translations: Change default translations repository
+  * Update DBus Notify method annotation name
+  * Fix lupdate warning missing Q_OBJECT macro
+  * Replaces deprecated QStyleOptionViewItemV4
+  * Don't lock the screen when it's already locked.
+  * lxqtscreensaver: Makes it a opaque pointer class
+  * GridLayout: Store current animation flag
+  * lxqtgridlayout: Move private class definition
+  * HtmlDelegate: Take layoutDirection into account
+  * GridLayout: Take layoutDirection into account
+  * application: Correct signal handling & clean-up (#72)
+  * lxqtpower: Removes unused stuff
+  * SingleApplication: Only create an DBus adaptor when needed
+  * NotificationPrivate: Fixes programming typo
+  * Don't set icon theme name
+  * configdialog: Update icons in ThemeChanged event
+  * lxqtpower: Add suspend and hibernate to ConsoleKit2 provider
+  * LXQtTranslateTs.cmake: Enable PULL_TRANSLATIONS by default
+  * LXQtTranslateTs.cmake: Use/update template in remote repo
+  * .gitignore: Cleanup
+  * build: Use external translations
+  * ts-files removal (#90)
+  * GridLayout: Fix memory leak
+  * translations: Fix external translations logic
+  * translations: Add external translations support
+  * configdialog: Fix icon bar sizing
+  * configdialog: fix size of PageSelectWidget (#83)
+  * Use const references with the foreach iterator
+  * SettingsCache: Improve performance
+  * Print warning messages when using the fallback Icon Theme
+  * Use LXQT_DATA_DIR for fallback icon theme search path
+  * Sets Oxygen as the only fallback icon theme
+  * Adds CMAKE_INSTALL_PREFIX to the LXQt Theme search paths
+  * LXQtCompilerSettings: Add QT_USE_QSTRINGBUILDER to the compile definitions
+  * SingleApplication: Use QCoreApplication::exit() instead of ::exit()
+  * bump year
+  * TranslateDesktopTs: Adds UPDATE_OPTIONS options
+  * TranslateDesktop: Remove lupdate absolute option
+  * TranslateDesktop: Use -a switch in grep commands
+  * LXQtTheme: Remove (outdated) "singleclick" qss assembly
+  * settings: Upgrade emitting of "changed" signals
+  * SingleApplication: Call also QWidget::show on activate
+  * Updated Russian translation Removed ru_RU file
+  * Use QString() instead of ""
+  * Use CMAKE_INSTALL_FULL_DATAROOTDIR
+  * Add LXQT_GRAPHICS_DIR directory definition
+  * lxqt-config: Correct escaping while setting variables
+  * CMake: Removes artifact
+  * Adds FindXdgUserDirs CMake find_package module
+  * Italian translation update
+
+---

Old:

  liblxqt-0.10.0.tar.xz

New:

  liblxqt-0.11.0.tar.xz
  liblxqt-0.11.0.tar.xz.asc
  liblxqt.keyring



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.2FVdCn/_old  2016-10-06 12:43:10.0 +0200
+++ /var/tmp/diff_new_pack.2FVdCn/_new  2016-10-06 12:43:10.0 +0200
@@ -17,61 +17,66 @@
 
 
 Name:   liblxqt
-Version:0.10.0
+Version:0.11.0
 Release:0
-Summary:Core utility library for lxqt
+Summary:Core utility library for LXQt
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://www.lxqt.org
-Source: 
http://downloads.lxqt.org/lxqt/%{version}/liblxqt-%{version}.tar.xz
+Source: 
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source2:%{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  pkg-config
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  

commit liblxqt for openSUSE:Factory

2015-11-13 Thread h_root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2015-11-13 23:35:45

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new (New)


Package is "liblxqt"

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2015-10-12 
10:02:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2015-11-13 
23:35:48.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 10 10:02:02 UTC 2015 - mvet...@suse.com
+
+- Remove patch 0001-fix-build-with-qt-5.5.patch
+  Contained in upstream version
+---
+Thu Nov  5 10:36:03 UTC 2015 - mvet...@suse.com
+
+- Upstream release 0.10.0
+
+---

Old:

  0001-fix-build-with-qt-5.5.patch
  liblxqt-0.9.0.tar.xz

New:

  liblxqt-0.10.0.tar.xz



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.htVnuM/_old  2015-11-13 23:35:49.0 +0100
+++ /var/tmp/diff_new_pack.htVnuM/_new  2015-11-13 23:35:49.0 +0100
@@ -17,16 +17,14 @@
 
 
 Name:   liblxqt
-Version:0.9.0
+Version:0.10.0
 Release:0
 Summary:Core utility library for lxqt
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://www.lxqt.org
 Source: 
http://downloads.lxqt.org/lxqt/%{version}/liblxqt-%{version}.tar.xz
-#factory moved to libqt5.5, we need to include QObject explicitly there
-Patch:  0001-fix-build-with-qt-5.5.patch
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  kwindowsystem-devel
@@ -34,7 +32,7 @@
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRequires:  pkgconfig(Qt5Xdg) >= 1.0.0
+BuildRequires:  pkgconfig(Qt5Xdg) >= 1.3.0
 BuildRequires:  pkgconfig(x11)
 Obsoletes:  liblxqt-qt5 < %{version}
 Provides:   liblxqt-qt5 = %{version}
@@ -65,11 +63,10 @@
 
 %prep
 %setup -q -n liblxqt-%{version}
-%patch -p1
 
 %build
 %cmake
-%__make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
 %cmake_install

++ liblxqt-0.9.0.tar.xz -> liblxqt-0.10.0.tar.xz ++
 22077 lines of diff (skipped)




commit liblxqt for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2015-10-12 10:02:17

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new (New)


Package is "liblxqt"

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2015-08-01 
11:35:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2015-10-12 
10:02:20.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  8 10:31:22 UTC 2015 - mvet...@suse.com
+
+- Factory moved fom libqt5.4 to 5.5
+  0001-fix-build-with-qt-5.5.patch: include QObject header explicitly
+
+---

New:

  0001-fix-build-with-qt-5.5.patch



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.Ruiz4D/_old  2015-10-12 10:02:21.0 +0200
+++ /var/tmp/diff_new_pack.Ruiz4D/_new  2015-10-12 10:02:21.0 +0200
@@ -24,6 +24,8 @@
 Group:  Development/Libraries/C and C++
 Url:http://www.lxqt.org
 Source: 
http://downloads.lxqt.org/lxqt/%{version}/liblxqt-%{version}.tar.xz
+#factory moved to libqt5.5, we need to include QObject explicitly there
+Patch:  0001-fix-build-with-qt-5.5.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -63,6 +65,7 @@
 
 %prep
 %setup -q -n liblxqt-%{version}
+%patch -p1
 
 %build
 %cmake

++ 0001-fix-build-with-qt-5.5.patch ++
>From 7303ea207de0771d6f450a31ec4a1ce69202869b Mon Sep 17 00:00:00 2001
From: rezso 
Date: Sun, 5 Jul 2015 18:46:13 +0200
Subject: [PATCH 01/17] fix build with qt 5.5

(lxqtnotification.h:43:5: error: 'Q_OBJECT' does not name a type)
---
 lxqtnotification.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lxqtnotification.h b/lxqtnotification.h
index 4334a55..2d74504 100644
--- a/lxqtnotification.h
+++ b/lxqtnotification.h
@@ -25,6 +25,7 @@
 #ifndef LXQTNOTIFICATION_H
 #define LXQTNOTIFICATION_H
 
+#include 
 #include 
 #include "lxqtglobals.h"
 
-- 
2.5.2




commit liblxqt for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2015-08-01 11:35:19

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new (New)


Package is liblxqt

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2015-02-25 
02:17:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2015-08-01 
11:35:20.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul  9 13:59:41 UTC 2015 - mvet...@suse.com
+
+- Use correct name lxqt instead of lxde-qt
+
+---



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.hEWiBk/_old  2015-08-01 11:35:20.0 +0200
+++ /var/tmp/diff_new_pack.hEWiBk/_new  2015-08-01 11:35:20.0 +0200
@@ -19,7 +19,7 @@
 Name:   liblxqt
 Version:0.9.0
 Release:0
-Summary:Core utility library for lxde-qt
+Summary:Core utility library for lxqt
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://www.lxqt.org
@@ -39,7 +39,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Core utility library for all lxde-qt components
+Core utility library for all lxqt components
 
 %package -n liblxqt0
 Summary:Libraries for lxqt




commit liblxqt for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

here is the log from the commit of package liblxqt for openSUSE:Factory checked 
in at 2015-02-25 02:17:07

Comparing /work/SRC/openSUSE:Factory/liblxqt (Old)
 and  /work/SRC/openSUSE:Factory/.liblxqt.new (New)


Package is liblxqt

Changes:

--- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes  2015-02-16 
21:12:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblxqt.new/liblxqt.changes 2015-02-25 
02:17:08.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 20 01:18:24 UTC 2015 - sfal...@opensuse.org
+
+- Changed to %cmake and %cmake_install macros in %build and
+  %install 
+
+---



Other differences:
--
++ liblxqt.spec ++
--- /var/tmp/diff_new_pack.wgEFC4/_old  2015-02-25 02:17:08.0 +0100
+++ /var/tmp/diff_new_pack.wgEFC4/_new  2015-02-25 02:17:08.0 +0100
@@ -65,18 +65,11 @@
 %setup -q -n liblxqt-%{version}
 
 %build
-mkdir build
-pushd build
-cmake \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  ..
+%cmake
 %__make %{?_smp_flags}
-popd
 
 %install
-pushd build
-make DESTDIR=$RPM_BUILD_ROOT install
-popd
+%cmake_install
 %fdupes -s %{buildroot}/%{_datadir}/lxqt/translations
 %fdupes -s %{buildroot}/%{_includedir}/lxqt
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org