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.000000000 +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 - [email protected]
+
+- Update Source URLs
+
+-------------------------------------------------------------------
+Fri Feb 24 19:17:13 UTC 2017 - [email protected]
+
+- 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.000000000 +0200
+++ new/lxqt-qtplugin-0.11.1/.gitignore 1970-01-01 01:00:00.000000000 +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.000000000 +0200
+++ new/lxqt-qtplugin-0.11.1/CHANGELOG  2016-12-11 01:52:27.000000000 +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.000000000 
+0200
+++ new/lxqt-qtplugin-0.11.1/CMakeLists.txt     2016-12-11 01:52:27.000000000 
+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})
-set(CPACK_GENERATOR TBZ2)
-set(CPACK_SOURCE_GENERATOR TBZ2)
-set(CPACK_SOURCE_IGNORE_FILES /build/;.gitignore;.*~;.git;.kdev4;temp)
-include(CPack)
+add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-qtplugin-0.11.0/src/CMakeLists.txt 
new/lxqt-qtplugin-0.11.1/src/CMakeLists.txt
--- old/lxqt-qtplugin-0.11.0/src/CMakeLists.txt 2016-09-24 00:46:26.000000000 
+0200
+++ new/lxqt-qtplugin-0.11.1/src/CMakeLists.txt 2016-12-11 01:52:27.000000000 
+0100
@@ -30,7 +30,6 @@
     Qt5::Widgets
     Qt5::DBus
     dbusmenu-qt5
-    lxqt
     Qt5XdgIconLoader
 )
 



Reply via email to