commit lxqt-qtplugin for openSUSE:Factory

2020-11-04 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.11331 (New)


Package is "lxqt-qtplugin"

Wed Nov  4 18:28:01 2020 rev:14 rq:845998 version:0.16.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2020-06-02 14:38:13.783443740 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.11331/lxqt-qtplugin.changes   
2020-11-04 18:32:34.240123981 +0100
@@ -1,0 +2,7 @@
+Wed Nov  4 13:29:29 UTC 2020 - Michael Vetter 
+
+- Update to 0.16.0:
+  * Do not reset widget palettes on changing style.
+  * Support more palette colors for better customization.
+
+---

Old:

  lxqt-qtplugin-0.15.1.tar.xz
  lxqt-qtplugin-0.15.1.tar.xz.asc

New:

  lxqt-qtplugin-0.16.0.tar.xz
  lxqt-qtplugin-0.16.0.tar.xz.asc



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.Illbyo/_old  2020-11-04 18:32:34.824122686 +0100
+++ /var/tmp/diff_new_pack.Illbyo/_new  2020-11-04 18:32:34.824122686 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.15.1
+Version:0.16.0
 Release:0
 Summary:LXQt platform integration plugin for Qt 5
 License:LGPL-2.1-or-later
@@ -30,12 +30,13 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  libexif-devel
-BuildRequires:  lxqt-build-tools-devel >= 0.7.0
+BuildRequires:  lxqt-build-tools-devel >= 0.8.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5WindowSystem)
-BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.12.0
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5X11Extras)
+BuildRequires:  pkgconfig(Qt5Xdg) >= 3.6.0
 BuildRequires:  pkgconfig(Qt5XdgIconLoader)
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(libfm-qt) >= %{version}

++ lxqt-qtplugin-0.15.1.tar.xz -> lxqt-qtplugin-0.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.15.1/CHANGELOG 
new/lxqt-qtplugin-0.16.0/CHANGELOG
--- old/lxqt-qtplugin-0.15.1/CHANGELOG  2020-05-31 14:56:21.0 +0200
+++ new/lxqt-qtplugin-0.16.0/CHANGELOG  2020-10-30 14:42:33.0 +0100
@@ -1,3 +1,8 @@
+lxqt-qtplugin-0.16.0 / 2020-11-01
+=
+  * Do not reset widget palettes on changing style.
+  * Support more palette colors for better customization.
+
 lxqt-qtplugin-0.15.1 / 2020-05-31
 =
   * Fixed Fusion's window color with Qt 5.15.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.15.1/CMakeLists.txt 
new/lxqt-qtplugin-0.16.0/CMakeLists.txt
--- old/lxqt-qtplugin-0.15.1/CMakeLists.txt 2020-05-31 14:56:21.0 
+0200
+++ new/lxqt-qtplugin-0.16.0/CMakeLists.txt 2020-10-30 14:42:33.0 
+0100
@@ -13,10 +13,10 @@
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 
 # Minimum Versions
-set(LXQTBT_MINIMUM_VERSION "0.7.0")
-set(QT_MINIMUM_VERSION "5.10.0")
-set(QTXDG_MINIMUM_VERSION "3.5.0")
-set(FMQT_MINIMUM_VERSION "0.15.0")
+set(LXQTBT_MINIMUM_VERSION "0.8.0")
+set(QT_MINIMUM_VERSION "5.12.0")
+set(QTXDG_MINIMUM_VERSION "3.6.0")
+set(FMQT_MINIMUM_VERSION "0.16.0")
 
 find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
 find_package(Qt5LinguistTools ${QT_MINIMUM_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.15.1/src/lxqtplatformtheme.cpp 
new/lxqt-qtplugin-0.16.0/src/lxqtplatformtheme.cpp
--- old/lxqt-qtplugin-0.15.1/src/lxqtplatformtheme.cpp  2020-05-31 
14:56:21.0 +0200
+++ new/lxqt-qtplugin-0.16.0/src/lxqtplatformtheme.cpp  2020-10-30 
14:42:33.0 +0100
@@ -116,25 +116,114 @@
 // single click activation
 singleClickActivate_ = 
settings.value(QLatin1String("single_click_activate")).toBool();
 
-// load Qt settings
-settings.beginGroup(QLatin1String("Qt"));
+// palette
+settings.beginGroup(QLatin1String("Palette"));
+paletteChanged_ = false;
 
-// widget style
-style_ = settings.value(QLatin1String("style"), 
QLatin1String("fusion")).toString();
-
-// window color
-// NOTE: Later, we might add more colors but, for now, only the window
-// (= button) color is set, with Fusion's window color as the fallback.
-QColor oldWinColor = winColor_;
+QColor color = winColor_;
 winColor_.setNamedColor(settings.value(QLatin1String("window_color"), 

commit lxqt-qtplugin for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2020-06-02 14:37:26

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.3606 (New)


Package is "lxqt-qtplugin"

Tue Jun  2 14:37:26 2020 rev:13 rq:810524 version:0.15.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2020-05-04 18:38:14.736770526 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.3606/lxqt-qtplugin.changes
2020-06-02 14:38:13.783443740 +0200
@@ -1,0 +2,7 @@
+Mon Jun  1 05:54:21 UTC 2020 - Michael Vetter 
+
+- Update to 0.15.1:
+  * Fixed Fusion's window color with Qt 5.15.
+  * Made the window color configurable.
+
+---

Old:

  lxqt-qtplugin-0.15.0.tar.xz
  lxqt-qtplugin-0.15.0.tar.xz.asc

New:

  lxqt-qtplugin-0.15.1.tar.xz
  lxqt-qtplugin-0.15.1.tar.xz.asc



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.P71QRO/_old  2020-06-02 14:38:14.591446295 +0200
+++ /var/tmp/diff_new_pack.P71QRO/_new  2020-06-02 14:38:14.595446307 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-qtplugin
 #
-# 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,7 +17,7 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.15.0
+Version:0.15.1
 Release:0
 Summary:LXQt platform integration plugin for Qt 5
 License:LGPL-2.1-or-later
@@ -38,8 +38,8 @@
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5XdgIconLoader)
 BuildRequires:  pkgconfig(dbusmenu-qt5)
-BuildRequires:  pkgconfig(lxqt) >= %{version}
 BuildRequires:  pkgconfig(libfm-qt) >= %{version}
+BuildRequires:  pkgconfig(lxqt) >= %{version}
 %if 0%{?fedora_version}
 %requires_eqqt5-qtbase-gui
 %else

++ lxqt-qtplugin-0.15.0.tar.xz -> lxqt-qtplugin-0.15.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.15.0/CHANGELOG 
new/lxqt-qtplugin-0.15.1/CHANGELOG
--- old/lxqt-qtplugin-0.15.0/CHANGELOG  2020-04-23 20:15:57.0 +0200
+++ new/lxqt-qtplugin-0.15.1/CHANGELOG  2020-05-31 14:56:21.0 +0200
@@ -1,3 +1,8 @@
+lxqt-qtplugin-0.15.1 / 2020-05-31
+=
+  * Fixed Fusion's window color with Qt 5.15.
+  * Made the window color configurable.
+
 lxqt-qtplugin-0.15.0 / 2020-04-22
 =
   * Bumped version to 0.15.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.15.0/src/lxqtplatformtheme.cpp 
new/lxqt-qtplugin-0.15.1/src/lxqtplatformtheme.cpp
--- old/lxqt-qtplugin-0.15.0/src/lxqtplatformtheme.cpp  2020-04-23 
20:15:57.0 +0200
+++ new/lxqt-qtplugin-0.15.1/src/lxqtplatformtheme.cpp  2020-05-31 
14:56:21.0 +0200
@@ -57,6 +57,7 @@
 LXQtPlatformTheme::LXQtPlatformTheme():
 iconFollowColorScheme_(true)
 , settingsWatcher_(nullptr)
+, LXQtPalette_(nullptr)
 {
 loadSettings();
 // Note: When the plugin is loaded, it seems that the app is not yet 
running and
@@ -75,6 +76,8 @@
 }
 
 LXQtPlatformTheme::~LXQtPlatformTheme() {
+if(LXQtPalette_)
+delete LXQtPalette_;
 if(settingsWatcher_)
 delete settingsWatcher_;
 }
@@ -119,6 +122,20 @@
 // widget style
 style_ = settings.value(QLatin1String("style"), 
QLatin1String("fusion")).toString();
 
+// window color
+// NOTE: Later, we might add more colors but, for now, only the window
+// (= button) color is set, with Fusion's window color as the fallback.
+QColor oldWinColor = winColor_;
+winColor_.setNamedColor(settings.value(QLatin1String("window_color"), 
QLatin1String("#efefef")).toString());
+if(!winColor_.isValid())
+winColor_.setNamedColor(QStringLiteral("#efefef"));
+if(oldWinColor != winColor_)
+{
+if(LXQtPalette_)
+delete LXQtPalette_;
+LXQtPalette_ = new QPalette(winColor_);
+}
+
 // SystemFont
 fontStr_ = settings.value(QLatin1String("font")).toString();
 if(!fontStr_.isEmpty()) {
@@ -167,17 +184,22 @@
 // update the settings and repaint the UI. We need to do it ourselves
 // through dirty hacks and private Qt internal APIs.
 QString oldStyle = style_;
+QColor oldWinColor = winColor_;
 QString oldIconTheme = iconTheme_;
 QString oldFont = fontStr_;
 QString oldFixedFont = fixedFontStr_;
 
 loadSettings(); // reload the config 

commit lxqt-qtplugin for openSUSE:Factory

2020-05-04 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.2738 (New)


Package is "lxqt-qtplugin"

Mon May  4 18:35:40 2020 rev:12 rq:798544 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2019-02-25 17:49:34.414803609 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.2738/lxqt-qtplugin.changes
2020-05-04 18:38:14.736770526 +0200
@@ -1,0 +2,14 @@
+Mon Apr 27 11:00:52 UTC 2020 - Callum Farmer 
+
+- Changed lxqt-qtplugin.keyring to tsujan's key
+
+---
+Sat Apr 25 11:12:05 UTC 2020 - Callum Farmer 
+
+- Update to version 0.15.0
+  * Set minimum required Qt version to 5.10.0.
+  * Added libfm-qt as a dependency (for LXQt file dialog).
+  * Added support for flatpak and working without context menu (to status 
notifier).
+  * Removed deprecated QImage methods and updated the code for C++11.
+
+---

Old:

  lxqt-qtplugin-0.14.0.tar.xz
  lxqt-qtplugin-0.14.0.tar.xz.asc

New:

  lxqt-qtplugin-0.15.0.tar.xz
  lxqt-qtplugin-0.15.0.tar.xz.asc



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.W8mZl5/_old  2020-05-04 18:38:19.412780001 +0200
+++ /var/tmp/diff_new_pack.W8mZl5/_new  2020-05-04 18:38:19.416780010 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-qtplugin
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.14.0
+Version:0.15.0
 Release:0
 Summary:LXQt platform integration plugin for Qt 5
 License:LGPL-2.1-or-later
@@ -30,7 +30,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  libexif-devel
-BuildRequires:  lxqt-build-tools-devel >= 0.6.0
+BuildRequires:  lxqt-build-tools-devel >= 0.7.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig(Qt5XdgIconLoader)
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(lxqt) >= %{version}
+BuildRequires:  pkgconfig(libfm-qt) >= %{version}
 %if 0%{?fedora_version}
 %requires_eqqt5-qtbase-gui
 %else

++ lxqt-qtplugin-0.14.0.tar.xz -> lxqt-qtplugin-0.15.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.14.0/CHANGELOG 
new/lxqt-qtplugin-0.15.0/CHANGELOG
--- old/lxqt-qtplugin-0.14.0/CHANGELOG  2019-01-24 23:04:03.0 +0100
+++ new/lxqt-qtplugin-0.15.0/CHANGELOG  2020-04-23 20:15:57.0 +0200
@@ -1,16 +1,28 @@
+lxqt-qtplugin-0.15.0 / 2020-04-22
+=
+  * Bumped version to 0.15.0.
+  * Made libfm-qt a dependency and loaded versioned libfm-qt (for versioned 
".so" handling).
+  * C++11 code updates.
+  * Use return braced init list.
+  * Removed (duplicated) string casts definitions.
+  * Removed deprecated QImage method "byteCount()" and used "sizeInBytes()" 
instead.
+  * Fixed "#include" for libdbusmenu-qt.
+  * Added support for flatpak to StatusNotifierItem.
+  * Added Category property to StatusNotifierItem to fix working on some DEs.
+  * Added support for working without context menu to StatusNotifierItem.
 
 lxqt-qtplugin-0.14.0 / 2019-01-25
 =
 
   * Bumped version to 0.14.0
-  * Dynamically load libfm-qt on demand to create 
+  * Dynamically load libfm-qt on demand to create
 the file dialog helper.
-  * Don't use automatic string conversions 
+  * Don't use automatic string conversions
   * Improved cmake scripting
 - Set cmake_minimum_required to 3.1.0
 - Removed locale compile definitons
-- Removed the superfluous libfm-qt dependency 
- 
+- Removed the superfluous libfm-qt dependency
+
 lxqt-qtplugin-0.13.0 / 2018-05-21
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.14.0/CMakeLists.txt 
new/lxqt-qtplugin-0.15.0/CMakeLists.txt
--- old/lxqt-qtplugin-0.14.0/CMakeLists.txt 2019-01-24 23:04:03.0 
+0100
+++ new/lxqt-qtplugin-0.15.0/CMakeLists.txt 2020-04-23 20:15:57.0 
+0200
@@ -13,9 +13,10 @@
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 
 # Minimum 

commit lxqt-qtplugin for openSUSE:Factory

2019-02-25 Thread root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2019-02-25 17:49:33

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.28833 (New)


Package is "lxqt-qtplugin"

Mon Feb 25 17:49:33 2019 rev:11 rq:670393 version:0.14.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2018-06-29 22:31:22.486256834 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new.28833/lxqt-qtplugin.changes   
2019-02-25 17:49:34.414803609 +0100
@@ -1,0 +2,13 @@
+Thu Jan 31 10:21:21 UTC 2019 - Michael Vetter 
+
+- Update to 0.14.0:
+  * Dynamically load libfm-qt on demand to create
+the file dialog helper.
+  * Don't use automatic string conversions
+  * Improved cmake scripting
+- Set cmake_minimum_required to 3.1.0
+- Removed locale compile definitons
+- Removed the superfluous libfm-qt dependency
+- Move translation from lxqt-l10n into package
+
+---

Old:

  lxqt-qtplugin-0.13.0.tar.xz
  lxqt-qtplugin-0.13.0.tar.xz.asc

New:

  lxqt-qtplugin-0.14.0.tar.xz
  lxqt-qtplugin-0.14.0.tar.xz.asc



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.bITt4q/_old  2019-02-25 17:49:35.438803189 +0100
+++ /var/tmp/diff_new_pack.bITt4q/_new  2019-02-25 17:49:35.438803189 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-qtplugin
 #
-# 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
@@ -12,12 +12,12 @@
 # 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/
 #
 
 
 Name:   lxqt-qtplugin
-Version:0.13.0
+Version:0.14.0
 Release:0
 Summary:LXQt platform integration plugin for Qt 5
 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
-BuildRequires:  cmake >= 3.0.2
+BuildRequires:  cmake >= 3.1.0
 BuildRequires:  gcc-c++
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  libexif-devel
-BuildRequires:  libfm-qt-devel >= 0.13.0
-BuildRequires:  lxqt-build-tools-devel >= 0.5.0
+BuildRequires:  lxqt-build-tools-devel >= 0.6.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5Gui)

++ lxqt-qtplugin-0.13.0.tar.xz -> lxqt-qtplugin-0.14.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.13.0/CHANGELOG 
new/lxqt-qtplugin-0.14.0/CHANGELOG
--- old/lxqt-qtplugin-0.13.0/CHANGELOG  2018-05-21 20:41:42.0 +0200
+++ new/lxqt-qtplugin-0.14.0/CHANGELOG  2019-01-24 23:04:03.0 +0100
@@ -1,4 +1,16 @@
 
+lxqt-qtplugin-0.14.0 / 2019-01-25
+=
+
+  * Bumped version to 0.14.0
+  * Dynamically load libfm-qt on demand to create 
+the file dialog helper.
+  * Don't use automatic string conversions 
+  * Improved cmake scripting
+- Set cmake_minimum_required to 3.1.0
+- Removed locale compile definitons
+- Removed the superfluous libfm-qt dependency 
+ 
 lxqt-qtplugin-0.13.0 / 2018-05-21
 =
 
@@ -12,8 +24,8 @@
   * Silent unused parameters warnings
   * Remember the view mode
 
-0.12.0 / 2017-10-21
-===
+lxqt-qtplugin-0.12.0 / 2017-10-21
+=
 
   * Release 0.12.0: Update changelog
   * Set an informal patch version
@@ -41,16 +53,16 @@
   * Bump year
   * Updates lxqt-build-tools required version
 
-0.11.1 / 2016-12-11
-===
+lxqt-qtplugin-0.11.1 / 2016-12-11
+=
 
   * Release 0.11.1: Update changelog
   * Use lxqt-build-tools
   * Use the new lxqt-build-tools package
   * Remove cpack (#14)
 
-0.11.0 / 2016-09-24
-===
+lxqt-qtplugin-0.11.0 / 2016-09-24
+=
 
   * Release 0.11.0: Add changelog
   * Add Qt5XdgIconLoader as dependency (#13)
@@ -63,8 +75,8 @@
   * Adds $XDG_DATA_HOME to the XdgIconThemePaths
   * Bump year in AUTHORS
 
-0.10.0 / 2015-11-02
-===
+lxqt-qtplugin-0.10.0 / 

commit lxqt-qtplugin for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2018-06-29 22:30:21

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is "lxqt-qtplugin"

Fri Jun 29 22:30:21 2018 rev:10 rq:618042 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2017-10-24 22:23:14.288805887 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2018-06-29 22:31:22.486256834 +0200
@@ -1,0 +2,8 @@
+Tue May 22 15:14:06 UTC 2018 - mvet...@suse.com
+
+- Update to 0.13.0:
+  * lxqtplatformtheme: Initialize “folowColorScheme” once
+  * Fix icon colorizing at startup
+  * Remember the view mode
+
+---

Old:

  lxqt-qtplugin-0.12.0.tar.xz
  lxqt-qtplugin-0.12.0.tar.xz.asc

New:

  lxqt-qtplugin-0.13.0.tar.xz
  lxqt-qtplugin-0.13.0.tar.xz.asc



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.kvfJTe/_old  2018-06-29 22:31:22.962256470 +0200
+++ /var/tmp/diff_new_pack.kvfJTe/_new  2018-06-29 22:31:22.966256467 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-qtplugin
 #
-# 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,36 +17,35 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.12.0
+Version:0.13.0
 Release:0
 Summary:LXQt platform integration plugin for Qt 5
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/LXQt
-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
+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
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel
-BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  libQt5Gui-private-headers-devel
+BuildRequires:  libexif-devel
+BuildRequires:  libfm-qt-devel >= 0.13.0
+BuildRequires:  lxqt-build-tools-devel >= 0.5.0
+BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5UiTools)
-BuildRequires:  pkgconfig(lxqt) >= %{version}
-BuildRequires:  pkgconfig(dbusmenu-qt5)
-BuildRequires:  pkgconfig(Qt5XdgIconLoader)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRequires:  libfm-qt-devel
-BuildRequires:  libexif-devel
+BuildRequires:  pkgconfig(Qt5XdgIconLoader)
+BuildRequires:  pkgconfig(dbusmenu-qt5)
+BuildRequires:  pkgconfig(lxqt) >= %{version}
 %if 0%{?fedora_version}
 %requires_eqqt5-qtbase-gui
 %else
 %requires_eqlibQt5Gui5
 %endif
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 %description
 With this plugin, all Qt-based programs can adopt settings of
 LXQt, such as the icon theme.
@@ -70,8 +69,8 @@
 %cmake_install
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS LICENSE README.md
+%license LICENSE
+%doc AUTHORS README.md
 %dir %{_libdir}/qt5/plugins
 %dir %{_libdir}/qt5/plugins/platformthemes
 %{_libdir}/qt5/plugins/platformthemes/libqtlxqt.so

++ lxqt-qtplugin-0.12.0.tar.xz -> lxqt-qtplugin-0.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.12.0/AUTHORS 
new/lxqt-qtplugin-0.13.0/AUTHORS
--- old/lxqt-qtplugin-0.12.0/AUTHORS2017-10-21 21:34:23.0 +0200
+++ new/lxqt-qtplugin-0.13.0/AUTHORS2018-05-21 20:41:42.0 +0200
@@ -1,5 +1,5 @@
 Upstream Authors:
-LXQt team: http://lxqt.org
+LXQt team: https://lxqt.org
 Hong Jen Yee (PCMan) 
 
 Copyright:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.12.0/CHANGELOG 
new/lxqt-qtplugin-0.13.0/CHANGELOG
--- old/lxqt-qtplugin-0.12.0/CHANGELOG  2017-10-21 21:34:23.0 +0200
+++ new/lxqt-qtplugin-0.13.0/CHANGELOG  2018-05-21 20:41:42.0 +0200
@@ -1,7 +1,21 @@
 
-lxqt-qtplugin-0.12.0 / 2017-10-21
+lxqt-qtplugin-0.13.0 / 2018-05-21
 =
 
+  * CMake: Prevent in-source builds
+  * fix http -> https
+  * Fixed mentions of LXDE
+  * 

commit lxqt-qtplugin for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2017-10-24 22:23:13

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is "lxqt-qtplugin"

Tue Oct 24 22:23:13 2017 rev:9 rq:535980 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2017-03-13 15:33:43.892173117 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2017-10-24 22:23:14.288805887 +0200
@@ -1,0 +2,29 @@
+Mon Oct 23 11:27:07 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set an informal patch version
+  * Don't export github templates
+  * Flag unused vars in onServiceOwnerChanged
+  * Fix missing variable declaration
+  * Handle QML (as @PCMan suggested)
+  * Use mime functions added by @PCMan
+  * Loading and saving window/splitter size
+  * Central positioning with respect to parent
+  * Set window title correctly
+  * Qt version conditions
+  * Just made it compilable
+  * Handle mime-type filters for file dialog. Set custom file dialog labels.
+  * Update options properly.
+  * Implement a basic file dialog helper using libfm-qt's Fm::FileDialog.
+  * Avoid using Qt-specific keywords such as signal/slot and foreach. Instead, 
use macros.
+  * LXQtPlatformTheme: Make Qt use default palette (#22)
+  * LXQtPlatformTheme: Add icon FollowColorScheme config (#21)
+  * Prevent a possible C++11 range for detach (#20)
+  * Use the CMake MODULE library type.
+  * LXQtPlatformTheme: Propagate wheelScrollLines
+  * LXQtPlatformTheme: Do not provide own palette
+  * Fix multiple StatusNotifierItems.
+  * Bump year
+  * Updates lxqt-build-tools required version
+
+---

Old:

  lxqt-qtplugin-0.11.1.tar.xz
  lxqt-qtplugin-0.11.1.tar.xz.asc

New:

  lxqt-qtplugin-0.12.0.tar.xz
  lxqt-qtplugin-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.RkS1wk/_old  2017-10-24 22:23:15.008772231 +0200
+++ /var/tmp/diff_new_pack.RkS1wk/_new  2017-10-24 22:23:15.008772231 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:LXQt platform integration plugin for Qt 5
 License:LGPL-2.1+
 Group:  System/GUI/LXQt
 Url:http://www.lxqt.org
-Source0:
http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
-Source1:
http://downloads.lxqt.org/%{name}/%{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
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
@@ -36,6 +36,9 @@
 BuildRequires:  pkgconfig(lxqt) >= %{version}
 BuildRequires:  pkgconfig(dbusmenu-qt5)
 BuildRequires:  pkgconfig(Qt5XdgIconLoader)
+BuildRequires:  pkgconfig(Qt5X11Extras)
+BuildRequires:  libfm-qt-devel
+BuildRequires:  libexif-devel
 %if 0%{?fedora_version}
 %requires_eqqt5-qtbase-gui
 %else

++ lxqt-qtplugin-0.11.1.tar.xz -> lxqt-qtplugin-0.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.11.1/AUTHORS 
new/lxqt-qtplugin-0.12.0/AUTHORS
--- old/lxqt-qtplugin-0.11.1/AUTHORS2016-12-11 01:52:27.0 +0100
+++ new/lxqt-qtplugin-0.12.0/AUTHORS2017-10-21 21:34:23.0 +0200
@@ -3,7 +3,7 @@
 Hong Jen Yee (PCMan) 
 
 Copyright:
-Copyright (c) 2013-2016 LXQt team
+Copyright (c) 2013-2017 LXQt team
 
 License: LGPL-2.1+
 The full text of the licenses can be found in the 'COPYING' file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.11.1/CHANGELOG 
new/lxqt-qtplugin-0.12.0/CHANGELOG
--- old/lxqt-qtplugin-0.11.1/CHANGELOG  2016-12-11 01:52:27.0 +0100
+++ new/lxqt-qtplugin-0.12.0/CHANGELOG  2017-10-21 21:34:23.0 +0200
@@ -1,7 +1,36 @@
 
-lxqt-qtplugin-0.11.1 / 2016-12-11
+lxqt-qtplugin-0.12.0 / 2017-10-21
 =
 
+  * Set an informal patch version
+  * Don't export github templates
+  * Flag unused vars in onServiceOwnerChanged
+  * Fix missing variable declaration
+  * Handle QML (as @PCMan suggested)
+  * Use mime functions added by @PCMan
+  * Loading and saving window/splitter size
+  * Central positioning with respect to parent
+  * Set window title correctly
+  * Qt version conditions
+  * Just made it compilable
+ 

commit lxqt-qtplugin for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2017-03-13 15:32:58

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is "lxqt-qtplugin"

Mon Mar 13 15:32:58 2017 rev:8 rq:476948 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2016-10-06 12:44:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2017-03-13 15:33:43.892173117 +0100
@@ -1,0 +2,13 @@
+Sat Mar  4 18:59:19 UTC 2017 - sfal...@opensuse.org
+
+- Update Source URLs
+
+---
+Fri Feb 24 19:17:13 UTC 2017 - sfal...@opensuse.org
+
+- Update to 0.11.1:
+  * Use lxqt-build-tools
+  * Use the new lxqt-build-tools package
+  * Remove cpack (#14)
+
+---

Old:

  lxqt-qtplugin-0.11.0.tar.xz
  lxqt-qtplugin-0.11.0.tar.xz.asc

New:

  lxqt-qtplugin-0.11.1.tar.xz
  lxqt-qtplugin-0.11.1.tar.xz.asc



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.xKTO9A/_old  2017-03-13 15:33:44.548080422 +0100
+++ /var/tmp/diff_new_pack.xKTO9A/_new  2017-03-13 15:33:44.552079857 +0100
@@ -17,17 +17,18 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:LXQt platform integration plugin for Qt 5
 License:LGPL-2.1+
 Group:  System/GUI/LXQt
 Url:http://www.lxqt.org
-Source0:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-Source1:
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz.asc
+Source0:
http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source1:
http://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
+BuildRequires:  lxqt-build-tools-devel
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  pkgconfig(Qt5Gui)

++ lxqt-qtplugin-0.11.0.tar.xz -> lxqt-qtplugin-0.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.11.0/.gitignore 
new/lxqt-qtplugin-0.11.1/.gitignore
--- old/lxqt-qtplugin-0.11.0/.gitignore 2016-09-24 00:46:26.0 +0200
+++ new/lxqt-qtplugin-0.11.1/.gitignore 1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-build
-*.kdev4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.11.0/CHANGELOG 
new/lxqt-qtplugin-0.11.1/CHANGELOG
--- old/lxqt-qtplugin-0.11.0/CHANGELOG  2016-09-24 00:46:26.0 +0200
+++ new/lxqt-qtplugin-0.11.1/CHANGELOG  2016-12-11 01:52:27.0 +0100
@@ -1,7 +1,15 @@
 
-lxqt-qtplugin-0.11.0 / 2016-09-24
+lxqt-qtplugin-0.11.1 / 2016-12-11
 =
 
+  * Use lxqt-build-tools
+  * Use the new lxqt-build-tools package
+  * Remove cpack (#14)
+
+0.11.0 / 2016-09-24
+===
+
+  * Release 0.11.0: Add changelog
   * Add Qt5XdgIconLoader as dependency (#13)
   * Update README.md
   * statusnotifieritem: Correctly handle menu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.11.0/CMakeLists.txt 
new/lxqt-qtplugin-0.11.1/CMakeLists.txt
--- old/lxqt-qtplugin-0.11.0/CMakeLists.txt 2016-09-24 00:46:26.0 
+0200
+++ new/lxqt-qtplugin-0.11.1/CMakeLists.txt 2016-12-11 01:52:27.0 
+0100
@@ -1,28 +1,25 @@
 cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
 project(lxqt-qtplugin)
 
+include(GNUInstallDirs)
+
+set(LXQTBT_MINIMUM_VERSION "0.1.0")
+
+set(CMAKE_AUTOMOC ON)
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
-set(CMAKE_AUTOMOC ON)
 
 find_package(Qt5Widgets REQUIRED QUIET)
 find_package(Qt5LinguistTools REQUIRED QUIET)
 find_package(Qt5DBus REQUIRED QUIET)
 find_package(dbusmenu-qt5 REQUIRED QUIET)
-
-find_package(lxqt REQUIRED QUIET)
+find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
 find_package(Qt5XdgIconLoader REQUIRED QUIET)
 
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
 
-add_subdirectory(src)
+if(NOT CMAKE_BUILD_TYPE)
+set(CMAKE_BUILD_TYPE Release)
+endif()
 
-# building tarball with CPack -
-include(InstallRequiredSystemLibraries)
-set(CPACK_PACKAGE_VERSION_MAJOR ${LXQT_MAJOR_VERSION})
-set(CPACK_PACKAGE_VERSION_MINOR ${LXQT_MINOR_VERSION})
-set(CPACK_PACKAGE_VERSION_PATCH ${LXQT_PATCH_VERSION})

commit lxqt-qtplugin for openSUSE:Factory

2016-10-06 Thread h_root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2016-10-06 12:44:15

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is "lxqt-qtplugin"

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2015-11-13 23:35:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2016-10-06 12:44:16.0 +0200
@@ -1,0 +2,18 @@
+Sat Sep 24 21:43:18 UTC 2016 - mvet...@suse.com
+
+- Update to 0.11.0:
+  * Add Qt5XdgIconLoader as dependency (#13)
+  * Update README.md
+  * statusnotifieritem: Correctly handle menu
+  * Cleaned up licenses
+  * Use XdgIconLoader library (#10)
+  * xdgIconThemePaths: Use QString::SkipEmptyParts
+  * xdgIconThemePaths: Remove duplicated paths
+  * Adds $XDG_DATA_HOME to the XdgIconThemePaths
+  * Bump year in AUTHORS
+- Add keyring
+- Require pkgconfig(Qt5XdgIconLoader) instead of pkgconfig(Qt5Xdg)
+  because IconLoader has its own package now and got split out
+  of libqt5xdg.
+
+---

Old:

  lxqt-qtplugin-0.10.0.tar.xz

New:

  lxqt-qtplugin-0.11.0.tar.xz
  lxqt-qtplugin-0.11.0.tar.xz.asc
  lxqt-qtplugin.keyring



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.0XuavF/_old  2016-10-06 12:44:17.0 +0200
+++ /var/tmp/diff_new_pack.0XuavF/_new  2016-10-06 12:44:17.0 +0200
@@ -17,21 +17,24 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.10.0
+Version:0.11.0
 Release:0
 Summary:LXQt platform integration plugin for Qt 5
 License:LGPL-2.1+
 Group:  System/GUI/LXQt
-Url:http://www.lxde.org
-Source: 
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
+Url:http://www.lxqt.org
+Source0:
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:  gcc-c++
-BuildRequires:  kwindowsystem-devel
+BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(lxqt) >= %{version}
 BuildRequires:  pkgconfig(dbusmenu-qt5)
+BuildRequires:  pkgconfig(Qt5XdgIconLoader)
 %if 0%{?fedora_version}
 %requires_eqqt5-qtbase-gui
 %else
@@ -44,13 +47,13 @@
 With this plugin, all Qt-based programs can adopt settings of
 LXQt, such as the icon theme.
 
-To use the plugin in Qt 5, we have to export the environment
+To use the plugin in Qt5, we have to export the environment
 variable QT_QPA_PLATFORMTHEME=lxqt. Then every Qt5 program
 can load the theme plugin.
 If, for some unknown reasons, the plugin is not loaded, we can
 debug the plugin by exporting QT_DEBUG_PLUGINS=1.
 Then, Qt5 will print detailed information and error messages
-about all plugins in the console when running any Qt5 programs.)
+about all plugins in the console when running any Qt5 programs.
 
 %prep
 %setup -q

++ lxqt-qtplugin-0.10.0.tar.xz -> lxqt-qtplugin-0.11.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.10.0/AUTHORS 
new/lxqt-qtplugin-0.11.0/AUTHORS
--- old/lxqt-qtplugin-0.10.0/AUTHORS2015-11-02 05:35:40.0 +0100
+++ new/lxqt-qtplugin-0.11.0/AUTHORS2016-09-24 00:46:26.0 +0200
@@ -3,8 +3,7 @@
 Hong Jen Yee (PCMan) 
 
 Copyright:
-Copyright (c) 2013-2014 LXQt team
+Copyright (c) 2013-2016 LXQt team
 
 License: LGPL-2.1+
 The full text of the licenses can be found in the 'COPYING' file.
-src/qiconloader_p.h is under LGPL-2.1 or 3 with Digia Qt LGPL Exception 
version 1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.10.0/CHANGELOG 
new/lxqt-qtplugin-0.11.0/CHANGELOG
--- old/lxqt-qtplugin-0.10.0/CHANGELOG  1970-01-01 01:00:00.0 +0100
+++ new/lxqt-qtplugin-0.11.0/CHANGELOG  2016-09-24 00:46:26.0 +0200
@@ -0,0 +1,72 @@
+
+lxqt-qtplugin-0.11.0 / 2016-09-24
+=
+
+  * Add Qt5XdgIconLoader as dependency (#13)
+  * Update README.md
+  * statusnotifieritem: Correctly handle menu
+  * Cleaned up licenses
+  * Use XdgIconLoader library (#10)
+  * xdgIconThemePaths: Use QString::SkipEmptyParts
+  * xdgIconThemePaths: Remove duplicated paths
+  * Adds $XDG_DATA_HOME to the XdgIconThemePaths
+  * Bump year in AUTHORS
+
+0.10.0 / 2015-11-02

commit lxqt-qtplugin for openSUSE:Factory

2015-11-13 Thread h_root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is "lxqt-qtplugin"

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2015-02-25 02:18:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2015-11-13 23:35:44.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  6 16:33:28 UTC 2015 - mvet...@suse.com
+
+- Upstream release 0.10.0
+
+---

Old:

  lxqt-qtplugin-0.9.0.tar.xz

New:

  lxqt-qtplugin-0.10.0.tar.xz



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.iAdV3P/_old  2015-11-13 23:35:45.0 +0100
+++ /var/tmp/diff_new_pack.iAdV3P/_new  2015-11-13 23:35:45.0 +0100
@@ -17,22 +17,27 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.9.0
+Version:0.10.0
 Release:0
-Summary:LxQt platform integration plugin for Qt 5
+Summary:LXQt platform integration plugin for Qt 5
 License:LGPL-2.1+
-Group:  System/GUI/LXDE-Qt
+Group:  System/GUI/LXQt
 Url:http://www.lxde.org
 Source: 
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
 BuildRequires:  kwindowsystem-devel
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(lxqt) >= %{version} 
-
+BuildRequires:  pkgconfig(dbusmenu-qt5)
+%if 0%{?fedora_version}
+%requires_eqqt5-qtbase-gui
+%else
 %requires_eqlibQt5Gui5
+%endif
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,14 +57,14 @@
 
 %build
 %cmake
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %cmake_install
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING README
+%doc AUTHORS LICENSE README.md
 %dir %{_libdir}/qt5/plugins
 %dir %{_libdir}/qt5/plugins/platformthemes
 %{_libdir}/qt5/plugins/platformthemes/libqtlxqt.so

++ lxqt-qtplugin-0.9.0.tar.xz -> lxqt-qtplugin-0.10.0.tar.xz ++
 2448 lines of diff (skipped)




commit lxqt-qtplugin for openSUSE:Factory

2015-02-24 Thread h_root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is lxqt-qtplugin

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2015-02-16 21:08:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2015-02-25 02:18:12.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 20 20:48:04 UTC 2015 - sfal...@opensuse.org
+
+- Changed %build and %install to use cmake macros 
+
+---



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.5uPabe/_old  2015-02-25 02:18:13.0 +0100
+++ /var/tmp/diff_new_pack.5uPabe/_new  2015-02-25 02:18:13.0 +0100
@@ -51,19 +51,11 @@
 %setup -q
 
 %build
-mkdir build
-pushd build
-cmake \
-  -DUSE_QT5=YES \
-  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-  ..
+%cmake
 %__make %{?_smp_mflags}
-popd
 
 %install
-pushd build
-make DESTDIR=$RPM_BUILD_ROOT install
-popd
+%cmake_install
 
 %files
 %defattr(-,root,root)

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



commit lxqt-qtplugin for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2015-02-16 21:08:15

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is lxqt-qtplugin

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2015-02-03 11:40:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2015-02-16 21:08:17.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb  9 21:32:01 UTC 2015 - sfal...@opensuse.org
+
+- New upstream version 0.9.0
+
+---

Old:

  lxqt-qtplugin-0.8.0.tar.xz

New:

  lxqt-qtplugin-0.9.0.tar.xz



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.RMkEZX/_old  2015-02-16 21:08:18.0 +0100
+++ /var/tmp/diff_new_pack.RMkEZX/_new  2015-02-16 21:08:18.0 +0100
@@ -17,19 +17,20 @@
 
 
 Name:   lxqt-qtplugin
-Version:0.8.0
+Version:0.9.0
 Release:0
 Summary:LxQt platform integration plugin for Qt 5
 License:LGPL-2.1+
 Group:  System/GUI/LXDE-Qt
 Url:http://www.lxde.org
-Source: %{name}-%{version}.tar.xz
+Source: 
http://downloads.lxqt.org/lxqt/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  kwindowsystem-devel
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5UiTools)
-BuildRequires:  pkgconfig(lxqt-qt5) = 0.8.0
+BuildRequires:  pkgconfig(lxqt) = %{version} 
 
 %requires_eqlibQt5Gui5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lxqt-qtplugin-0.8.0.tar.xz - lxqt-qtplugin-0.9.0.tar.xz ++
 1875 lines of diff (skipped)

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



commit lxqt-qtplugin for openSUSE:Factory

2015-02-03 Thread h_root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2015-02-03 11:39:37

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is lxqt-qtplugin

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2014-12-29 00:30:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2015-02-03 11:40:01.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 00:29:57 UTC 2015 - sfal...@opensuse.org
+
+- Added conditionals to enable Fedora Builds 
+
+---



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.sa4Vwp/_old  2015-02-03 11:40:02.0 +0100
+++ /var/tmp/diff_new_pack.sa4Vwp/_new  2015-02-03 11:40:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-qtplugin
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -26,9 +26,11 @@
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig(lxqt-qt5) = 0.8.0
-BuildRequires: pkgconfig(Qt5Gui)
 BuildRequires: libQt5Gui-private-headers-devel
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(lxqt-qt5) = 0.8.0
+
 %requires_eqlibQt5Gui5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -48,11 +50,19 @@
 %setup -q
 
 %build
-%cmake -DUSE_QT5=ON
+mkdir build
+pushd build
+cmake \
+  -DUSE_QT5=YES \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  ..
 %__make %{?_smp_mflags}
+popd
 
 %install
-%cmake_install
+pushd build
+make DESTDIR=$RPM_BUILD_ROOT install
+popd
 
 %files
 %defattr(-,root,root)

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



commit lxqt-qtplugin for openSUSE:Factory

2014-12-28 Thread h_root
Hello community,

here is the log from the commit of package lxqt-qtplugin for openSUSE:Factory 
checked in at 2014-12-29 00:30:12

Comparing /work/SRC/openSUSE:Factory/lxqt-qtplugin (Old)
 and  /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new (New)


Package is lxqt-qtplugin

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-qtplugin/lxqt-qtplugin.changes  
2014-11-15 12:20:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-qtplugin.new/lxqt-qtplugin.changes 
2014-12-29 00:30:15.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 25 16:32:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- lxqt-qtplugin is using private QPA API, which can, and does break BC
+  even in point releases, so we need to hardcode libQt5Gui5 version
+
+---



Other differences:
--
++ lxqt-qtplugin.spec ++
--- /var/tmp/diff_new_pack.nPQGuE/_old  2014-12-29 00:30:17.0 +0100
+++ /var/tmp/diff_new_pack.nPQGuE/_new  2014-12-29 00:30:17.0 +0100
@@ -29,6 +29,7 @@
 BuildRequires:  pkgconfig(lxqt-qt5) = 0.8.0
 BuildRequires: pkgconfig(Qt5Gui)
 BuildRequires: libQt5Gui-private-headers-devel
+%requires_eqlibQt5Gui5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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