commit sunxi-tools for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/sunxi-tools (Old)
 and  /work/SRC/openSUSE:Factory/.sunxi-tools.new (New)


Package is "sunxi-tools"

Tue Oct 24 22:24:42 2017 rev:3 rq:536247 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/sunxi-tools/sunxi-tools.changes  2016-11-01 
09:59:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.sunxi-tools.new/sunxi-tools.changes 
2017-10-24 22:24:44.232601337 +0200
@@ -1,0 +2,7 @@
+Fri Oct 13 13:01:29 UTC 2017 - guilla...@opensuse.org
+
+- Update to v1.4.2
+  * build fixes
+  * fel: improvements and more SoC support (A80, R40)
+
+---

Old:

  sunxi-tools-1.4.1.tar.gz

New:

  sunxi-tools-1.4.2.tar.gz



Other differences:
--
++ sunxi-tools.spec ++
--- /var/tmp/diff_new_pack.DdeBzf/_old  2017-10-24 22:24:45.140558892 +0200
+++ /var/tmp/diff_new_pack.DdeBzf/_new  2017-10-24 22:24:45.144558705 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sunxi-tools
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,10 +16,12 @@
 #
 
 
-%define sunxi_arch armv7hl aarch64
+# Now, the only TARGET_TOOLS is 'sunxi-meminfo' which is not buildable for 
aarch64.
+# For more information, see: 
https://github.com/linux-sunxi/sunxi-tools/issues/76
+%define sunxi_arch armv7hl
 
 Name:   sunxi-tools
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:Tools for Allwinner A10 devices
 License:GPL-2.0+
@@ -38,15 +40,10 @@
 %setup -q
 
 %build
-# Suppress sunxi-meminfo on aarch64 due to sys/io.h build failure
-# https://github.com/linux-sunxi/sunxi-tools/issues/76
-# Also suppress -static for target-tools
+# Suppress -static for target-tools
 make %{?_smp_mflags} EXTRA_CFLAGS="%{optflags}" CROSS_COMPILE="" \
 %ifarch %sunxi_arch
TARGET_CFLAGS="-g -O0 -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200112L 
-D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ %{optflags}" \
-%ifarch aarch64
-   TARGET_TOOLS="sunxi-pio" \
-%endif
all
 %else
tools
@@ -55,9 +52,6 @@
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} PREFIX=%{_prefix} BINDIR=%{_bindir} \
 %ifarch %sunxi_arch
-%ifarch aarch64
-   TARGET_TOOLS="sunxi-pio" \
-%endif
install-all
 %else
install
@@ -73,10 +67,8 @@
 %{_bindir}/sunxi-fexc
 %{_bindir}/sunxi-nand-part
 %ifarch %sunxi_arch
-%ifnarch aarch64
 %{_bindir}/sunxi-meminfo
 %endif
 %{_bindir}/sunxi-pio
-%endif
 
 %changelog

++ sunxi-tools-1.4.1.tar.gz -> sunxi-tools-1.4.2.tar.gz ++
 2123 lines of diff (skipped)




commit lximage-qt for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/lximage-qt (Old)
 and  /work/SRC/openSUSE:Factory/.lximage-qt.new (New)


Package is "lximage-qt"

Tue Oct 24 22:24:45 2017 rev:4 rq:536267 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/lximage-qt/lximage-qt.changes2017-03-13 
15:33:38.120988719 +0100
+++ /work/SRC/openSUSE:Factory/.lximage-qt.new/lximage-qt.changes   
2017-10-24 22:24:45.404546552 +0200
@@ -1,0 +2,36 @@
+Mon Oct 23 10:28:42 UTC 2017 - mvet...@suse.com
+
+- Update to 0.6.0:
+  * Add ImageShack upload provider.
+  * Fix warnings issued by GCC and Clang.
+  * Ensure file is closed when upload finishes.
+  * Make image URL read-only.
+  * Update copyright in initial file comment for new additions.
+  * Make QNetworkAccessManager static and fix initialization order in 
UploadDialog.
+  * Add support for uploading files (fixes #98).
+  * Bump versions
+  * Don't export github templates
+  * Don't use hardcoded install dir
+  * Update CMakeLists.txt
+  * Fix regression in thumbnail view
+  * Add Lithuanian .desktop files
+  * liblxqt don't fit here
+  * Copied issue-template
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * MainWindow: Fix crash for quick image changes
+  * Use GNUInstallDirs
+  * jobs: Do proper error handling
+  * Adapt to changes in libfm-qt(the c++11 port)
+  * Use the new lxqt-build-tools new FindExif CMake module
+  * Simpler code for ScreenshotSelectAreaGraphicsView class.
+  * Change Screenshot select area green color by actual hightlight color. Use 
lximage-qt private variables style.
+  * Adapt to C++11 and RAM improvements.
+  * Screenshot captures an area of the screen.
+  * Use const iterators
+  * Bump year
+  * File and folder DND Fixes https://github.com/lxde/lximage-qt/issues/69.
+- Remove post and postun section because icon and desktop cache is now done 
automatically
+- Change group to Productivity/Graphics/Viewers
+
+---

Old:

  lximage-qt-0.5.1.tar.xz
  lximage-qt-0.5.1.tar.xz.asc

New:

  lximage-qt-0.6.0.tar.xz
  lximage-qt-0.6.0.tar.xz.asc



Other differences:
--
++ lximage-qt.spec ++
--- /var/tmp/diff_new_pack.tz7Tp7/_old  2017-10-24 22:24:46.028517383 +0200
+++ /var/tmp/diff_new_pack.tz7Tp7/_new  2017-10-24 22:24:46.032517196 +0200
@@ -17,19 +17,19 @@
 
 
 Name:   lximage-qt
-Version:0.5.1
+Version:0.6.0
 Release:0
 Summary:LXQt Image Viewer
 License:GPL-2.0+
-Group:  System/GUI/LXQt
+Group:  Productivity/Graphics/Viewers
 Url:http://www.lxqt.org
-Source: 
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
-Source1:
https://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:  fdupes
 BuildRequires:  gcc-c++
-Buildrequires:  lxqt-build-tools-devel
+Buildrequires:  lxqt-build-tools-devel >= 0.4.0
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5WindowSystem)
@@ -38,6 +38,7 @@
 BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
+BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(libfm-qt)
 BuildRequires:  pkgconfig(libmenu-cache)
@@ -49,7 +50,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Image Viewer for LXQT and Thumbnail Generator for PCManFM-QT
+Image Viewer for LXQt and Thumbnail Generator for PCManFM-QT
 
 %prep
 %setup -q
@@ -68,14 +69,6 @@
 
 %fdupes %{buildroot}%{_datadir}/%{name}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING

++ lximage-qt-0.5.1.tar.xz -> lximage-qt-0.6.0.tar.xz ++
 2790 lines of diff (skipped)





commit yast2-geo-cluster for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package yast2-geo-cluster for 
openSUSE:Factory checked in at 2017-10-24 22:24:34

Comparing /work/SRC/openSUSE:Factory/yast2-geo-cluster (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new (New)


Package is "yast2-geo-cluster"

Tue Oct 24 22:24:34 2017 rev:16 rq:536232 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-geo-cluster/yast2-geo-cluster.changes  
2017-03-12 20:02:36.257606625 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new/yast2-geo-cluster.changes 
2017-10-24 22:24:38.616863855 +0200
@@ -1,0 +2,12 @@
+Thu Sep 28 09:07:29 UTC 2017 - nw...@suse.com
+
+- fate#323960, support manual tickets mode.
+- Version 4.0.1
+
+---
+Thu Sep 14 15:27:03 UTC 2017 - nw...@suse.com
+
+- fate#323863. support autoyast.
+- Version 4.0.0
+
+---

Old:

  yast2-geo-cluster-3.2.0.tar.bz2

New:

  yast2-geo-cluster-4.0.1.tar.bz2



Other differences:
--
++ yast2-geo-cluster.spec ++
--- /var/tmp/diff_new_pack.BANeTz/_old  2017-10-24 22:24:39.224835434 +0200
+++ /var/tmp/diff_new_pack.BANeTz/_new  2017-10-24 22:24:39.224835434 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   yast2-geo-cluster
-Version:3.2.0
+Version:4.0.1
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
+Requires:   autoyast2-installation
 Requires:   yast2
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
@@ -61,6 +62,7 @@
 %{yast_desktopdir}/geo-cluster.desktop
 %{yast_scrconfdir}/*.scr
 %{yast_agentdir}/ag_booth
+%{yast_schemadir}/autoyast/rnc/geo-cluster.rnc
 %doc %{yast_docdir}
 
 %changelog

++ yast2-geo-cluster-3.2.0.tar.bz2 -> yast2-geo-cluster-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.2.0/package/yast2-geo-cluster.changes 
new/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.changes
--- old/yast2-geo-cluster-3.2.0/package/yast2-geo-cluster.changes   
2017-03-07 09:51:13.619480491 +0100
+++ new/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.changes   
2017-10-23 11:06:43.614271147 +0200
@@ -1,4 +1,16 @@
 ---
+Thu Sep 28 09:07:29 UTC 2017 - nw...@suse.com
+
+- fate#323960, support manual tickets mode.
+- Version 4.0.1
+
+---
+Thu Sep 14 15:27:03 UTC 2017 - nw...@suse.com
+
+- fate#323863. support autoyast.
+- Version 4.0.0
+
+---
 Wed Mar  1 10:15:02 UTC 2017 - nw...@suse.com
 
 - bsc#1027405. Move the firewall rule file to booth.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.2.0/package/yast2-geo-cluster.spec 
new/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.spec
--- old/yast2-geo-cluster-3.2.0/package/yast2-geo-cluster.spec  2017-03-07 
09:51:13.619480491 +0100
+++ new/yast2-geo-cluster-4.0.1/package/yast2-geo-cluster.spec  2017-10-23 
11:06:43.614271147 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-geo-cluster
-Version:3.2.0
+Version:4.0.1
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
@@ -25,6 +25,7 @@
 Source0:%{name}-%{version}.tar.bz2
 
 Requires:   yast2
+Requires:   autoyast2-installation
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
@@ -61,6 +62,7 @@
 %{yast_desktopdir}/geo-cluster.desktop
 %{yast_scrconfdir}/*.scr
 %{yast_agentdir}/ag_booth
+%{yast_schemadir}/autoyast/rnc/geo-cluster.rnc
 %doc %{yast_docdir}
 
 %changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-geo-cluster-3.2.0/src/Makefile.am 
new/yast2-geo-cluster-4.0.1/src/Makefile.am
--- old/yast2-geo-cluster-3.2.0/src/Makefile.am 2017-03-07 09:51:13.631480491 
+0100
+++ new/yast2-geo-cluster-4.0.1/src/Makefile.am 2017-10-23 11:06:43.614271147 
+0200
@@ -26,6 +26,10 @@
 agent_SCRIPTS = \
   servers_non_y2/ag_booth
 
-EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(desktop_DATA) 
$(scrconf_DATA) $(agent_SCRIPTS)
+schemafilesdir = $(schemadir)/autoyast/rnc
+schemafiles_DATA = \
+  autoyast-rnc/geo-cluster.rnc
+
+EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(desktop_DATA) 
$(scrconf_DATA) $(agent_SCRIPTS) $(schemafiles_DATA)
 
 include $(top_srcdir)/Makefile.am.common
diff -

commit audaspace for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "audaspace"

Tue Oct 24 22:24:38 2017 rev:11 rq:536246 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/audaspace/audaspace.changes  2017-10-19 
19:32:59.518475600 +0200
+++ /work/SRC/openSUSE:Factory/.audaspace.new/audaspace.changes 2017-10-24 
22:24:42.844666218 +0200
@@ -1,0 +2,7 @@
+Mon Oct 23 16:17:58 UTC 2017 - davejpla...@gmail.com
+
+- Added upstream patch audaspace-plugin-build-options.patch as
+  final fix for boo#1057965 and audaspace issue#10.
+- Build example executables as position independent executables.
+
+---

New:

  audaspace-plugin-build-options.patch



Other differences:
--
++ audaspace.spec ++
--- /var/tmp/diff_new_pack.miCQO8/_old  2017-10-24 22:24:43.648628636 +0200
+++ /var/tmp/diff_new_pack.miCQO8/_new  2017-10-24 22:24:43.652628448 +0200
@@ -31,6 +31,9 @@
 Source0:audaspace-%{version}.tar.gz
 #PATCH-FIX-UPSTREAM audaspace-gcc7.patch davejpla...@gmail.com -- add missing 
"#include " picked up by gcc7
 Patch0: audaspace-gcc7.patch
+#PATCH-FIX-UPSTREAM audaspace-plugin-build-options.patch davejpla...@gmail.com 
-- add options for building plugins.
+# See boo#1057965
+Patch1: audaspace-plugin-build-options.patch
 BuildRequires:  cmake > 3
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -128,6 +131,7 @@
 %prep
 %setup -n audaspace-%{version} -q
 %patch0
+%patch1
 
 %build
 tmpflags="%{optflags}"
@@ -138,12 +142,13 @@
 tmpflags="$tmpflags -U__ALTIVEC__"
 %endif
 # NOTE: python3 numpy include flag (-isystem points to includes) reported 
upstream.
-%cmake \
+%cmake -DWITH_VERSIONED_PLUGINS:BOOL=FALSE \
 %if 0%{?suse_version} > 1320 || 0%{is_opensuse} == 1
   -DWITH_FFMPEG:BOOL=TRUE \
 %else
   -DWITH_FFMPEG:BOOL=FALSE \
 %endif
+  -DCMAKE_EXE_LINKER_FLAGS:STRING="$CMAKE_EXE_LINKER_FLAGS -pie" \
   -DDEFAULT_PLUGIN_PATH:PATH=%{_libdir}/%{name}-%{soversion}/plugins \
   -DWITH_PYTHON_MODULE:BOOL=off \
   -DCMAKE_C_FLAGS:STRING="%{optflags} -fPIE -isystem 
%{python3_sitearch}/numpy/core/include/" \
@@ -157,15 +162,6 @@
 cp -v LICENSE AUTHORS CHANGES README.md %{buildroot}%{_docdir}/%{name}/license/
 find %{buildroot} -name '*.la' -delete
 %fdupes -s %{buildroot}%{_docdir}/%{name}
-%if 1 == 1
-# This is a workaround for boo#1057965
-find %{buildroot}%{_libdir}/%{name}-%{soversion}/plugins -type l -name 
"lib*.so" -print -delete
-pushd %{buildroot}%{_libdir}/%{name}-%{soversion}/plugins
-for i in `find . -name "lib*.so.%{soversion}" |cut -d "." -f 2`
-do mv .${i}.so.1.3 .${i}.so
-done
-popd
-%endif
 
 %post -n libaudaspace%{sover} -p /sbin/ldconfig
 

++ audaspace-plugin-build-options.patch ++


Build option: configure whether to build versioned plugins.
Author:  Joerg Mueller
Author date: 2017/10/23 4:36 PM
Parent:  Make fftw3 optional.


Build option: configure whether to build versioned plugins.



d27746ca8550e2adae6ba54ded0c6dfac58d69b8
 CMakeLists.txt | 21 -
 1 file changed, 16 insertions(+), 5 deletions(-)

Index: CMakeLists.txt
===
--- CMakeLists.txt.orig 2017-10-23 17:47:11.232990658 +0200
+++ CMakeLists.txt  2017-10-23 18:02:55.877270368 +0200
@@ -88,7 +88,7 @@ set(SRC
src/fx/Volume.cpp
src/fx/VolumeReader.cpp
src/fx/VolumeSound.cpp
-   src/fx/VolumeStorage.cpp
+   src/fx/VolumeStorage.cpp
src/generator/Sawtooth.cpp
src/generator/SawtoothReader.cpp
src/generator/Silence.cpp
@@ -310,6 +310,7 @@ cmake_dependent_option(WITH_PYTHON_MODUL
 cmake_dependent_option(USE_SDL2 "Use SDL2 instead of 1 if available" TRUE 
"WITH_SDL" FALSE)
 cmake_dependent_option(DYNLOAD_JACK "Dynamically load JACK" FALSE "WITH_JACK" 
FALSE)
 cmake_dependent_option(WITH_BINDING_DOCS "Build C/Python HTML Documentation 
with Sphinx" TRUE "WITH_PYTHON_MODULE" FALSE)
+cmake_dependent_option(WITH_VERSIONED_PLUGINS "Build Plugins With Sonumber" 
TRUE "SHARED_LIBRARY" FALSE)
 
 # compiler options
 
@@ -662,8 +663,8 @@ set(LIB_DESTINATION "lib${LIB_SUFFIX}")
 # library
 
 add_library(audaspace ${LIBRARY_TYPE} ${SRC} ${HDR})
-target_link_libraries(audaspace ${LIBRARIES})  
-set_target_properties(audaspace PROPERTIES SOVERSION ${AUDASPACE_VERSION})  
+target_link_libraries(audaspace ${LIBRARIES})
+set_target_properties(audaspace PROPERTIES SOVERSION ${AUDASPACE_VERSION})
 
 install(TARGETS audaspace
RUNTIME DESTINATION ${BIN_

commit openSUSE-release-tools for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and  /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)


Package is "openSUSE-release-tools"

Tue Oct 24 22:24:32 2017 rev:11 rq:536231 version:20171024.737d39a

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2017-10-21 20:22:16.921578117 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2017-10-24 22:24:34.357062988 +0200
@@ -1,0 +2,31 @@
+Tue Oct 24 04:38:26 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171024.737d39a:
+  * pkglistgen: dont mirror debug packages
+  * pkglistgen: skip one cycle when undeleting
+
+---
+Sat Oct 21 07:35:29 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171021.9465b2f:
+  * dist: add subpackage for pkglistgen
+  * pkglisten: add some docu
+  * pkglistgen: shell scripts to actually commit
+
+---
+Sat Oct 21 04:56:31 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171020.0479513:
+  * travis: chmod .docker-tmp so non-root can read for caching.
+  * travis: extend cache timeout to 7 days.
+  * travis: optimize `osc build` cache by removing build-root.
+  * travis: enable pip cache.
+  * travis: install realpath to allow docker-run to correctly mount volume.
+
+---
+Sat Oct 21 03:36:24 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171020.ee34178:
+  * travis: include all files instead of just osclib in coverage.
+
+---

Old:

  openSUSE-release-tools-20171020.7d266d5.obscpio

New:

  openSUSE-release-tools-20171024.737d39a.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.AePjtW/_old  2017-10-24 22:24:35.101028209 +0200
+++ /var/tmp/diff_new_pack.AePjtW/_new  2017-10-24 22:24:35.105028023 +0200
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20171020.7d266d5
+Version:20171024.737d39a
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ and MIT
@@ -192,6 +192,17 @@
 %description totest-manager
 Manages product ToTest repository workflow and openQA interaction
 
+%package pkglistgen
+Summary:Generates package lists in 000product
+Group:  Development/Tools/Other
+BuildArch:  noarch
+Requires:   osclib = %{version}
+
+%description pkglistgen
+Generates package lists based on 000package-groups and puts them
+in 000product, resp 000release-packages
+
+
 %package -n osclib
 Summary:Supplemental osc libraries
 Group:  Development/Tools/Other
@@ -505,6 +516,13 @@
 %{_datadir}/%{source_dir}/totest-manager.py
 %{_unitdir}/osrt-totest-manager@.service
 
+%files pkglistgen
+%defattr(-,root,root,-)
+%{_bindir}/osrt-pkglistgen
+%{_bindir}/osrt-pkglistgen-openSUSE:Leap:15.0.sh
+%{_bindir}/osrt-pkglistgen-openSUSE:Leap:15.0:Rings.sh
+%{_bindir}/osrt-pkglistgen-openSUSE:Leap:15.0:Staging.sh
+
 %files -n osclib
 %defattr(-,root,root,-)
 %{_datadir}/%{source_dir}/osclib

++ _servicedata ++
--- /var/tmp/diff_new_pack.AePjtW/_old  2017-10-24 22:24:35.141026340 +0200
+++ /var/tmp/diff_new_pack.AePjtW/_new  2017-10-24 22:24:35.141026340 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-d1c48015785527b47ab98da3a312aee1d413d09a
+7529c3019446ec1027f3733a129dfc268e24f1e5
   
 

++ openSUSE-release-tools-20171020.7d266d5.obscpio -> 
openSUSE-release-tools-20171024.737d39a.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20171020.7d266d5/.travis.yml 
new/openSUSE-release-tools-20171024.737d39a/.travis.yml
--- old/openSUSE-release-tools-20171020.7d266d5/.travis.yml 2017-10-21 
00:37:31.0 +0200
+++ new/openSUSE-release-tools-20171024.737d39a/.travis.yml 2017-10-24 
06:32:14.0 +0200
@@ -1,3 +1,9 @@
+addons:
+  apt:
+packages:
+  # Used by dist/ci/docker-run.
+  - realpath
+
 env:
   global:
 - OBS_PACKAGE="openSUSE:Tools/openSUSE-release-tools"
@@ -54,7 +60,7 @@
 - pip install -r requirements.txt
 - pip install python-coveralls
  

commit perl-Linux-DesktopFiles for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package perl-Linux-DesktopFiles for 
openSUSE:Factory checked in at 2017-10-24 22:24:28

Comparing /work/SRC/openSUSE:Factory/perl-Linux-DesktopFiles (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Linux-DesktopFiles.new (New)


Package is "perl-Linux-DesktopFiles"

Tue Oct 24 22:24:28 2017 rev:4 rq:536225 version:0.25

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Linux-DesktopFiles/perl-Linux-DesktopFiles.changes
  2017-10-23 16:52:36.006627148 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Linux-DesktopFiles.new/perl-Linux-DesktopFiles.changes
 2017-10-24 22:24:30.977220984 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 05:29:19 UTC 2017 - co...@suse.com
+
+- updated to 0.25
+   see /usr/share/doc/packages/perl-Linux-DesktopFiles/Changes
+
+  0.25  2017-10-22
+  - `parse_desktop_file()` and `parse_desktop_files()` are now 
context-sensitive, returning a key-value list or a HASH reference, depending on 
the context.
+  - Documentation improvements.
+
+---

Old:

  Linux-DesktopFiles-0.24.tar.gz

New:

  Linux-DesktopFiles-0.25.tar.gz



Other differences:
--
++ perl-Linux-DesktopFiles.spec ++
--- /var/tmp/diff_new_pack.x18pBX/_old  2017-10-24 22:24:31.569193311 +0200
+++ /var/tmp/diff_new_pack.x18pBX/_new  2017-10-24 22:24:31.573193124 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Linux-DesktopFiles
-Version:0.24
+Version:0.25
 Release:0
 %define cpan_name Linux-DesktopFiles
 Summary:Fast parsing of the Linux desktop files

++ Linux-DesktopFiles-0.24.tar.gz -> Linux-DesktopFiles-0.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-DesktopFiles-0.24/Changes 
new/Linux-DesktopFiles-0.25/Changes
--- old/Linux-DesktopFiles-0.24/Changes 2017-10-21 18:39:47.0 +0200
+++ new/Linux-DesktopFiles-0.25/Changes 2017-10-22 09:57:29.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Linux::DesktopFiles.
 
+0.25  2017-10-22
+- `parse_desktop_file()` and `parse_desktop_files()` are now 
context-sensitive, returning a key-value list or a HASH reference, depending on 
the context.
+- Documentation improvements.
+
 0.24  2017-10-21
 - When `keep_unknown_categories` is true and a given entry does not belong 
to any category, `parse_desktop_file` will set `Categories` to 
[`unknown_category_key`].
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-DesktopFiles-0.24/META.json 
new/Linux-DesktopFiles-0.25/META.json
--- old/Linux-DesktopFiles-0.24/META.json   2017-10-21 18:39:47.0 
+0200
+++ new/Linux-DesktopFiles-0.25/META.json   2017-10-22 09:57:29.0 
+0200
@@ -28,7 +28,7 @@
"provides" : {
   "Linux::DesktopFiles" : {
  "file" : "lib/Linux/DesktopFiles.pm",
- "version" : "0.24"
+ "version" : "0.25"
   }
},
"release_status" : "stable",
@@ -44,6 +44,6 @@
  "url" : "https://github.com/trizen/Linux-DesktopFiles";
   }
},
-   "version" : "0.24",
+   "version" : "0.25",
"x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-DesktopFiles-0.24/META.yml 
new/Linux-DesktopFiles-0.25/META.yml
--- old/Linux-DesktopFiles-0.24/META.yml2017-10-21 18:39:47.0 
+0200
+++ new/Linux-DesktopFiles-0.25/META.yml2017-10-22 09:57:29.0 
+0200
@@ -15,7 +15,7 @@
 provides:
   Linux::DesktopFiles:
 file: lib/Linux/DesktopFiles.pm
-version: '0.24'
+version: '0.25'
 requires:
   perl: '5.014'
 resources:
@@ -23,5 +23,5 @@
   homepage: https://github.com/trizen/Linux-DesktopFiles
   license: http://opensource.org/licenses/artistic-license-2.0.php
   repository: https://github.com/trizen/Linux-DesktopFiles
-version: '0.24'
+version: '0.25'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Linux-DesktopFiles-0.24/lib/Linux/DesktopFiles.pm 
new/Linux-DesktopFiles-0.25/lib/Linux/DesktopFiles.pm
--- old/Linux-DesktopFiles-0.24/lib/Linux/DesktopFiles.pm   2017-10-21 
18:39:47.0 +0200
+++ new/Linux-DesktopFiles-0.25/lib/Linux/DesktopFiles.pm   2017-10-22 
09:57:29.0 +0200
@@ -9,7 +9,7 @@
 #use strict;
 #use warnings;
 
-our $VERSION = '0.24';
+our $VERSION = '0.25';
 
 our %TRUE_VALUES = (
 'true' => 1,
@@ -231,27 +231,29 @@
 $info{Icon} = $icon;
 }
 
-return %info;
+wantarray ? (%info) : \%info;
 }
 
 sub parse {
   

commit pfstools for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "pfstools"

Tue Oct 24 22:24:23 2017 rev:36 rq:536219 version:2.0.6

Changes:

--- /work/SRC/openSUSE:Factory/pfstools/pfstools.changes2017-04-20 
20:51:35.362540013 +0200
+++ /work/SRC/openSUSE:Factory/.pfstools.new/pfstools.changes   2017-10-24 
22:24:24.945502947 +0200
@@ -1,0 +2,41 @@
+Wed Sep  6 08:42:24 UTC 2017 - aloi...@gmx.com
+
+- Update to version 2.0.6
+  * Fixed: --frame frame range spec can now handle negative frame
+order, e.g. 30:-1:0
+  * Added: Added photon-noise weighting in pfshdrcalibrate - very
+small improvement for some images
+  * Fixed: pfsview does not change zoom settings when flipping
+between next/previous images
+  * Fixed: Fixed bug in pfsin/outimgmagics - missing call to
+InitializeMagick causing assertion fault
+  * Fixed: Fixed bug in pfsouthdrhtml - missing call to
+InitializeMagick causing assertion fault
+  * Added: Matlab MEX files can now be compiled on Windows from
+Cygwin using VisualStudio compiler
+  version 2.0.5:
+  * fixed: pfsinppm now can read multiple frames using --frames
+but also from a ppm file
+  * fixed: a few typos in the documentation and code (thanks to
+Andreas)
+  * fixed: fixed octave interface to work with Octave 3.8.1 (and
+hopefully later versions)
+  * fixed: octave-config used to automatically determine were to
+install Octave files
+  * fixed: compilation issues with c++-11
+  * fixed: bug in the assert statement made some matlab mex
+functions to crash (in debug mode)
+  * fixed: version number string is now correctly reported
+  * fixed: reverts mistakenly introduced fix from 2.0.0: pfsinpfm
+and pfsoutpfm do not flip images (top-bottom)
+  * fixed: pfs handles now very long tags (by truncating them)
+
+- Refreshed pfstools-octinstall.patch
+
+- Dropped pfstools-maptype.patch (no longer necessary)
+
+- Added pfstools-Qt5.patch to build against Qt5 libs.
+
+- Spec cleanup
+
+---

Old:

  pfstools-2.0.4.tgz
  pfstools-maptype.patch

New:

  pfstools-2.0.6.tgz
  pfstools-Qt5.patch



Other differences:
--
++ pfstools.spec ++
--- /var/tmp/diff_new_pack.rIIBij/_old  2017-10-24 22:24:25.693467982 +0200
+++ /var/tmp/diff_new_pack.rIIBij/_new  2017-10-24 22:24:25.697467795 +0200
@@ -17,16 +17,15 @@
 
 
 %define _libname libpfs2
-
 Name:   pfstools
-Version:2.0.4
+Version:2.0.6
 Release:0
 Summary:High Dynamic Range Image and Video manipulation tools
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0+ AND LGPL-2.1+
 Group:  Productivity/Multimedia/Other
-Source: 
http://sourceforge.net/projects/pfstools/files/pfstools/%{version}/%{name}-%{version}.tgz
+Url:http://www.mpi-sb.mpg.de/resources/pfstools/
+Source: 
https://sourceforge.net/projects/pfstools/files/pfstools/%{version}/%{name}-%{version}.tgz
 Patch1: %{name}-gcc.patch
-Patch2: pfstools-maptype.patch
 Patch3: pfstools-octinstall.patch
 Patch4: pfstools-stdlib.patch
 Patch5: pfstools-1.8.1-fix-return-in-nonvoid.patch
@@ -34,28 +33,31 @@
 # patch derived from 
https://github.com/pld-linux/pfstools/commit/67bd2304e516545f2b203f975ac5dd30d2b479b3
 # I guess it could go upstream as is; sent email to mantiuk at gmail
 Patch7: pfstools-ImageMagick7.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://www.mpi-sb.mpg.de/resources/pfstools/
+# PATCH-FEATURE-UPSTREAM pfstools-Qt5.patch -- build against Qt5
+Patch8: pfstools-Qt5.patch
 BuildRequires:  Mesa
-BuildRequires:  OpenEXR-devel
 BuildRequires:  blas
-BuildRequires:  cmake
+# previous versions of cmake don't support ImageMagick 7
+BuildRequires:  cmake >= 3.9.0
 BuildRequires:  doxygen
+BuildRequires:  fdupes
 BuildRequires:  fftw3-threads-devel
-BuildRequires:  freeglut-devel
-BuildRequires:  gsl-devel
 BuildRequires:  hdf5-devel
 BuildRequires:  lapack
-BuildRequires:  libMagick++-devel
 BuildRequires:  libnetpbm-devel
-BuildRequires:  libqt4-devel
-BuildRequires:  libtiff-devel
 BuildRequires:  libtool
-BuildRequires:  octave-devel
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
+BuildRequires:  pkgconfig(Magick++)
+BuildRequires:  pkgconfig(OpenEXR)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(freeglut)
 BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(gsl)
 BuildRequires:  pkg

commit cinnamon-screensaver for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/cinnamon-screensaver (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-screensaver.new (New)


Package is "cinnamon-screensaver"

Tue Oct 24 22:24:21 2017 rev:11 rq:536036 version:3.4.3

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-screensaver/cinnamon-screensaver.changes
2017-08-22 11:11:10.287340560 +0200
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-screensaver.new/cinnamon-screensaver.changes
   2017-10-24 22:24:23.721560163 +0200
@@ -1,0 +2,18 @@
+Mon Oct 16 14:44:52 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.4.3:
+  * cs-notification-watcher.c: Ignore notifications that replace
+existing ones, by checking if the "replaces_id" field of the
+notification is non-zero.
+  * cs-screen-x11.c: Use Gdk to get the screen size, the previous
+method doesn't appear to update in time to have the new size,
+causing exposure to the desktop in some cases, such as resizing
+host windows of virtual machines.
+  * cs-screen-x11.c: GdkScreen width and height arrive already
+scaled for hidpi.
+  * logind/consolekit: Refresh screen and monitor info when coming
+back from inactive (such as sleep.)
+  * stage.py: Call gdk_flush to allow the server to catch up before
+getting updated screen/monitor infos.
+
+---

Old:

  cinnamon-screensaver-3.4.2.tar.gz

New:

  cinnamon-screensaver-3.4.3.tar.gz



Other differences:
--
++ cinnamon-screensaver.spec ++
--- /var/tmp/diff_new_pack.c1CrPP/_old  2017-10-24 22:24:24.397528564 +0200
+++ /var/tmp/diff_new_pack.c1CrPP/_new  2017-10-24 22:24:24.401528376 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-screensaver
-Version:3.4.2
+Version:3.4.3
 Release:0
 Summary:Cinnamon screensaver and locker
 License:GPL-2.0+

++ cinnamon-screensaver-3.4.2.tar.gz -> cinnamon-screensaver-3.4.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-3.4.2/configure.ac 
new/cinnamon-screensaver-3.4.3/configure.ac
--- old/cinnamon-screensaver-3.4.2/configure.ac 2017-08-08 13:14:01.0 
+0200
+++ new/cinnamon-screensaver-3.4.3/configure.ac 2017-10-12 13:33:13.0 
+0200
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.60)
 AC_INIT([cinnamon-screensaver],
-[3.4.2],
+[3.4.3],
 [https://github.com/linuxmint/cinnamon-screensaver/issues])
 
 PKG_PROG_PKG_CONFIG([0.26])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-3.4.2/debian/changelog 
new/cinnamon-screensaver-3.4.3/debian/changelog
--- old/cinnamon-screensaver-3.4.2/debian/changelog 2017-08-08 
13:14:01.0 +0200
+++ new/cinnamon-screensaver-3.4.3/debian/changelog 2017-10-12 
13:33:13.0 +0200
@@ -1,3 +1,14 @@
+cinnamon-screensaver (3.4.3) sonya; urgency=medium
+
+  [ Michael Webster ]
+  * cs-notification-watcher.c: Ignore notifications that replace existing 
ones, by checking if the 'replaces_id' field of the notification is non-zero.
+  * cs-screen-x11.c: Use Gdk to get the screen size, the previous method 
doesn't appear to update in time to have the new size, causing exposure to the 
desktop in some cases, such as resizing host windows of virtual machines.
+  * cs-screen-x11.c: GdkScreen width and height arrive already scaled for 
hidpi.
+  * logind/consolekit: Refresh screen and monitor info when coming back from 
inactive (such as sleep.)
+  * stage.py: Call gdk_flush to allow the server to catch up before getting 
updated screen/monitor infos.
+
+ -- Clement Lefebvre   Thu, 12 Oct 2017 12:32:35 +0100
+
 cinnamon-screensaver (3.4.2) sonya; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-screensaver-3.4.2/libcscreensaver/cs-notification-watcher.c 
new/cinnamon-screensaver-3.4.3/libcscreensaver/cs-notification-watcher.c
--- old/cinnamon-screensaver-3.4.2/libcscreensaver/cs-notification-watcher.c
2017-08-08 13:14:01.0 +0200
+++ new/cinnamon-screensaver-3.4.3/libcscreensaver/cs-notification-watcher.c
2017-10-12 13:33:13.0 +0200
@@ -59,6 +59,7 @@
 {
 GDBusMessage *ret = NULL;
 gboolean transient = FALSE;
+gboolean replaces_existing = FALSE;
 gchar *sender_str = NULL;
 
 CsNotificationWatcher *watcher = CS_NOTIFICATION_WATCHER (user_data);
@@ -74,7 +75,7 @@
 g_variant_is_of_type (body, G_VARIANT_TYPE_TUPLE) &&
 g_variant_n

commit servicelog for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "servicelog"

Tue Oct 24 22:24:24 2017 rev:26 rq:536220 version:1.1.14

Changes:

--- /work/SRC/openSUSE:Factory/servicelog/servicelog.changes2016-04-01 
13:02:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.servicelog.new/servicelog.changes   
2017-10-24 22:24:26.105448724 +0200
@@ -4 +4 @@
-- version update to 1.1.14 (FATE#319555)
+- version update to 1.1.14 (fate#319555, fate#34)



Other differences:
--
++ servicelog.spec ++
--- /var/tmp/diff_new_pack.DzzJy5/_old  2017-10-24 22:24:26.793416564 +0200
+++ /var/tmp/diff_new_pack.DzzJy5/_new  2017-10-24 22:24:26.797416377 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package servicelog
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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




commit perl-App-Dochazka-Common for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package perl-App-Dochazka-Common for 
openSUSE:Factory checked in at 2017-10-24 22:24:26

Comparing /work/SRC/openSUSE:Factory/perl-App-Dochazka-Common (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-Dochazka-Common.new (New)


Package is "perl-App-Dochazka-Common"

Tue Oct 24 22:24:26 2017 rev:3 rq:536222 version:0.208

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-App-Dochazka-Common/perl-App-Dochazka-Common.changes
2016-10-10 16:20:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-Dochazka-Common.new/perl-App-Dochazka-Common.changes
   2017-10-24 22:24:27.697374306 +0200
@@ -1,0 +2,6 @@
+Mon Oct 16 20:11:11 UTC 2017 - ncut...@suse.com
+
+- updated to 0.208
+   see /usr/share/doc/packages/perl-App-Dochazka-Common/Changes
+
+---

Old:

  App-Dochazka-Common-0.206.tar.gz

New:

  App-Dochazka-Common-0.208.tar.gz



Other differences:
--
++ perl-App-Dochazka-Common.spec ++
--- /var/tmp/diff_new_pack.J1XmQF/_old  2017-10-24 22:24:28.349343829 +0200
+++ /var/tmp/diff_new_pack.J1XmQF/_new  2017-10-24 22:24:28.353343642 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-Dochazka-Common
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:   perl-App-Dochazka-Common
-Version:0.206
+Version:0.208
 Release:0
 %define cpan_name App-Dochazka-Common
 Summary:Dochazka Attendance and Time Tracking System shared modules
 License:BSD-3-Clause
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-Dochazka-Common/
-Source0:App-Dochazka-Common-0.206.tar.gz
+Source0:App-Dochazka-Common-0.208.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -43,8 +43,9 @@
 %{perl_requires}
 
 %description
-This distro contains modules that are used by both the server
-App::Dochazka::REST and the command-line client App::Dochazka::CLI.
+This distro contains modules that are used by both the server the
+App::Dochazka::REST manpage and the command-line client the
+App::Dochazka::CLI manpage.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ App-Dochazka-Common-0.206.tar.gz -> App-Dochazka-Common-0.208.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-Dochazka-Common-0.206/Changes 
new/App-Dochazka-Common-0.208/Changes
--- old/App-Dochazka-Common-0.206/Changes   2016-09-24 12:45:59.0 
+0200
+++ new/App-Dochazka-Common-0.208/Changes   2017-10-16 22:11:08.0 
+0200
@@ -233,3 +233,10 @@
 - Session.pm: implement get_session() function
 - MANIFEST: add the new Session.pm module
 
+0.207 2017-03-02 10:33 CET
+- Drop Session.pm module (it doesn't belong here)
+- Add scode to schedhistory model
+
+0.208 2017-10-16 22:07 CEST
+- build/ops: move to Application:Dochazka project in OBS
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-Dochazka-Common-0.206/MANIFEST 
new/App-Dochazka-Common-0.208/MANIFEST
--- old/App-Dochazka-Common-0.206/MANIFEST  2016-09-24 12:45:59.0 
+0200
+++ new/App-Dochazka-Common-0.208/MANIFEST  2017-10-16 22:11:08.0 
+0200
@@ -13,7 +13,6 @@
 lib/App/Dochazka/Common/Model/Schedintvls.pm
 lib/App/Dochazka/Common/Model/Schedule.pm
 lib/App/Dochazka/Common/Model/Tempintvl.pm
-lib/App/Dochazka/Common/Session.pm
 LICENSE
 Makefile.PL
 MANIFEST   This list of files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-Dochazka-Common-0.206/META.json 
new/App-Dochazka-Common-0.208/META.json
--- old/App-Dochazka-Common-0.206/META.json 2016-09-24 12:45:59.0 
+0200
+++ new/App-Dochazka-Common-0.208/META.json 2017-10-16 22:11:08.0 
+0200
@@ -4,7 +4,7 @@
   "Smithfarm "
],
"dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4205",
+   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter 
version 2.120921",
"license" : [
   "bsd"
],
@@ -40,46 +40,55 @@
"provides" : {
   "App::Dochazka::Common" : {
  "file" : "lib/App/Dochazka/Common.pm",
- "version" : "0.206"
+ "version" : "0.208"
   },
   "App::Dochazka::Common::Model" : {
- "file" : "lib/App/Dochazka/Common/Model.pm"
+ "file" : "li

commit petsc for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "petsc"

Tue Oct 24 22:23:36 2017 rev:1 rq:536010 version:3.7.6

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.petsc.new/petsc.changes 2017-10-24 
22:23:37.679712455 +0200
@@ -0,0 +1,178 @@
+---
+Sun Oct 22 19:29:23 UTC 2017 - e...@suse.com
+
+- Disable non-HPC openmpi flavor due to missing dependencies.
+
+---
+Fri Sep  8 19:13:36 UTC 2017 - e...@suse.com
+
+- Convert to multibuild.
+- Add HPC build using environment modules
+  (FATE#321718).
+- Generate baselib.conf dynamically and only for the non-HPC
+  builds: this avoids issues with the source validator.
+- Updated to 3.7.6 (in sync with OpenHPC)
+  Changelog at: http://www.mcs.anl.gov/petsc/documentation/changes/37.html
+
+---
+Thu Mar  9 15:40:18 UTC 2017 - kkhere@gmail.com
+
+- recreate petsc package with version 3.7.5
+  previously existing petsc package was deleted for unknown reasons.
+  package in science repository is just a broken link.
+  previous changelog salvaged from installed rpm is below.
+- upstream version changelogs available at
+  https://www.mcs.anl.gov/petsc/petsc-as/documentation/changes/index.html
+
+---
+Mon Sep 28 15:44:21 UTC 2015 - kkhere@gmail.com
+
+- Refix blacs dependency, since blacs is now merged in scalapack
+
+---
+Tue Jul 28 10:41:48 UTC 2015 - toddrme2...@gmail.com
+
+- Fix blacs dependency ambiguity
+
+---
+Wed Jul 15 09:21:49 UTC 2015 - toddrme2...@gmail.com
+
+- Fix building on ppc64 and ppc64le
+
+---
+Sat Apr  5 16:04:56 UTC 2014 - sco...@free.fr
+
+- update files list of mvapich2 package and then fix build on SLE
+
+---
+Thu Jan  9 14:27:31 UTC 2014 - kkhere@gmail.com
+
+- update to version 3.4.3
+  * changelog at
+
http://www.mcs.anl.gov/research/projects/petsc/petsc-as/documentation/changes/34.html
+- modified patches:
+  * petsc-3.3-fix-error-detection-in-makefile.patch
+  * petsc-3.3-p2-dont-check-for-option-mistakes.patch
+  * petsc-3.3-p2-fix-shared-libs-sonames.patch
+  * petsc-3.3-p2-no-rpath.patch
+---
+Wed May 22 20:11:36 UTC 2013 - sco...@free.fr
+
+- update ot latest patch level p7
+  * No changelog available for a patch level upgrade
+
+---
+Sun Feb 24 14:59:13 UTC 2013 - sco...@free.fr
+
+- updated to patch level p6
+  * No changelog available for a patch level upgrade
+
+---
+Mon Feb  4 20:28:03 UTC 2013 - sco...@free.fr
+
+- updated to patch level p5
+  * No changelog available for a patch level upgrade
+
+---
+Mon Sep 17 21:27:12 UTC 2012 - sco...@free.fr
+
+- fix module file for parallel version
+
+---
+Sun Sep 16 20:30:11 UTC 2012 - sco...@free.fr
+
+- add modules files
+- add version number in the petsc directory to allow multiple
+  versions to be installed at the same time
+- update to patch level p3
+
+---
+Sun Sep  2 10:47:04 UTC 2012 - sco...@free.fr
+
+- add suitesparce-devel in the requirements list of devel packages
+
+---
+Thu Aug 30 21:18:42 UTC 2012 - sco...@free.fr
+
+- add requirments in devel packages
+- fix license
+
+---
+Thu Aug 23 19:07:07 UTC 2012 - sco...@free.fr
+
+- enable umfpack and cholmod
+- enable blacs and scalapack for parallel version
+
+---
+Sat Aug 11 10:56:14 UTC 2012 - sco...@free.fr
+
+- fix typo in spec file making install failure on x86_64
+
+---
+Sat Aug 11 10:18:29 UTC 2012 - sco...@free.fr
+
+- add missing %%_petsc_arch to %%_prefix path
+
+---
+Sat Aug 11 09:49:39 UTC 2012 - sco...@free.fr

commit ima-evm-utils for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package ima-evm-utils for openSUSE:Factory 
checked in at 2017-10-24 22:23:37

Comparing /work/SRC/openSUSE:Factory/ima-evm-utils (Old)
 and  /work/SRC/openSUSE:Factory/.ima-evm-utils.new (New)


Package is "ima-evm-utils"

Tue Oct 24 22:23:37 2017 rev:10 rq:536019 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/ima-evm-utils/ima-evm-utils.changes  
2017-10-17 01:53:00.209070152 +0200
+++ /work/SRC/openSUSE:Factory/.ima-evm-utils.new/ima-evm-utils.changes 
2017-10-24 22:23:40.719570353 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 09:25:38 UTC 2017 - matthias.gerst...@suse.com
+
+- added openssl-devel dependency to ima-evm-utils-devel. otherwise the ima
+  header can't be included if the openssl headers are missing
+
+---



Other differences:
--
++ ima-evm-utils.spec ++
--- /var/tmp/diff_new_pack.czdM06/_old  2017-10-24 22:23:41.223546794 +0200
+++ /var/tmp/diff_new_pack.czdM06/_new  2017-10-24 22:23:41.227546607 +0200
@@ -48,6 +48,7 @@
 Summary:Development files for the IMA/EVM control utility library
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
+Requires:   openssl-devel
 
 %description devel
 This package contains the header files and the utilities for %{name}.




commit lxqt-session for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-session"

Tue Oct 24 22:23:19 2017 rev:9 rq:535982 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-session/lxqt-session.changes
2017-09-13 22:38:32.326309989 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-session.new/lxqt-session.changes   
2017-10-24 22:23:20.408519815 +0200
@@ -1,0 +2,117 @@
+Mon Oct 23 11:37:19 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version
+  * lxqt-session: Unify arguments parsing
+  * Don't export github templates
+  * Add/Update Lithuanian language
+  * c'n'p bug
+  * add basic cli to lxqt-session
+  * lxqt-session: Provide reboot/powerOff methods
+  * Drops Qt5Core_VERSION_STRING
+  * lxqt-config-session: set Qt::AA_UseHighDpiPixmaps to true
+  * lxqt-leave: set Qt::AA_UseHighDpiPixmaps to true
+  * improved --version
+  * Added QCommandLineParser and basic cli interface to lxqt-conf-session
+  * Added default CMAKE_BUILD_TYPE and LXQT_SESSION_PATCH_VERSION
+  * String encoding (#103)
+  * Fixes a FTBFS in superbuild mode (#102)
+  * lxqt-leave: Fix "disabled items" key navigation
+  * Address "unused parameter" compiler warnings
+  * lxqt-leave: Redesign dialog for good key navigation
+  * Removed superfluous include(LXQtTranslateDesktop)
+  * fixed config/CMakeLists.txt
+  * Merged relevant parts of CMakeLists.txt.lxqt-common into CMakeLists.txt
+  * Rename CMakeLists.txt -> CMakeLists.txt.lxqt-common
+  * Add Basque translation of lxqt-leave and update Basque translation of 
lxqt-config-session
+  * leavedialog: Use "expected" tab order
+  * LeaveDialog: Accept enter key for action/cancel firing
+  * LeaveDialog: Use "override" keyword
+  * leavedialog: Don't trigger "cancel" on Enter
+  * LeaveDialog: Use correct method
+  * startlxqt: Consider $XDG_RUNTIME_DIR/bus for DBus
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * Bump year
+  * Update desktop entries and Replace fr_FR by fr
+  * Use the LXQtConfigVars module
+  * Fixed typo
+  * Remove cpack (#61)
+  * startlxqt: Consider LXQT_DEFAULT_OPENBOX_CONFIG
+  * startlxqt: Honor the pre-defined SAL_USE_VLCPLUGIN
+  * Replace lxqt-rc.xml with latest openbox version
+  * startlxqt: Consider pre-exising LXDE OB config also
+  * build: Revert @6d6d2bef54
+  * build: Add xmessage as "dependency"
+  * Openbox: Fix informational message about adoption of rc.xml
+  * lxqt-rc.xml: Change default config install path
+  * startlxqt: Copy existing openbox config preferably
+  * Improves changed Openbox default path startup message (#51)
+  * Disable gtk+ 3 overlay scrollbars by default.
+  * Don't add XDG_DATA_HOME to XDG_DATA_DIRS (#47)
+  * Message about Openbox default path changed.
+  * Warning message about openbox settings path changed.
+  * startlxqt: Force XDG_CONFIG_DIRS to contain @LXQT_ETC_XDG_DIR@
+  * Copy openbox defaults at session start.
+  * Rename openbox/rc.xml to openbox/lxqt-openbox-rc.xml
+  * Openbox aero snap using mouse wheel over title bar.
+  * Settings Openbox updated.
+  * Default key shortcuts added to lxqt-globalkeysd.
+  * CMakeLists: Use LXQT_GRAPHICS_DIR for graphics
+  * Add startlxqt man page
+  * Fixes #807 – Add XDG_CACHE_HOME definition
+  * startlxqt: optimization of XDG_DATA_DIRS
+  * corrected indentation
+  * startlxqt: Set proper prefix for XDG_DATA_DIRS
+  * Update Greek translation (el) Remove country variant from language code
+  * Rename LxQt to LXQt everywhere
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Removes no added value comments
+  * Adds double quotes to everything that may break
+  * Use GNUINnstallDirs
+  * Updates the build system to use the Targets infrastructure
+  * Enable the "leave confirmation dialog" by default
+  * TryExec to detect proper installed lxqt-session
+  * Uniforms indentation
+  * Sets env variable XDG_CONFIG_DIRS
+  * Drops hardcoded /etc/xdg paths
+  * Set LibreOffice's plugin env var to kde4
+  * config: auto-detect succesfully kwin on recent kwin versions
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * Adds an scalable start-here-lxqt icon
+  * use LXQt-specific menu file
+  * Renames some .desktop files
+  * Portuguese update for .desktop files
+  * - Unify naming for a unique lxqt. No more suffixes
+  * Make frost the default theme
+  * Defines XDG_DATA_HOME and XDG_DATA_DIRS environment variables
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * Clean up CMakeLists.txt and drop Qt 4 support
+  * Set environment variable GTK_CSD=0 to turn off the default clie

commit patterns-lxqt for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "patterns-lxqt"

Tue Oct 24 22:23:27 2017 rev:3 rq:535986 version:20170319

Changes:

--- /work/SRC/openSUSE:Factory/patterns-lxqt/patterns-lxqt.changes  
2017-09-14 21:19:28.934544571 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-lxqt.new/patterns-lxqt.changes 
2017-10-24 22:23:28.252153157 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 12:12:53 UTC 2017 - mvet...@suse.com
+
+- Remove deprecated lxqt-common
+- Add new lxqt-themes
+
+---



Other differences:
--
++ patterns-lxqt.spec ++
--- /var/tmp/diff_new_pack.GSos6u/_old  2017-10-24 22:23:28.824126419 +0200
+++ /var/tmp/diff_new_pack.GSos6u/_new  2017-10-24 22:23:28.828126232 +0200
@@ -47,7 +47,6 @@
 Provides:   pattern-visible()
 
 Requires:   lxqt-about
-Requires:   lxqt-common
 Requires:   lxqt-config
 Requires:   lxqt-globalkeys
 Requires:   lxqt-l10n
@@ -60,6 +59,7 @@
 Requires:   lxqt-runner
 Requires:   lxqt-session
 Requires:   lxqt-sudo
+Requires:   lxqt-themes
 Requires:   pattern() = x11
 Recommends: pattern() = multimedia
 # non core packages belonging to LXQt organization
@@ -103,6 +103,7 @@
 Recommends: libyui-qt-pkg
 Recommends: yast2-control-center-qt
 Recommends: NetworkManager
+# at some point nm-tray might be better
 Recommends: NetworkManager-applet
 Recommends: google-droid-fonts
 Recommends: desktop-data-openSUSE




commit pavucontrol-qt for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package pavucontrol-qt for openSUSE:Factory 
checked in at 2017-10-24 22:23:29

Comparing /work/SRC/openSUSE:Factory/pavucontrol-qt (Old)
 and  /work/SRC/openSUSE:Factory/.pavucontrol-qt.new (New)


Package is "pavucontrol-qt"

Tue Oct 24 22:23:29 2017 rev:3 rq:535987 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/pavucontrol-qt/pavucontrol-qt.changes
2017-03-13 15:33:36.221257196 +0100
+++ /work/SRC/openSUSE:Factory/.pavucontrol-qt.new/pavucontrol-qt.changes   
2017-10-24 22:23:30.276058547 +0200
@@ -1,0 +2,26 @@
+Mon Oct 23 11:55:15 UTC 2017 - mvet...@suse.com
+
+- Update to 0.3.0:
+  * Bump version to 0.3.0
+  * correct spelling mistake
+  * Added Lithuanian .desktop file
+  * liblxqt make no sense here
+  * Copied issue template
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added version to cli options
+  * Added default CMAKE_BUILD_TYPE and versioning
+  * added pl.desktop
+  * ui: Use "changes-prevent-symbolic" icon
+  * MainWindow: Remove old GTK remnants
+  * Add Catalan translation
+  * Channel: Add slider snapping to 100%
+  * Channel: Address compiler warnings
+  * Channel: Align slider controls correclty
+  * Channel: Add ticks to volume slider
+  * Channel: Use percentage for volume scale
+  * devicewidgte: Re-add device renaming
+  * MainWindow: Force using the size from previous run
+  * MainWindow: Add quit shortcut
+  * Added pavucontrol-qt_da.desktop
+
+---

Old:

  pavucontrol-qt-0.2.0.tar.xz
  pavucontrol-qt-0.2.0.tar.xz.asc

New:

  pavucontrol-qt-0.3.0.tar.xz
  pavucontrol-qt-0.3.0.tar.xz.asc



Other differences:
--
++ pavucontrol-qt.spec ++
--- /var/tmp/diff_new_pack.bjKDCa/_old  2017-10-24 22:23:30.860031249 +0200
+++ /var/tmp/diff_new_pack.bjKDCa/_new  2017-10-24 22:23:30.860031249 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   pavucontrol-qt
-Version:0.2.0
+Version:0.3.0
 Release:0
 Summary:Qt port of pavucontrol
 License:GPL-2.0
 Group:  System/GUI/LXQt
 Url:https://github.com/lxde/pavucontrol-qt
-Source0:
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
-Source1:
https://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++
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig(libpulse) >= 5.0
 BuildRequires:  pkgconfig(libpulse-mainloop-glib) >= 0.9.16
 BuildRequires:  pkgconfig(lxqt)
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ pavucontrol-qt-0.2.0.tar.xz -> pavucontrol-qt-0.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-0.2.0/.gitignore 
new/pavucontrol-qt-0.3.0/.gitignore
--- old/pavucontrol-qt-0.2.0/.gitignore 2016-12-11 11:20:39.0 +0100
+++ new/pavucontrol-qt-0.3.0/.gitignore 1970-01-01 01:00:00.0 +0100
@@ -1,29 +0,0 @@
-ABOUT-NLS
-ChangeLog
-*~
-config.guess
-config.rpath
-config.sub
-intltool-extract.in
-intltool-merge.in
-intltool-update.in
-aclocal.m4
-*.cache
-compile
-config.h
-config.h.in
-config.log
-config.status
-configure
-depcomp
-README
-README.html
-install-sh
-missing
-*.o
-stamp*
-Makefile
-Makefile.in
-.deps
-*.tar.gz
-*.swp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-0.2.0/CHANGELOG 
new/pavucontrol-qt-0.3.0/CHANGELOG
--- old/pavucontrol-qt-0.2.0/CHANGELOG  2016-12-11 11:20:39.0 +0100
+++ new/pavucontrol-qt-0.3.0/CHANGELOG  2017-09-24 14:35:55.0 +0200
@@ -1,7 +1,33 @@
 
-pavucontrol-qt-0.2.0 / 2016-12-11
+pavucontrol-qt-0.3.0 / 2017-09-24
 =
 
+  * Bump version to 0.3.0
+  * correct spelling mistake
+  * Added Lithuanian .desktop file
+  * liblxqt make no sense here
+  * Copied issue template
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added version to cli options
+  * Added default CMAKE_BUILD_TYPE and versioning
+  * added pl.desktop
+  * ui: Use "changes-prevent-symbolic" icon
+  * MainWindow: Remove old GTK remnants
+  * Add Catalan translation
+  * Channel: Add slider snapping to 100%
+  * Channel: Address compiler warnings
+  * Channel: Align slider controls correclty
+  * Channel: Add ticks to volume slider
+  * Channel: Use percentage for volume scale
+  * devicewidgte: Re-add device renam

commit obconf-qt for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package obconf-qt for openSUSE:Factory 
checked in at 2017-10-24 22:23:25

Comparing /work/SRC/openSUSE:Factory/obconf-qt (Old)
 and  /work/SRC/openSUSE:Factory/.obconf-qt.new (New)


Package is "obconf-qt"

Tue Oct 24 22:23:25 2017 rev:3 rq:535985 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/obconf-qt/obconf-qt.changes  2017-03-13 
15:33:37.085135109 +0100
+++ /work/SRC/openSUSE:Factory/.obconf-qt.new/obconf-qt.changes 2017-10-24 
22:23:26.364241409 +0200
@@ -1,0 +2,17 @@
+Mon Oct 23 11:48:48 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Bump version to 0.12.0
+  * Don't export github templates
+  * Added Lithuanian language
+  * liblxqt dont make sense here
+  * Copied issue template
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added default CMAKE_BUILD_TYPE and versioning (#29)
+  * added Polish translation
+  * Add obconf-qt_ca.desktop (Catalan)
+  * Update AUTHORS
+  * Added *da.desktop
+
+---

Old:

  obconf-qt-0.11.1.tar.xz
  obconf-qt-0.11.1.tar.xz.asc

New:

  obconf-qt-0.12.0.tar.xz
  obconf-qt-0.12.0.tar.xz.asc



Other differences:
--
++ obconf-qt.spec ++
--- /var/tmp/diff_new_pack.cLEYQs/_old  2017-10-24 22:23:27.128205697 +0200
+++ /var/tmp/diff_new_pack.cLEYQs/_new  2017-10-24 22:23:27.128205697 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   obconf-qt
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:OpenBox window manager configuration tool
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/GUI/LXQt
 Url:http://www.lxqt.org
-Source0:
https://downloads.lxqt.org/obconf-qt/%{version}/%{name}-%{version}.tar.xz
-Source1:
https://downloads.lxqt.org/obconf-qt/%{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 >= 2.8.11
 BuildRequires:  gcc-c++

++ obconf-qt-0.11.1.tar.xz -> obconf-qt-0.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obconf-qt-0.11.1/AUTHORS new/obconf-qt-0.12.0/AUTHORS
--- old/obconf-qt-0.11.1/AUTHORS2016-12-11 10:39:41.0 +0100
+++ new/obconf-qt-0.12.0/AUTHORS2017-09-24 12:49:48.0 +0200
@@ -1,5 +1,5 @@
 Copyright:
-Copyright (c) 2012-2016 LXQt team
+Copyright (c) 2012-2017 LXQt team
 
 This program is based on source code from the ObConf project
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obconf-qt-0.11.1/CHANGELOG 
new/obconf-qt-0.12.0/CHANGELOG
--- old/obconf-qt-0.11.1/CHANGELOG  2016-12-11 10:39:41.0 +0100
+++ new/obconf-qt-0.12.0/CHANGELOG  2017-09-24 12:49:48.0 +0200
@@ -1,7 +1,24 @@
 
-obconf-qt-0.11.1 / 2016-12-11
+obconf-qt-0.12.0 / 2017-09-24
 =
 
+  * Bump version to 0.12.0
+  * Don't export github templates
+  * Added Lithuanian language
+  * liblxqt dont make sense here
+  * Copied issue template
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added default CMAKE_BUILD_TYPE and versioning (#29)
+  * added Polish translation
+  * Add obconf-qt_ca.desktop (Catalan)
+  * Update AUTHORS
+  * Added *da.desktop
+
+0.11.1 / 2016-12-11
+===
+
+  * Release 0.11.1: Update changelog
   * Create obconf-qt_fr.desktop
   * Use the LXQtCompilerSettings
   * Use lxqt-build-tools translation modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obconf-qt-0.11.1/CMakeLists.txt 
new/obconf-qt-0.12.0/CMakeLists.txt
--- old/obconf-qt-0.11.1/CMakeLists.txt 2016-12-11 10:39:41.0 +0100
+++ new/obconf-qt-0.12.0/CMakeLists.txt 2017-09-24 12:49:48.0 +0200
@@ -23,7 +23,7 @@
   find_package(Qt5Widgets REQUIRED)
   find_package(Qt5X11Extras REQUIRED)
   find_package(Qt5LinguistTools REQUIRED QUIET)
-  message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
+  message(STATUS "Building with Qt${Qt5Core_VERSION}")
 endif()
 
 find_package(lxqt-build-tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
@@ -38,6 +38,16 @@
   obt-3.5
 )
 
+if(NOT CMAKE_BUILD_TYPE)
+set(CMAKE_BUILD_TYPE Release)
+endif()
+
+set(OBCONFQT_MAJOR_VERSION 0)
+set(OBCONFQT_MINOR_VERSION 12)
+set(OBCONFQT_PATCH_VERSION 0)
+set(OBCONFQT_VERSION 
${OBCONFQT_MAJOR_VERSION}.${OBCONFQT_MINOR_VERSION}.${OBCONFQT_PATCH

commit pcmanfm-qt for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package pcmanfm-qt for openSUSE:Factory 
checked in at 2017-10-24 22:23:31

Comparing /work/SRC/openSUSE:Factory/pcmanfm-qt (Old)
 and  /work/SRC/openSUSE:Factory/.pcmanfm-qt.new (New)


Package is "pcmanfm-qt"

Tue Oct 24 22:23:31 2017 rev:8 rq:535988 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/pcmanfm-qt/pcmanfm-qt.changes2017-03-13 
15:33:35.281390020 +0100
+++ /work/SRC/openSUSE:Factory/.pcmanfm-qt.new/pcmanfm-qt.changes   
2017-10-24 22:23:32.347961694 +0200
@@ -1,0 +2,86 @@
+Mon Oct 23 11:59:23 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set Version
+  * removed dangeling symlink to debian dir
+  * Text eliding, long texts and newline
+  * Update status message appropriately
+  * fixup...use static const
+  * Fix icon sizes
+  * Just fixed my typo in search settings (#574)
+  * Lithuanian translation
+  * Lithuanian translation
+  * Disable menubar actions that cannot be used
+  * Save and restore search settings
+  * Don't export github templates
+  * Wallpaper Slide Show
+  * Inline renaming with F2 for detailed list view (#554)
+  * Inline renaming with F2
+  * Fix showing/hiding hidden files (#535)
+  * Don't select or scroll to child folder on reloading (#536)
+  * Replace customized DesktopItemDelegate hacks with the standard 
Fm::FolderItemDelegate provided by libfm-qt. (#529)
+  * liblxqt version make no sense here
+  * Copied issue template
+  * Fix Ctrl+A on desktop (#526)
+  * Update statusbar size info when needed
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Fix jerky desktop items
+  * Place dropped item at drop position (#504)
+  * Make custom pos checkbox work for multiple items (#499)
+  * Fix crash on removing desktop items with custom position (#496)
+  * Fix cursor on hovering desktop items
+  * Fix pressing RETURN in location bar
+  * Remove the old tilde replacement
+  * Included LXQTConfigVars
+  * Fixed config/CMakeLists.txt - removed not needed things
+  * Added merged autostart and config to CMakeLists.txt
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * Update desktop entries and Replace fr_FR by fr
+  * lxqt-rc.xml: Change default config install path
+  * PCManFM-Qt: Update default wallpaper (#49)
+  * Merge pull request #48 from lxde/pcmanfm-qt-sort-order
+  * Settings Openbox updated.
+  * Default key shortcuts added to lxqt-globalkeysd.
+  * Use lxqt-sudo in pcmanfm-qt config file by default.
+  * Update Greek translation (el) Remove country variant from language code
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Adds double quotes to everything that may break
+  * Updates the build system to use the Targets infrastructure
+  * adjust default wallpaper to default theme
+  * Drops hardcoded /etc/xdg paths
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * remove dead template lines switch OnlyShowIn from Razor -> LXQt 
stringchanges LxQt -> LXQt
+  * Add session.conf and windowmanagers.conf.
+  * Support lxqt-session and add necessary xdg autostart desktop entry files.
+  * Rename dirs and replace razor with lxqt. Install lxqt.conf to 
/etc/xdg/lxqt and provide theme config.
+  * Properly set default wallpaper for pcmanfm-qt. Comment out openbox config 
handling in startlxde-qt since it's not needed.
+  * Remove custom openbox config file in desktop.conf temporarily until 
lxsession is fixed.
+  * Fix file paths, replacing razor with lxqt. * Remove Alt+F2 and Ctrl+Esc 
from openbox config file to avoid conflicts with lxqt-panel & lxqt-globalkeys.
+  * Add default configuration files for lxde-qt session.
+  * Use const iterators (Fix a FTBFS in debug mode) (#483)
+  * Fixed desktop items movement
+  * Fixes some pedantic bugs
+  * Correct alignment of small icons on desktop
+  * Rename namespace Fm2 to Fm.
+  * Remove unused header includes.
+  * Fix a bug in correct tab page dir path which causes problems of file 
searching.
+  * Fix incorrect URI of application menu.
+  * Fix the broken folder reload.
+  * Fix incorrect title update of tabs.
+  * Add basic error handling when folder loading is failed.
+  * Port status message handling to the new libfm C++ API.
+  * Use Fm2::Path::homePath() API.
+  * Use the new libfm C++ terminal emulator APIs.
+  * Adopt to changes of libfm C++ APIs.
+  * Deprecate the use of Fm::Thumbnailer.
+  * Replace all NULL with C++ 11 nullptr.
+  * Initial port to the new C++ libfm API.
+  * DesktopWindow: Render tilled wallpaper manually
+  * Use const iterators
+  * Checks bookmarks iterators validity (#444)
+
+---

Old:


commit libqt5xdg for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "libqt5xdg"

Tue Oct 24 22:22:45 2017 rev:7 rq:535967 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5xdg/libqt5xdg.changes  2016-10-06 
12:42:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5xdg.new/libqt5xdg.changes 2017-10-24 
22:23:00.721440104 +0200
@@ -1,0 +2,71 @@
+Mon Oct 23 09:54:57 UTC 2017 - mvet...@suse.com
+
+- Update to 3.1.0:
+  * Bump version to 3.1.0
+  * xdgdesktopfile: Add API for getting actions info
+  * xdgdesktopfile: Add support for activating actions
+  * xdgdesktopfile: Add getting actions
+  * Check $XDG_CONFIG_HOME and $XDG_CONFIG_DIRS for mimeapps.list first.
+  * Fix reading and writing mimeapps.list file.
+  * Don't export github templates
+  * Release 3.0.0: Update changelog
+  * Backport support for Scale directory key according to Icon Theme spec
+  * Bump Major to 3
+  * test: Drop Q_FOREACH
+  * Drop Q_FOREACH
+  * liblxqt make no sense here
+  * Copied issue template
+  * Drops Qt5Core_VERSION_STRING
+  * Avoid Qt special keywords collision
+  * XdgDesktopFile: Stops allocating unneeded QMap::keys()
+  * XdgDesktopFile: Stop allocating unneeded QHash:values()
+  * XdgDesktopFile: Improve const-ness
+  * xdgiconloader: Reworks the unthemed/pixmap search
+  * xdgiconloader: Puts the hicolor at the end of the theme hierarchy
+  * XdgIcon: Add flag for "FollowsColorScheme" processing
+  * xdgiconloader: Honor "FolowsColorScheme" theme hint
+  * xdgiconloader: Support symbolic SVG icons
+  * More fixes (#131)
+  * xdgiconloader: Correct hierarchy of fallbacks (#116)
+  * xdgiconloader: Fix XdgIconLoaderEngine::actualSize() (#130)
+  * Update CMakeLists.txt
+  * It adds loadIcon() timing measurements.
+  * xdgiconloader: Consider all existing files/images
+  * Check QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH existence
+  * Mark QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH as advanced
+  * xdgiconloader: Implement QIconEnginePlugin interface
+  * Disables uninstall target
+  * Remove last uses of Java-style (non-mutable) iterators from QtBase
+  * Adds a development qtxdg-iconfinder utility tool
+  * Enable strict iterators for debug builds
+  * Removes extra semi-colons
+  * Improve build warnings
+  * Bump year
+  * QtGui: eradicate Q_FOREACH loops [already const]
+  * Optimize QIconLoader::findIconHelper()
+  * Remove unused variable in QIconLoader::findIconHelper()
+  * Improve use of QHash to minimize double hashing
+  * QIconLoaderEngine: add missing Q_DECL_OVERRIDEs
+  * Replace QLatin1Literal with QLatin1String
+  * QIconCacheGtkReader: use QStringRef more
+  * Gui: use const (and const APIs) more
+  * Adds Link Time Optimization
+  * Replaces CMAKE_SOURCE_DIR by PROJECT_SOURCE_DIR
+  * Refactors superbuild support
+  * Remove duplicate use of source header files
+  * Use AUTOMOC everywhere
+  * Stop using include_directories()
+  * Removes test project definition
+  * Use CMAKE_INCLUDE_CURRENT_DIR
+  * Adds PROJECT_NAME to the build Qt version message
+  * Simplify target_compile_definitions() and target_include_directories()
+  * qiconloader: Reuse Qt implementation
+  * XdgIconLoader: Fix FTBFS in super-build/in-tree builds
+  * Allow xdg-user-dirs in the realpath of $HOME. On some systems /home is a 
symlink and $HOME points to the symlink. This commit allows the xdg-user-dirs 
to start with the real/canonical path.
+  * Updates version requirements in pkg-config (.pc) stuff
+  * Make Qt5Xdg use only the same version Qt5XdgIconLoader
+  * Adds minimum Qt version requirement (5.4.2)
+  * test: Fixes false positive in tst_xdgdesktopfile::testReadLocalized()
+  * Remove cpack (#106)
+
+---

Old:

  libqtxdg-2.0.0.tar.xz
  libqtxdg-2.0.0.tar.xz.asc

New:

  libqtxdg-3.1.0.tar.xz
  libqtxdg-3.1.0.tar.xz.asc



Other differences:
--
++ libqt5xdg.spec ++
--- /var/tmp/diff_new_pack.JdXdyE/_old  2017-10-24 22:23:01.385409066 +0200
+++ /var/tmp/diff_new_pack.JdXdyE/_new  2017-10-24 22:23:01.389408880 +0200
@@ -17,21 +17,21 @@
 
 %define _name libqtxdg
 Name:   libqt5xdg
-Version:2.0.0
+Version:3.1.0
 Release:0
 Summary:Qt implementation of xdg specs for lxqt
 License:GPL-3.0
 Group:  Development/Libraries/C and C++
 Url:https://lxqt.org
-Source: 
http://downloads.lxqt.org/%{_name}/%{version}/%{_name}-%{version}.tar.xz
-Source1:
http://downloads.lxqt.org/%{_name}/%{version}/%{_name}-%{version}.tar.xz.asc
+Source:

commit lxqt-about for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-about"

Tue Oct 24 22:22:50 2017 rev:9 rq:535970 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-about/lxqt-about.changes2017-03-12 
19:58:56.124755068 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-about.new/lxqt-about.changes   
2017-10-24 22:23:02.469358396 +0200
@@ -1,0 +2,14 @@
+Mon Oct 23 10:37:08 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version 0
+  * Don't export github templates
+  * Added Lithuanian translation
+  * added myself
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added a very basic cli (#39)
+  * updated Polish translation
+  * Update AUTHORS
+- Remove post and postun
+
+---

Old:

  lxqt-about-0.11.1.tar.xz
  lxqt-about-0.11.1.tar.xz.asc

New:

  lxqt-about-0.12.0.tar.xz
  lxqt-about-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-about.spec ++
--- /var/tmp/diff_new_pack.ug1HTR/_old  2017-10-24 22:23:03.109328480 +0200
+++ /var/tmp/diff_new_pack.ug1HTR/_new  2017-10-24 22:23:03.113328294 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   lxqt-about
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:LXQt About Dialog
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/LXQt
 Url:http://www.lxde.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
 BuildRequires:  cmake >= 3.0.2
 BuildRequires: lxqt-build-tools-devel
@@ -52,12 +52,6 @@
 %install
 %cmake_install
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING

++ lxqt-about-0.11.1.tar.xz -> lxqt-about-0.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/AUTHORS 
new/lxqt-about-0.12.0/AUTHORS
--- old/lxqt-about-0.11.1/AUTHORS   2017-01-01 22:56:01.0 +0100
+++ new/lxqt-about-0.12.0/AUTHORS   2017-10-21 21:06:09.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
 Petr Vanek 
 
 License: LGPL-2.1+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/CHANGELOG 
new/lxqt-about-0.12.0/CHANGELOG
--- old/lxqt-about-0.11.1/CHANGELOG 2017-01-01 22:56:01.0 +0100
+++ new/lxqt-about-0.12.0/CHANGELOG 2017-10-21 21:06:09.0 +0200
@@ -1,7 +1,20 @@
 
-lxqt-about-0.11.1 / 2017-01-01
+lxqt-about-0.12.0 / 2017-10-21
 ==
 
+  * Set patch version 0
+  * Don't export github templates
+  * Added Lithuanian translation
+  * added myself
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added a very basic cli (#39)
+  * updated Polish translation
+  * Update AUTHORS
+
+0.11.1 / 2017-01-01
+===
+
+  * Release 0.11.1: Update changelog
   * Removed da_DK (keep da)
   * Added *da.desktop, renamed da_DK to da
   * .gitignore: Fix typo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/CMakeLists.txt 
new/lxqt-about-0.12.0/CMakeLists.txt
--- old/lxqt-about-0.11.1/CMakeLists.txt2017-01-01 22:56:01.0 
+0100
+++ new/lxqt-about-0.12.0/CMakeLists.txt2017-10-21 21:06:09.0 
+0200
@@ -21,7 +21,7 @@
 aboutdialog/lxqtaboutdialog.ui
 )
 
-find_package(lxqt REQUIRED QUIET)
+find_package(lxqt REQUIRED)
 
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
 
@@ -29,6 +29,12 @@
 set(CMAKE_BUILD_TYPE Release)
 endif()
 
+## Patch Version
+set(LXQT_ABOUT_PATCH_VERSION 0)
+
+set(LXQT_ABOUT_VERSION 
${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_ABOUT_PATCH_VERSION})
+add_definitions("-DLXQT_ABOUT_VERSION=\"${LXQT_ABOUT_VERSION}\"")
+
 # Translations **
 include(LXQtTranslate)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-about-0.11.1/aboutdialog/technicalinfo.cpp 
new/lxqt-about-0.12.0/aboutdialog/technicalinfo.cpp
--- old/lxqt-about-0.11.1/aboutdialog/techn

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 lxqt-notificationd for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-notificationd"

Tue Oct 24 22:23:00 2017 rev:9 rq:535975 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-notificationd/lxqt-notificationd.changes
2017-03-12 19:58:59.240314228 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-notificationd.new/lxqt-notificationd.changes   
2017-10-24 22:23:07.613117947 +0200
@@ -1,0 +2,31 @@
+Mon Oct 23 11:05:54 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version
+  * Don't export github templates
+  * Improvement for notification settings, see 
https://github.com/lxde/lxqt/issues/744#issuecomment-138601402
+  * Updated Lithuanian language
+  * Drops Qt5Core_VERSION_STRING
+  * lxqt-config-notificationd: set Qt::AA_UseHighDpiPixmaps to true
+  * Add a basic cli to lxqt-config-notificationd Add a basic cli to 
lxqt-notificationd
+  * Added default CMAKE_BUILD_TYPE and LXQT_NOTIFICATION_PATCH_VERSION
+  * Create lxqt-config-notificationd_pl_PL.desktop
+  * Fixes a FTBFS in superbuild mode
+  * Added merged autostart to CMakeLists.txt
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * Update desktop entries and Replace fr_FR by fr
+  * Update Greek translation (el) Remove country variant from language code
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Updates the build system to use the Targets infrastructure
+  * Drops hardcoded /etc/xdg paths
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * remove dead template lines switch OnlyShowIn from Razor -> LXQt 
stringchanges LxQt -> LXQt
+  * Support lxqt-session and add necessary xdg autostart desktop entry files.
+  * Fix a typo: singals -> signals
+  * Bump year
+- Remove post and postun
+
+---

Old:

  lxqt-notificationd-0.11.1.tar.xz
  lxqt-notificationd-0.11.1.tar.xz.asc

New:

  lxqt-notificationd-0.12.0.tar.xz
  lxqt-notificationd-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-notificationd.spec ++
--- /var/tmp/diff_new_pack.omoXnR/_old  2017-10-24 22:23:08.041097941 +0200
+++ /var/tmp/diff_new_pack.omoXnR/_new  2017-10-24 22:23:08.045097754 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   lxqt-notificationd
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:LXQt Notification daemon
 License:LGPL-2.1+
 Group:  System/GUI/LXQt
 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
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
@@ -35,8 +35,6 @@
 BuildRequires:  pkgconfig(Qt5Xdg)
 BuildRequires:  pkgconfig(lxqt) >= %{version} 
 Recommends: %{name}-lang
-Requires(pre): desktop-file-utils
-Requires(post):desktop-file-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,17 +53,12 @@
 %cmake_install
 %fdupes -s %{buildroot}%{_datadir}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS LICENSE README.md
 %{_bindir}/%{name}
 %{_bindir}/lxqt-config-notificationd
 %{_datadir}/applications/lxqt-config-notificationd.desktop
+%{_sysconfdir}/xdg/autostart/lxqt-notifications.desktop
 
 %changelog

++ lxqt-notificationd-0.11.1.tar.xz -> lxqt-notificationd-0.12.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-notificationd-0.11.1/AUTHORS 
new/lxqt-notificationd-0.12.0/AUTHORS
--- old/lxqt-notificationd-0.11.1/AUTHORS   2017-01-01 23:12:42.0 
+0100
+++ new/lxqt-notificationd-0.12.0/AUTHORS   2017-10-21 21:18:28.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+
 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-notificationd-0.11.1/CHAN

commit libqt5-qtwebview for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebview (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebview.new (New)


Package is "libqt5-qtwebview"

Tue Oct 24 22:22:15 2017 rev:2 rq:533929 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebview/libqt5-qtwebview.changes
2017-08-24 18:34:09.199609135 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebview.new/libqt5-qtwebview.changes   
2017-10-24 22:22:43.654237921 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 14:20:05 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qtwebview-opensource-src-5.9.1.tar.xz

New:

  qtwebview-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtwebview.spec ++
--- /var/tmp/diff_new_pack.viR6kB/_old  2017-10-24 22:22:44.134215484 +0200
+++ /var/tmp/diff_new_pack.viR6kB/_new  2017-10-24 22:22:44.138215297 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebview
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -21,15 +21,15 @@
 %define libname libQt5WebView5
 
 Name:   libqt5-qtwebview
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 WebView Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtwebview-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtwebview-opensource-src-5.9.1.tar.xz -> 
qtwebview-opensource-src-5.9.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebview-opensource-src-5.9.1/.qmake.conf 
new/qtwebview-opensource-src-5.9.2/.qmake.conf
--- old/qtwebview-opensource-src-5.9.1/.qmake.conf  2017-06-23 
13:42:13.0 +0200
+++ new/qtwebview-opensource-src-5.9.2/.qmake.conf  2017-09-27 
11:03:25.0 +0200
@@ -2,4 +2,4 @@
 
 DEFINES += QT_NO_FOREACH
 
-MODULE_VERSION = 5.9.1
+MODULE_VERSION = 5.9.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebview-opensource-src-5.9.1/.tag 
new/qtwebview-opensource-src-5.9.2/.tag
--- old/qtwebview-opensource-src-5.9.1/.tag 2017-06-23 13:42:13.0 
+0200
+++ new/qtwebview-opensource-src-5.9.2/.tag 2017-09-27 11:03:25.0 
+0200
@@ -1 +1 @@
-531b3cca5c7d480c8b332ffe3e9dd68c214adc79
+ec640efd1d82cdc88157159cbaa048815696ee25
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebview-opensource-src-5.9.1/dist/changes-5.6.3 
new/qtwebview-opensource-src-5.9.2/dist/changes-5.6.3
--- old/qtwebview-opensource-src-5.9.1/dist/changes-5.6.3   1970-01-01 
01:00:00.0 +0100
+++ new/qtwebview-opensource-src-5.9.2/dist/changes-5.6.3   2017-09-27 
11:03:25.0 +0200
@@ -0,0 +1,31 @@
+Qt 5.6.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.6.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+  http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.6 series is binary compatible with the 5.5.x series.
+Applications compiled for 5.5 will continue to run with 5.6.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+  https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+*  Library *
+
+
+General
+---
+
+ - [QTBUG-54128] Fixed missing geometry update bug when a webview changed
+   ancestor (e.g. when pushing it onto a StackView).
+
+ - [QTBUG-53839] Fixed issue with initial properties not being forwarded
+   to the Web

commit lxqt-sudo for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-sudo"

Tue Oct 24 22:23:20 2017 rev:4 rq:535983 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-sudo/lxqt-sudo.changes  2017-03-13 
15:33:28.098405145 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-sudo.new/lxqt-sudo.changes 2017-10-24 
22:23:21.652461666 +0200
@@ -1,0 +2,10 @@
+Mon Oct 23 11:45:05 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set informal patch version
+  * Added basic .gitattributes
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Bump year
+
+---

Old:

  lxqt-sudo-0.11.1.tar.xz
  lxqt-sudo-0.11.1.tar.xz.asc

New:

  lxqt-sudo-0.12.0.tar.xz
  lxqt-sudo-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-sudo.spec ++
--- /var/tmp/diff_new_pack.fx0pd8/_old  2017-10-24 22:23:22.288431937 +0200
+++ /var/tmp/diff_new_pack.fx0pd8/_new  2017-10-24 22:23:22.292431750 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   lxqt-sudo
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:GUI frontend for sudo
 License:LGPL-2.1
 Group:  System/X11/Utilities
 Url:http://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
+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++

++ lxqt-sudo-0.11.1.tar.xz -> lxqt-sudo-0.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.11.1/.gitignore 
new/lxqt-sudo-0.12.0/.gitignore
--- old/lxqt-sudo-0.11.1/.gitignore 2017-01-01 23:24:47.0 +0100
+++ new/lxqt-sudo-0.12.0/.gitignore 1970-01-01 01:00:00.0 +0100
@@ -1,2 +0,0 @@
-build
-translations/lxqt-sudo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.11.1/AUTHORS new/lxqt-sudo-0.12.0/AUTHORS
--- old/lxqt-sudo-0.11.1/AUTHORS2017-01-01 23:24:47.0 +0100
+++ new/lxqt-sudo-0.12.0/AUTHORS2017-10-21 21:40:59.0 +0200
@@ -2,7 +2,7 @@
 LXQt team: http://lxqt.org
 
 Copyright:
-Copyright (c) 2015-2016 LXQt team
+Copyright (c) 2015-2017 LXQt team
 
 License: LGPL-2.1+
 The full text of the licenses can be found in the 'LICENSE' file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.11.1/CHANGELOG 
new/lxqt-sudo-0.12.0/CHANGELOG
--- old/lxqt-sudo-0.11.1/CHANGELOG  2017-01-01 23:24:47.0 +0100
+++ new/lxqt-sudo-0.12.0/CHANGELOG  2017-10-21 21:40:59.0 +0200
@@ -1,7 +1,17 @@
 
-lxqt-sudo-0.11.1 / 2017-01-01
+lxqt-sudo-0.12.0 / 2017-10-21
 =
 
+  * Set informal patch version
+  * Added basic .gitattributes
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Bump year
+
+0.11.1 / 2017-01-01
+===
+
+  * Release 0.11.1: Update changelog
   * Make CMakeLists.txt more uniform.
 
 0.11.0 / 2016-09-24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.11.1/CMakeLists.txt 
new/lxqt-sudo-0.12.0/CMakeLists.txt
--- old/lxqt-sudo-0.11.1/CMakeLists.txt 2017-01-01 23:24:47.0 +0100
+++ new/lxqt-sudo-0.12.0/CMakeLists.txt 2017-10-21 21:40:59.0 +0200
@@ -12,10 +12,13 @@
 option(PULL_TRANSLATIONS "Pull translations" ON)
 
 find_package(Qt5Widgets REQUIRED)
-message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
+message(STATUS "Building with Qt${Qt5Core_VERSION}")
 
 find_package(lxqt REQUIRED)
 
+# Patch version 0
+
+
 include(LXQtCompilerSettings NO_POLICY_SCOPE)
 
 set ( LINK_LXSU "lxsu")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-sudo-0.11.1/main.cpp 
new/lxqt-sudo-0.12.0/main.cpp
--- old/lxqt-sudo-0.11.1/main.cpp   2017-01-01 23:24:47.0 +0100
+++ new/lxqt-sudo-0.12.0/main.cpp   2017-10-21 21:40:59.0 +0200
@@ -32,6 +32,8 @@
 {
 LXQt::Application app(argc, argv, true);
 app.setQuitOnLastWindowClosed(false);
+app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
+
 Sudo s;
 return s.mai

commit lxqt-runner for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-runner"

Tue Oct 24 22:23:17 2017 rev:8 rq:535981 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-runner/lxqt-runner.changes  2017-03-13 
15:33:30.298094277 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-runner.new/lxqt-runner.changes 
2017-10-24 22:23:17.364662103 +0200
@@ -1,0 +2,32 @@
+Mon Oct 23 12:30:30 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version
+  * Don't export github templates
+  * Update CMakeLists.txt
+  * Fixed typo in Lithuanian
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Fix pedantic warning
+  * ui: Add option to show particular count of items
+  * runner: Make usage of history configurable
+  * commanditemmodel: Remove unused methods
+  * Added QCommandLineParser and basic cli interface to lxqt-runner
+  * Added LXQT_RUNNER_PATCH_VERSION
+  * Fixes a FTBFS in superbuild mode
+  * Added merged autostart to CMakeLists.txt
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * Update desktop entries and Replace fr_FR by fr
+  * Update Greek translation (el) Remove country variant from language code
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Updates the build system to use the Targets infrastructure
+  * Drops hardcoded /etc/xdg paths
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * remove dead template lines switch OnlyShowIn from Razor -> LXQt 
stringchanges LxQt -> LXQt
+  * Support lxqt-session and add necessary xdg autostart desktop entry files.
+  * Bump year
+
+---

Old:

  lxqt-runner-0.11.1.tar.xz
  lxqt-runner-0.11.1.tar.xz.asc

New:

  lxqt-runner-0.12.0.tar.xz
  lxqt-runner-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-runner.spec ++
--- /var/tmp/diff_new_pack.JXSsdu/_old  2017-10-24 22:23:17.908636675 +0200
+++ /var/tmp/diff_new_pack.JXSsdu/_new  2017-10-24 22:23:17.908636675 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   lxqt-runner
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:LXQt application launcher
 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
+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++
@@ -58,5 +58,6 @@
 %doc AUTHORS LICENSE
 %{_bindir}/lxqt-runner
 %{_mandir}/man?/%{name}.?%{ext_man}
 
+%{_sysconfdir}/xdg/autostart/lxqt-runner.desktop
 
 %changelog

++ lxqt-runner-0.11.1.tar.xz -> lxqt-runner-0.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-runner-0.11.1/AUTHORS 
new/lxqt-runner-0.12.0/AUTHORS
--- old/lxqt-runner-0.11.1/AUTHORS  2017-01-01 23:30:39.0 +0100
+++ new/lxqt-runner-0.12.0/AUTHORS  2017-10-21 21:48:55.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+
 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-runner-0.11.1/CHANGELOG 
new/lxqt-runner-0.12.0/CHANGELOG
--- old/lxqt-runner-0.11.1/CHANGELOG2017-01-01 23:30:39.0 +0100
+++ new/lxqt-runner-0.12.0/CHANGELOG2017-10-21 21:48:55.0 +0200
@@ -1,7 +1,39 @@
 
-lxqt-runner-0.11.1 / 2017-01-01
+lxqt-runner-0.12.0 / 2017-10-21
 ===
 
+  * Set patch version
+  * Don't export github templates
+  * Update CMakeLists.txt
+  * Fixed typo in Lithuanian
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Fix pedantic warning
+  * ui: Add option to show particular count of items
+  * runner: Make usage of history configurable
+  * commanditemmodel: Remove unused methods
+  * Added QCommandLineParser and basic cli interface 

commit libfm-qt for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/libfm-qt (Old)
 and  /work/SRC/openSUSE:Factory/.libfm-qt.new (New)


Package is "libfm-qt"

Tue Oct 24 22:22:41 2017 rev:3 rq:535965 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libfm-qt/libfm-qt.changes2017-03-13 
15:33:34.353521150 +0100
+++ /work/SRC/openSUSE:Factory/.libfm-qt.new/libfm-qt.changes   2017-10-24 
22:22:57.933570425 +0200
@@ -1,0 +2,195 @@
+Mon Oct 23 10:13:16 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Add data transferred to file operation dialog.
+  * Bump versions
+  * Disable context-menu actions that cannot be used
+  * Don't export github templates
+  * Fix partially visible toggled path buttons
+  * Add functions to get and set search settings
+  * Fix mistakes in listview column width calculation
+  * Add archiver separator only when needed
+  * Add a separator before archiver actions
+  * Enable XDS subfolder drop
+  * UI improvements for Fm::MountOperationPasswordDialog()
+  * Respect inactiveness when drawing text
+  * Grey out files that have been Ctrl-X'ed (#88)
+  * Ignore button for error dialog
+  * Inline renaming for detailed list view (#110)
+  * Remove redundant code.
+  * Prefer local paths if they exist
+  * Removed QFileInfo (as @PCMan recommended)
+  * Simplification, optimization and a fix
+  * Really focus text entry on showing dialog
+  * Two small fixes
+  * Keep selection on reloading (if not CPU-intensive)
+  * Added back/forward buttons and fixed 3 issues
+  * Reload button, hidden shortcut and a fix
+  * Implement FileDialog::selectMimeTypeFilter() and QString 
FileDialog::selectedMimeTypeFilter().
+  * Initialize folder_ to null
+  * Fixed the quote issue
+  * Always preserve explicitly set labels
+  * Update OK button text and state when needed
+  * Initialize FileInfo::isShortcut_ (#113)
+  * Set the selected index current
+  * Fixd open/save and overwrite prompt
+  * Set open/save text
+  * Several important fixes
+  * Added a missing change
+  * Preliminary fixes
+  * Hide UI implementation details for Fm::FileDialog.
+  * Revert the backward incompatible changes in the constructor of 
Fm::FolderView.
+  * Fix a bug in creating new folder for Fm::FileDialog.
+  * Implement toolbar and quick view mode switches for the Fm::FileDialog 
class.
+  * Correctly check file types and test the existence of the selected files as 
needed.
+  * Correctly handle item activation.
+  * Correctly handle filename selection for Fm::FileDialog.
+  * Correctly handle selected files.
+  * Implement filename filtering for Fm::FileDialog.
+  * Check nullity of FileInfo before calling FolderMenu
+  * Arrange Custom Actions
+  * Support custom folder icons
+  * Fix multiple pasting of the same cut file(s)
+  * Fix KDE clipboard tag for cut file(s)
+  * Add a basic skeleton for Fm::FileDialog.
+  * Check nullity of QMimeData (#109)
+  * MountOperationQuestionDialog: Fix handling responses
+  * Fix all height issues in horizontal layouts (#103)
+  * Removed a redundant variable (left there from old tests)
+  * Fix major bugs in Directory Tree
+  * Consider desktop text color, now that everything is done here
+  * Inline Renaming
+  * Fix compact view regression (#102)
+  * Fix detailed list crash on double clicking folders
+  * Removed my garbage
+  * Fixed issues about spacings and click region
+  * Make Fm::FolderItemDelegate support painting text shadows and margins so 
it can completely replace PCManFM::DesktopItemDelegate.
+  * Avoid using grid size on QListView since this disables any spacing 
settings.
+  * liblxqt make no sense for libfm-qt
+  * Copied issue template
+  * Add noexcept to move constructors and operator=() so they can be used with 
STL containers.
+  * FolderView: Optimize selectAll() (#97)
+  * Emit fileSizeChanged when needed
+  * Drops Qt5Core_VERSION_STRING (#96)
+  * Update size column info (#90)
+  * Fix Detailed List view DND (#94)
+  * folderview: Don't allow D&D by Back or Forward
+  * More fixes (#87)
+  * Added a missing change signal (#86)
+  * Fix single items when seaching (#85)
+  * Check for nullity of IconInfo (#84)
+  * Address compiler warnings
+  * Remove addRoots() return type
+  * Remove the unused data/translations/ entry
+  * Fix broken folder unmount message caused by incorrect FilePath & GFile* 
comparison. (#80)
+  * Remove some superfluous semicolons that lead to pedantic warnings (#79)
+  * Ensure one item per file (#77)
+  * Fix the broken filesystem status (free disk space) display. (#78)
+  * Don't make items current on mouseover (#72)
+  * Fixes a FTBFS in superbuild mode (#75)
+  * Replace start tilde in PathEdit (#73)
+  * Really cancel pending thumbnail jobs on chdir (#74)
+ 

commit libsysstat-qt5 for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/libsysstat-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.libsysstat-qt5.new (New)


Package is "libsysstat-qt5"

Tue Oct 24 22:22:47 2017 rev:6 rq:535968 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/libsysstat-qt5/libsysstat-qt5.changes
2017-03-13 15:33:39.336816894 +0100
+++ /work/SRC/openSUSE:Factory/.libsysstat-qt5.new/libsysstat-qt5.changes   
2017-10-24 22:23:01.685395044 +0200
@@ -1,0 +2,12 @@
+Mon Oct 23 10:22:45 UTC 2017 - mvet...@suse.com
+
+- Update to 0.4.0:
+  * correct spelling mistake
+  * bump version and needed version of lxqt-build-tools
+  * liblxqt make no sense here
+  * Copied issue template
+  * Drops Qt5Core_VERSION_STRING
+  * Fixes (#17)
+  * Bump years
+
+---

Old:

  libsysstat-0.3.3.tar.xz
  libsysstat-0.3.3.tar.xz.asc

New:

  libsysstat-0.4.0.tar.xz
  libsysstat-0.4.0.tar.xz.asc



Other differences:
--
++ libsysstat-qt5.spec ++
--- /var/tmp/diff_new_pack.lgXqwH/_old  2017-10-24 22:23:02.301366249 +0200
+++ /var/tmp/diff_new_pack.lgXqwH/_new  2017-10-24 22:23:02.301366249 +0200
@@ -18,20 +18,20 @@
 
 %define _name libsysstat
 Name:   libsysstat-qt5
-Version:0.3.3
+Version:0.4.0
 Release:0
 Summary:Query system info and statistics
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://www.lxde.org
-Source: 
http://downloads.lxqt.org/libsysstat/%{version}/libsysstat-%{version}.tar.xz
-Source1:
http://downloads.lxqt.org/libsysstat/%{version}/libsysstat-%{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:libsysstat-qt5.keyring
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel
+BuildRequires:  lxqt-build-tools-devel >= 0.4.0
 BuildRequires:  cmake(Qt5LinguistTools)
-BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Core) >= 5.4.2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libsysstat-0.3.3.tar.xz -> libsysstat-0.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsysstat-0.3.3/.github/ISSUE_TEMPLATE.md 
new/libsysstat-0.4.0/.github/ISSUE_TEMPLATE.md
--- old/libsysstat-0.3.3/.github/ISSUE_TEMPLATE.md  1970-01-01 
01:00:00.0 +0100
+++ new/libsysstat-0.4.0/.github/ISSUE_TEMPLATE.md  2017-09-23 
14:46:10.0 +0200
@@ -0,0 +1,35 @@
+
+
+
+# Expected Behavior
+
+
+
+# Current Behavior
+
+
+
+# Possible Solution
+
+
+
+# Steps to Reproduce (for bugs)
+
+
+1. 
+2. 
+3. 
+4. 
+
+# Context
+
+
+
+# System Information
+
+* Distribution & Version: 
+* Kernel: 
+* Qt Version: 
+* libqtxdg Version:
+* lxde-build-tools Version: 
+* Package version: 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsysstat-0.3.3/AUTHORS new/libsysstat-0.4.0/AUTHORS
--- old/libsysstat-0.3.3/AUTHORS2016-12-11 00:50:29.0 +0100
+++ new/libsysstat-0.4.0/AUTHORS2017-09-23 14:46:10.0 +0200
@@ -5,7 +5,7 @@
 
 Copyright:
 Copyright (c) 2012 Razor team
-Copyright (c) 2012-2016 LXQt team
+Copyright (c) 2012-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/libsysstat-0.3.3/CHANGELOG 
new/libsysstat-0.4.0/CHANGELOG
--- old/libsysstat-0.3.3/CHANGELOG  2016-12-11 00:50:29.0 +0100
+++ new/libsysstat-0.4.0/CHANGELOG  2017-09-23 14:46:10.0 +0200
@@ -1,7 +1,19 @@
 
-libsysstat-0.3.3 / 2016-12-11
+libsysstat-0.4.0 / 2017-09-23
 =
 
+  * correct spelling mistake
+  * bump version and needed version of lxqt-build-tools
+  * liblxqt make no sense here
+  * Copied issue template
+  * Drops Qt5Core_VERSION_STRING
+  * Fixes (#17)
+  * Bump years
+
+0.3.3 / 2016-12-11
+==
+
+  * Release 0.3.3: Update changelog
   * Bump patch version to 3
   * Simplify include_directories and compile definitions
   * Adds Building project name and Qt version message
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsysstat-0.3.3/CMakeLists.txt 
new/libsysstat-0.4.0/CMakeLists.txt
--- old/libsyssta

commit borgbackup for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "borgbackup"

Tue Oct 24 22:22:38 2017 rev:7 rq:535956 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes2017-10-09 
19:48:39.842416000 +0200
+++ /work/SRC/openSUSE:Factory/.borgbackup.new/borgbackup.changes   
2017-10-24 22:22:56.129654751 +0200
@@ -1,0 +2,56 @@
+Mon Oct 23 08:38:20 UTC 2017 - alarr...@suse.com
+
+- Update to borgbackup 1.1.1
+- Compatibility notes:
+  * When upgrading from borg 1.0.x to 1.1.x, please note:
+* read all the compatibility notes for 1.1.0*, starting from 1.1.0b1.
+* borg might ask some security-related questions once after upgrading.
+  You can answer them either manually or via environment variable.
+  One known case is if you use unencrypted repositories, then it will ask
+  about a unknown unencrypted repository one time.
+* your first backup with 1.1.x might be significantly slower (it might
+  completely read, chunk, hash a lot files) - this is due to the
+  --files-cache mode change (and happens every time you change mode). You
+  can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible mode
+  (but that is less safe for detecting changed files than the default).
+  See the --files-cache docs for details.
+  * The deprecated --no-files-cache is not a global/common option any more, but
+only available for borg create (it is not needed for anything else).
+Use --files-cache=disabled instead of --no-files-cache.
+  * The nodump flag ("do not backup this file") is not honoured any more by
+default because this functionality (esp. if it happened by error or
+unexpected) was rather confusing and unexplainable at first to users.
+If you want that "do not backup NODUMP-flagged files" behaviour, use:
+borg create --exclude-nodump ...
+- Fixes:
+  * borg recreate: correctly compute part file sizes. fixes cosmetic, but
+annoying issue as borg check complains about size inconsistencies of part
+files in affected archives. you can solve that by running borg recreate
+on these archives.
+  * bsdflags support: do not open BLK/CHR/LNK files, avoid crashes and slowness
+  * recreate: don't crash on attic archives w/o time_end
+  * don't crash on repository filesystems w/o hardlink support
+  * don't crash in first part of truncate_and_unlink
+  * fix server-side IndexError crash with clients < 1.0.7
+  * don't show traceback if only a global option is given, show help
+  * cache: use SaveFile for more safety
+  * init: fix wrong encryption choices in command line parser, fix missing
+"authenticated-blake2"
+  * move --no-files-cache from common to borg create options
+  * fix detection of non-local path (failed on ..filename)
+  * logging with fileConfig: set json attr on "borg" logger
+  * fix crash with relative BORG_KEY_FILE
+  * show excluded dir with "x" for tagged dirs / caches
+- New features:
+  * create: --nobsdflags and --exclude-nodump options
+  * extract: --nobsdflags option
+- Other changes:
+  * remove annoying hardlinked symlinks warning
+  * vagrant: use self-made FreeBSD 10.3 box
+  * docs:
+* readme: -e option is required in borg 1.1
+* add example showing --show-version --show-rc
+* use --format rather than --list-format (deprecated) in example
+* update docs about hardlinked symlinks limitation
+
+---

Old:

  borgbackup-1.1.0.tar.gz

New:

  borgbackup-1.1.1.tar.gz



Other differences:
--
++ borgbackup.spec ++
--- /var/tmp/diff_new_pack.hTpsvP/_old  2017-10-24 22:22:57.393595667 +0200
+++ /var/tmp/diff_new_pack.hTpsvP/_new  2017-10-24 22:22:57.397595480 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   borgbackup
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:Deduplicating backup program with compression and 
authenticated encryption
 License:BSD-3-Clause

++ borgbackup-1.1.0.tar.gz -> borgbackup-1.1.1.tar.gz ++
 41683 lines of diff (skipped)




commit lxqt-build-tools for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package lxqt-build-tools for 
openSUSE:Factory checked in at 2017-10-24 22:22:52

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


Package is "lxqt-build-tools"

Tue Oct 24 22:22:52 2017 rev:3 rq:535971 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-build-tools/lxqt-build-tools.changes
2017-06-21 13:58:07.411483183 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-build-tools.new/lxqt-build-tools.changes   
2017-10-24 22:23:03.705300621 +0200
@@ -1,0 +2,14 @@
+Mon Oct 23 09:48:31 UTC 2017 - mvet...@suse.com
+
+- Update to 0.4.0:
+  * Bump version to 0.4.0
+  * Added needed versions
+  * remove version set from LXQtConfigVars.in
+  * Move LXQt version to liblxqt
+  * Fixes a FTBFS with superbuild mode
+  * Adds a FindExif module
+  * LXQtCompilerSettings: Fixes a typo in diagnostics-color
+  * Adds (Ninja) colored diagnostics for GCC (>=4.9)
+  * Enable strict iterators for debug builds
+
+---

Old:

  lxqt-build-tools-0.3.2.tar.xz
  lxqt-build-tools-0.3.2.tar.xz.asc

New:

  lxqt-build-tools-0.4.0.tar.xz
  lxqt-build-tools-0.4.0.tar.xz.asc



Other differences:
--
++ lxqt-build-tools.spec ++
--- /var/tmp/diff_new_pack.LdHygH/_old  2017-10-24 22:23:04.297272950 +0200
+++ /var/tmp/diff_new_pack.LdHygH/_new  2017-10-24 22:23:04.301272762 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lxqt-build-tools
-Version:0.3.2
+Version:0.4.0
 Release:0
 Summary:Core build tools for LXQt
 License:BSD-3-Clause
@@ -26,7 +26,8 @@
 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
 BuildRequires:  cmake >= 3.0.2
-BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Core) >= 5.6.1
+BuildRequires:  pkgconfig(glib-2.0) >= 2.50
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ lxqt-build-tools-0.3.2.tar.xz -> lxqt-build-tools-0.4.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-build-tools-0.3.2/CHANGELOG 
new/lxqt-build-tools-0.4.0/CHANGELOG
--- old/lxqt-build-tools-0.3.2/CHANGELOG2017-01-14 00:21:35.0 
+0100
+++ new/lxqt-build-tools-0.4.0/CHANGELOG2017-09-22 23:29:22.0 
+0200
@@ -1,7 +1,21 @@
 
-lxqt-build-tools-0.3.2 / 2017-01-14
+lxqt-build-tools-0.4.0 / 2017-09-22
 ===
 
+  * Bump version to 0.4.0
+  * Added needed versions
+  * remove version set from LXQtConfigVars.in
+  * Move LXQt version to liblxqt
+  * Fixes a FTBFS with superbuild mode
+  * Adds a FindExif module
+  * LXQtCompilerSettings: Fixes a typo in diagnostics-color
+  * Adds (Ninja) colored diagnostics for GCC (>=4.9)
+  * Enable strict iterators for debug builds
+
+0.3.2 / 2017-01-14
+==
+
+  * Release 0.3.2: Update changelog
   * Bump version to 0.3.2 - finally the build tools are arch: all (#15)
   * Warnings (#16)
   * Remove arched bits from version.cmake-file (#14)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-build-tools-0.3.2/CMakeLists.txt 
new/lxqt-build-tools-0.4.0/CMakeLists.txt
--- old/lxqt-build-tools-0.3.2/CMakeLists.txt   2017-01-14 00:21:35.0 
+0100
+++ new/lxqt-build-tools-0.4.0/CMakeLists.txt   2017-09-22 23:29:22.0 
+0200
@@ -5,14 +5,16 @@
 option(WITH_XDG_DIRS_FALLBACK "Use our XDG_CONFIG_DIRS fallback" ON)
 
 set(LXQT_BUILD_TOOLS_MAJOR_VERSION 0)
-set(LXQT_BUILD_TOOLS_MINOR_VERSION 3)
-set(LXQT_BUILD_TOOLS_PATCH_VERSION 2)
+set(LXQT_BUILD_TOOLS_MINOR_VERSION 4)
+set(LXQT_BUILD_TOOLS_PATCH_VERSION 0)
 set(LXQT_BUILD_TOOLS_VERSION 
${LXQT_BUILD_TOOLS_MAJOR_VERSION}.${LXQT_BUILD_TOOLS_MINOR_VERSION}.${LXQT_BUILD_TOOLS_PATCH_VERSION})
 
-set(LXQT_MAJOR_VERSION 0)
-set(LXQT_MINOR_VERSION 11)
-set(LXQT_PATCH_VERSION 1)
-set(LXQT_VERSION 
${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PATCH_VERSION})
+
+# Check for needed versions
+# We need at least Qt 5.6.1 and glib-2.0 >= 2.50 to build all LXQt parts
+find_package(PkgConfig REQUIRED)
+find_package(Qt5Core "5.6.1"  REQUIRED)
+pkg_check_modules(GLIB2 glib-2.0>=2.50 REQUIRED)
 
 include(CMakePackageConfigHelpers)
 include(GNUInstallDirs) # Standard directories for installation
@@ -103,7 +105,7 @@
 # The package version file is common to superbuild and installable mode
 configure_file(
 "${CMAKE_CURRENT_SOURCE_DIR}/lxqt-build-tools-config-version.cmake.in"
-"${CMAKE_CURR

commit lxqt-policykit for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-policykit"

Tue Oct 24 22:23:08 2017 rev:8 rq:535978 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-policykit/lxqt-policykit.changes
2017-03-13 15:33:32.261816756 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-policykit.new/lxqt-policykit.changes   
2017-10-24 22:23:10.144999593 +0200
@@ -1,0 +2,28 @@
+Mon Oct 23 11:19:51 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version
+  * Don't export github templates
+  * Updated Lithuanian translation
+  * Drops Qt5Core_VERSION_STRING
+  * Added QCommandLineParser and basic cli interface to lxqt-policykit-agent
+  * Added default CMAKE_BUILD_TYPE and LXQT_POLKITAGENT_PATCH_VERSION
+  * Fixes a FTBFS in superbuild mode
+  * Added merged autostart to CMakeLists.txt
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * Update desktop entries and Replace fr_FR by fr
+  * Update Greek translation (el) Remove country variant from language code
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Updates the build system to use the Targets infrastructure
+  * Drops hardcoded /etc/xdg paths
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * remove dead template lines switch OnlyShowIn from Razor -> LXQt 
stringchanges LxQt -> LXQt
+  * Support lxqt-session and add necessary xdg autostart desktop entry files.
+  * Fix typo and correct some sentences
+  * Fixed some more typos
+  * Bump year
+
+---

Old:

  lxqt-policykit-0.11.1.tar.xz
  lxqt-policykit-0.11.1.tar.xz.asc

New:

  lxqt-policykit-0.12.0.tar.xz
  lxqt-policykit-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-policykit.spec ++
--- /var/tmp/diff_new_pack.EvSkd1/_old  2017-10-24 22:23:10.812968368 +0200
+++ /var/tmp/diff_new_pack.EvSkd1/_new  2017-10-24 22:23:10.816968181 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-policykit
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:   lxqt-policykit
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:PolicyKit authentication agent
 License:LGPL-2.1+
 Group:  System/GUI/LXQt
 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
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
@@ -59,5 +59,6 @@
 %doc AUTHORS LICENSE
 %{_bindir}/lxqt-policykit-agent
 %{_mandir}/man?/%{name}-agent.?%{ext_man}  
 
+%{_sysconfdir}/xdg/autostart/lxqt-policykit-agent.desktop
 
 %changelog

++ lxqt-policykit-0.11.1.tar.xz -> lxqt-policykit-0.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-policykit-0.11.1/AUTHORS 
new/lxqt-policykit-0.12.0/AUTHORS
--- old/lxqt-policykit-0.11.1/AUTHORS   2017-01-01 23:18:10.0 +0100
+++ new/lxqt-policykit-0.12.0/AUTHORS   2017-10-21 21:23:55.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+
 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-policykit-0.11.1/CHANGELOG 
new/lxqt-policykit-0.12.0/CHANGELOG
--- old/lxqt-policykit-0.11.1/CHANGELOG 2017-01-01 23:18:10.0 +0100
+++ new/lxqt-policykit-0.12.0/CHANGELOG 2017-10-21 21:23:55.0 +0200
@@ -1,7 +1,35 @@
 
-lxqt-policykit-0.11.1 / 2017-01-01
+lxqt-policykit-0.12.0 / 2017-10-21
 ==
 
+  * Set patch version
+  * Don't export github templates
+  * Updated Lithuanian translation
+  * Drops Qt5Core_V

commit mbox-importer for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/mbox-importer (Old)
 and  /work/SRC/openSUSE:Factory/.mbox-importer.new (New)


Package is "mbox-importer"

Tue Oct 24 22:22:34 2017 rev:11 rq:534832 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/mbox-importer/mbox-importer.changes  
2017-09-13 22:32:28.541528212 +0200
+++ /work/SRC/openSUSE:Factory/.mbox-importer.new/mbox-importer.changes 
2017-10-24 22:22:53.285787689 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:56 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  mbox-importer-17.08.1.tar.xz

New:

  mbox-importer-17.08.2.tar.xz



Other differences:
--
++ mbox-importer.spec ++
--- /var/tmp/diff_new_pack.ABOd0o/_old  2017-10-24 22:22:53.773764878 +0200
+++ /var/tmp/diff_new_pack.ABOd0o/_new  2017-10-24 22:22:53.773764878 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mbox-importer
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA)

++ mbox-importer-17.08.1.tar.xz -> mbox-importer-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-17.08.1/CMakeLists.txt 
new/mbox-importer-17.08.2/CMakeLists.txt
--- old/mbox-importer-17.08.1/CMakeLists.txt2017-09-05 02:40:19.0 
+0200
+++ new/mbox-importer-17.08.2/CMakeLists.txt2017-10-10 02:17:22.0 
+0200
@@ -33,20 +33,20 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.6.1")
+set(KDEPIM_VERSION_NUMBER "5.6.2")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADI_VERSION "5.6.1")
+set(AKONADI_VERSION "5.6.2")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.7.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Gui Widgets)
-set(LIBMAILIMPORTER_VERSION_LIB "5.6.1")
-set(MAILCOMMON_LIB_VERSION_LIB "5.6.1")
-set(PIMCOMMON_LIB_VERSION "5.6.1")
+set(LIBMAILIMPORTER_VERSION_LIB "5.6.2")
+set(MAILCOMMON_LIB_VERSION_LIB "5.6.2")
+set(PIMCOMMON_LIB_VERSION "5.6.2")
 
 # Find KF5 package
 find_package(KF5Config ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mbox-importer-17.08.1/po/zh_CN/mboximporter.po 
new/mbox-importer-17.08.2/po/zh_CN/mboximporter.po
--- old/mbox-importer-17.08.1/po/zh_CN/mboximporter.po  2017-09-05 
02:40:19.0 +0200
+++ new/mbox-importer-17.08.2/po/zh_CN/mboximporter.po  2017-10-10 
02:17:22.0 +0200
@@ -1,9 +1,14 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Xuetian Weng , 2014.
+# Weng Xuetian , 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-06-15 03:05+0200\n"
-"PO-Revision-Date: 2017-08-31 05:16-0400\n"
+"PO-Revision-Date: 2017-09-30 17:48-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -34,12 +39,12 @@
 #: main.cpp:44
 #, kde-format
 msgid "MBox Import Tool"
-msgstr ""
+msgstr "MBox 导入工具"
 
 #: main.cpp:46
 #, kde-format
 msgid "Copyright © 2013-2017 MBoxImporter authors"
-msgstr ""
+msgstr "版权 © 2013-2017 MBoxImporter 作者"
 
 #: main.cpp:47
 #, kde-format




commit libqt5-qtvirtualkeyboard for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/libqt5-qtvirtualkeyboard (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtvirtualkeyboard.new (New)


Package is "libqt5-qtvirtualkeyboard"

Tue Oct 24 22:22:14 2017 rev:3 rq:533925 version:5.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtvirtualkeyboard/libqt5-qtvirtualkeyboard.changes
2017-08-24 18:33:57.809213849 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtvirtualkeyboard.new/libqt5-qtvirtualkeyboard.changes
   2017-10-24 22:22:41.818323742 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 14:11:29 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qtvirtualkeyboard-opensource-src-5.9.1.tar.xz

New:

  qtvirtualkeyboard-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtvirtualkeyboard.spec ++
--- /var/tmp/diff_new_pack.EaMmhy/_old  2017-10-24 22:22:43.550242782 +0200
+++ /var/tmp/diff_new_pack.EaMmhy/_new  2017-10-24 22:22:43.554242595 +0200
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtvirtualkeyboard
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 Virtual Keyboard
 License:GPL-3.0
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtvirtualkeyboard-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 BuildRequires:  libQt5Gui-private-headers-devel >= %{version}

++ qtvirtualkeyboard-opensource-src-5.9.1.tar.xz -> 
qtvirtualkeyboard-opensource-src-5.9.2.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtvirtualkeyboard/qtvirtualkeyboard-opensource-src-5.9.1.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-qtvirtualkeyboard.new/qtvirtualkeyboard-opensource-src-5.9.2.tar.xz
 differ: char 26, line 1




commit lxqt-globalkeys for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-globalkeys"

Tue Oct 24 22:22:56 2017 rev:6 rq:535973 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-globalkeys/lxqt-globalkeys.changes  
2017-03-12 19:59:02.415864899 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-globalkeys.new/lxqt-globalkeys.changes 
2017-10-24 22:23:05.321225084 +0200
@@ -1,0 +2,43 @@
+Mon Oct 23 10:52:06 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version
+  * Don't export github templates
+  * fix deadlock - don't accept keyPress when processing dbus call (#56)
+  * Added Lithuanian language
+  * lxqt-config-globalkeys: set Qt::AA_UseHighDpiPixmaps to true
+  * Added QCommandLineParser and basic cli interface to lxqt-config-globalkeys
+  * Adeed LXQT_GLOBALKEYS_PATCH_VERSION
+  * Fixes a FTBFS in superbuild mode (#51)
+  * Added autostart and xdg to CMakeLists.txt
+  * changed xdg/CmakeLists.txt
+  * fixed xdg/CMakeLists.txt renamed config to xdg - merge preparation
+  * Use const iterators
+  * globalkeys: Open "empty" browser on activation
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * Update AUTHORS
+  * Open https://duckduckgo.com instead of google.com as default
+  * Update desktop entries and Replace fr_FR by fr
+  * lxqt-rc.xml: Change default config install path
+  * Settings Openbox updated.
+  * Screenshot (Shift+Print), file manager (ctl+Alt+e) and web browser 
(Ctl+atl+i) key shortcuts added.
+  * Default key shortcuts added to lxqt-globalkeysd.
+  * Update Greek translation (el) Remove country variant from language code
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Adds double quotes to everything that may break
+  * Updates the build system to use the Targets infrastructure
+  * Drops hardcoded /etc/xdg paths
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * remove dead template lines switch OnlyShowIn from Razor -> LXQt 
stringchanges LxQt -> LXQt
+  * Add session.conf and windowmanagers.conf.
+  * Support lxqt-session and add necessary xdg autostart desktop entry files.
+  * Rename dirs and replace razor with lxqt. Install lxqt.conf to 
/etc/xdg/lxqt and provide theme config.
+  * Properly set default wallpaper for pcmanfm-qt. Comment out openbox config 
handling in startlxde-qt since it's not needed.
+  * Fix file paths, replacing razor with lxqt. * Remove Alt+F2 and Ctrl+Esc 
from openbox config file to avoid conflicts with lxqt-panel & lxqt-globalkeys.
+  * Add default configuration files for lxde-qt session.
+- Remove post and postun
+
+---

Old:

  lxqt-globalkeys-0.11.1.tar.xz
  lxqt-globalkeys-0.11.1.tar.xz.asc

New:

  lxqt-globalkeys-0.12.0.tar.xz
  lxqt-globalkeys-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-globalkeys.spec ++
--- /var/tmp/diff_new_pack.s5HXMP/_old  2017-10-24 22:23:05.837200964 +0200
+++ /var/tmp/diff_new_pack.s5HXMP/_new  2017-10-24 22:23:05.841200777 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxqt-globalkeys
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,19 +17,19 @@
 
 
 Name:   lxqt-globalkeys
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:Global keyboard shortcuts registration
 License:LGPL-2.1+
 Group:  System/GUI/LXQt
 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
 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(Qt5UiTools)
 BuildRequires:  pkgconfig(lxqt) >= %{version}
@@ -81,12 +81,6 @@
 %cmake_install
 %fdupes -s %{buildroot}
 
-%post

commit lxqt-powermanagement for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-powermanagement"

Tue Oct 24 22:23:11 2017 rev:9 rq:535979 version:0.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/lxqt-powermanagement/lxqt-powermanagement.changes
2017-03-13 15:33:31.217964277 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-powermanagement.new/lxqt-powermanagement.changes
   2017-10-24 22:23:12.484890212 +0200
@@ -1,0 +2,39 @@
+Mon Oct 23 11:21:56 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version
+  * Spell check (add "," and "-")
+  * Don't export github templates
+  * Adding missing "Comment" section to .desktop files. Fix for 
https://github.com/lxde/lxqt/issues/1339
+  * Added Lithuanian language
+  * Drops Qt5Core_VERSION_STRING
+  * lxqt-config-powermanagement: set Qt::AA_UseHighDpiPixmaps to true
+  * Added QCommandLineParser and basic cli interface to 
lxqt-config-powermanagement and lxqt-powermanagement
+  * Added default CMAKE_BUILD_TYPE and LXQT_POWERMANAGEMENT_PATCH_VERSION
+  * added *pl.desktop
+  * Fixes a FTBFS in superbuild mode
+  * Added merged autostart to CMakeLists.txt
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * Update desktop entries and Replace fr_FR by fr
+  * Move Italian desktop entry to correct path
+  * Update Greek translation (el) Remove country variant from language code
+  * Rename LxQt to LXQt everywhere
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Updates the build system to use the Targets infrastructure
+  * Rename Power Management module name again
+  * Rename LXQt Power Management module name
+  * Drops hardcoded /etc/xdg paths
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * Portuguese update for .desktop files
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * remove dead template lines switch OnlyShowIn from Razor -> LXQt 
stringchanges LxQt -> LXQt
+  * Renamed lxqt-autosuspend.desktop.in --> lxqt-powermanagement.desktop.in
+  * Support lxqt-session and add necessary xdg autostart desktop entry files.
+  * Default to no action if the action is not specified in the config file
+  * BatteryWatcher: Fix indentation
+  * Bump year
+- Remove post and postun
+
+---

Old:

  lxqt-powermanagement-0.11.1.tar.xz
  lxqt-powermanagement-0.11.1.tar.xz.asc

New:

  lxqt-powermanagement-0.12.0.tar.xz
  lxqt-powermanagement-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-powermanagement.spec ++
--- /var/tmp/diff_new_pack.m8p1tc/_old  2017-10-24 22:23:13.068862915 +0200
+++ /var/tmp/diff_new_pack.m8p1tc/_new  2017-10-24 22:23:13.072862727 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   lxqt-powermanagement
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:Power Management and Auto-suspend
 License:LGPL-2.1+
 Group:  System/GUI/LXQt
 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
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
@@ -39,9 +39,8 @@
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5Xdg)
 BuildRequires:  pkgconfig(lxqt) >= %{version}
+#BuildRequires:  pkgconfig(xcb)
 Recommends: %{name}-lang
-Requires(pre): desktop-file-utils
-Requires(post):desktop-file-utils
 %requires_eqlibQt5Gui5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -61,12 +60,6 @@
 %cmake_install
 %fdupes -s %{buildroot}%{_datadir}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS LICENSE README.md
@@ -76,5 +69,6 @@
 %dir %{_datadir}/icons/hicolor/scalable
 %dir %{_datadir}/icons/hicolor/scalable/devices
 %{_datadir}/icons/hicolor/scalable/devices/*.svg
+%{_sysconfdir}/xdg/autostart/lxqt-powermanagement.desktop
 
 %changelog

++ lxqt-powermanagement-0.11.1.tar.xz -> lxqt-powermanagement-0.12.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-powermanagement-0.11.1/AUTHORS 

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
+  * Handle mime-type 

commit kdeconnect-kde for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/kdeconnect-kde (Old)
 and  /work/SRC/openSUSE:Factory/.kdeconnect-kde.new (New)


Package is "kdeconnect-kde"

Tue Oct 24 22:22:26 2017 rev:6 rq:534621 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/kdeconnect-kde/kdeconnect-kde.changes
2017-07-12 19:36:52.440991592 +0200
+++ /work/SRC/openSUSE:Factory/.kdeconnect-kde.new/kdeconnect-kde.changes   
2017-10-24 22:22:47.974035990 +0200
@@ -1,0 +2,8 @@
+Sun Oct  1 15:43:40 UTC 2017 - wba...@tmo.at
+
+- Update to 1.2.0
+- Update build requirements, it needs Qt 5.7 and KF 5.38 now
+- Remove patches, now upstream:
+  * 0001-Treat-device-names-as-plaintext-not-rich-text.patch
+
+---

Old:

  0001-Treat-device-names-as-plaintext-not-rich-text.patch
  kdeconnect-kde-1.0.3.tar.xz

New:

  kdeconnect-kde-1.2.tar.xz



Other differences:
--
++ kdeconnect-kde.spec ++
--- /var/tmp/diff_new_pack.9apxhF/_old  2017-10-24 22:22:48.74291 +0200
+++ /var/tmp/diff_new_pack.9apxhF/_new  2017-10-24 22:22:48.74504 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdeconnect-kde
-Version:1.0.3
+Version:1.2
 Release:0
 Summary:KDE Android integration
 License:GPL-2.0+
@@ -26,8 +26,6 @@
 Source: 
http://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-%{version}.tar.xz
 Source100:  kdeconnect-kde.SuSEfirewall
 Source101:  kdeconnect-kde-firewalld.xml
-# PATCH-FIX-UPSTREAM
-Patch100:   0001-Treat-device-names-as-plaintext-not-rich-text.patch
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.9
 BuildRequires:  kf5-filesystem
@@ -39,12 +37,12 @@
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5KCMUtils)
-BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5KIO) >= 5.38.0
 BuildRequires:  cmake(KF5Notifications)
 BuildRequires:  cmake(KF5Wayland)
 BuildRequires:  cmake(Qca-qt5)
-BuildRequires:  cmake(Qt5Quick) >= 5.2.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.2.0
+BuildRequires:  cmake(Qt5Quick) >= 5.7.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.7.0
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libfakekey)
 BuildRequires:  pkgconfig(x11)
@@ -72,7 +70,6 @@
 %{lang_package}
 %prep
 %setup -q
-%patch100 -p1
 
 %build
 %cmake_kf5 -d build
@@ -81,7 +78,7 @@
 %install
 %kf5_makeinstall -C build
 
-for translation_file in 
kdeconnect-{cli,core,fileitemaction,kcm,kded,kio,plugins} 
plasma_applet_org.kde.kdeconnect; do
+for translation_file in 
kdeconnect-{cli,core,fileitemaction,kcm,kded,kio,plugins,urlhandler} 
plasma_applet_org.kde.kdeconnect; do
 %{find_lang} $translation_file %{name}.lang
 done
 
@@ -116,10 +113,12 @@
 %{_kf5_sharedir}/plasma/
 %{_kf5_qmldir}/
 %{_kf5_bindir}/kdeconnect-cli
+%{_kf5_bindir}/kdeconnect-handler
+%{_kf5_bindir}/kdeconnect-indicator
 %{_kf5_sharedir}/dbus-1/services/org.kde.kdeconnect.service
 %{_kf5_configdir}/autostart/kdeconnectd.desktop
 %{_kf5_iconsdir}/hicolor/*/status/*
-%{_kf5_htmldir}/en/kdeconnect-kde/
+%{_kf5_htmldir}/en/kdeconnect/
 %dir %{_kf5_appstreamdir}
 %{_kf5_appstreamdir}/org.kde.kdeconnect.kcm.appdata.xml
 

++ kdeconnect-kde-1.0.3.tar.xz -> kdeconnect-kde-1.2.tar.xz ++
 49297 lines of diff (skipped)




commit datovka for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "datovka"

Tue Oct 24 22:22:36 2017 rev:24 rq:535955 version:4.9.3

Changes:

--- /work/SRC/openSUSE:Factory/datovka/datovka.changes  2017-07-21 
22:49:27.972161642 +0200
+++ /work/SRC/openSUSE:Factory/.datovka.new/datovka.changes 2017-10-24 
22:22:54.345738141 +0200
@@ -1,0 +2,41 @@
+Sun Oct 22 13:23:32 UTC 2017 - jsl...@suse.com
+
+- Update Version update to 4.9.3
+  * Fixed a problem when message list was not updated after account
+synchronisation when a message was selected.
+  * Fixed a bug when database location may have been saved even though the
+databases reside in default location. This problem was visible especially
+on Windows.
+
+- Update Version update to 4.9.2
+  * Changed tag dialogue to contain two views when editing tag assignment.
+  * Using the prefix 'ODZ_' for sent and 'DDZ_' for received data messages
+when uploading them into records management service.
+  * Default documentation location can be changed when running qmake using the
+TEXT_FILES_INST_DIR variable.
+  * Full-text data-box search does not block the search dialogue.
+  * Full-text data-box search can be interrupted and restarted again without
+closing the dialogue.
+  * Separated core and GUI code. Removed models from database interface.
+  * Added new CLI option '--get-msg-ids'.
+  * Command-line application without GUI can be built separately. This
+executable is going to be distributed in Windows packages together with
+the GUI application.
+
+- Update Version update to 4.9.1
+  * Added experimental support for new data-box and user types that are going
+to be introduced into the ISDS production environment and which are
+already present in the ISDS testing environment.
+Version 0.10.7 of libisds is required to build the application.
+  * Updated building scripts for the Windows application to automatically pull
+Qt dependencies into the package.
+  * Fixed issue when records management data have not been erased from message
+model after the service has been deactivated.
+  * Fixed issues with records management logo not being displayed in message
+list immediately after the service has been set up.
+  * Alphabetically sorting nodes of records management hierarchy.
+  * Sub-nodes of matching element are also displayed when filtering hierarchy
+of records management service.
+  * Removed inactive mojeid-datovka code from the sources.
+
+---

Old:

  datovka-4.9.0.tar.xz
  datovka-4.9.0.tar.xz.sha256

New:

  datovka-4.9.3.tar.xz
  datovka-4.9.3.tar.xz.sha256



Other differences:
--
++ datovka.spec ++
--- /var/tmp/diff_new_pack.eDjrl7/_old  2017-10-24 22:22:54.981708412 +0200
+++ /var/tmp/diff_new_pack.eDjrl7/_new  2017-10-24 22:22:54.985708225 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   datovka
-Version:4.9.0
+Version:4.9.3
 Release:0
 Summary:Library to access Czech eGov system "Datove schranky"
 License:GPL-3.0+
@@ -38,10 +38,12 @@
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(libisds)
 Requires:   libqt5_sql_backend
+%if 0%{?suse_version} < 1330
 Requires(post): hicolor-icon-theme
 Requires(post): update-desktop-files
 Requires(postun): hicolor-icon-theme
 Requires(postun): update-desktop-files
+%endif
 Recommends: %{name}-lang
 # Included inside with different approach
 Obsoletes:  python-dslib
@@ -56,7 +58,7 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
 sed -i \
 -e 's:lrelease:lrelease-qt5:g' \
 %{name}.pro
@@ -77,6 +79,7 @@
 %{buildroot}%{_datadir}/applications/datovka.desktop
 rm -rf %{buildroot}%{_datadir}/datovka/doc
 
+%if 0%{?suse_version} < 1330
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -84,6 +87,7 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)

++ datovka-4.9.0.tar.xz -> datovka-4.9.3.tar.xz ++
 41766 lines of diff (skipped)

++ datovka-4.9.0.tar.xz.sha256 -> datovka-4.9.3.tar.xz.sha256 ++
--- /work/SRC/openSUSE:Factory/datovka/datovka-4.9.0.tar.xz.sha256  
2017-07-21 22:49:26.272401414 +0200
+++ /work/SRC/openSUSE:Factory/.datovka.new/datovka-4.9.3.tar.xz.sha256 
2017-10-24 22:22:54.293740571 +0200
@@ -1 +1 @@
-bdc580feeec68de9af545d88dc2f395222abc8134280bd084fd25e2f813320e9
+ee8b026a271af6bb653296646bd7f6cc4910f154a56acbbafd64cbeba09c71dc

++ datovka-fix-pro.patch ++
--- /var/tmp/diff_new

commit lxqt-panel for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-panel"

Tue Oct 24 22:23:05 2017 rev:11 rq:535977 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-panel/lxqt-panel.changes2017-03-13 
15:33:40.164699895 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-panel.new/lxqt-panel.changes   
2017-10-24 22:23:08.937056059 +0200
@@ -1,0 +2,87 @@
+Mon Oct 23 11:12:45 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version
+  * quicklaunch: Show popup menu aligned to clicked button
+  * quicklaunch: Add "Desktop Action" support
+  * l10n: Update Polish translation
+  * Fix Danish spelling
+  * plugin-tray: Fix dupe icon display error
+  * Don't export github templates
+  * Use worldclock by default instead of clock.
+  * clock: Show deprecation message on startup/add
+  * Fix clock text update
+  * Avoid calling text() in MatchAction on a QAction == 0
+  * volume: Do check for OSS availability in run-time
+  * Update Polish .desktop entry
+  * Remove space from end of "Show popup on mouse hover " string
+  * Updated Lithuanian translation
+  * Add/update Lithuanian translation
+  * Update directorymenu_it.desktop
+  * mainmenu: Don't hold the references for menu-cache
+  * mainmenu: Fix menu-cache usage
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * l10n: Updated Polish translation
+  * Improved lxqt-panel version display
+  * Added default CMAKE_BUILD_TYPE and LXQT_PANEL_PATCH_VERSION
+  * plugins: Make widgets/buttons use whole space
+  * LXQtPanelLayout: Honor item's expanding size policy
+  * mainmenu: Install eventFiler for all (sub)menus
+  * volume: Add all changes notifications (configurable)
+  * Fixes a FTBFS in superbuild mode
+  * Added merged autostart and menu to CMakeLists.txt
+  * Updated *_da.desktop files and removed *_da_DK.desktop files
+  * translation: Add Portugese directories
+  * Update desktop entries and Replace fr_FR by fr
+  * Merge pull request #45 from lxde/menu-comment
+  * lxqt-applications.menu: remove accidentally added topics from "System 
Tools"
+  * Update Greek translation (el) Remove country variant from language code
+  * Rename LxQt to LXQt everywhere
+  * CMake: Adds Runtime and Devel install COMPONENTs
+  * Coding style changes
+  * Adds double quotes to everything that may break
+  * Use GNUINnstallDirs
+  * Updates the build system to use the Targets infrastructure
+  * Place LXQt About over Preferences in the main menu
+  * Added italian translation in menu
+  * Added german translation for the settings directory.
+  * Drops hardcoded /etc/xdg paths
+  * menu: hungarian translations added
+  * Add Russian translation
+  * Restore the old preferences menu layout of razor-qt.
+  * Updated german translation, replaced Qt4 by Qt in all xsession/translations
+  * add lxqt-leave directory files
+  * use LXQt-specific menu file
+  * Updates translations infrastructure
+  * Update the required minimum cmake version
+  * remove dead template lines switch OnlyShowIn from Razor -> LXQt 
stringchanges LxQt -> LXQt
+  * Support lxqt-session and add necessary xdg autostart desktop entry files.
+  * Fit the task group to its contents
+  * mainmenu: Add "true" translucency support
+  * Show "unknown" when an icon is missing
+  * volume: Force step for wheel over popup slider
+  * volume: Always show tooltip over button
+  * volume: Force configured step for wheel over button
+  * volume: Use "override" keyword
+  * Enable translucency for taskbar group popup
+  * tray: Move tray icon window into correct place
+  * taskbar: Elide texts of buttons when needed
+  * volume: Fix calculating of alsa volume
+  * volume: Remove duplicated code
+  * volume: Fix reporting of pulse volume
+  * sysstat: Fix saving of network maximum speed
+  * mainmenu: Redesign config dialog
+  * mainmenu: Clear search upon show (configurable)
+  * plugin-kbindicator: Undef the "explicit" workaround
+  * plugin-sysstat: Avoid "set but unused var" warning
+  * panel: Make space reserve on display configurable
+  * panel: Add wrong logic warning
+  * panel: Hide correctly upon the DragLeave
+  * plugin-mount: Fix firing the actions
+  * plugin-mount: Notify just on "real" add/remove
+  * plugin: Save settings before signal connect
+  * taskbar: Add Meta+1..9 shortcuts to raise windows
+  * Bump year
+- Remove 0001-lxqt_panel_override_explicit_keyword.patch: upstreamed
+
+---

Old:

  0001-lxqt_panel_override_explicit_keyword.patch
  lxqt-panel-0.11.1.tar.xz
  lxqt-panel-0.11.1.tar.xz.asc

New:

  lxqt-panel-0.12.0.tar.xz
  lxqt-panel-0.12.0.tar.xz.asc

+

commit libqt5-qtserialbus for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/libqt5-qtserialbus (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtserialbus.new (New)


Package is "libqt5-qtserialbus"

Tue Oct 24 22:22:07 2017 rev:4 rq:533811 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtserialbus/libqt5-qtserialbus.changes
2017-07-09 13:04:10.659279033 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialbus.new/libqt5-qtserialbus.changes   
2017-10-24 22:22:37.202539509 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 14:09:15 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qtserialbus-opensource-src-5.9.1.tar.xz

New:

  qtserialbus-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtserialbus.spec ++
--- /var/tmp/diff_new_pack.oEUJj8/_old  2017-10-24 22:22:37.882507723 +0200
+++ /var/tmp/diff_new_pack.oEUJj8/_new  2017-10-24 22:22:37.882507723 +0200
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qtserialbus
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 Serial Bus Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtserialbus-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtserialbus-opensource-src-5.9.1.tar.xz -> 
qtserialbus-opensource-src-5.9.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-opensource-src-5.9.1/.qmake.conf 
new/qtserialbus-opensource-src-5.9.2/.qmake.conf
--- old/qtserialbus-opensource-src-5.9.1/.qmake.conf2017-06-22 
13:47:04.0 +0200
+++ new/qtserialbus-opensource-src-5.9.2/.qmake.conf2017-09-22 
11:29:57.0 +0200
@@ -2,4 +2,4 @@
 CONFIG += warning_clean
 DEFINES += QT_NO_FOREACH
 
-MODULE_VERSION = 5.9.1
+MODULE_VERSION = 5.9.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-opensource-src-5.9.1/.tag 
new/qtserialbus-opensource-src-5.9.2/.tag
--- old/qtserialbus-opensource-src-5.9.1/.tag   2017-06-22 13:47:04.0 
+0200
+++ new/qtserialbus-opensource-src-5.9.2/.tag   2017-09-22 11:29:57.0 
+0200
@@ -1 +1 @@
-03470806dddcfed7249ad2bffb0940e29eea4b5a
+ce5a3ced5eeefe05675736d3279d4d45bbb6df90
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-opensource-src-5.9.1/dist/changes-5.6.3 
new/qtserialbus-opensource-src-5.9.2/dist/changes-5.6.3
--- old/qtserialbus-opensource-src-5.9.1/dist/changes-5.6.3 1970-01-01 
01:00:00.0 +0100
+++ new/qtserialbus-opensource-src-5.9.2/dist/changes-5.6.3 2017-09-22 
11:29:57.0 +0200
@@ -0,0 +1,37 @@
+Qt 5.6.3 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.6.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+  http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.6 series is binary compatible with the 5.5.x series.
+Applications compiled for 5.5 will continue to run with 5.6.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+  https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+*   Library*
+
+
+QtSerialBus
+--
+
+ - Modbus:
+   * [QTBUG-54834] Fixed handling of packets with payloads longer than 127
+ bytes.
+   * [QTBUG-56009] Fixed stack overflow in QModbusRtuSerialMaster on close.
+   * [QTBUG-59050] Fixed use case when QModbusRtuSerialMaster would not close.
+ This was introduced by the fix for QTBUG-56009.
+
+ - CanBus:
+   * [QTBUG-51845] Ensured that QCanBusFrame integer members are initialised
+ with zero.
+   * Set unused can{fd}_frame fields to zero when writing.
diff -urN '

commit lxqt-l10n for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-l10n"

Tue Oct 24 22:22:58 2017 rev:3 rq:535974 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-l10n/lxqt-l10n.changes  2017-03-13 
15:33:44.832040292 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-l10n.new/lxqt-l10n.changes 2017-10-24 
22:23:06.233182454 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 10:58:57 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  Update languages
+
+---

Old:

  lxqt-l10n-0.11.2.tar.xz
  lxqt-l10n-0.11.2.tar.xz.asc

New:

  lxqt-l10n-0.12.0.tar.xz
  lxqt-l10n-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-l10n.spec ++
--- /var/tmp/diff_new_pack.R0BvAe/_old  2017-10-24 22:23:06.697160764 +0200
+++ /var/tmp/diff_new_pack.R0BvAe/_new  2017-10-24 22:23:06.705160391 +0200
@@ -17,18 +17,18 @@
 
 
 Name:   lxqt-l10n
-Version:0.11.2
+Version:0.12.0
 Release:0
 Summary:Translations for LXQt Desktop Environment
 License:LGPL-2.1+
 Group:  System/Localization
 Url:https://github.com/lxde/translations
-Source0:
https://downloads.lxqt.org/%{name}/%{version}/%{name}-%{version}.tar.xz
-Source1:
https://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:  fdupes
-BuildRequires:  lxqt-build-tools-devel
+BuildRequires:  lxqt-build-tools-devel >= 0.4.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5LinguistTools)
@@ -127,6 +127,10 @@
 Summary:Languages for package obconf-qt
 Group:  System/Localization
 
+%package -n pavucontrol-qt-lang
+Summary:Languages for package pavucontrol-qt
+Group:  System/Localization
+
 %package -n pcmanfm-qt-lang
 Summary:Languages for package pcmanfm-qt
 Group:  System/Localization
@@ -135,6 +139,10 @@
 Summary:Languages for package qterminal
 Group:  System/Localization
 
+%package -n qtermwidget-lang
+Summary:Languages for package qtermwidget
+Group:  System/Localization
+
 %description -n compton-conf-lang
 Provides translations to the package compton-conf
 
@@ -186,12 +194,18 @@
 %description -n obconf-qt-lang
 Provides translations to the package obconf-qt
 
+%description -n pavucontrol-qt-lang
+Provides translations to the package pavucontrol-qt
+
 %description -n pcmanfm-qt-lang
 Provides translations to the package pcmanfm-qt
 
 %description -n qterminal-lang
 Provides translations to the package qterminal
 
+%description -n qtermwidget-lang
+Provides translations to the package qtermwidget
+
 %prep
 %setup -q -n %{name}-%{version}
 
@@ -235,8 +249,10 @@
 make %{?_smp_mflags} DESTDIR=%{buildroot} install-lxqt-session
 make %{?_smp_mflags} DESTDIR=%{buildroot} install-lxqt-sudo
 make %{?_smp_mflags} DESTDIR=%{buildroot} install-obconf-qt
+make %{?_smp_mflags} DESTDIR=%{buildroot} install-pavucontrol-qt
 make %{?_smp_mflags} DESTDIR=%{buildroot} install-pcmanfm-qt
 make %{?_smp_mflags} DESTDIR=%{buildroot} install-qterminal
+make %{?_smp_mflags} DESTDIR=%{buildroot} install-qtermwidget
 install -dm 0755 %{buildroot}%{_datadir}/lxqt/translations/lxqt-config-cursor
 install -Dm 0644 lxqt-config/liblxqt-config-cursor/lxqt-config-cursor_*.qm 
%{buildroot}%{_datadir}/lxqt/translations/lxqt-config-cursor/
 %if 0%{?suse_version}
@@ -286,10 +302,10 @@
 %find_lang taskbar lxqt-panel15.lang --with-qt
 %find_lang volume lxqt-panel16.lang --with-qt
 %find_lang worldclock lxqt-panel17.lang --with-qt
-%find_lang colorpicker lxqt-panel.lang --with-qt
-%find_lang statusnotifier lxqt-panel.lang --with-qt
-%find_lang tray lxqt-panel.lang --with-qt
-for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17; do
+%find_lang colorpicker lxqt-panel18.lang --with-qt
+%find_lang statusnotifier lxqt-panel19.lang --with-qt
+%find_lang tray lxqt-panel20.lang --with-qt
+for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
 cat lxqt-panel$i.lang >> lxqt-panel.lang
 done
 %find_lang lxqt-policykit-agent lxqt-policykit.lang --with-qt
@@ -301,8 +317,10 @@
 %find_lang lxqt-session lxqt-session2.lang --with-qt
 %find_lang lxqt-sudo lxqt-sudo.lang --with-qt
 %find_lang obconf-qt obconf-qt.lang --with-q

commit libqt5-qtstyleplugins for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/libqt5-qtstyleplugins (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtstyleplugins.new (New)


Package is "libqt5-qtstyleplugins"

Tue Oct 24 22:22:10 2017 rev:7 rq:533921 version:5.0.0+git20170311

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtstyleplugins/libqt5-qtstyleplugins.changes  
2017-07-09 13:04:11.731127818 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtstyleplugins.new/libqt5-qtstyleplugins.changes
 2017-10-24 22:22:38.558476125 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 14:09:58 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---



Other differences:
--
++ libqt5-qtstyleplugins.spec ++
--- /var/tmp/diff_new_pack.SYAGCk/_old  2017-10-24 22:22:39.130449388 +0200
+++ /var/tmp/diff_new_pack.SYAGCk/_new  2017-10-24 22:22:39.130449388 +0200
@@ -18,7 +18,7 @@
 
 %define _name   qtstyleplugins
 %define base_name libqt5
-%define qt_version 5.9.1
+%define qt_version 5.9.2
 %bcond_without gtk2
 Name:   libqt5-qtstyleplugins
 Version:5.0.0+git20170311




commit lxqt-openssh-askpass for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-openssh-askpass"

Tue Oct 24 22:23:02 2017 rev:8 rq:535976 version:0.12.0

Changes:

--- 
/work/SRC/openSUSE:Factory/lxqt-openssh-askpass/lxqt-openssh-askpass.changes
2017-03-13 15:33:33.109696932 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-openssh-askpass.new/lxqt-openssh-askpass.changes
   2017-10-24 22:23:08.245088405 +0200
@@ -1,0 +2,12 @@
+Mon Oct 23 11:08:50 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version
+  * Don't export github templates
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added QCommandLineParser and basic cli interface to lxqt-openssh-askpass
+  * Added default CMAKE_BUILD_TYPE and LXQT_ASKPASS_PATCH_VERSION
+  * Bump year
+
+---

Old:

  lxqt-openssh-askpass-0.11.1.tar.xz
  lxqt-openssh-askpass-0.11.1.tar.xz.asc

New:

  lxqt-openssh-askpass-0.12.0.tar.xz
  lxqt-openssh-askpass-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-openssh-askpass.spec ++
--- /var/tmp/diff_new_pack.WZdecQ/_old  2017-10-24 22:23:08.729065781 +0200
+++ /var/tmp/diff_new_pack.WZdecQ/_new  2017-10-24 22:23:08.729065781 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   lxqt-openssh-askpass
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:Openssh password tool
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/LXQt
 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
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  lxqt-build-tools-devel

++ lxqt-openssh-askpass-0.11.1.tar.xz -> lxqt-openssh-askpass-0.12.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.11.1/AUTHORS 
new/lxqt-openssh-askpass-0.12.0/AUTHORS
--- old/lxqt-openssh-askpass-0.11.1/AUTHORS 2017-01-01 23:15:41.0 
+0100
+++ new/lxqt-openssh-askpass-0.12.0/AUTHORS 2017-10-21 21:21:42.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+
 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-openssh-askpass-0.11.1/CHANGELOG 
new/lxqt-openssh-askpass-0.12.0/CHANGELOG
--- old/lxqt-openssh-askpass-0.11.1/CHANGELOG   2017-01-01 23:15:41.0 
+0100
+++ new/lxqt-openssh-askpass-0.12.0/CHANGELOG   2017-10-21 21:21:42.0 
+0200
@@ -1,7 +1,19 @@
 
-lxqt-openssh-askpass-0.11.1 / 2017-01-01
+lxqt-openssh-askpass-0.12.0 / 2017-10-21
 
 
+  * Set patch version
+  * Don't export github templates
+  * Drops Qt5Core_VERSION_STRING
+  * set Qt::AA_UseHighDpiPixmaps to true
+  * Added QCommandLineParser and basic cli interface to lxqt-openssh-askpass
+  * Added default CMAKE_BUILD_TYPE and LXQT_ASKPASS_PATCH_VERSION
+  * Bump year
+
+0.11.1 / 2017-01-01
+===
+
+  * Release 0.11.1: Update changelog
   * Make CMakeLists.txt more uniform.
   * Remove cpack (#21)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-openssh-askpass-0.11.1/CMakeLists.txt 
new/lxqt-openssh-askpass-0.12.0/CMakeLists.txt
--- old/lxqt-openssh-askpass-0.11.1/CMakeLists.txt  2017-01-01 
23:15:41.0 +0100
+++ new/lxqt-openssh-askpass-0.12.0/CMakeLists.txt  2017-10-21 
21:21:42.0 +0200
@@ -13,12 +13,22 @@
 
 option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
 
-find_package(Qt5LinguistTools REQUIRED QUIET)
+find_package(Qt5LinguistTools REQUIRED)
 find_package(Qt5Widgets REQUIRED)
-message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}")
+message(STATUS "Building with Qt${Qt5Core_VERSION}")
 
 find_package(lxqt REQUIRED)
 
+if(NOT CMAKE_BUILD_TYPE)
+set(CMAKE_BUILD_TYPE Release)
+endif()
+
+# Patch Version
+set(LXQT_ASKPASS_PATCH_VERSION 0)
+
+set(LXQT_ASKPASS_VERSION 
${

commit lxqt-config for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "lxqt-config"

Tue Oct 24 22:22:54 2017 rev:13 rq:535972 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-config/lxqt-config.changes  2017-06-30 
18:43:40.215091077 +0200
+++ /work/SRC/openSUSE:Factory/.lxqt-config.new/lxqt-config.changes 
2017-10-24 22:23:04.489263974 +0200
@@ -1,0 +2,39 @@
+Mon Oct 23 10:44:41 UTC 2017 - mvet...@suse.com
+
+- Update to 0.12.0:
+  * Set patch version
+  * Use $XDG_CONFIG_HOME/mimeapps.list for mime data instead of 
$XDG_DATA_HOME/applications/mimeapps.list (#129)
+  * Don't export github templates
+  * Update monitorsettingsdialog.ui
+  * lxqt-config-locale: corrected/reworded Save Changed Settings dialog
+  * Add/update *lt.desktop files
+  * lxq-config-monitor: set Qt::AA_UseHighDpiPixmaps to true
+  * lxqt-config-locale: set Qt::AA_UseHighDpiPixmaps to true
+  * lxqt-config-input: set Qt::AA_UseHighDpiPixmaps to true
+  * lxqt-config-file-ass.: set Qt::AA_UseHighDpiPixmaps to true
+  * lxqt-config-brightness: set Qt::AA_UseHighDpiPixmaps to true
+  * lxqt-config-appearance: set Qt::AA_UseHighDpiPixmaps to true
+  * liblxqt-config-cursor: set Qt::AA_UseHighDpiPixmaps to true
+  * Added QCommandLineParser and basic cli interface to lxqt-config-monitor
+  * Added QCommandLineParser and basic cli interface to lxqt-config-locale
+  * Added QCommandLineParser and basic cli interface to lxqt-config-input
+  * Added QCommandLineParser and basic cli interface to 
lxqt-config-file-associations
+  * Added version info to lxqt-config-brightness cli
+  * Added QCommandLineParser and basic cli interface to lxqt-config-appearance
+  * Added QCommandLineParser and basic cli interface to lxqt-config
+  * Added LXQT_CONFIG_PATCH_VERSION
+  * Fixed typo in appearance_pl_PL.desktop (#124)
+  * i18n: added some *.desktop for Polish language
+  * Fixes (#121)
+  * appearance: Fix typo from @aca544479
+  * lxqt-config-file-associations: Sets the initial focus (#120)
+  * appearance: Add icon FollowColorScheme configuration (#119)
+  * Show non-primary screens in UI. (#116)
+  * Removes unneeded include_directories() entry
+  * Fixes a FTBFS with CMake v3.8
+  * Use const iterators
+  * Update AUTHORS
+- Remove post and postun
+- Remove add-include-directory-for-uic-files.diff
+
+---

Old:

  add-include-directory-for-uic-files.diff
  lxqt-config-0.11.1.tar.xz
  lxqt-config-0.11.1.tar.xz.asc

New:

  lxqt-config-0.12.0.tar.xz
  lxqt-config-0.12.0.tar.xz.asc



Other differences:
--
++ lxqt-config.spec ++
--- /var/tmp/diff_new_pack.xf3o1U/_old  2017-10-24 22:23:05.021239107 +0200
+++ /var/tmp/diff_new_pack.xf3o1U/_new  2017-10-24 22:23:05.025238920 +0200
@@ -17,17 +17,15 @@
 
 
 Name:   lxqt-config
-Version:0.11.1
+Version:0.12.0
 Release:0
 Summary:LXQt Control Center
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/LXQt
 Url:http://www.lxde.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:lxqt-config.keyring
-# PATCH-FIX-UPSTREAM add-include-directory-for-uic-files.diff -- Fix build by 
including the directory where uic files are generated
-Patch0: add-include-directory-for-uic-files.diff
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -60,7 +58,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and 
shut rpmlint warnings
 #find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +
 
@@ -80,12 +77,6 @@
 install -Dm 0644 %{name}-appearance/man/%{name}-appearance.1 
%{buildroot}%{_mandir}/man1/%{name}-appearance.1
 %fdupes -s %{buildroot}/%{_datadir}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
 %defattr(-,root,root)
 %doc AUTHORS LICENSE

++ lxqt-config-0.11.1.tar.xz -> lxqt-config-0.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-config-0.11.1/AUTHORS 
new/lxqt-config-0.12.0/AUTHORS
--- old/lxqt-config-0.11.1/AUTHORS  2017-01-01 23:03:41.0 +0100
+++ new/lxqt

commit libqt5-qtnetworkauth for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package libqt5-qtnetworkauth for 
openSUSE:Factory checked in at 2017-10-24 22:21:59

Comparing /work/SRC/openSUSE:Factory/libqt5-qtnetworkauth (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtnetworkauth.new (New)


Package is "libqt5-qtnetworkauth"

Tue Oct 24 22:21:59 2017 rev:3 rq:533804 version:5.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtnetworkauth/libqt5-qtnetworkauth.changes
2017-09-14 21:15:19.829605407 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtnetworkauth.new/libqt5-qtnetworkauth.changes
   2017-10-24 22:22:34.362672259 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 14:07:13 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qtnetworkauth-opensource-src-5.9.1.tar.xz

New:

  qtnetworkauth-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtnetworkauth.spec ++
--- /var/tmp/diff_new_pack.yd4oDd/_old  2017-10-24 22:22:34.906646831 +0200
+++ /var/tmp/diff_new_pack.yd4oDd/_new  2017-10-24 22:22:34.910646645 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5NetworkAuth5
 
 Name:   libqt5-qtnetworkauth
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 NetworkAuth Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.io
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtnetworkauth-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf

++ qtnetworkauth-opensource-src-5.9.1.tar.xz -> 
qtnetworkauth-opensource-src-5.9.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtnetworkauth-opensource-src-5.9.1/.qmake.conf 
new/qtnetworkauth-opensource-src-5.9.2/.qmake.conf
--- old/qtnetworkauth-opensource-src-5.9.1/.qmake.conf  2017-05-23 
15:19:16.0 +0200
+++ new/qtnetworkauth-opensource-src-5.9.2/.qmake.conf  2017-09-20 
10:13:18.0 +0200
@@ -2,4 +2,4 @@
 
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.9.1
+MODULE_VERSION = 5.9.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtnetworkauth-opensource-src-5.9.1/.tag 
new/qtnetworkauth-opensource-src-5.9.2/.tag
--- old/qtnetworkauth-opensource-src-5.9.1/.tag 2017-05-23 15:19:16.0 
+0200
+++ new/qtnetworkauth-opensource-src-5.9.2/.tag 2017-09-20 10:13:18.0 
+0200
@@ -1 +1 @@
-9c170ef9431f8ceec8d9c474de9d75d8dedaa3b9
+47b80ecae6fe0b9a2c74f0b0feb243145695995e
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtnetworkauth-opensource-src-5.9.1/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
 
new/qtnetworkauth-opensource-src-5.9.2/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
--- 
old/qtnetworkauth-opensource-src-5.9.1/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
  2017-05-23 15:19:16.0 +0200
+++ 
new/qtnetworkauth-opensource-src-5.9.2/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
  2017-09-20 10:13:18.0 +0200
@@ -1,6 +1,6 @@
 /
 **
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
 ** Contact: http://www.qt.io/licensing/
 **
 ** This file is part of the documentation of the Qt Toolkit.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtnetworkauth-opensource-src-5.9.1/examples/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc
 
new/qtnetworkauth-opensource-src-5.9.2/examples/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc
--- 
old/qtnetworkauth-opensource-src-5.9.1/examples/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc
2017-05-23 15:19:16.0 +0200
+++ 
new/qtnetworkauth-opensource-src-5.9.2/examples/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc
2017-09-20 10:13:18.0 +0200
@@ -1,6 +1,6 @@
 /
 **
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
 ** Contact: http://www.qt.io/licensing/
 **
 ** This file is part of the documentation of the Qt Toolkit.
diff -urN '--exclud

commit libqt5-qttranslations for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/libqt5-qttranslations (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qttranslations.new (New)


Package is "libqt5-qttranslations"

Tue Oct 24 22:22:12 2017 rev:22 rq:533924 version:5.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qttranslations/libqt5-qttranslations.changes  
2017-08-24 18:33:54.097736733 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qttranslations.new/libqt5-qttranslations.changes
 2017-10-24 22:22:40.598380769 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 14:11:18 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qttranslations-opensource-src-5.9.1.tar.xz

New:

  qttranslations-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qttranslations.spec ++
--- /var/tmp/diff_new_pack.ZuixXt/_old  2017-10-24 22:22:41.178353658 +0200
+++ /var/tmp/diff_new_pack.ZuixXt/_new  2017-10-24 22:22:41.178353658 +0200
@@ -19,15 +19,15 @@
 %define qt5_snapshot 0
 
 Name:   libqt5-qttranslations
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 translations
 License:BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or 
GPL-3.0)
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qttranslations-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 BuildRequires:  libqt5-qttools-devel >= %{version}

++ qttranslations-opensource-src-5.9.1.tar.xz -> 
qttranslations-opensource-src-5.9.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qttranslations-opensource-src-5.9.1/.qmake.conf 
new/qttranslations-opensource-src-5.9.2/.qmake.conf
--- old/qttranslations-opensource-src-5.9.1/.qmake.conf 2017-06-01 
15:46:25.0 +0200
+++ new/qttranslations-opensource-src-5.9.2/.qmake.conf 2017-06-30 
09:51:59.0 +0200
@@ -1,3 +1,3 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.9.1
+MODULE_VERSION = 5.9.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qttranslations-opensource-src-5.9.1/.tag 
new/qttranslations-opensource-src-5.9.2/.tag
--- old/qttranslations-opensource-src-5.9.1/.tag2017-06-01 
15:46:25.0 +0200
+++ new/qttranslations-opensource-src-5.9.2/.tag2017-06-30 
09:51:59.0 +0200
@@ -1 +1 @@
-ad5a9af215e2b1276893490c7fe92de39cc25005
+325a90e07e9dce4e5c915549e6c31a86423dfdd3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qttranslations-opensource-src-5.9.1/translations/translations.pro 
new/qttranslations-opensource-src-5.9.2/translations/translations.pro
--- old/qttranslations-opensource-src-5.9.1/translations/translations.pro   
2017-06-01 15:46:25.0 +0200
+++ new/qttranslations-opensource-src-5.9.2/translations/translations.pro   
2017-06-30 09:51:59.0 +0200
@@ -110,7 +110,7 @@
 silent:updateqm.commands = @echo lrelease ${QMAKE_FILE_IN} && 
$$updateqm.commands
 updateqm.depends = $$LRELEASE_EXE
 updateqm.name = LRELEASE ${QMAKE_FILE_IN}
-updateqm.CONFIG += no_link target_predeps
+updateqm.CONFIG += no_link no_clean target_predeps
 QMAKE_EXTRA_COMPILERS += updateqm
 
 # generate empty _en.ts files
@@ -130,3 +130,5 @@
 translations.files ~= s,^,$$MODULE_BASE_OUTDIR/translations/,g
 translations.CONFIG += no_check_exist
 INSTALLS += translations
+
+QMAKE_DISTCLEAN += $$translations.files




commit libqt5-qtgamepad for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package libqt5-qtgamepad for 
openSUSE:Factory checked in at 2017-10-24 22:21:56

Comparing /work/SRC/openSUSE:Factory/libqt5-qtgamepad (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtgamepad.new (New)


Package is "libqt5-qtgamepad"

Tue Oct 24 22:21:56 2017 rev:2 rq:533798 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtgamepad/libqt5-qtgamepad.changes
2017-08-24 18:33:21.814284933 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtgamepad.new/libqt5-qtgamepad.changes   
2017-10-24 22:22:33.298721994 +0200
@@ -1,0 +2,12 @@
+Sun Oct  8 14:05:14 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---
+Mon Jul 10 21:31:26 UTC 2017 - jeng...@inai.de
+
+- Update RPM group and descriptions.
+
+---

Old:

  qtgamepad-opensource-src-5.9.1.tar.xz

New:

  qtgamepad-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtgamepad.spec ++
--- /var/tmp/diff_new_pack.DG5Zoe/_old  2017-10-24 22:22:34.034687591 +0200
+++ /var/tmp/diff_new_pack.DG5Zoe/_new  2017-10-24 22:22:34.038687404 +0200
@@ -21,23 +21,23 @@
 %define libname libQt5Gamepad5
 
 Name:   libqt5-qtgamepad
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 Gamepad Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
-Group:  System/Libraries
+Group:  Development/Libraries/X11
 Url:http://qt.io
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtgamepad-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  libQt5Core-private-headers-devel >= %{version}
-BuildRequires:  libqt5-qtbase-devel >= %{version}
 BuildRequires:  libQt5PlatformSupport-devel-static >= %{version}
 BuildRequires:  libQt5PlatformSupport-private-headers-devel >= %{version}
 BuildRequires:  libSDL2-devel
+BuildRequires:  libqt5-qtbase-devel >= %{version}
 %if %qt5_snapshot
 #to create the forwarding headers
 BuildRequires:  perl
@@ -47,9 +47,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Qt is a set of libraries for developing applications.
-
-This package contains support for applications to handle gamepad input.
+Qt Gamepad is an add-on library that enables Qt applications to
+support the use of gamepad hardware. The module provides both QML and
+C++ interfaces.
 
 %prep
 %setup -q -n qtgamepad-opensource-src-%{real_version}
@@ -60,20 +60,20 @@
 %requires_ge libQt5Core5
 
 %description -n %libname
-Qt is a set of libraries for developing applications.
-
-This package contains support for applications to handle gamepad input.
+Qt Gamepad is an add-on library that enables Qt applications to
+support the use of gamepad hardware. The module provides both QML and
+C++ interfaces.
 
 %package devel
-Summary:Qt Development Kit
+Summary:Development files for the Qt5 gamepad library
 Group:  Development/Libraries/C and C++
 Requires:   %libname = %{version}
 
 %description devel
-You need this package, if you want to compile programs with QtGamepad.
+You need this package if you want to compile programs with QtGamepad.
 
 %package private-headers-devel
-Summary:Non-ABI stable experimental API
+Summary:Non-ABI stable experimental API for the Qt5 gamepad library
 Group:  Development/Libraries/C and C++
 BuildArch:  noarch
 Requires:   %{name}-devel = %{version}
@@ -91,7 +91,7 @@
 Recommends: %{name}-devel
 
 %description examples
-Examples for libqt5-qtgamepad module.
+Examples for the libqt5-qtgamepad module.
 
 %post -n %libname -p /sbin/ldconfig
 
@@ -137,3 +137,5 @@
 %defattr(-,root,root,755)
 %doc LICENSE.*
 %{_libqt5_examplesdir}/
+
+%changelog

++ qtgamepad-opensource-src-5.9.1.tar.xz -> 
qtgamepad-opensource-src-5.9.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtgamepad-opensource-src-5.9.1/.qmake.conf 
new/qtgamepad-opensource-src-5.9.2/.qmake.conf
--- old/qtgamepad-opensource-src-5.9.1/.qmake.conf  2017-06-23 
08:35:28.0 +0200
+++ new/qtgamepad-opensource-src-5.9.2/.qmake.conf  2017-09-22 
13:08:52.0 +0200
@@ -3,4 +3,4 @@
 CONFIG += warning_clean
 DEFINES += QT_NO_FOREACH
 
-MODULE_VERSION = 5.9.1
+MODULE_VERSION = 5.9.

commit kalarm for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "kalarm"

Tue Oct 24 22:22:32 2017 rev:11 rq:534663 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/kalarm/kalarm.changes2017-09-13 
22:32:26.189859272 +0200
+++ /work/SRC/openSUSE:Factory/.kalarm.new/kalarm.changes   2017-10-24 
22:22:51.389876314 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:31:22 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  kalarm-17.08.1.tar.xz

New:

  kalarm-17.08.2.tar.xz



Other differences:
--
++ kalarm.spec ++
--- /var/tmp/diff_new_pack.ul7t0q/_old  2017-10-24 22:22:52.173839668 +0200
+++ /var/tmp/diff_new_pack.ul7t0q/_new  2017-10-24 22:22:52.177839481 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kalarm
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kalarm-17.08.1.tar.xz -> kalarm-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarm-17.08.1/CMakeLists.txt 
new/kalarm-17.08.2/CMakeLists.txt
--- old/kalarm-17.08.1/CMakeLists.txt   2017-09-05 02:39:33.0 +0200
+++ new/kalarm-17.08.2/CMakeLists.txt   2017-10-10 02:16:42.0 +0200
@@ -32,19 +32,19 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.6.1")
+set(KDEPIM_VERSION_NUMBER "5.6.2")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
-set(KIMAP_LIB_VERSION "5.6.1")
-set(AKONADI_MIMELIB_VERSION "5.6.1")
-set(AKONADI_CONTACT_VERSION "5.6.1")
-set(KHOLIDAYS_LIB_VERSION "5.6.1")
-set(KMAILTRANSPORT_LIB_VERSION "5.6.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.6.1")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.6.1")
-set(AKONADI_VERSION "5.6.1")
-set(KMIME_LIB_VERSION "5.6.1")
-set(AKONADIKALARM_LIB_VERSION "5.6.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.6.1")
+set(KIMAP_LIB_VERSION "5.6.2")
+set(AKONADI_MIMELIB_VERSION "5.6.2")
+set(AKONADI_CONTACT_VERSION "5.6.2")
+set(KHOLIDAYS_LIB_VERSION "5.6.2")
+set(KMAILTRANSPORT_LIB_VERSION "5.6.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.6.2")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.6.2")
+set(AKONADI_VERSION "5.6.2")
+set(KMIME_LIB_VERSION "5.6.2")
+set(AKONADIKALARM_LIB_VERSION "5.6.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.6.2")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -52,11 +52,11 @@
 set(QT_REQUIRED_VERSION "5.7.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus Gui Network 
Widgets)
 find_package(Qt5X11Extras NO_MODULE)
-set(MAILCOMMON_LIB_VERSION_LIB "5.6.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.6.1")
-set(KCALENDARCORE_LIB_VERSION "5.6.1")
-set(CALENDARUTILS_LIB_VERSION "5.6.1")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.6.1")
+set(MAILCOMMON_LIB_VERSION_LIB "5.6.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.6.2")
+set(KCALENDARCORE_LIB_VERSION "5.6.2")
+set(CALENDARUTILS_LIB_VERSION "5.6.2")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.6.2")
 
 # Find KF5 package
 find_package(KF5Auth ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalarm-17.08.1/po/gl/kalarm.po 
new/kalarm-17.08.2/po/gl/kalarm.po
--- old/kalarm-17.08.1/po/gl/kalarm.po  2017-09-05 02:39:32.0 +0200
+++ new/kalarm-17.08.2/po/gl/kalarm.po  2017-10-10 02:16:41.0 +0200
@@ -9,14 +9,14 @@
 # Xosé , 2009, 2012, 2013, 2014.
 # Marce Villarino , 2012, 2013, 2014.
 # Adrian Chaves Fernandez , 2013, 2015, 2016, 2017.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kalarm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-06-15 03:04+0200\n"
-"PO-Revision-Date: 2017-06-10 20:13+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-10-04 22:53+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -556,7 +556,7 @@
 #: autostart/autostart.cpp:46
 #, kde-format
 msgid "KAlarm autostart at login"
-msgstr "Inicio automático de KAlarm no inicio"
+msgstr "Inicio automático de KAlarm ao acceder"
 
 #: autostart/autostart.cpp:47
 #, kde-format
@@ -984,7 +984,7 @@
 #: commandoptions.cpp:160
 #, kde-format
 msgid "Repeat alarm at every login"
-msgstr "Repetir a alarma en cada inicio"

commit monitoring-plugins for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/monitoring-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.monitoring-plugins.new (New)


Package is "monitoring-plugins"

Tue Oct 24 22:22:24 2017 rev:8 rq:534540 version:2.2

Changes:

--- /work/SRC/openSUSE:Factory/monitoring-plugins/monitoring-plugins.changes
2017-07-26 13:05:22.433429360 +0200
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins.new/monitoring-plugins.changes   
2017-10-24 22:22:46.562101991 +0200
@@ -1,0 +2,13 @@
+Tue Oct 10 19:42:26 UTC 2017 - l...@linux-schulserver.de
+
+- replace "ptrace" with "capability sys_ptrace" in 
+  usr.lib.nagios.plugins.check_procs apparmor profile to avoid 
+  errors on SLE-11
+
+---
+Wed Sep 20 11:44:43 CEST 2017 - r...@suse.de
+
+- add "ptrace" to usr.lib.nagios.plugins.check_procs apparmor
+  profile
+
+---



Other differences:
--



commit nftables for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "nftables"

Tue Oct 24 22:22:19 2017 rev:8 rq:533989 version:0.8

Changes:

--- /work/SRC/openSUSE:Factory/nftables/nftables.changes2017-01-04 
19:35:58.968264834 +0100
+++ /work/SRC/openSUSE:Factory/.nftables.new/nftables.changes   2017-10-24 
22:22:44.682189869 +0200
@@ -1,0 +2,33 @@
+Fri Oct 13 08:39:41 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 0.8
+  * This release contains new features available up to the
+(upcoming) Linux 4.14 kernel release:
+  * Support for stateful objects, these objects are uniquely
+identified by a user-defined name, you can refer to them from
+rules, and there is a well established interface to operate
+with them.
+  * Sort set elements when listing them, from lower to largest.
+  * TCP option matching and mangling support. This includes TCP
+maximum segment size mangling.
+  * Add new "-s" option for listings without stateful information.
+  * Add new -c/--check option for nft, to tests if your ruleset
+loads fine, into the kernel, this is a dry run mode.
+  * Connection tracking helper support.
+  * Add --echo option, to print the handle that the kernel
+allocates to uniquely identify rules.
+  * Conntrack zone support
+  * Symmetric hash support
+  * Add support to include directories from nft natives scripts,
+files are loaded in alphanumerical order.
+  * Allow to check if IPv6 extension header or TCP option exists
+or is missing.
+  * Extend quota support to display used bytes.
+  * Add ct average matching, to match average bytes per packet a
+connection has transferred so far, to map the existing
+feature available in the iptables connbytes match.
+  * Allow to flush maps and flow tables.
+  * Allow to embed set definition into an existing set.
+  * Conntrack event filtering support via rule.
+
+---

Old:

  nftables-0.7.tar.bz2
  nftables-0.7.tar.bz2.sig

New:

  nftables-0.8.tar.bz2
  nftables-0.8.tar.bz2.sig



Other differences:
--
++ nftables.spec ++
--- /var/tmp/diff_new_pack.z98Zr0/_old  2017-10-24 22:22:45.230164253 +0200
+++ /var/tmp/diff_new_pack.z98Zr0/_new  2017-10-24 22:22:45.230164253 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nftables
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:   nftables
-Version:0.7
+Version:0.8
 Release:0
 Summary:Userspace utility to access the nf_tables packet filter
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/nftables/
-#Git-Clone:git://git.netfilter.org/nftables
 
+#Git-Clone:git://git.netfilter.org/nftables
 Source: http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2
 Source2:
http://ftp.netfilter.org/pub/nftables/nftables-%version.tar.bz2.sig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +37,7 @@
 BuildRequires:  readline-devel
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(libmnl) >= 1.0.3
-BuildRequires:  pkgconfig(libnftnl) >= 1.0.7
+BuildRequires:  pkgconfig(libnftnl) >= 1.0.8
 BuildRequires:  pkgconfig(xtables) >= 1.6.0
 Obsoletes:  nftables-plus < %version-%release
 Provides:   nftables-plus = %version-%release

++ nftables-0.7.tar.bz2 -> nftables-0.8.tar.bz2 ++
 80837 lines of diff (skipped)




commit blogilo for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "blogilo"

Tue Oct 24 22:22:28 2017 rev:11 rq:534638 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/blogilo/blogilo.changes  2017-09-11 
16:18:44.302850421 +0200
+++ /work/SRC/openSUSE:Factory/.blogilo.new/blogilo.changes 2017-10-24 
22:22:50.077937641 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:31:08 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * Forgot to update version
+
+---

Old:

  blogilo-17.08.1.tar.xz

New:

  blogilo-17.08.2.tar.xz



Other differences:
--
++ blogilo.spec ++
--- /var/tmp/diff_new_pack.l6n2tj/_old  2017-10-24 22:22:50.673909783 +0200
+++ /var/tmp/diff_new_pack.l6n2tj/_new  2017-10-24 22:22:50.673909783 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   blogilo
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ blogilo-17.08.1.tar.xz -> blogilo-17.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blogilo-17.08.1/CMakeLists.txt 
new/blogilo-17.08.2/CMakeLists.txt
--- old/blogilo-17.08.1/CMakeLists.txt  2017-09-05 02:39:21.0 +0200
+++ new/blogilo-17.08.2/CMakeLists.txt  2017-10-10 02:16:32.0 +0200
@@ -33,21 +33,21 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.6.0")
+set(KDEPIM_VERSION_NUMBER "5.6.2")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(KPIMTEXTEDIT_LIB_VERSION "5.6.0")
-set(KBLOG_LIB_VERSION "5.6.0")
+set(KPIMTEXTEDIT_LIB_VERSION "5.6.2")
+set(KBLOG_LIB_VERSION "5.6.2")
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.7.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test Sql 
WebEngine WebEngineWidgets)
-set(PIMCOMMON_LIB_VERSION_LIB "5.6.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.6.0")
-set(MESSAGELIB_LIB_VERSION_LIB "5.6.0")
-set(KIMAP_LIB_VERSION "5.6.0")
+set(PIMCOMMON_LIB_VERSION_LIB "5.6.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.6.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.6.2")
+set(KIMAP_LIB_VERSION "5.6.2")
 
 
 # Find KF5 package
@@ -70,7 +70,7 @@
 
 
 # Extra package
-find_package(KPimGAPI "5.6.0" CONFIG)
+find_package(KPimGAPI "5.6.2" CONFIG)
 
 include_directories(${blogilo_SOURCE_DIR} ${blogilo_BINARY_DIR})
 add_definitions(-DQT_USE_QSTRINGBUILDER)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blogilo-17.08.1/po/cs/blogilo.po 
new/blogilo-17.08.2/po/cs/blogilo.po
--- old/blogilo-17.08.1/po/cs/blogilo.po2017-09-05 02:39:20.0 
+0200
+++ new/blogilo-17.08.2/po/cs/blogilo.po2017-10-10 02:16:30.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-06-15 03:04+0200\n"
-"PO-Revision-Date: 2017-02-27 11:15+0100\n"
+"PO-Revision-Date: 2017-09-12 11:49+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -270,7 +270,7 @@
 #: blogiloui.rc:19
 #, kde-format
 msgid "Toolbar"
-msgstr "Nástrojová lišta"
+msgstr "Panel nástrojů"
 
 #: blogsettings.cpp:97
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blogilo-17.08.1/po/gl/blogilo.po 
new/blogilo-17.08.2/po/gl/blogilo.po
--- old/blogilo-17.08.1/po/gl/blogilo.po2017-09-05 02:39:20.0 
+0200
+++ new/blogilo-17.08.2/po/gl/blogilo.po2017-10-10 02:16:31.0 
+0200
@@ -4,14 +4,14 @@
 # Xosé , 2009, 2010, 2011, 2012, 2014.
 # Marce Villarino , 2013, 2014.
 # Adrián Chaves Fernández (Gallaecio) , 2015, 2016.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-06-15 03:04+0200\n"
-"PO-Revision-Date: 2016-01-03 16:56+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
+"PO-Revision-Date: 2017-09-10 15:37+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -69,7 +69,7 @@
 "O programa non foi quen de adiviñar a API do blogue, pero atopou unha "
 "interface XMLRPC e está a intentar empregala.\n"
 "Asumimos, de momento, unha AP

commit libqt5-qtremoteobjects for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/libqt5-qtremoteobjects (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtremoteobjects.new (New)


Package is "libqt5-qtremoteobjects"

Tue Oct 24 22:22:02 2017 rev:2 rq:533807 version:5.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtremoteobjects/libqt5-qtremoteobjects.changes
2017-08-24 18:56:33.258314193 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtremoteobjects.new/libqt5-qtremoteobjects.changes
   2017-10-24 22:22:35.134636173 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 14:07:45 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qtremoteobjects-opensource-src-5.9.1.tar.xz

New:

  qtremoteobjects-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtremoteobjects.spec ++
--- /var/tmp/diff_new_pack.nfU88K/_old  2017-10-24 22:22:35.894600648 +0200
+++ /var/tmp/diff_new_pack.nfU88K/_new  2017-10-24 22:22:35.894600648 +0200
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5RemoteObjects5
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtremoteobjects-opensource-src-%{real_version}
 Name:   libqt5-qtremoteobjects
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 RemoteObjects Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0

++ qtremoteobjects-opensource-src-5.9.1.tar.xz -> 
qtremoteobjects-opensource-src-5.9.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtremoteobjects-opensource-src-5.9.1/.qmake.conf 
new/qtremoteobjects-opensource-src-5.9.2/.qmake.conf
--- old/qtremoteobjects-opensource-src-5.9.1/.qmake.conf2017-06-17 
02:23:46.0 +0200
+++ new/qtremoteobjects-opensource-src-5.9.2/.qmake.conf2017-08-02 
15:54:35.0 +0200
@@ -1,6 +1,6 @@
 load(qt_build_config)
 CONFIG += qt_example_installs
 
-MODULE_VERSION = 5.9.1
+MODULE_VERSION = 5.9.2
 
 QTRO_SOURCE_TREE = $$PWD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtremoteobjects-opensource-src-5.9.1/.tag 
new/qtremoteobjects-opensource-src-5.9.2/.tag
--- old/qtremoteobjects-opensource-src-5.9.1/.tag   2017-06-17 
02:23:46.0 +0200
+++ new/qtremoteobjects-opensource-src-5.9.2/.tag   2017-08-02 
15:54:35.0 +0200
@@ -1 +1 @@
-2ca7b229f7552c28f906c0efff8a662c06cc2e40
+6e0341bc878ff82d3c1039dcce09f92269546189
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtremoteobjects-opensource-src-5.9.1/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_local_backend_p.h
 
new/qtremoteobjects-opensource-src-5.9.2/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_local_backend_p.h
--- 
old/qtremoteobjects-opensource-src-5.9.1/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_local_backend_p.h
2017-06-17 02:23:46.0 +0200
+++ 
new/qtremoteobjects-opensource-src-5.9.2/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_local_backend_p.h
1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/remoteobjects/qconnection_local_backend_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtremoteobjects-opensource-src-5.9.1/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_qnx_backend_p.h
 
new/qtremoteobjects-opensource-src-5.9.2/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_qnx_backend_p.h
--- 
old/qtremoteobjects-opensource-src-5.9.1/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_qnx_backend_p.h
  2017-06-17 02:23:46.0 +0200
+++ 
new/qtremoteobjects-opensource-src-5.9.2/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_qnx_backend_p.h
  1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/remoteobjects/qconnection_qnx_backend_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtremoteobjects-opensource-src-5.9.1/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_qnx_global_p.h
 
new/qtremoteobjects-opensource-src-5.9.2/include/QtRemoteObjects/5.9.1/QtRemoteObjects/private/qconnection_qnx_global_p.h
--- 
old/qtremoteobjects-opensource-sr

commit libqt5-qtscxml for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/libqt5-qtscxml (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtscxml.new (New)


Package is "libqt5-qtscxml"

Tue Oct 24 22:22:04 2017 rev:2 rq:533809 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtscxml/libqt5-qtscxml.changes
2017-08-24 18:33:38.343956176 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtscxml.new/libqt5-qtscxml.changes   
2017-10-24 22:22:36.226585130 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 14:08:48 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qtscxml-opensource-src-5.9.1.tar.xz

New:

  qtscxml-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtscxml.spec ++
--- /var/tmp/diff_new_pack.JxtrAn/_old  2017-10-24 22:22:36.746560824 +0200
+++ /var/tmp/diff_new_pack.JxtrAn/_new  2017-10-24 22:22:36.750560637 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5Scxml5
 
 Name:   libqt5-qtscxml
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 State Chart XML Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  System/Libraries
 Url:http://qt.io
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtscxml-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
@@ -94,8 +94,8 @@
 %package devel
 Summary:Development files for Qt5's State Chart XML library
 Group:  Development/Libraries/C and C++
-Requires:   %{name}-tools = %{version}
 Requires:   %libname = %{version}
+Requires:   %{name}-tools = %{version}
 
 %description devel
 You need this package if you want to compile programs with QtScxml.
@@ -185,3 +185,5 @@
 %defattr(-,root,root,755)
 %doc LICENSE.*
 %{_libqt5_examplesdir}/
+
+%changelog

++ qtscxml-opensource-src-5.9.1.tar.xz -> 
qtscxml-opensource-src-5.9.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtscxml-opensource-src-5.9.1/.qmake.conf 
new/qtscxml-opensource-src-5.9.2/.qmake.conf
--- old/qtscxml-opensource-src-5.9.1/.qmake.conf2017-06-23 
08:32:08.0 +0200
+++ new/qtscxml-opensource-src-5.9.2/.qmake.conf2017-09-28 
10:54:53.0 +0200
@@ -2,4 +2,4 @@
 CONFIG += qt_example_installs
 CONFIG += warning_clean
 
-MODULE_VERSION = 5.9.1
+MODULE_VERSION = 5.9.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtscxml-opensource-src-5.9.1/.tag 
new/qtscxml-opensource-src-5.9.2/.tag
--- old/qtscxml-opensource-src-5.9.1/.tag   2017-06-23 08:32:08.0 
+0200
+++ new/qtscxml-opensource-src-5.9.2/.tag   2017-09-28 10:54:53.0 
+0200
@@ -1 +1 @@
-fd324b6385842b15f7dda4116b19adbaec3195b7
+3caae998c8c1770cd96cadba24d89a60005c5fe7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtscxml-opensource-src-5.9.1/dist/changes-5.9.2 
new/qtscxml-opensource-src-5.9.2/dist/changes-5.9.2
--- old/qtscxml-opensource-src-5.9.1/dist/changes-5.9.2 1970-01-01 
01:00:00.0 +0100
+++ new/qtscxml-opensource-src-5.9.2/dist/changes-5.9.2 2017-09-28 
10:54:53.0 +0200
@@ -0,0 +1,22 @@
+Qt 5.9.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+*   Qt 5.9.2 Changes   *
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-opensource-src-5.9.1/examples/scxml/calcula

commit libqt5-qtdatavis3d for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package libqt5-qtdatavis3d for 
openSUSE:Factory checked in at 2017-10-24 22:21:52

Comparing /work/SRC/openSUSE:Factory/libqt5-qtdatavis3d (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtdatavis3d.new (New)


Package is "libqt5-qtdatavis3d"

Tue Oct 24 22:21:52 2017 rev:4 rq:533795 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtdatavis3d/libqt5-qtdatavis3d.changes
2017-07-09 13:04:12.419030770 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdatavis3d.new/libqt5-qtdatavis3d.changes   
2017-10-24 22:22:03.144131576 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 13:57:06 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qtdatavis3d-opensource-src-5.9.1.tar.xz

New:

  qtdatavis3d-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtdatavis3d.spec ++
--- /var/tmp/diff_new_pack.DteG3A/_old  2017-10-24 22:22:04.676059966 +0200
+++ /var/tmp/diff_new_pack.DteG3A/_new  2017-10-24 22:22:04.684059592 +0200
@@ -21,15 +21,15 @@
 %define libname libQt5DataVisualization5
 
 Name:   libqt5-qtdatavis3d
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt5 Data Visualization 3D
 License:GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://doc.qt.io/qt-5/qtdatavisualization-index.html
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtdatavis3d-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 BuildRequires:  libqt5-qtdeclarative-devel >= %{version}

++ qtdatavis3d-opensource-src-5.9.1.tar.xz -> 
qtdatavis3d-opensource-src-5.9.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtdatavis3d-opensource-src-5.9.1/.qmake.conf 
new/qtdatavis3d-opensource-src-5.9.2/.qmake.conf
--- old/qtdatavis3d-opensource-src-5.9.1/.qmake.conf2017-06-23 
08:36:37.0 +0200
+++ new/qtdatavis3d-opensource-src-5.9.2/.qmake.conf2017-09-25 
06:18:03.0 +0200
@@ -1,5 +1,5 @@
 load(qt_build_config)
 
-MODULE_VERSION = 5.9.1
+MODULE_VERSION = 5.9.2
 CONFIG += warning_clean
 CMAKE_MODULE_TESTS=-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtdatavis3d-opensource-src-5.9.1/.tag 
new/qtdatavis3d-opensource-src-5.9.2/.tag
--- old/qtdatavis3d-opensource-src-5.9.1/.tag   2017-06-23 08:36:37.0 
+0200
+++ new/qtdatavis3d-opensource-src-5.9.2/.tag   2017-09-25 06:18:03.0 
+0200
@@ -1 +1 @@
-8c6db2a9e8e392cf4408278169250334a042d522
+8329a8fb287094012989b965604ff9c9426f022a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtdatavis3d-opensource-src-5.9.1/dist/changes-1.2.3 
new/qtdatavis3d-opensource-src-5.9.2/dist/changes-1.2.3
--- old/qtdatavis3d-opensource-src-5.9.1/dist/changes-1.2.3 1970-01-01 
01:00:00.0 +0100
+++ new/qtdatavis3d-opensource-src-5.9.2/dist/changes-1.2.3 2017-09-25 
06:18:03.0 +0200
@@ -0,0 +1,3 @@
+Qt Data Visualization 1.2.3
+
+No changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtdatavis3d-opensource-src-5.9.1/dist/changes-5.9.2 
new/qtdatavis3d-opensource-src-5.9.2/dist/changes-5.9.2
--- old/qtdatavis3d-opensource-src-5.9.1/dist/changes-5.9.2 1970-01-01 
01:00:00.0 +0100
+++ new/qtdatavis3d-opensource-src-5.9.2/dist/changes-5.9.2 2017-09-25 
06:18:03.0 +0200
@@ -0,0 +1,26 @@
+Qt 5.9.2 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+
+*   Qt 5.9.2 Changes   *
+*

commit libqt5-qtdoc for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package libqt5-qtdoc for openSUSE:Factory 
checked in at 2017-10-24 22:21:54

Comparing /work/SRC/openSUSE:Factory/libqt5-qtdoc (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtdoc.new (New)


Package is "libqt5-qtdoc"

Tue Oct 24 22:21:54 2017 rev:22 rq:533797 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtdoc/libqt5-qtdoc.changes
2017-01-22 00:30:44.425554275 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtdoc.new/libqt5-qtdoc.changes   
2017-10-24 22:22:07.351934883 +0200
@@ -1,0 +2,32 @@
+Sun Oct  8 14:04:59 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---
+Sat Jul  1 08:13:50 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.1
+  * For more details please see:
+http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/
+
+---
+Wed May 31 07:05:10 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.0 final
+
+---
+Mon May 29 18:06:07 UTC 2017 - christo...@krop.fr
+
+- Provide/Obsolete libqt5-qtcharts-docs and libqt5-qtdatavis3d-docs
+
+---
+Wed May 24 19:16:41 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.0 RC:
+  * For more details please see: 
+http://lists.qt-project.org/pipermail/announce/2017-May/000115.html
+and https://wiki.qt.io/New_Features_in_Qt_5.9
+
+---

Old:

  qt-docs-qchs-5.7.1.tar.xz
  qtdoc-opensource-src-5.7.1.tar.xz

New:

  qt-docs-qchs-5.9.2.tar.xz
  qtdoc-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtdoc.spec ++
--- /var/tmp/diff_new_pack.Ese1cP/_old  2017-10-24 22:22:31.594801644 +0200
+++ /var/tmp/diff_new_pack.Ese1cP/_new  2017-10-24 22:22:31.602801271 +0200
@@ -18,21 +18,26 @@
 
 
 Name:   libqt5-qtdoc
-Version:5.7.1
+Version:5.9.2
 Release:0
 %define base_name libqt5
-%define real_version 5.7.1
+%define real_version 5.9.2
 %define tar_version qtdoc-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qttools
 BuildRequires:  xz
-Url:http://qt.digia.com
+Url:https://www.qt.io
 Summary:Qt 5 Doc
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Documentation/HTML
 BuildArch:  noarch
-Source: %{tar_version}.tar.xz
+Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source2:qt-docs-qchs-%{real_version}.tar.xz
+# Replaced in Qt 5.9.2-rc
+Provides:   libqt5-qtcharts-docs = %{version}
+Obsoletes:  libqt5-qtcharts-docs < %{version}
+Provides:   libqt5-qtdatavis3d-docs = %{version}
+Obsoletes:  libqt5-qtdatavis3d-docs < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,7 +62,7 @@
 
 %files
 %defattr(-,root,root,755)
-%doc *.txt LICENSE.*
+%doc LICENSE.*
 %{_libqt5_docdir}
 
 %changelog

++ qt-docs-qchs-5.7.1.tar.xz -> qt-docs-qchs-5.9.2.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtdoc/qt-docs-qchs-5.7.1.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtdoc.new/qt-docs-qchs-5.9.2.tar.xz differ: 
char 25, line 1

++ qtdoc-opensource-src-5.7.1.tar.xz -> qtdoc-opensource-src-5.9.2.tar.xz 
++
 12165 lines of diff (skipped)




commit libqt5-qtcharts for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package libqt5-qtcharts for openSUSE:Factory 
checked in at 2017-10-24 22:21:50

Comparing /work/SRC/openSUSE:Factory/libqt5-qtcharts (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtcharts.new (New)


Package is "libqt5-qtcharts"

Tue Oct 24 22:21:50 2017 rev:2 rq:533793 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtcharts/libqt5-qtcharts.changes  
2017-08-24 18:56:44.996661349 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtcharts.new/libqt5-qtcharts.changes 
2017-10-24 22:21:59.896283397 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 13:56:27 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qtcharts-opensource-src-5.9.1.tar.xz

New:

  qtcharts-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtcharts.spec ++
--- /var/tmp/diff_new_pack.Vo0lPB/_old  2017-10-24 22:22:01.436211413 +0200
+++ /var/tmp/diff_new_pack.Vo0lPB/_new  2017-10-24 22:22:01.436211413 +0200
@@ -19,11 +19,11 @@
 %define qt5_snapshot 0
 %define libname libQt5Charts5
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtcharts-opensource-src-%{real_version}
 Name:   libqt5-qtcharts
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 Charts Library
 License:GPL-3.0

++ qtcharts-opensource-src-5.9.1.tar.xz -> 
qtcharts-opensource-src-5.9.2.tar.xz ++
 2782 lines of diff (skipped)




commit libqt5-qt3d for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package libqt5-qt3d for openSUSE:Factory 
checked in at 2017-10-24 22:21:46

Comparing /work/SRC/openSUSE:Factory/libqt5-qt3d (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qt3d.new (New)


Package is "libqt5-qt3d"

Tue Oct 24 22:21:46 2017 rev:9 rq:533790 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qt3d/libqt5-qt3d.changes  2017-08-23 
11:54:37.587299853 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qt3d.new/libqt5-qt3d.changes 
2017-10-24 22:21:52.948608166 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 13:59:46 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qt3d-opensource-src-5.9.1.tar.xz

New:

  qt3d-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qt3d.spec ++
--- /var/tmp/diff_new_pack.I5CPp7/_old  2017-10-24 22:21:56.968420260 +0200
+++ /var/tmp/diff_new_pack.I5CPp7/_new  2017-10-24 22:21:56.976419886 +0200
@@ -21,15 +21,15 @@
 %define libname libQt53DCore5
 
 Name:   libqt5-qt3d
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 3D Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qt3d-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf

++ qt3d-opensource-src-5.9.1.tar.xz -> qt3d-opensource-src-5.9.2.tar.xz 
++
/work/SRC/openSUSE:Factory/libqt5-qt3d/qt3d-opensource-src-5.9.1.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qt3d.new/qt3d-opensource-src-5.9.2.tar.xz 
differ: char 26, line 1




commit libqt5-qtcanvas3d for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package libqt5-qtcanvas3d for 
openSUSE:Factory checked in at 2017-10-24 22:21:48

Comparing /work/SRC/openSUSE:Factory/libqt5-qtcanvas3d (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtcanvas3d.new (New)


Package is "libqt5-qtcanvas3d"

Tue Oct 24 22:21:48 2017 rev:4 rq:533792 version:5.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtcanvas3d/libqt5-qtcanvas3d.changes  
2017-07-09 13:04:09.111497390 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtcanvas3d.new/libqt5-qtcanvas3d.changes 
2017-10-24 22:21:57.272406050 +0200
@@ -1,0 +2,7 @@
+Sun Oct  8 13:56:05 UTC 2017 - lbeltr...@kde.org
+
+- Update to 5.9.2
+  * For more details please see:
+https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
+
+---

Old:

  qtcanvas3d-opensource-src-5.9.1.tar.xz

New:

  qtcanvas3d-opensource-src-5.9.2.tar.xz



Other differences:
--
++ libqt5-qtcanvas3d.spec ++
--- /var/tmp/diff_new_pack.QPoqaP/_old  2017-10-24 22:21:59.740290689 +0200
+++ /var/tmp/diff_new_pack.QPoqaP/_new  2017-10-24 22:21:59.744290502 +0200
@@ -20,15 +20,15 @@
 %define libname libQt5Canvas3D5
 
 Name:   libqt5-qtcanvas3d
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:Qt 5 Canvas3D Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:https://www.qt.io
 %define base_name libqt5
-%define real_version 5.9.1
-%define so_version 5.9.1
+%define real_version 5.9.2
+%define so_version 5.9.2
 %define tar_version qtcanvas3d-opensource-src-%{real_version}
 Source: 
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
 BuildRequires:  fdupes

++ qtcanvas3d-opensource-src-5.9.1.tar.xz -> 
qtcanvas3d-opensource-src-5.9.2.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-qtcanvas3d/qtcanvas3d-opensource-src-5.9.1.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-qtcanvas3d.new/qtcanvas3d-opensource-src-5.9.2.tar.xz
 differ: char 26, line 1




commit netcdf for openSUSE:Factory

2017-10-24 Thread root
Hello community,

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

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


Package is "netcdf"

Tue Oct 24 22:21:06 2017 rev:33 rq:535919 version:4.4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes2017-09-15 
21:08:39.034068940 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes   2017-10-24 
22:21:07.402737189 +0200
@@ -1,0 +2,20 @@
+Thu Oct 19 16:38:40 UTC 2017 - e...@suse.com
+
+- Source mpivars.sh to fix the non-HPC openmpi %check.
+
+---
+Tue Oct 17 14:08:48 UTC 2017 - e...@suse.com
+
+- Add magic to limit the number of flavors built in the
+  in the OBS ring.
+
+---
+Sun Sept 13 06:51:00 UTC 2017 - e...@suse.com
+
+- Incorporated HPC-style builds using environment modules.
+- Converted to multibuild (FATE#321719).
+- renamed rpmlintrc to netcdf-rpmlintrc.
+- Generate baselib.conf dynamically and only for the non-HPC
+  build: this avoids issues with the source validator.
+
+---

Old:

  baselibs.conf

New:

  _multibuild
  netcdf-rpmlintrc



Other differences:
--
++ netcdf.spec ++
 674 lines (skipped)
 between /work/SRC/openSUSE:Factory/netcdf/netcdf.spec
 and /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.spec

++ _multibuild ++

  serial
  openmpi
  gnu-hpc
  gnu-openmpi-hpc
  


++ netcdf-rpmlintrc ++
addFilter("shlib-policy-name-error")



commit kernel-source for openSUSE:Factory

2017-10-24 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2017-10-24 22:20:44

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is "kernel-source"

Tue Oct 24 22:20:44 2017 rev:385 rq:535943 version:4.13.9

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2017-10-20 14:40:37.062985255 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2017-10-24 22:20:47.767655014 +0200
@@ -1,0 +2,41 @@
+Mon Oct 23 11:38:06 CEST 2017 - jsl...@suse.cz
+
+- futex: do not fail on invalid op (bnc#1064590).
+- commit e7d7106
+
+---
+Sun Oct 22 09:24:14 CEST 2017 - jsl...@suse.cz
+
+- Linux 4.13.9 (bnc#1012628).
+- vmbus: more host signalling avoidance (bnc#1012628).
+- vmbus: eliminate duplicate cached index (bnc#1012628).
+- vmbus: refactor hv_signal_on_read (bnc#1012628).
+- vmbus: simplify hv_ringbuffer_read (bnc#1012628).
+- Drivers: hv: vmbus: Fix bugs in rescind handling (bnc#1012628).
+- Drivers: hv: vmbus: Fix rescind handling issues (bnc#1012628).
+- HID: hid-elecom: extend to fix descriptor for HUGE trackball
+  (bnc#1012628).
+- mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE
+  outside of lock (bnc#1012628).
+- perf pmu: Unbreak perf record for arm/arm64 with events with
+  explicit PMU (bnc#1012628).
+- x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata"
+  on hypervisors (bnc#1012628).
+- x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata"
+  on CPUs without the feature (bnc#1012628).
+- commit abdc07c
+
+---
+Wed Oct 18 19:36:39 CEST 2017 - mcg...@suse.com
+
+- mac80211: accept key reinstall without changing anything (CVE-2017-13080 
bsc#1063667).
+- commit 7aed50c
+
+---
+Wed Oct 18 12:43:48 CEST 2017 - ti...@suse.de
+
+- ALSA: hda: Abort capability probe at invalid register read
+  (bsc#1064017).
+- commit d1f5e26
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
kernel-64kb.changes: same change
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-syzkaller.changes: same change
kernel-vanilla.changes: same change
kernel-zfcpdump.changes: same change



Other differences:
--
++ dtb-aarch64.spec ++
--- /var/tmp/diff_new_pack.E0bTc5/_old  2017-10-24 22:20:54.359346892 +0200
+++ /var/tmp/diff_new_pack.E0bTc5/_new  2017-10-24 22:20:54.363346705 +0200
@@ -17,7 +17,7 @@
 
 
 %define srcversion 4.13
-%define patchversion 4.13.8
+%define patchversion 4.13.9
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -29,9 +29,9 @@
 %(chmod +x 
%_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb})
 
 Name:   dtb-aarch64
-Version:4.13.8
+Version:4.13.9
 %if 0%{?is_kotd}
-Release:.g569e26e
+Release:.ge7d7106
 %else
 Release:0
 %endif

dtb-armv6l.spec: same change
dtb-armv7l.spec: same change
++ kernel-64kb.spec ++
--- /var/tmp/diff_new_pack.E0bTc5/_old  2017-10-24 22:20:54.527339039 +0200
+++ /var/tmp/diff_new_pack.E0bTc5/_new  2017-10-24 22:20:54.535338665 +0200
@@ -18,7 +18,7 @@
 
 
 %define srcversion 4.13
-%define patchversion 4.13.8
+%define patchversion 4.13.9
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -58,9 +58,9 @@
 Summary:Kernel with 64kb PAGE_SIZE
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.13.8
+Version:4.13.9
 %if 0%{?is_kotd}
-Release:.g569e26e
+Release:.ge7d7106
 %else
 Release:0
 %endif

kernel-debug.spec: same change
kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.E0bTc5/_old  2017-10-24 22:20:54.635333991 +0200
+++ /var/tmp/diff_new_pack.E0bTc5/_new  2017-10-24 22:20:54.64617 +0200
@@ -17,7 +17,7 @@
 
 
 %define srcversion 4.13
-%define patchversion 4.13.8
+%define patchversion 4.13.9
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -31,9 +31,9 @@
 Summary:Kernel Documentation
 License:GPL-2.0
 Group:  Docum