commit sgi-bitmap-fonts for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package sgi-bitmap-fonts for 
openSUSE:Factory checked in at 2017-04-30 21:24:46

Comparing /work/SRC/openSUSE:Factory/sgi-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.sgi-bitmap-fonts.new (New)


Package is "sgi-bitmap-fonts"

Sun Apr 30 21:24:46 2017 rev:9 rq:492214 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/sgi-bitmap-fonts/sgi-bitmap-fonts.changes
2012-09-14 12:37:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.sgi-bitmap-fonts.new/sgi-bitmap-fonts.changes   
2017-04-30 21:25:09.290066060 +0200
@@ -1,0 +2,5 @@
+Sun Apr 30 05:13:14 UTC 2017 - bwiedem...@suse.com
+
+- call gzip -n to make build fully reproducible
+
+---



Other differences:
--
++ sgi-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.EOFH3k/_old  2017-04-30 21:25:09.865984857 +0200
+++ /var/tmp/diff_new_pack.EOFH3k/_new  2017-04-30 21:25:09.873983728 +0200
@@ -67,7 +67,7 @@
 %install
 make FONTINSTDIR=%{_miscfontsdir} DESTDIR=%{buildroot} install
 pushd %{buildroot}%{sgi_fontsdir}
-gzip --best *.pcf
+gzip -n --best *.pcf
 fc-cache -f .
 mkfontscale .
 chmod u+w fonts.dir




commit opera for openSUSE:Factory:NonFree

2017-04-30 Thread root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2017-04-30 21:24:54

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


Package is "opera"

Sun Apr 30 21:24:54 2017 rev:42 rq:492027 version:44.0.2510.1449

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2017-04-20 
20:59:40.253969639 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2017-04-30 
21:25:14.177376959 +0200
@@ -1,0 +2,7 @@
+Sat Apr 29 09:34:04 UTC 2017 - kiel...@gmail.com
+
+- Update to version 44.0.2510.1449:
+  * Full changelog available at:
+https://www.opera.com/blogs/desktop/changelog-for-44/#b2510.1449
+
+---

Old:

  opera-stable_44.0.2510.1218_amd64.deb
  opera-stable_44.0.2510.1218_i386.deb

New:

  opera-stable_44.0.2510.1449_amd64.deb
  opera-stable_44.0.2510.1449_i386.deb



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.Xo6yoQ/_old  2017-04-30 21:25:17.812864362 +0200
+++ /var/tmp/diff_new_pack.Xo6yoQ/_new  2017-04-30 21:25:17.820863234 +0200
@@ -27,7 +27,7 @@
 %define alt_deb_arch amd64
 %endif
 Name:   opera
-Version:44.0.2510.1218
+Version:44.0.2510.1449
 Release:0
 Summary:Proprietary web browser
 License:SUSE-NonFree




commit kakoune for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2017-04-30 21:24:38

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


Package is "kakoune"

Sun Apr 30 21:24:38 2017 rev:4 rq:492212 version:0.0+git.20170223

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-02-26 
17:09:51.470418150 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2017-04-30 
21:25:07.230356474 +0200
@@ -1,0 +2,5 @@
+Sun Apr 30 04:16:23 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to call gzip -n to make build a bit more reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.b0KFmR/_old  2017-04-30 21:25:07.990249331 +0200
+++ /var/tmp/diff_new_pack.b0KFmR/_new  2017-04-30 21:25:07.994248768 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Text/Editors
 Url:http://kakoune.org/
 Source: %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM -- bmwiedemann
+Patch0: reproducible.patch
 BuildRequires:  asciidoc
 BuildRequires:  libxslt-tools
 BuildRequires:  ncurses-devel >= 5.3
@@ -42,6 +44,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}/src
+%patch0 -p2
 
 %build
 %if 0%{?suse_version} < 1320

++ reproducible.patch ++
produce bit-identical results
by not embedding timestamps in gz files

Index: kakoune-0.0+git.20170223/src/Makefile
===
--- kakoune-0.0+git.20170223.orig/src/Makefile
+++ kakoune-0.0+git.20170223/src/Makefile
@@ -73,7 +73,7 @@ kak : $(objects)
 # Generate the man page
 ../doc/kak.1.gz: ../doc/kak.1.txt
a2x --no-xmllint -f manpage $<
-   gzip -f $(basename $<)
+   gzip -n -9 -f $(basename $<)
 
 # Generate the editor's documentation pages
 # Since `a2x` won't generate man pages if some sections are missing (which we 
don't need),
@@ -82,7 +82,7 @@ kak : $(objects)
a2x --no-xmllint -f manpage $<
sed -i -r -e "s,^\.TH .+,.TH KAKOUNE 1 \"\" \"\" \"$(basename $(notdir 
$<))\"," \
-e "/^\.SH \"NAME\"/{N;d;}" $(@:.gz=.1)
-   gzip -f $(@:.gz=.1)
+   gzip -n -9 -f $(@:.gz=.1)
mv -f $(@:.gz=.1.gz) $@
 
 check: test



commit mediainfo for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package mediainfo for openSUSE:Factory 
checked in at 2017-04-30 21:24:34

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


Package is "mediainfo"

Sun Apr 30 21:24:34 2017 rev:3 rq:492211 version:0.7.94

Changes:

--- /work/SRC/openSUSE:Factory/mediainfo/mediainfo.changes  2017-04-11 
09:38:16.267496667 +0200
+++ /work/SRC/openSUSE:Factory/.mediainfo.new/mediainfo.changes 2017-04-30 
21:25:06.126512115 +0200
@@ -1,0 +2,5 @@
+Sun Apr 30 04:59:02 UTC 2017 - bwiedem...@suse.com
+
+- call gzip -n to make build fully reproducible
+
+---



Other differences:
--
++ mediainfo.spec ++
--- /var/tmp/diff_new_pack.8cyUDq/_old  2017-04-30 21:25:07.006388054 +0200
+++ /var/tmp/diff_new_pack.8cyUDq/_new  2017-04-30 21:25:07.010387490 +0200
@@ -153,8 +153,8 @@
 %kde_post_install
 
 # these files are just ridicully large:
-gzip License.html
-gzip History_*.txt
+gzip -n -9 License.html
+gzip -n -9 History_*.txt
 %fdupes -s %{buildroot}/%{_datadir}
 
 %files




commit mpir for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package mpir for openSUSE:Factory checked in 
at 2017-04-30 21:24:27

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


Package is "mpir"

Sun Apr 30 21:24:27 2017 rev:6 rq:492170 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/mpir/mpir.changes2017-03-16 
09:51:54.618603107 +0100
+++ /work/SRC/openSUSE:Factory/.mpir.new/mpir.changes   2017-04-30 
21:24:57.639708738 +0200
@@ -1,0 +2,7 @@
+Sat Apr 29 23:48:59 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 3.0.0
+  * IA32 build failure resolved
+- Removed 0001-Fix-32-bit-fat-build.patch (included)
+
+---

Old:

  0001-Fix-32-bit-fat-build.patch
  mpir-3.0.0-alpha3.tar.bz2

New:

  mpir-3.0.0.tar.bz2



Other differences:
--
++ mpir.spec ++
--- /var/tmp/diff_new_pack.cbzY2p/_old  2017-04-30 21:24:58.535582422 +0200
+++ /var/tmp/diff_new_pack.cbzY2p/_new  2017-04-30 21:24:58.539581858 +0200
@@ -19,7 +19,7 @@
 Name:   mpir
 %define lname  libmpir23
 %define lnamexxlibmpirxx8
-Version:3.0.0~alpha3
+Version:3.0.0
 Release:0
 Summary:Multiprecision integer library derived from GMP
 License:LGPL-3.0+
@@ -28,9 +28,8 @@
 
 #Git-Clone:git://github.com/wbhart/mpir
 #Git-Web:  https://github.com/wbhart/mpir
-Source: http://mpir.org/mpir-3.0.0-alpha3.tar.bz2
+Source: http://mpir.org/%name-%version.tar.bz2
 Patch1: gmp-noexec.diff
-Patch2: 0001-Fix-32-bit-fat-build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  m4
@@ -83,7 +82,7 @@
 
 %prep
 %setup -qn mpir-3.0.0
-%patch -P 1 -P 2 -p1
+%patch -P 1 -p1
 
 %build
 export CFLAGS="%optflags -fexceptions"

++ mpir-3.0.0-alpha3.tar.bz2 -> mpir-3.0.0.tar.bz2 ++
 5996 lines of diff (skipped)




commit kapidox for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2017-04-30 21:23:56

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


Package is "kapidox"

Sun Apr 30 21:23:56 2017 rev:39 rq:492040 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2017-03-21 
22:51:19.775680069 +0100
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2017-04-30 
21:24:44.753525665 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Fix syntax error in setup.py.
+  * [Meta] Change maintainer in setup.py
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kapidox-5.32.0.tar.xz

New:

  kapidox-5.33.0.tar.xz



Other differences:
--
++ kapidox.spec ++
--- /var/tmp/diff_new_pack.SBLcno/_old  2017-04-30 21:24:45.341442770 +0200
+++ /var/tmp/diff_new_pack.SBLcno/_new  2017-04-30 21:24:45.345442206 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kapidox
-Version:5.32.0
+Version:5.33.0
 Release:0
 Requires:   doxygen
 BuildRequires:  fdupes

++ kapidox-5.32.0.tar.xz -> kapidox-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.32.0/setup.py new/kapidox-5.33.0/setup.py
--- old/kapidox-5.32.0/setup.py 2017-02-11 11:06:03.0 +0100
+++ new/kapidox-5.33.0/setup.py 2017-03-30 03:11:16.0 +0200
@@ -6,11 +6,11 @@
 
 setup(
 name='kapidox',
-version='5.32.0',
+version='5.33.0',
 description='KDE API documentation generation tools',
-maintainer = 'Alex Merry',
-maintainer_email = 'alex.me...@kde.org',
-url='https://projects.kde.org/projects/frameworks/kapidox',
+maintainer = 'Olivier Churlaud',
+maintainer_email = 'oliv...@churlaud.com',
+url='https://cgit.kde.org/kapidox.git',
 packages = [
 'kapidox',
 'kapidox.depdiagram'




commit ntl for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package ntl for openSUSE:Factory checked in 
at 2017-04-30 21:24:23

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


Package is "ntl"

Sun Apr 30 21:24:23 2017 rev:17 rq:492165 version:10.3.0

Changes:

--- /work/SRC/openSUSE:Factory/ntl/ntl.changes  2016-12-08 00:31:48.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ntl.new/ntl.changes 2017-04-30 
21:24:55.456016634 +0200
@@ -1,0 +2,5 @@
+Sat Apr 29 23:44:19 UTC 2017 - jeng...@inai.de
+
+- Update description
+
+---



Other differences:
--
++ ntl.spec ++
--- /var/tmp/diff_new_pack.2nkOhS/_old  2017-04-30 21:24:56.255903851 +0200
+++ /var/tmp/diff_new_pack.2nkOhS/_new  2017-04-30 21:24:56.259903288 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ntl
 #
-# 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
@@ -37,20 +37,18 @@
 BuildRequires:  libtool
 
 %description
-NTL is a high-performance, portable C++ library providing data
-structures and algorithms for manipulating signed, arbitrary length
-integers, and for vectors, matrices, and polynomials over the
-integers and over finite fields.
+NTL is a C++ library providing data structures and algorithms for
+manipulating signed, arbitrary length integers, and for vectors,
+matrices, and polynomials over the integers and over finite fields.
 
 %package -n %lname
 Summary:Library for Number Theory
 Group:  System/Libraries
 
 %description -n %lname
-NTL is a high-performance, portable C++ library providing data
-structures and algorithms for manipulating signed, arbitrary length
-integers, and for vectors, matrices, and polynomials over the
-integers and over finite fields.
+NTL is a C++ library providing data structures and algorithms for
+manipulating signed, arbitrary length integers, and for vectors,
+matrices, and polynomials over the integers and over finite fields.
 
 %package devel
 Summary:Development files for libntl
@@ -58,10 +56,9 @@
 Requires:   %lname = %version
 
 %description devel
-NTL is a high-performance, portable C++ library providing data
-structures and algorithms for manipulating signed, arbitrary length
-integers, and for vectors, matrices, and polynomials over the
-integers and over finite fields.
+NTL is a C++ library providing data structures and algorithms for
+manipulating signed, arbitrary length integers, and for vectors,
+matrices, and polynomials over the integers and over finite fields.
 
 This package contains the headers and library links to libntl.
 




commit splix for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package splix for openSUSE:Factory checked 
in at 2017-04-30 21:24:16

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


Package is "splix"

Sun Apr 30 21:24:16 2017 rev:16 rq:492139 version:2.0.0.315

Changes:

--- /work/SRC/openSUSE:Factory/splix/splix.changes  2017-04-20 
20:54:52.578652214 +0200
+++ /work/SRC/openSUSE:Factory/.splix.new/splix.changes 2017-04-30 
21:24:53.076352163 +0200
@@ -1,0 +2,11 @@
+Sat Apr 29 18:02:27 UTC 2017 - bwiedem...@suse.com
+
+- call gzip -n to make build fully reproducible
+
+---
+Thu Apr 20 09:16:20 UTC 2017 - jeng...@inai.de
+
+- Remove redundant %clean section, replace %__-type macro
+  indirections, and use %_smp_mflags over %jobs.
+
+---



Other differences:
--
++ splix.spec ++
--- /var/tmp/diff_new_pack.hVuKLO/_old  2017-04-30 21:24:53.768254605 +0200
+++ /var/tmp/diff_new_pack.hVuKLO/_new  2017-04-30 21:24:53.776253478 +0200
@@ -85,16 +85,16 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
-%__cp %SOURCE2 .
+cp %SOURCE2 .
 mv -v *.ppd ppd/
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %if 0%{?suse_version} > 1110
-%__make %{?_without_jbigkit:DISABLE_JBIG=1} %{?jobs:-j%{jobs}} V=1
+make %{?_without_jbigkit:DISABLE_JBIG=1} %{?_smp_mflags} V=1
 %else
-%__make DISABLE_JBIG=1 %{?jobs:-j%{jobs}} V=1
+make DISABLE_JBIG=1 %{_smp_mflags} V=1
 %endif
 
 %install
@@ -104,9 +104,9 @@
 %makeinstall DISABLE_JBIG=1
 %endif
 pushd $RPM_BUILD_ROOT%_datadir/cups/model/samsung/
-%__tar xjvf "%{SOURCE1}"
+tar -xjvf "%{SOURCE1}"
 popd
-gzip -9 %buildroot/%_datadir/cups/model/*/*.ppd
+gzip -n -9 %buildroot/%_datadir/cups/model/*/*.ppd
 # Run fdupes:
 # The RPM macro fdupes runs /usr/bin/fdupes that links files with identical 
content.
 # Never run fdupes carelessly over the whole buildroot directory
@@ -118,9 +118,6 @@
 # so that fdupes can only run for specific directories where linking files is 
safe:
 %fdupes -s %{buildroot}/%{_datadir}/cups/model/samsung/cms
 
-%clean
-rm -fr %buildroot
-
 %if 0%{?suse_version} > 1110
 # Do not do this for SLE11 where ghostscript-library 8.62 is used.
 # If Splix plus Ghostscript >= 9.02 is used on SLE11 the admin must do it 
manually as needed.




commit cava for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package cava for openSUSE:Factory checked in 
at 2017-04-30 21:23:48

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


Package is "cava"

Sun Apr 30 21:23:48 2017 rev:2 rq:491963 version:0.4.3

Changes:

--- /work/SRC/openSUSE:Factory/cava/cava.changes2017-04-07 
14:20:43.131178448 +0200
+++ /work/SRC/openSUSE:Factory/.cava.new/cava.changes   2017-04-30 
21:24:42.401857246 +0200
@@ -1,0 +2,14 @@
+Thu Apr 27 15:04:00 UTC 2017 - mvet...@suse.com
+
+- Update to 0.4.3:
+  new features:
+  * support for more colors in ncurses output.
+  bugfixes:
+  * fixed bug where sensing of low values was done even when no sound
+  * fixed bug in raw output bit format check
+  * add a check for too many bars >200
+- Remove because contained in new version:
+  * cava-remove-nested-functions.patch
+  * cava-font.patch
+
+---

Old:

  0.4.2.tar.gz
  cava-font.patch
  cava-remove-nested-functions.patch

New:

  0.4.3.tar.gz



Other differences:
--
++ cava.spec ++
--- /var/tmp/diff_new_pack.i0iDhp/_old  2017-04-30 21:24:43.029768712 +0200
+++ /var/tmp/diff_new_pack.i0iDhp/_new  2017-04-30 21:24:43.033768148 +0200
@@ -17,17 +17,13 @@
 
 
 Name:   cava
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:Console-based Audio Visualizer for Alsa
 License:MIT
 Group:  Productivity/Multimedia/Sound/Visualization
 Url:https://github.com/karlstav/cava
 Source: https://github.com/karlstav/%{name}/archive/%{version}.tar.gz
-# FIX-UPSTREAM: See https://github.com/karlstav/cava/issues/142
-Patch0: cava-remove-nested-functions.patch
-# FIX-UPSTREAM: https://github.com/karlstav/cava/issues/147
-Patch1: cava-font.patch
 BuildRequires:  alsa-devel
 BuildRequires:  fftw3-devel
 # Use system ini parser instead of building own lib
@@ -44,10 +40,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 ./autogen.sh
-FONT_DIR="%{_datadir}/kbd/consolefonts" %configure
+%configure FONT_DIR="%{_datadir}/kbd/consolefonts"
 
 %build
 make %{?_smp_mflags}

++ 0.4.2.tar.gz -> 0.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cava-0.4.2/Makefile.am new/cava-0.4.3/Makefile.am
--- old/cava-0.4.2/Makefile.am  2016-09-16 16:08:40.0 +0200
+++ new/cava-0.4.3/Makefile.am  2017-04-23 21:58:19.0 +0200
@@ -16,6 +16,9 @@
-D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L
 cava_CFLAGS = -std=c99 -Wall -Wextra -Wno-unused-result 
-Wno-maybe-uninitialized 
 
+cava_font_dir = @FONT_DIR@
+cava_font__DATA = cava.psf
+
 if !SYSTEM_LIBINIPARSER
 cava_SOURCES += iniparser/libiniparser.la
 cava_LDADD += -Liniparser/.libs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cava-0.4.2/README.md new/cava-0.4.3/README.md
--- old/cava-0.4.2/README.md2016-09-16 16:08:40.0 +0200
+++ new/cava-0.4.3/README.md2017-04-23 21:58:19.0 +0200
@@ -5,6 +5,13 @@
 
 by [Karl Stavestrand](mailto:k...@stavestrand.no)
 
+Now with more colors! Use hex codes in config, for example:
+```
+background = '#253552'
+foreground = '#FF479C'
+```
+(hex code must be within '')
+
 
![spectrum](https://cloud.githubusercontent.com/assets/5231746/7368413/7d7ca93e-ed9f-11e4-842f-61c54fc03dbe.gif
 "spectrum")
 
 thanks to [anko](https://github.com/anko) for the gif, here is the [recipe]( 
http://unix.stackexchange.com/questions/113695/gif-screencastng-the-unix-way).
@@ -55,14 +62,15 @@
 * [ncursesw dev files](http://www.gnu.org/software/ncurses/) (bundled in 
ncurses in arch)
 * [ALSA dev files](http://alsa-project.org/)
 * [Pulseaudio dev files](http://freedesktop.org/software/pulseaudio/doxygen/)
+* libtool
 
-Only FFTW is actually required for CAVA to compile, but for maximum usage and 
preformance ncurses and pulseaudio and/or alsa dev files are recommended. Not 
sure how to get the pulseaudio dev files for other distros than debian/ubuntu 
or if they are bundled in pulseaudio.
+Only FFTW is actually required for CAVA to compile, but for maximum usage and 
performance ncurses and pulseaudio and/or alsa dev files are recommended. Not 
sure how to get the pulseaudio dev files for other distros than debian/ubuntu 
or if they are bundled in pulseaudio.
 
 All the requirements can be installed easily in all major distros:
 
 Debian/Raspbian:
 
-apt-get install libfftw3-dev libasound2-dev libncursesw5-dev libpulse-dev
+apt-get install libfftw3-dev libasound2-dev libncursesw5-dev libpulse-dev 
libtool
 
 ArchLinux:
 
@@ -70,14 +78,14 @@
 
 

commit x11-japanese-bitmap-fonts for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package x11-japanese-bitmap-fonts for 
openSUSE:Factory checked in at 2017-04-30 21:24:08

Comparing /work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new (New)


Package is "x11-japanese-bitmap-fonts"

Sun Apr 30 21:24:08 2017 rev:9 rq:492131 version:20020904

Changes:

--- 
/work/SRC/openSUSE:Factory/x11-japanese-bitmap-fonts/x11-japanese-bitmap-fonts.changes
  2012-09-14 12:42:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.x11-japanese-bitmap-fonts.new/x11-japanese-bitmap-fonts.changes
 2017-04-30 21:24:50.464720398 +0200
@@ -1,0 +2,5 @@
+Sat Apr 29 15:50:16 UTC 2017 - bwiedem...@suse.com
+
+- call gzip -n to make build fully reproducible
+
+---



Other differences:
--
++ x11-japanese-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.TQ7rKa/_old  2017-04-30 21:24:51.304601976 +0200
+++ /var/tmp/diff_new_pack.TQ7rKa/_new  2017-04-30 21:24:51.308601412 +0200
@@ -71,7 +71,7 @@
 ./configure --with-pcf=yes --with-fontdir=`pwd`/build
 make pcf
 rm build/fonts.dir
-gzip -9 build/*.pcf
+gzip -n -9 build/*.pcf
 pushd extra
 for i in 7x14 7x14rk k14 8x16 8x16rk jiskan16 ; do
   /usr/bin/perl $RPM_SOURCE_DIR/mkbold ${i}.bdf > ${i}b.bdf
@@ -80,7 +80,7 @@
 # the non-(bold/italic) versions of the 14 and 16 pixel fonts
# are already in xf86.rpm, include only the bold/italic ones here:
for j in ${i}b.bdf ${i}i.bdf ${i}bi.bdf ; do
-   bdftopcf $j | gzip -9  > `basename $j .bdf`.pcf.gz
+   bdftopcf $j | gzip -n -9  > `basename $j .bdf`.pcf.gz
done
 done
 popd




commit tboot for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package tboot for openSUSE:Factory checked 
in at 2017-04-30 21:24:31

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


Package is "tboot"

Sun Apr 30 21:24:31 2017 rev:25 rq:492191 version:20160518_1.9.4

Changes:

--- /work/SRC/openSUSE:Factory/tboot/tboot.changes  2017-02-14 
00:47:35.309120477 +0100
+++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2017-04-30 
21:25:05.158648582 +0200
@@ -1,0 +2,5 @@
+Sun Apr 30 05:29:57 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to call gzip -n to make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ tboot.spec ++
--- /var/tmp/diff_new_pack.ATeDae/_old  2017-04-30 21:25:05.914542002 +0200
+++ /var/tmp/diff_new_pack.ATeDae/_new  2017-04-30 21:25:05.914542002 +0200
@@ -28,6 +28,8 @@
 Patch1: tboot-grub2-suse.patch
 Patch3: tboot-grub2-fix-menu-in-xen-host-server.patch
 Patch4: tboot-grub2-fix-xen-submenu-name.patch
+# PATCH-FIX-UPSTREAM -- https://sourceforge.net/p/tboot/code/merge-requests/1/
+Patch5: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  openssl-devel
 BuildRequires:  trousers-devel
@@ -43,6 +45,7 @@
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ reproducible.patch ++
Index: tboot-1.9.5/tboot/Makefile
===
--- tboot-1.9.5.orig/tboot/Makefile
+++ tboot-1.9.5/tboot/Makefile
@@ -32,7 +32,7 @@ OBJS := $(obj-y)
 TARGET_LDS := $(CURDIR)/common/tboot.lds
 
 $(TARGET).gz : $(TARGET)
-   gzip -f -9 < $< > $@
+   gzip -n -f -9 < $< > $@
 
 $(TARGET) : $(OBJS) $(TARGET_LDS)
$(LD) $(LDFLAGS) -T $(TARGET_LDS) -N $(OBJS) -o $(@D)/.$(@F).0



commit fsharp for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package fsharp for openSUSE:Factory checked 
in at 2017-04-30 21:23:41

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


Package is "fsharp"

Sun Apr 30 21:23:41 2017 rev:14 rq:491845 version:4.1.15

Changes:

--- /work/SRC/openSUSE:Factory/fsharp/fsharp.changes2017-04-24 
09:48:45.536168160 +0200
+++ /work/SRC/openSUSE:Factory/.fsharp.new/fsharp.changes   2017-04-30 
21:24:38.866355745 +0200
@@ -1,0 +2,6 @@
+Fri Apr 28 12:46:29 UTC 2017 - idon...@suse.com
+
+- Update to version 4.1.15
+  * Fix regression on binding redirects for System.Collections.Immutable
+
+---

Old:

  fsharp-4.1.12.tar.xz

New:

  fsharp-4.1.15.tar.xz



Other differences:
--
++ fsharp.spec ++
--- /var/tmp/diff_new_pack.jjnofE/_old  2017-04-30 21:24:41.421995405 +0200
+++ /var/tmp/diff_new_pack.jjnofE/_new  2017-04-30 21:24:41.425994841 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fsharp
-Version:4.1.12
+Version:4.1.15
 Release:0
 Summary:F# compiler, core library and core tools
 License:Apache-2.0

++ fsharp-4.1.12.tar.xz -> fsharp-4.1.15.tar.xz ++
/work/SRC/openSUSE:Factory/fsharp/fsharp-4.1.12.tar.xz 
/work/SRC/openSUSE:Factory/.fsharp.new/fsharp-4.1.15.tar.xz differ: char 26, 
line 1




commit wqy-bitmap-fonts for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package wqy-bitmap-fonts for 
openSUSE:Factory checked in at 2017-04-30 21:24:12

Comparing /work/SRC/openSUSE:Factory/wqy-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.wqy-bitmap-fonts.new (New)


Package is "wqy-bitmap-fonts"

Sun Apr 30 21:24:12 2017 rev:12 rq:492133 version:0.9.9_0

Changes:

--- /work/SRC/openSUSE:Factory/wqy-bitmap-fonts/wqy-bitmap-fonts.changes
2013-04-09 07:10:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.wqy-bitmap-fonts.new/wqy-bitmap-fonts.changes   
2017-04-30 21:24:51.964508931 +0200
@@ -1,0 +2,5 @@
+Sat Apr 29 16:45:33 UTC 2017 - bwiedem...@suse.com
+
+- call gzip -n to make build fully reproducible
+
+---



Other differences:
--
++ wqy-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.v4V7bC/_old  2017-04-30 21:24:52.800391073 +0200
+++ /var/tmp/diff_new_pack.v4V7bC/_new  2017-04-30 21:24:52.804390508 +0200
@@ -51,7 +51,7 @@
 %install
 mkdir -p %{buildroot}%{fontdir}
 install -m 644 *.pcf %{buildroot}%{fontdir}
-gzip -9 %{buildroot}%{fontdir}/*.pcf
+gzip -n -9 %{buildroot}%{fontdir}/*.pcf
 install -c -m 644 fonts.alias %{buildroot}%{fontdir}/fonts.scale
 mkdir -p %{buildroot}%{_datadir}/icons/
 cp LOGO.png %{buildroot}%{_datadir}/icons/wqy-bitmapsong.png




commit tv-fonts for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package tv-fonts for openSUSE:Factory 
checked in at 2017-04-30 21:24:43

Comparing /work/SRC/openSUSE:Factory/tv-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.tv-fonts.new (New)


Package is "tv-fonts"

Sun Apr 30 21:24:43 2017 rev:19 rq:492213 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/tv-fonts/tv-fonts.changes2012-09-14 
12:41:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.tv-fonts.new/tv-fonts.changes   2017-04-30 
21:25:08.290207038 +0200
@@ -1,0 +2,5 @@
+Sun Apr 30 05:25:37 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to call gzip -n to make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ tv-fonts.spec ++
--- /var/tmp/diff_new_pack.2xF4Gm/_old  2017-04-30 21:25:09.094093692 +0200
+++ /var/tmp/diff_new_pack.2xF4Gm/_new  2017-04-30 21:25:09.098093128 +0200
@@ -33,6 +33,8 @@
 %endif
 %reconfigure_fonts_prereq
 Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM
+Patch0: reproducible.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -43,6 +45,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS"

++ reproducible.patch ++
--- tv-fonts-1.1.orig/Makefile  2003-04-15 08:16:09.0 +
+++ tv-fonts-1.1/Makefile   2017-04-30 05:22:32.647985637 +
@@ -47,7 +47,7 @@
 %.pcf.gz: %.bdf
rm -f $@
bdftopcf -o $*.pcf $<
-   gzip $*.pcf
+   gzip -n -9 $*.pcf
 
 led-%.bdf:
FONTSERVER=$(FONTSERVER) \



commit honggfuzz for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package honggfuzz for openSUSE:Factory 
checked in at 2017-04-30 21:24:00

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


Package is "honggfuzz"

Sun Apr 30 21:24:00 2017 rev:3 rq:492123 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/honggfuzz/honggfuzz.changes  2017-02-07 
12:07:55.227821695 +0100
+++ /work/SRC/openSUSE:Factory/.honggfuzz.new/honggfuzz.changes 2017-04-30 
21:24:46.453286002 +0200
@@ -1,0 +2,13 @@
+Sat Apr 29 17:13:02 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.9:
+  * Smaller and bigger reworks:
++ Android Makefile
++ New sanitizers.c
++ Display console with scrolling logs
++ Improved libhfuzz - esp. the trace_cmp handling
++ Improved mangle.c
+  * Multiple examples of persistent fuzzing: libpng, jpeg, libxml,
+apache, openssl
+
+---

Old:

  honggfuzz-0.8.tar.gz

New:

  honggfuzz-0.9.tar.gz



Other differences:
--
++ honggfuzz.spec ++
--- /var/tmp/diff_new_pack.jmHHJS/_old  2017-04-30 21:24:47.041203107 +0200
+++ /var/tmp/diff_new_pack.jmHHJS/_new  2017-04-30 21:24:47.045202543 +0200
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   honggfuzz
-Version:0.8
+Version:0.9
 Release:0
-License:Apache-2.0
 Summary:Security-oriented fuzzer with various analysis options
-Url:https://google.github.io/honggfuzz/
+License:Apache-2.0
 Group:  Development/Tools/Other
+Url:https://google.github.io/honggfuzz/
 Source: 
https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  libunwind-devel
 BuildRequires:  binutils-devel
+BuildRequires:  libunwind-devel
 BuildRequires:  zlib-devel
 
 %description

++ honggfuzz-0.8.tar.gz -> honggfuzz-0.9.tar.gz ++
/work/SRC/openSUSE:Factory/honggfuzz/honggfuzz-0.8.tar.gz 
/work/SRC/openSUSE:Factory/.honggfuzz.new/honggfuzz-0.9.tar.gz differ: char 12, 
line 1




commit youtube-dl for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-04-30 21:24:50

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Sun Apr 30 21:24:50 2017 rev:62 rq:49 version:2017.04.28

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2017-04-14 
13:41:58.755282335 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2017-04-30 21:25:10.321920570 +0200
@@ -1,0 +2,10 @@
+Sat Apr 29 22:06:16 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.04.28
+  * youtube: remove explicit preference for audio-only and
+video-only formats in order not to break sorting when new
+formats appear.
+  * youtube: recognize new locale-based player URLs
+  * youtube: recognize another HTML5 player URL
+
+---

Old:

  youtube-dl-2017.04.11.tar.gz
  youtube-dl-2017.04.11.tar.gz.sig

New:

  youtube-dl-2017.04.28.tar.gz
  youtube-dl-2017.04.28.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.YK3uea/_old  2017-04-30 21:25:10.985826961 +0200
+++ /var/tmp/diff_new_pack.YK3uea/_new  2017-04-30 21:25:10.993825833 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.04.11
+Version:2017.04.28
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.04.11.tar.gz -> youtube-dl-2017.04.28.tar.gz ++
 4523 lines of diff (skipped)




commit vhostmd for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package vhostmd for openSUSE:Factory checked 
in at 2017-04-30 21:23:52

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


Package is "vhostmd"

Sun Apr 30 21:23:52 2017 rev:23 rq:491974 version:0.4

Changes:

--- /work/SRC/openSUSE:Factory/vhostmd/vhostmd.changes  2015-01-22 
21:49:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.vhostmd.new/vhostmd.changes 2017-04-30 
21:24:43.457708373 +0200
@@ -1,0 +2,9 @@
+Thu Apr 27 16:34:53 UTC 2017 - jfeh...@suse.com
+
+- Add systemd service file
+  add-systemd-service.patch
+  bsc#1036427
+- Replace build-improvements.patch with
+  modernize-build-files.patch sent upstream
+
+---

Old:

  build-improvements.patch

New:

  add-systemd-service.patch
  modernize-build-files.patch



Other differences:
--
++ vhostmd.spec ++
--- /var/tmp/diff_new_pack.2a3SXH/_old  2017-04-30 21:24:44.061623222 +0200
+++ /var/tmp/diff_new_pack.2a3SXH/_new  2017-04-30 21:24:44.065622658 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vhostmd
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -24,11 +24,14 @@
 %endif
 
 Name:   vhostmd
+Url:https://github.com/vhostmd/vhostmd
 BuildRequires:  libtool
 BuildRequires:  libvirt-devel
 BuildRequires:  libxml2
 BuildRequires:  libxml2-devel
 BuildRequires:  pkg-config
+BuildRequires:  systemd
+%{?systemd_requires}
 %if %{with_xen}
 BuildRequires:  xen-devel
 %endif
@@ -38,13 +41,14 @@
 Version:0.4  
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: coreutils, %insserv_prereq
+PreReq: coreutils
 Source0:vhostmd-%{version}.tar.bz2
 Patch0: vhostmd-conf.patch
 Patch1: manpage.patch
 Patch2: value-newline.patch
 Patch3: libmetrics-link.patch
-Patch4: build-improvements.patch
+Patch4: modernize-build-files.patch
+Patch5: add-systemd-service.patch
 
 %description 
 vhostmd provides a "metrics communication channel" between a host and
@@ -55,7 +59,7 @@
 
 Authors:
 
-Jim Fehlig 
+Jim Fehlig 
 Pat Campbell
 
 %package -nvm-dump-metrics
@@ -71,15 +75,14 @@
 
 Authors:
 
-Jim Fehlig 
+Jim Fehlig 
 Pat Campbell
 
-%package -nvm-dump-metrics-devel
+%package -n libmetrics0
 Summary:Virtual Host Metrics Daemon (vhostmd)
 Group:  Development/Libraries/C and C++
-Requires:   vm-dump-metrics = %{version}
 
-%description -n vm-dump-metrics-devel
+%description -n libmetrics0
 vhostmd provides a "metrics communication channel" between a host and
 its hosted virtual machines, allowing limited introspection of host
 resource usage from within virtual machines
@@ -88,7 +91,24 @@
 
 Authors:
 
-Jim Fehlig 
+Jim Fehlig 
+Pat Campbell
+
+%package -n libmetrics-devel
+Summary:Virtual Host Metrics Daemon (vhostmd)
+Group:  Development/Libraries/C and C++
+Requires:   libmetrics0 = %{version}
+
+%description -n libmetrics-devel
+vhostmd provides a "metrics communication channel" between a host and
+its hosted virtual machines, allowing limited introspection of host
+resource usage from within virtual machines
+
+
+
+Authors:
+
+Jim Fehlig 
 Pat Campbell
 
 %prep
@@ -98,6 +118,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %if ! %{with_xen}
@@ -111,28 +132,28 @@
  %{?_disable_xenctrl}
 make
 
+%install
+make DESTDIR=$RPM_BUILD_ROOT install
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
+ln -s %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rcvhostmd
+
+%pre
+%service_add_pre vhostmd.service
+
+%post
+%service_add_post vhostmd.service
+
 %preun
-# Start of pre-remove script
-%{stop_on_removal vhostmd}
-# exit 0
-# End of pre-remove script
+%service_del_preun vhostmd.service
 
 %postun
-# Start post-remove script
-%restart_on_update vhostmd
-%{insserv_cleanup}
+%service_del_postun vhostmd.service
 
-%install
-# init scripts
-make DESTDIR=$RPM_BUILD_ROOT install
-ln -s /etc/init.d/vhostmd $RPM_BUILD_ROOT/usr/sbin/rcvhostmd
-
-%post -n vm-dump-metrics-devel
-# Start post-insall script
+%post -n libmetrics0
 sbin/ldconfig
 
-%postun -n vm-dump-metrics-devel
-# 

commit mate-menu for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package mate-menu for openSUSE:Factory 
checked in at 2017-04-30 21:24:20

Comparing /work/SRC/openSUSE:Factory/mate-menu (Old)
 and  /work/SRC/openSUSE:Factory/.mate-menu.new (New)


Package is "mate-menu"

Sun Apr 30 21:24:20 2017 rev:11 rq:492146 version:17.10.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-menu/mate-menu.changes  2017-04-03 
11:06:01.323933765 +0200
+++ /work/SRC/openSUSE:Factory/.mate-menu.new/mate-menu.changes 2017-04-30 
21:24:53.996222462 +0200
@@ -1,0 +2,9 @@
+Sat Apr 29 18:30:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.10.0:
+  * Fix reordering of favourites.
+  * Fix adding Menu to a left or right panel.
+  * Drop Opacity support.
+  * Update translations.
+
+---

Old:

  mate-menu_17.04.3.orig.tar.gz

New:

  mate-menu_17.10.0.orig.tar.gz



Other differences:
--
++ mate-menu.spec ++
--- /var/tmp/diff_new_pack.Juz8Sk/_old  2017-04-30 21:24:54.880097838 +0200
+++ /var/tmp/diff_new_pack.Juz8Sk/_new  2017-04-30 21:24:54.884097274 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_menu
-%define _revf4328f0400ec
+%define _rev0e7ed6bb32c4
 Name:   mate-menu
-Version:17.04.3
+Version:17.10.0
 Release:0
 Summary:Advanced MATE menu
 License:GPL-2.0+

++ mate-menu_17.04.3.orig.tar.gz -> mate-menu_17.10.0.orig.tar.gz ++
 101163 lines of diff (skipped)




commit baekmuk-bitmap-fonts for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package baekmuk-bitmap-fonts for 
openSUSE:Factory checked in at 2017-04-30 21:24:04

Comparing /work/SRC/openSUSE:Factory/baekmuk-bitmap-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.baekmuk-bitmap-fonts.new (New)


Package is "baekmuk-bitmap-fonts"

Sun Apr 30 21:24:04 2017 rev:9 rq:492129 version:2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/baekmuk-bitmap-fonts/baekmuk-bitmap-fonts.changes
2014-04-16 07:25:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.baekmuk-bitmap-fonts.new/baekmuk-bitmap-fonts.changes
   2017-04-30 21:24:47.813094272 +0200
@@ -1,0 +2,5 @@
+Sat Apr 29 15:31:59 UTC 2017 - bwiedem...@suse.com
+
+- call gzip -n to make build fully reproducible
+
+---



Other differences:
--
++ baekmuk-bitmap-fonts.spec ++
--- /var/tmp/diff_new_pack.n3Ylrv/_old  2017-04-30 21:24:50.176761000 +0200
+++ /var/tmp/diff_new_pack.n3Ylrv/_new  2017-04-30 21:24:50.180760435 +0200
@@ -95,7 +95,7 @@
 cp $RPM_SOURCE_DIR/baekmuk-bitmap-fonts-prepared.tar.bz2 .
 tar jxvf baekmuk-bitmap-fonts-prepared.tar.bz2# already prepared 
tarball
 for src in *.bdf ; do
- bdftopcf $src | gzip -9 > ${src%.bdf}.pcf.gz
+ bdftopcf $src | gzip -n -9 > ${src%.bdf}.pcf.gz
 done
 
 %install




commit libpreludedb for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package libpreludedb for openSUSE:Factory 
checked in at 2017-04-30 21:23:24

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


Package is "libpreludedb"

Sun Apr 30 21:23:24 2017 rev:4 rq:490890 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libpreludedb/libpreludedb.changes
2017-04-03 11:05:12.358851715 +0200
+++ /work/SRC/openSUSE:Factory/.libpreludedb.new/libpreludedb.changes   
2017-04-30 21:23:44.837973646 +0200
@@ -1,0 +2,5 @@
+Thu Mar 30 14:55:53 UTC 2017 - jeng...@inai.de
+
+- Rename %soname to %sover to better reflect its use
+
+---



Other differences:
--
++ libpreludedb.spec ++
--- /var/tmp/diff_new_pack.eOzIvR/_old  2017-04-30 21:23:45.557872141 +0200
+++ /var/tmp/diff_new_pack.eOzIvR/_new  2017-04-30 21:23:45.561871577 +0200
@@ -18,8 +18,8 @@
 
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?python_sitearch3: %global python_sitearch3 %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%define soname 7
-%define soname_cpp 2
+%define sover 7
+%define sover_cpp 2
 Name:   libpreludedb
 Version:3.1.0
 Release:0
@@ -51,22 +51,22 @@
 worrying about SQL, and to access the database independently of the
 type/format of the database.
 
-%package -n %{name}%{soname}
+%package -n %{name}%{sover}
 Summary:Prelude Libraries
 Group:  System/Libraries
 
-%description -n %{name}%{soname}
+%description -n %{name}%{sover}
 The PreludeDB Library provides an abstraction layer upon the type and the
 format of the database used to store IDMEF alerts. It allows developers
 to use the Prelude IDMEF database easily and efficiently without
 worrying about SQL, and to access the database independently of the
 type/format of the database.
 
-%package -n %{name}cpp%{soname_cpp}
+%package -n %{name}cpp%{sover_cpp}
 Summary:Prelude Libraries
 Group:  System/Libraries
 
-%description -n %{name}cpp%{soname_cpp}
+%description -n %{name}cpp%{sover_cpp}
 The PreludeDB Library provides an abstraction layer upon the type and the
 format of the database used to store IDMEF alerts. It allows developers
 to use the Prelude IDMEF database easily and efficiently without
@@ -78,8 +78,8 @@
 Group:  Development/Libraries/C and C++
 Requires:   automake
 Requires:   libprelude-devel
-Requires:   libpreludedb%{soname} = %{version}
-Requires:   libpreludedbcpp%{soname_cpp} = %{version}
+Requires:   libpreludedb%{sover} = %{version}
+Requires:   libpreludedbcpp%{sover_cpp} = %{version}
 Requires:   mysql-devel
 Requires:   postgresql-devel
 Requires:   sqlite-devel
@@ -189,24 +189,24 @@
 
 %install
 %make_install
-mkdir -p %{buildroot}%{_datadir}/libpreludedb%{soname}/swig/python
-cp bindings/libpreludedbcpp.i 
%{buildroot}%{_datadir}/libpreludedb%{soname}/swig/
-cp bindings/python/libpreludedbcpp-python.i 
%{buildroot}%{_datadir}/libpreludedb%{soname}/swig/python
+mkdir -p %{buildroot}%{_datadir}/libpreludedb%{sover}/swig/python
+cp bindings/libpreludedbcpp.i 
%{buildroot}%{_datadir}/libpreludedb%{sover}/swig/
+cp bindings/python/libpreludedbcpp-python.i 
%{buildroot}%{_datadir}/libpreludedb%{sover}/swig/python
 find %{buildroot} -type f -name "*.la" -delete -print
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 
-%post -n libpreludedb%{soname} -p /sbin/ldconfig
-%post -n libpreludedbcpp%{soname_cpp} -p /sbin/ldconfig
-%postun -n libpreludedb%{soname} -p /sbin/ldconfig
-%postun -n libpreludedbcpp%{soname_cpp} -p /sbin/ldconfig
+%post -n libpreludedb%{sover} -p /sbin/ldconfig
+%post -n libpreludedbcpp%{sover_cpp} -p /sbin/ldconfig
+%postun -n libpreludedb%{sover} -p /sbin/ldconfig
+%postun -n libpreludedbcpp%{sover_cpp} -p /sbin/ldconfig
 
-%files -n %{name}%{soname}
+%files -n %{name}%{sover}
 %defattr(-,root,root)
-%{_libdir}/libpreludedb.so.%{soname}*
+%{_libdir}/libpreludedb.so.%{sover}*
 
-%files -n %{name}cpp%{soname_cpp}
+%files -n %{name}cpp%{sover_cpp}
 %defattr(-,root,root)
-%{_libdir}/libpreludedbcpp.so.%{soname_cpp}*
+%{_libdir}/libpreludedbcpp.so.%{sover_cpp}*
 
 %files -n preludedb-tools
 %defattr(-,root,root)
@@ -230,11 +230,11 @@
 
 %files devel-bindings
 %defattr(-,root,root)
-%dir %{_datadir}/libpreludedb%{soname}/
-%dir %{_datadir}/libpreludedb%{soname}/swig/
-%{_datadir}/libpreludedb%{soname}/swig/libpreludedbcpp.i
-%dir %{_datadir}/libpreludedb%{soname}/swig/python/

commit ptokax for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package ptokax for openSUSE:Factory checked 
in at 2017-04-30 21:23:28

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


Package is "ptokax"

Sun Apr 30 21:23:28 2017 rev:2 rq:491538 version:0.5.2.2

Changes:

--- /work/SRC/openSUSE:Factory/ptokax/ptokax.changes2017-03-03 
17:55:55.816549685 +0100
+++ /work/SRC/openSUSE:Factory/.ptokax.new/ptokax.changes   2017-04-30 
21:23:46.073799397 +0200
@@ -1,0 +2,20 @@
+Fri Apr 14 01:02:03 UTC 2017 - 13i...@gmail.com
+
+- Update to 0.5.2.2
+  * Added: Reconnect to database on connection failure or connection lost.
+  * Fixed: Typo in server manager and resource leak in sqlite on exit.
+  * Fixed: Incorrect long length message when incomplete search command was 
received.
+  * Fixed: Search request was sent to users without share.
+  * Fixed: Missing $ValidateDenide when user use nick that is in reserved 
nicks.
+  * Fixed: Extra pipe in !checknickban result.
+  * Fixed: IP and Port check in DC commands.
+  * Fixed: Missing IP check for validity in some hub commands.
+  * Fixed: Empty password received from user was not checked properly and 
accepted as new password for reg.
+  * Fixed: Bandwidth waste, when IPv6 user send search request with IPv4 
address.
+  * Fixed: Possible crash on hublist registration.
+  * Fixed: Bind to single IP caused bind to all addresses when IPv6 address 
was empty.
+  * Fixed: Typo in scripting interface. MaxSlotsLimt -> MaxSlotsLimit.
+  * Changed: Log script errors is enabled by default.
+- Removed addressofbool.diff
+
+---

Old:

  0.5.2.1-nix-src.tgz
  addressofbool.diff

New:

  0.5.2.2-nix-src.tgz



Other differences:
--
++ ptokax.spec ++
--- /var/tmp/diff_new_pack.PxsGio/_old  2017-04-30 21:23:46.957674772 +0200
+++ /var/tmp/diff_new_pack.PxsGio/_new  2017-04-30 21:23:46.961674208 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ptokax
-Version:0.5.2.1
+Version:0.5.2.2
 Release:0
 Summary:Server application for the Neo-Modus DC++ sharing network
 License:GPL-3.0
@@ -25,15 +25,14 @@
 Url:http://www.ptokax.org/
 BuildRequires:  gcc-c++
 BuildRequires:  lua-devel
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  tinyxml-devel
 BuildRequires:  zlib-devel
-BuildRequires:  systemd-rpm-macros
-Source0:http://www.ptokax.org/files/%version-nix-src.tgz
+Source: http://www.ptokax.org/files/%version-nix-src.tgz
 Source1:ptokax.service
 Patch1: logs.patch
 Patch2: nodate.diff
-Patch3: addressofbool.diff
-BuildRoot:  %_tmppath/%name-%version-build
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 Requires(pre):  pwdutils
 
@@ -46,7 +45,7 @@
 
 %prep
 %setup -q -n PtokaX
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -P 2 -p1
 sed -i 's/\r//' ReadMe.txt Changelog.txt scripting.docs/scripting-interface.txt
 # remove tinyxml as we use system lib
 rm -rf tinyxml

++ 0.5.2.1-nix-src.tgz -> 0.5.2.2-nix-src.tgz ++
/work/SRC/openSUSE:Factory/ptokax/0.5.2.1-nix-src.tgz 
/work/SRC/openSUSE:Factory/.ptokax.new/0.5.2.2-nix-src.tgz differ: char 5, line 
1

++ logs.patch ++
--- /var/tmp/diff_new_pack.PxsGio/_old  2017-04-30 21:23:47.033664057 +0200
+++ /var/tmp/diff_new_pack.PxsGio/_new  2017-04-30 21:23:47.033664057 +0200
@@ -1,40 +1,33 @@

- core/ServerManager.cpp |4 ++--
- core/utility.cpp   |4 ++--
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-Index: PtokaX/core/ServerManager.cpp
-===
 PtokaX.orig/core/ServerManager.cpp
-+++ PtokaX/core/ServerManager.cpp
-@@ -246,8 +246,8 @@ void clsServerManager::Initialize() {
+diff -Pdpru PtokaX.orig/core/ServerManager.cpp PtokaX/core/ServerManager.cpp
+--- PtokaX.orig/core/ServerManager.cpp 2017-04-08 13:06:30.0 +0300
 PtokaX/core/ServerManager.cpp  2017-04-14 03:21:33.950860135 +0300
+@@ -251,8 +251,8 @@ void ServerManager::Initialize() {
  #else
  srandom(acctime);
  
--  if(DirExist((clsServerManager::sPath+"/logs").c_str()) == false) {
--  if(mkdir((clsServerManager::sPath+"/logs").c_str(), 0755) == 
-1) {
+-  if(DirExist((m_sPath+"/logs").c_str()) == false) {
+-  if(mkdir((m_sPath+"/logs").c_str(), 0755) == -1) {
 +  if(DirExist("/var/log/ptokax") == false) {
 +  if(mkdir("/var/log/ptokax", 0755) == -1) {
- if(bDaemon == true) {
+ if(m_bDaemon == true) {
  syslog(LOG_USER | LOG_ERR, "Creating  of logs directory 
failed!\n");
  } else 

commit epson-inkjet-printer-escpr for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package epson-inkjet-printer-escpr for 
openSUSE:Factory checked in at 2017-04-30 21:23:36

Comparing /work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr (Old)
 and  /work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new (New)


Package is "epson-inkjet-printer-escpr"

Sun Apr 30 21:23:36 2017 rev:20 rq:491777 version:1.6.13

Changes:

--- 
/work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.changes
2016-10-25 17:44:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new/epson-inkjet-printer-escpr.changes
   2017-04-30 21:23:48.537452026 +0200
@@ -1,0 +2,6 @@
+Tue Apr 18 07:58:26 UTC 2017 - nico.kru...@gmail.com
+
+- Upgraded to 1.6.13
+  * Supported new models
+
+---

Old:

  epson-inkjet-printer-escpr-1.6.9-1lsb3.2.tar.gz

New:

  epson-inkjet-printer-escpr-1.6.13-1lsb3.2.tar.gz



Other differences:
--
++ epson-inkjet-printer-escpr.spec ++
--- /var/tmp/diff_new_pack.s5hG5o/_old  2017-04-30 21:23:49.39807 +0200
+++ /var/tmp/diff_new_pack.s5hG5o/_new  2017-04-30 21:23:49.337339243 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package epson-inkjet-printer-escpr
 #
-# 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
@@ -43,7 +43,7 @@
 %if 0%{?suse_version} > 1010
 BuildRequires:  python-cups
 %endif
-Version:1.6.9
+Version:1.6.13
 Release:0
 Url:http://avasys.jp/english/linux_e/
 Summary:Epson ESC/P-R Inkjet Printer Driver

++ epson-inkjet-printer-escpr-1.6.9-1lsb3.2.tar.gz -> 
epson-inkjet-printer-escpr-1.6.13-1lsb3.2.tar.gz ++
 38842 lines of diff (skipped)




commit html2text for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package html2text for openSUSE:Factory 
checked in at 2017-04-30 21:23:32

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


Package is "html2text"

Sun Apr 30 21:23:32 2017 rev:20 rq:491753 version:1.3.2a

Changes:

--- /work/SRC/openSUSE:Factory/html2text/html2text.changes  2016-05-08 
10:45:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.html2text.new/html2text.changes 2017-04-30 
21:23:47.241634734 +0200
@@ -1,0 +2,6 @@
+Thu Apr 27 16:32:45 UTC 2017 - toddrme2...@gmail.com
+
+- Implement update-alternatives to avoid conflict with
+  python3-html2text.
+
+---



Other differences:
--
++ html2text.spec ++
--- /var/tmp/diff_new_pack.ZQxZTr/_old  2017-04-30 21:23:47.981530410 +0200
+++ /var/tmp/diff_new_pack.ZQxZTr/_new  2017-04-30 21:23:47.985529846 +0200
@@ -38,6 +38,8 @@
 Patch8: 
http://www.mbayer.de/html2text/downloads/patch-amd64-html2text-1.3.2a.diff
 Patch9: html2text-debian-810_fix_deprecated_conversion_warnings.patch
 BuildRequires:  gcc-c++
+Requires(post):   update-alternatives
+Requires(preun):  update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,15 +65,32 @@
 make %{?_smp_mflags} EXPLICIT="%{optflags}"
 
 %install
-install -D -m 0755 html2text%{buildroot}%{_bindir}/html2text
-install -D -m 0644 html2text.1.gz   %{buildroot}%{_mandir}/man1/html2text.1.gz
+# To avoid conflicts with the python3-html2text package
+install -D -m 0755 html2text%{buildroot}%{_bindir}/html2text-cpp
+install -D -m 0644 html2text.1.gz   
%{buildroot}%{_mandir}/man1/html2text-cpp.1.gz
 install -D -m 0644 html2textrc.5.gz 
%{buildroot}%{_mandir}/man5/html2textrc.5.gz
 
+ln -s -f %{_sysconfdir}/alternatives/html2text %{buildroot}%{_bindir}/html2text
+ln -s -f %{_sysconfdir}/alternatives/html2text.1.gz 
%{buildroot}%{_mandir}/man1/html2text.1.gz
+
+%post
+update-alternatives --install %{_bindir}/html2text html2text 
%{_bindir}/html2text-cpp 30 \
+--slave %{_mandir}/man1/html2text.1.gz html2text.1.gz 
%{_mandir}/man1/html2text-cpp.1.gz
+
+%preun
+if [ ! -f %{_bindir}/html2text-cpp ] ; then
+   update-alternatives --remove html2text %{_bindir}/html2text-cpp
+fi
+
 %files
 %defattr(-,root,root)
 %doc README CHANGES COPYING TODO CREDITS KNOWN_BUGS RELEASE_NOTES
 %{_bindir}/html2text
+%{_bindir}/html2text-cpp
+%ghost %{_sysconfdir}/alternatives/html2text
 %{_mandir}/man1/html2text.1.gz
+%{_mandir}/man1/html2text-cpp.1.gz
+%ghost %{_sysconfdir}/alternatives/html2text.1.gz
 %{_mandir}/man5/html2textrc.5.gz
 
 %changelog




commit breeze for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-04-30 21:22:59

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


Package is "breeze"

Sun Apr 30 21:22:59 2017 rev:45 rq:492166 version:5.9.5

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-03-28 
15:14:33.374713921 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-04-30 
21:23:08.787056759 +0200
@@ -1,0 +2,23 @@
+Sat Apr 29 13:30:20 UTC 2017 - wba...@tmo.at
+
+- BuildRequire plasma5-workspace instead of plasma-framework, that
+  one is actually needed to fix the appdata file generation
+  (kde#367923)
+
+---
+Tue Apr 25 18:57:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.9.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.5.php
+- Changes since 5.9.4:
+  * bump version for 5.9.5
+
+---
+Fri Apr  7 09:57:10 UTC 2017 - fab...@ritter-vogt.de
+
+- Add BuildRequires: plasma-framework to allow appdata file to be built
+- Add appdata file to %files
+
+---
--- /work/SRC/openSUSE:Factory/breeze/breeze4-style.changes 2017-03-28 
15:14:33.418707690 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze4-style.changes
2017-04-30 21:23:08.831050555 +0200
@@ -1,0 +2,10 @@
+Tue Apr 25 18:57:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.9.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.5.php
+- Changes since 5.9.4:
+  * bump version for 5.9.5
+
+---

Old:

  breeze-5.9.4.tar.xz

New:

  breeze-5.9.5.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.LhuPM2/_old  2017-04-30 21:23:10.786774802 +0200
+++ /var/tmp/diff_new_pack.LhuPM2/_new  2017-04-30 21:23:10.790774238 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.9.4
+Version:5.9.5
 Release:0
 # Full Plasma 5 version (e.g. 5.9.4)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -29,6 +29,8 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  kf5-filesystem
+# Needed for Plasma/LookAndFeel package type declaration (kde#367923)
+BuildRequires:  plasma5-workspace
 BuildRequires:  cmake(KDecoration2) >= %{_plasma5_version}
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
@@ -146,6 +148,7 @@
 %dir %{_kf5_servicesdir}
 %{_kf5_servicesdir}/breezestyleconfig.desktop
 %{_kf5_libdir}/cmake/Breeze/
+%{_kf5_appstreamdir}/org.kde.breezedark.desktop.appdata.xml
 
 %files -n breeze5-wallpapers
 %defattr(-,root,root)

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.LhuPM2/_old  2017-04-30 21:23:10.822769726 +0200
+++ /var/tmp/diff_new_pack.LhuPM2/_new  2017-04-30 21:23:10.822769726 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.9.4
+Version:5.9.5
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.9.4.tar.xz -> breeze-5.9.5.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.9.4.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.9.5.tar.xz differ: char 26, 
line 1




commit oxygen5-icon-theme for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package oxygen5-icon-theme for 
openSUSE:Factory checked in at 2017-04-30 21:22:53

Comparing /work/SRC/openSUSE:Factory/oxygen5-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen5-icon-theme.new (New)


Package is "oxygen5-icon-theme"

Sun Apr 30 21:22:53 2017 rev:13 rq:492108 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5-icon-theme/oxygen5-icon-theme.changes
2017-03-28 15:13:23.380628875 +0200
+++ 
/work/SRC/openSUSE:Factory/.oxygen5-icon-theme.new/oxygen5-icon-theme.changes   
2017-04-30 21:22:59.984297932 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * new icons for kmail gpg
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  oxygen-icons5-5.32.0.tar.xz

New:

  oxygen-icons5-5.33.0.tar.xz



Other differences:
--
++ oxygen5-icon-theme.spec ++
--- /var/tmp/diff_new_pack.OqUlzB/_old  2017-04-30 21:23:07.399252436 +0200
+++ /var/tmp/diff_new_pack.OqUlzB/_new  2017-04-30 21:23:07.403251873 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   oxygen5-icon-theme
-Version:5.32.0
+Version:5.33.0
 Release:0
 Summary:Oxygen Icon Theme
 License:LGPL-3.0











++ oxygen-icons5-5.32.0.tar.xz -> oxygen-icons5-5.33.0.tar.xz ++
/work/SRC/openSUSE:Factory/oxygen5-icon-theme/oxygen-icons5-5.32.0.tar.xz 
/work/SRC/openSUSE:Factory/.oxygen5-icon-theme.new/oxygen-icons5-5.33.0.tar.xz 
differ: char 27, line 1




commit plasma5-desktop for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2017-04-30 21:22:46

Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-desktop.new (New)


Package is "plasma5-desktop"

Sun Apr 30 21:22:46 2017 rev:60 rq:492106 version:5.9.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2017-04-17 10:24:15.739624338 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2017-04-30 21:22:48.497917490 +0200
@@ -1,0 +2,17 @@
+Tue Apr 25 18:58:04 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.9.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.5.php
+- Changes since 5.9.4:
+  * Too many changes to list here
+
+---
+Wed Apr 19 07:25:39 UTC 2017 - fab...@ritter-vogt.de
+
+- Add upstreamed patch to fix the apply button on the file content
+  indexing option (boo#1034800):
+  * 0001-Fix-new-checkbox-for-file-content-indexing-in-kcm_ba.patch
+
+---

Old:

  plasma-desktop-5.9.4.tar.xz

New:

  0001-Fix-new-checkbox-for-file-content-indexing-in-kcm_ba.patch
  plasma-desktop-5.9.5.tar.xz



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.Wf9HjH/_old  2017-04-30 21:22:49.617759595 +0200
+++ /var/tmp/diff_new_pack.Wf9HjH/_new  2017-04-30 21:22:49.617759595 +0200
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-desktop
-Version:5.9.4
+Version:5.9.5
 Release:0
 # Full Plasma 5 version (e.g. 5.9.4)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -37,6 +37,8 @@
 # PATCHES 201-300 and above are from upstream master/5.10 branch
 # PATCH-FIX-UPSTREAM
 Patch201:   0001-kcm_baloofile-Add-option-to-disable-file-content-ind.patch
+# PATCH-FIX-UPSTREAM
+Patch202:   0001-Fix-new-checkbox-for-file-content-indexing-in-kcm_ba.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -181,6 +183,7 @@
 %setup -q -n plasma-desktop-%{version}
 %patch1 -p1
 %patch201 -p1
+%patch202 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ 0001-Fix-new-checkbox-for-file-content-indexing-in-kcm_ba.patch ++
>From df9cee28e120167414a5ae79e4835c8b6533f807 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Tue, 18 Apr 2017 22:46:53 +0200
Subject: [PATCH] Fix new checkbox for file content indexing in kcm_baloofile

Summary: Needs a new connection to enable the "Apply" button.

Reviewers: #plasma, davidedmundson

Reviewed By: #plasma, davidedmundson

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D5499
---
 kcms/baloo/kcm.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kcms/baloo/kcm.cpp b/kcms/baloo/kcm.cpp
index a192ad5a..0cb77bc5 100644
--- a/kcms/baloo/kcm.cpp
+++ b/kcms/baloo/kcm.cpp
@@ -73,6 +73,8 @@ ServerConfigModule::ServerConfigModule(QWidget* parent, const 
QVariantList& args
 this, ::onDirectoryListChanged);
 connect(m_enableCheckbox, SIGNAL(stateChanged(int)),
 this, SLOT(changed()));
+connect(m_enableContentIndexing, SIGNAL(stateChanged(int)),
+this, SLOT(changed()));
 connect(m_enableCheckbox, SIGNAL(stateChanged(int)),
 this, SLOT(indexingEnabledChanged()));
 }
-- 
2.12.0

++ plasma-desktop-5.9.4.tar.xz -> plasma-desktop-5.9.5.tar.xz ++
 20363 lines of diff (skipped)




commit solid for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2017-04-30 21:22:22

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


Package is "solid"

Sun Apr 30 21:22:22 2017 rev:42 rq:492102 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/solid/solid.changes  2017-03-28 
15:13:42.773881710 +0200
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2017-04-30 
21:22:23.985373715 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Minor: Fix API doc
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  solid-5.32.0.tar.xz

New:

  solid-5.33.0.tar.xz



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.h8wez5/_old  2017-04-30 21:22:24.589288564 +0200
+++ /var/tmp/diff_new_pack.h8wez5/_new  2017-04-30 21:22:24.593288000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Solid5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   solid
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  bison
 BuildRequires:  cmake >= 3.0

++ solid-5.32.0.tar.xz -> solid-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.32.0/CMakeLists.txt 
new/solid-5.33.0/CMakeLists.txt
--- old/solid-5.32.0/CMakeLists.txt 2017-03-04 17:24:09.0 +0100
+++ new/solid-5.33.0/CMakeLists.txt 2017-04-01 21:45:21.0 +0200
@@ -1,11 +1,11 @@
 
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(Solid VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.32.0/po/gl/solid5_qt.po 
new/solid-5.33.0/po/gl/solid5_qt.po
--- old/solid-5.32.0/po/gl/solid5_qt.po 2017-03-04 17:24:09.0 +0100
+++ new/solid-5.33.0/po/gl/solid5_qt.po 2017-04-01 21:45:21.0 +0200
@@ -1071,7 +1071,7 @@
 msgctxt "solid-hardware|"
 msgid "KDE tool for querying your hardware from the command line"
 msgstr ""
-"Unha utilidade de KDE para facer pescudas acerca do hardware mediante a liña "
+"Unha utilidade de KDE para facer pescudas sobre o hardware mediante a liña "
 "de ordes"
 
 #: tools/solid-hardware/solid-hardware.cpp:191
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/solid-5.32.0/src/solid/devices/backends/win/winutils_p.h 
new/solid-5.33.0/src/solid/devices/backends/win/winutils_p.h
--- old/solid-5.32.0/src/solid/devices/backends/win/winutils_p.h
2017-03-04 17:24:09.0 +0100
+++ new/solid-5.33.0/src/solid/devices/backends/win/winutils_p.h
2017-04-01 21:45:21.0 +0200
@@ -28,7 +28,7 @@
 /**
  * @brief RAII class for blocking Windows from reporting errors
  *
- * Internally calls GetThreadErrorMode + SetErrorMode. This class stores the
+ * Internally calls SetThreadErrorMode. This class stores the
  * current error mode on construction and disables certain error reportings
  * during the life time of this object
  *




commit threadweaver for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package threadweaver for openSUSE:Factory 
checked in at 2017-04-30 21:22:41

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


Package is "threadweaver"

Sun Apr 30 21:22:41 2017 rev:40 rq:492105 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes
2017-03-28 15:13:56.923877297 +0200
+++ /work/SRC/openSUSE:Factory/.threadweaver.new/threadweaver.changes   
2017-04-30 21:22:42.774724450 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:12:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  threadweaver-5.32.0.tar.xz

New:

  threadweaver-5.33.0.tar.xz



Other differences:
--
++ threadweaver.spec ++
--- /var/tmp/diff_new_pack.jwlA8Z/_old  2017-04-30 21:22:43.450629149 +0200
+++ /var/tmp/diff_new_pack.jwlA8Z/_new  2017-04-30 21:22:43.454628584 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5ThreadWeaver5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   threadweaver
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ threadweaver-5.32.0.tar.xz -> threadweaver-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.32.0/CMakeLists.txt 
new/threadweaver-5.33.0/CMakeLists.txt
--- old/threadweaver-5.32.0/CMakeLists.txt  2017-03-03 14:16:46.0 
+0100
+++ new/threadweaver-5.33.0/CMakeLists.txt  2017-04-01 20:51:15.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(ThreadWeaver VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit syntax-highlighting for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package syntax-highlighting for 
openSUSE:Factory checked in at 2017-04-30 21:22:35

Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
 and  /work/SRC/openSUSE:Factory/.syntax-highlighting.new (New)


Package is "syntax-highlighting"

Sun Apr 30 21:22:35 2017 rev:6 rq:492104 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes  
2017-03-28 15:14:01.599215017 +0200
+++ 
/work/SRC/openSUSE:Factory/.syntax-highlighting.new/syntax-highlighting.changes 
2017-04-30 21:22:36.371627275 +0200
@@ -1,0 +2,17 @@
+Sat Apr 15 10:12:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * TOML: Fix highlighting of string escape sequences
+  * Update Clojure syntax highlighting
+  * few updates to OCaml syntax
+  * Hightlight *.sbt files as scala code
+  * Also use the QML highlighter for .qmltypes files
+  * Add unit test for Apache configuration highlighting
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  syntax-highlighting-5.32.0.tar.xz

New:

  syntax-highlighting-5.33.0.tar.xz



Other differences:
--
++ syntax-highlighting.spec ++
--- /var/tmp/diff_new_pack.INNn7f/_old  2017-04-30 21:22:37.111522951 +0200
+++ /var/tmp/diff_new_pack.INNn7f/_new  2017-04-30 21:22:37.115522387 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5SyntaxHighlighting5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   syntax-highlighting
-Version:5.32.0
+Version:5.33.0
 Release:0
 Summary:Syntax highlighting engine and library
 License:LGPL-2.1+ and GPL-2.0 and GPL-2.0+ and GPL-3.0 and MIT and 
BSD-3-Clause and Artistic-1.0

++ syntax-highlighting-5.32.0.tar.xz -> syntax-highlighting-5.33.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.32.0/CMakeLists.txt 
new/syntax-highlighting-5.33.0/CMakeLists.txt
--- old/syntax-highlighting-5.32.0/CMakeLists.txt   2017-03-04 
17:24:44.0 +0100
+++ new/syntax-highlighting-5.33.0/CMakeLists.txt   2017-04-01 
21:45:56.0 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0")
+set(KF5_VERSION "5.33.0")
 project(KSyntaxHighlighting VERSION ${KF5_VERSION})
 
-find_package(ECM 5.32.0 REQUIRED NO_MODULE)
+find_package(ECM 5.33.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 if(POLICY CMP0063)
 cmake_policy(SET CMP0063 NEW)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.32.0/autotests/folding/apache.conf.fold 
new/syntax-highlighting-5.33.0/autotests/folding/apache.conf.fold
--- old/syntax-highlighting-5.32.0/autotests/folding/apache.conf.fold   
1970-01-01 01:00:00.0 +0100
+++ new/syntax-highlighting-5.33.0/autotests/folding/apache.conf.fold   
2017-04-01 21:45:56.0 +0200
@@ -0,0 +1,67 @@
+# Apache configuration highlighting unit test
+# comment with alters TODO FIXME ###
+
+
+DAVLockDB /var/lock/apache/DAVLock
+>
+
+
+Include something_else.inc
+
+SSLEngine on
+# exclude insecure protocols
+SSLProtocol all -SSLv2 -SSLv3
+SSLHonorCipherOrder on
+# exclude insecure ciphers
+SSLCipherSuite "HIGH !EXP !eNULL !aNULL !LOW !RC4 !3DES !MD5 !EXP !PSK 
!SRP !DSS !DES !aECDH"
+
+SSLCertificateFile /etc/letsencrypt/live/cert.pem
+SSLCertificateKeyFile /etc/letsencrypt/live/privkey.pem
+SSLCertificateChainFile /etc/letsencrypt/live/chain.pem
+CustomLog /var/log/apache2/ssl_request_log   ssl_combined
+>
+
+
+SSLRequireSSL
+>
+
+
+Options -Indexes -FollowSymLinks
+DirectoryIndex index.php
+AllowOverride None
+Order allow,deny
+Allow from all
+
+Options FollowSymLinks
+AllowOverride FileInfo Options All
+
+Require valid-user
+>
+
+
+ForceType text/plain
+>
+>
+
+Alias /foo/ "/srv/www/htdocs/foo/"
+
+AuthType Basic
+AuthName "KDE"
+AuthUserFile /srv/www/htpasswd.db
+Require user konqui
+
+
+ServerName www.kde.org
+ServerAlias kde.org
+
+RewriteEngine On
+RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} 

commit plasma-framework for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2017-04-30 21:22:11

Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-framework.new (New)


Package is "plasma-framework"

Sun Apr 30 21:22:11 2017 rev:46 rq:492100 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2017-03-28 15:13:35.310938875 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-framework.new/plasma-framework.changes   
2017-04-30 21:22:13.470856243 +0200
@@ -1,0 +2,40 @@
+Sat Apr 15 10:15:17 CEST 2017 - lbeltr...@kde.org
+
+- Drop upstreamed patches:
+  * 0001-Handle-applyPrefixes-with-an-empty-string.patch
+- Add patches from upstream:
+  * keep-implicit-size-if-set.patch - Fixes icon size in desktop toolbox
+- Update to 5.33.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * [ModelContextMenu] Silence warnings
+  * [ModelContextMenu] Use Instantiator instead of Repeater-and-reparent-hack
+  * [Calendar] Shrink and elide week names like is done with day delegate
+  * [Icon Item] Make "smooth" property actually do something
+  * sensible implicit size for svgs
+  * [Default Tooltip] Fix icon size
+  * fix stylesheet for fcitx.svgz
+  * fix typo, iterate all colors available
+  * Set implicit size from source size for image/SVG URL sources.
+  * add a new property in containment, for an edit mode
+  * correct maskRequestedPrefix when no prefix is used
+  * [Menu] Harmonize openRelative placement
+  * Add KAcceleratorManager
+  * Plasma controls based on QtQuickControls2
+  * Upgrade KF5 version to 5.33.0.
+  * Handle applyPrefixes with an empty string
+  * Forward keyPressEvent to super class
+  * actually delete old theme caches
+  * [Containment Interface] Trigger context menus on pressing "Menu" key
+  * [Breeze Plasma Theme] Improve action-overlay icons
+  * Port away from setRoleNames where easily possible
+  * Use initialiser list
+  * Ref/deref DataEngines even if the metadata is invalid
+  * Implement FadingMaterial frag/vert shaders on core profile
+  * Split frag and vert code of FadingNode into separate files
+  * Small cleanups
+
+---

Old:

  0001-Handle-applyPrefixes-with-an-empty-string.patch
  plasma-framework-5.32.0.tar.xz

New:

  keep-implicit-size-if-set.patch
  plasma-framework-5.33.0.tar.xz



Other differences:
--
++ plasma-framework.spec ++
--- /var/tmp/diff_new_pack.EdhWEa/_old  2017-04-30 21:22:14.282741768 +0200
+++ /var/tmp/diff_new_pack.EdhWEa/_new  2017-04-30 21:22:14.286741205 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   plasma-framework
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 Summary:Plasma library and runtime components based upon KF5 and Qt5
@@ -31,7 +31,7 @@
 # PATCH-FIX-OPENSUSE loosen-up-kactivities-requirement.patch -- require 
kactivities 5.19.0, as we can't update kactivities5 to 5.26.0 before Plasma 
5.6.0
 Patch0: loosen-up-kactivities-requirement.patch
 # PATCH-FIX-UPSTREAM
-Patch101:   0001-Handle-applyPrefixes-with-an-empty-string.patch
+Patch101:   keep-implicit-size-if-set.patch
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kactivities5-devel >= 5.19.0

++ keep-implicit-size-if-set.patch ++
>From fb8ed07651a7101c2f9c41c6e6676ac8196c1225 Mon Sep 17 00:00:00 2001
From: Marco Martin 
Date: Mon, 3 Apr 2017 15:42:29 +0200
Subject: if the user did set an implicit size, keep it

Summary:
if the user code did something like
IconItem {
   implicitWidth: 32
   implicitHeight: 32
}

then never automatically update implicitWidth or height.
this favors compatibility and fixes the desktop
toolbox appearance

Test Plan:
textbox works, other icon items in plasmashell seems properly sized.
applet alternatives fix is still needed

Reviewers: #plasma, hein

Reviewed By: #plasma, hein

Subscribers: hein, davidedmundson, plasma-devel, #frameworks

Tags: #plasma, #frameworks

Differential Revision: https://phabricator.kde.org/D5243
---
 src/declarativeimports/core/iconitem.cpp | 44 +---
 src/declarativeimports/core/iconitem.h   | 11 
 2 files changed, 52 insertions(+), 3 deletions(-)

diff --git a/src/declarativeimports/core/iconitem.cpp 
b/src/declarativeimports/core/iconitem.cpp
index 

commit sonnet for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2017-04-30 21:22:28

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


Package is "sonnet"

Sun Apr 30 21:22:28 2017 rev:42 rq:492103 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2017-03-28 
15:13:50.384803586 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes   2017-04-30 
21:22:31.036379535 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:59 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  sonnet-5.32.0.tar.xz

New:

  sonnet-5.33.0.tar.xz



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.4xBTK9/_old  2017-04-30 21:22:31.796272392 +0200
+++ /var/tmp/diff_new_pack.4xBTK9/_new  2017-04-30 21:22:31.800271828 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   sonnet
-Version:5.32.0
+Version:5.33.0
 Release:0
 #BuildRequires:  aspell-devel
 BuildRequires:  cmake >= 3.0

++ sonnet-5.32.0.tar.xz -> sonnet-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonnet-5.32.0/CMakeLists.txt 
new/sonnet-5.33.0/CMakeLists.txt
--- old/sonnet-5.32.0/CMakeLists.txt2017-03-04 17:24:28.0 +0100
+++ new/sonnet-5.33.0/CMakeLists.txt2017-04-01 21:45:39.0 +0200
@@ -1,11 +1,11 @@
 
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(Sonnet VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kxmlgui for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2017-04-30 21:21:49

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


Package is "kxmlgui"

Sun Apr 30 21:21:49 2017 rev:43 rq:492095 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2017-04-17 
10:23:23.215062899 +0200
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes 2017-04-30 
21:21:51.833907014 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:57 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Fix outdated usages of NULL in API dox/comments
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kxmlgui-5.32.0.tar.xz

New:

  kxmlgui-5.33.0.tar.xz



Other differences:
--
++ kxmlgui.spec ++
--- /var/tmp/diff_new_pack.eWy1wR/_old  2017-04-30 21:21:52.609797615 +0200
+++ /var/tmp/diff_new_pack.eWy1wR/_new  2017-04-30 21:21:52.609797615 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5XmlGui5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kxmlgui
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel >= %{_tar_path}

++ kxmlgui-5.32.0.tar.xz -> kxmlgui-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.32.0/CMakeLists.txt 
new/kxmlgui-5.33.0/CMakeLists.txt
--- old/kxmlgui-5.32.0/CMakeLists.txt   2017-03-04 17:22:33.0 +0100
+++ new/kxmlgui-5.33.0/CMakeLists.txt   2017-04-01 21:43:37.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KXmlGui VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.32.0/po/gl/kxmlgui5.po 
new/kxmlgui-5.33.0/po/gl/kxmlgui5.po
--- old/kxmlgui-5.32.0/po/gl/kxmlgui5.po2017-03-04 17:22:33.0 
+0100
+++ new/kxmlgui-5.33.0/po/gl/kxmlgui5.po2017-04-01 21:43:37.0 
+0200
@@ -32,7 +32,7 @@
 #: kaboutapplicationdialog.cpp:81 khelpmenu.cpp:290
 #, kde-format
 msgid "About %1"
-msgstr "Acerca de %1"
+msgstr "Sobre %1"
 
 #: kaboutapplicationdialog.cpp:98
 #, fuzzy, kde-format
@@ -50,7 +50,7 @@
 #: kaboutapplicationdialog.cpp:148
 #, kde-format
 msgid ""
-msgstr " de"
+msgstr ""
 
 #: kaboutapplicationdialog.cpp:155
 #, fuzzy, kde-format
@@ -202,7 +202,7 @@
 #: kaboutkdedialog_p.cpp:43
 #, kde-format
 msgid "About KDE"
-msgstr "Acerca de KDE"
+msgstr "Sobre KDE"
 
 #: kaboutkdedialog_p.cpp:46
 #, kde-format
@@ -230,7 +230,7 @@
 "entidade única controla nin os esforzos nin os produtos de KDE excluíndo os "
 "demais. Todo o mundo é benvido a unirse e colaborar con KDE, vostede "
 "incluído.Visite %2 para obter máis "
-"información acerca da comunidade KDE e do software que produce."
+"información sobre a comunidade KDE e do software que produce."
 
 #: kaboutkdedialog_p.cpp:74
 #, kde-format
@@ -266,7 +266,7 @@
 "Non hai que ser programador para ser membro do Equipo de KDE. Pode "
 "unirse ás equipas nacionais para traducir as interfaces dos programas. Pode "
 "fornecer gráficos, temas, sons, e mellorar a documentación. Vostede decide!"
-"Visite %1 para obter información acerca de "
+"Visite %1 para obter información sobre "
 "proxectos nos que pode participar.Se precisa máis información ou "
 "documentación, unha visita a %2 informarao do que "
 "necesita."
@@ -291,7 +291,7 @@
 "gratis. Para contribuír co desenvolvemento, a comunidade de KDE "
 "creou KDE e.V., unha organización sen ánimo de lucro fundada en Alemaña. KDE "
 "e.V. representa á comunidade KDE en asuntos legais e financeiros. Consulte "
-"%1 para obter información acerca de KDE e.V.KDE "
+"%1 para obter información sobre KDE e.V.KDE "
 "benefíciase de distintos tipos de achegas, 

commit prison-qt5 for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package prison-qt5 for openSUSE:Factory 
checked in at 2017-04-30 21:22:16

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


Package is "prison-qt5"

Sun Apr 30 21:22:16 2017 rev:5 rq:492101 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/prison-qt5/prison-qt5.changes2017-03-28 
15:14:06.594507414 +0200
+++ /work/SRC/openSUSE:Factory/.prison-qt5.new/prison-qt5.changes   
2017-04-30 21:22:17.902231426 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:12:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  prison-5.32.0.tar.xz

New:

  prison-5.33.0.tar.xz



Other differences:
--
++ prison-qt5.spec ++
--- /var/tmp/diff_new_pack.c1USz7/_old  2017-04-30 21:22:18.622129923 +0200
+++ /var/tmp/diff_new_pack.c1USz7/_new  2017-04-30 21:22:18.630128795 +0200
@@ -19,9 +19,9 @@
 %define sonum   5
 %define rname prison
 %define _libname KF5Prison
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   prison-qt5
-Version:5.32.0
+Version:5.33.0
 Release:0
 Summary:Barcode abstraction layer library
 License:MIT

++ prison-5.32.0.tar.xz -> prison-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prison-5.32.0/CMakeLists.txt 
new/prison-5.33.0/CMakeLists.txt
--- old/prison-5.32.0/CMakeLists.txt2017-03-03 14:14:36.0 +0100
+++ new/prison-5.33.0/CMakeLists.txt2017-04-01 20:49:05.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(prison VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0 NO_MODULE)
+find_package(ECM 5.33.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${ECM_MODULE_PATH}")




commit libKF5NetworkManagerQt for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2017-04-30 21:22:05

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


Package is "libKF5NetworkManagerQt"

Sun Apr 30 21:22:05 2017 rev:37 rq:492098 version:5.33.0

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes
2017-03-28 15:13:14.697858845 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
   2017-04-30 21:22:06.499839144 +0200
@@ -1,0 +2,16 @@
+Sat Apr 15 10:11:58 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * WiredSetting: return autonegotiate even when it's disabled
+  * Prevent signals in glib2 be defined by Qt
+  * prevent signals in glib2 be defined by Qt
+  * WiredSetting: Speed and duplex can be set only when auto-negotiation is off
+  * Auto-negotiate value for wired setting should be false
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  networkmanager-qt-5.32.0.tar.xz

New:

  networkmanager-qt-5.33.0.tar.xz



Other differences:
--
++ libKF5NetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.uJJe3v/_old  2017-04-30 21:22:07.407711135 +0200
+++ /var/tmp/diff_new_pack.uJJe3v/_new  2017-04-30 21:22:07.415710008 +0200
@@ -17,9 +17,9 @@
 
 
 %define soversion 6
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   libKF5NetworkManagerQt
-Version:5.32.0
+Version:5.33.0
 Release:0
 Summary:A Qt wrapper for NetworkManager DBus API
 License:LGPL-2.1 or LGPL-3.0

++ networkmanager-qt-5.32.0.tar.xz -> networkmanager-qt-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.32.0/CMakeLists.txt 
new/networkmanager-qt-5.33.0/CMakeLists.txt
--- old/networkmanager-qt-5.32.0/CMakeLists.txt 2017-03-03 14:12:54.0 
+0100
+++ new/networkmanager-qt-5.33.0/CMakeLists.txt 2017-04-01 20:47:30.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(NetworkManagerQt VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.32.0/src/connection.cpp 
new/networkmanager-qt-5.33.0/src/connection.cpp
--- old/networkmanager-qt-5.32.0/src/connection.cpp 2017-03-03 
14:12:54.0 +0100
+++ new/networkmanager-qt-5.33.0/src/connection.cpp 2017-04-01 
20:47:30.0 +0200
@@ -23,6 +23,7 @@
 
 #include "connection_p.h"
 
+#undef signals
 #include 
 #if NM_CHECK_VERSION(1, 0, 0)
 #include 
@@ -39,6 +40,7 @@
 #include 
 #include 
 #endif
+#define signals Q_SIGNALS
 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.32.0/src/ipconfig.h 
new/networkmanager-qt-5.33.0/src/ipconfig.h
--- old/networkmanager-qt-5.32.0/src/ipconfig.h 2017-03-03 14:12:54.0 
+0100
+++ new/networkmanager-qt-5.33.0/src/ipconfig.h 2017-04-01 20:47:30.0 
+0200
@@ -26,12 +26,15 @@
 #include "ipaddress.h"
 #include "iproute.h"
 
+// To prevent signals in glib2 be defined by QT
+#undef signals
 #include 
 #if NM_CHECK_VERSION(1, 0, 0)
 #include 
 #else
 #include 
 #endif
+#define signals Q_SIGNALS
 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/networkmanager-qt-5.32.0/src/manager.cpp 
new/networkmanager-qt-5.33.0/src/manager.cpp
--- old/networkmanager-qt-5.32.0/src/manager.cpp2017-03-03 
14:12:54.0 +0100
+++ new/networkmanager-qt-5.33.0/src/manager.cpp2017-04-01 
20:47:30.0 +0200
@@ -26,12 +26,14 @@
 
 #include "macros.h"
 
+#undef signals
 #include 
 #if NM_CHECK_VERSION(1, 0, 0)
 #include 
 #else
 #include 
 #endif
+#define signals Q_SIGNALS
 
 #include "activeconnection.h"
 #include "adsldevice.h"
@@ 

commit kwindowsystem for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kwindowsystem for openSUSE:Factory 
checked in at 2017-04-30 21:21:43

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


Package is "kwindowsystem"

Sun Apr 30 21:21:43 2017 rev:44 rq:492094 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kwindowsystem/kwindowsystem.changes  
2017-03-28 15:12:57.172341463 +0200
+++ /work/SRC/openSUSE:Factory/.kwindowsystem.new/kwindowsystem.changes 
2017-04-30 21:21:43.615065857 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:57 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kwindowsystem-5.32.0.tar.xz

New:

  kwindowsystem-5.33.0.tar.xz



Other differences:
--
++ kwindowsystem.spec ++
--- /var/tmp/diff_new_pack.nXgqKT/_old  2017-04-30 21:21:44.422951946 +0200
+++ /var/tmp/diff_new_pack.nXgqKT/_new  2017-04-30 21:21:44.426951382 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5WindowSystem5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kwindowsystem
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kwindowsystem-5.32.0.tar.xz -> kwindowsystem-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwindowsystem-5.32.0/CMakeLists.txt 
new/kwindowsystem-5.33.0/CMakeLists.txt
--- old/kwindowsystem-5.32.0/CMakeLists.txt 2017-03-04 17:22:16.0 
+0100
+++ new/kwindowsystem-5.33.0/CMakeLists.txt 2017-04-01 21:43:19.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KWindowSystem VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit libKF5ModemManagerQt for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package libKF5ModemManagerQt for 
openSUSE:Factory checked in at 2017-04-30 21:22:00

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


Package is "libKF5ModemManagerQt"

Sun Apr 30 21:22:00 2017 rev:36 rq:492097 version:5.33.0

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5ModemManagerQt/libKF5ModemManagerQt.changes
2017-03-28 15:13:09.246631050 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5ModemManagerQt.new/libKF5ModemManagerQt.changes
   2017-04-30 21:22:02.104458885 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:58 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  modemmanager-qt-5.32.0.tar.xz

New:

  modemmanager-qt-5.33.0.tar.xz



Other differences:
--
++ libKF5ModemManagerQt.spec ++
--- /var/tmp/diff_new_pack.7JTtSc/_old  2017-04-30 21:22:02.852353433 +0200
+++ /var/tmp/diff_new_pack.7JTtSc/_new  2017-04-30 21:22:02.856352869 +0200
@@ -17,9 +17,9 @@
 
 
 %define soversion 6
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   libKF5ModemManagerQt
-Version:5.32.0
+Version:5.33.0
 Release:0
 Summary:Qt wrapper for ModemManager DBus API
 License:LGPL-2.1 or LGPL-3.0

++ modemmanager-qt-5.32.0.tar.xz -> modemmanager-qt-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modemmanager-qt-5.32.0/CMakeLists.txt 
new/modemmanager-qt-5.33.0/CMakeLists.txt
--- old/modemmanager-qt-5.32.0/CMakeLists.txt   2017-03-03 14:12:22.0 
+0100
+++ new/modemmanager-qt-5.33.0/CMakeLists.txt   2017-04-01 20:46:57.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(ModemManagerQt VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kwayland for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2017-04-30 21:21:29

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


Package is "kwayland"

Sun Apr 30 21:21:29 2017 rev:35 rq:492092 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes2017-03-28 
15:12:47.105767475 +0200
+++ /work/SRC/openSUSE:Factory/.kwayland.new/kwayland.changes   2017-04-30 
21:21:30.704886169 +0200
@@ -1,0 +2,18 @@
+Sat Apr 15 10:11:57 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Add support for wl_shell_surface::set_popup and popup_done
+  * Upgrade KF5 version to 5.33.0.
+
+---
+Fri Apr  7 07:26:47 UTC 2017 - alarr...@suse.com
+
+- Drop fix-wayland-1.3-dependency.diff which isn't needed anymore
+  since SLE12 SP2.
+
+---

Old:

  fix-wayland-1.3-dependency.diff
  kwayland-5.32.0.tar.xz

New:

  kwayland-5.33.0.tar.xz



Other differences:
--
++ kwayland.spec ++
--- /var/tmp/diff_new_pack.XrAr9C/_old  2017-04-30 21:21:31.552766620 +0200
+++ /var/tmp/diff_new_pack.XrAr9C/_new  2017-04-30 21:21:31.556766055 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kwayland
-Version:5.32.0
+Version:5.33.0
 Release:0
 Summary:KDE Wayland library
 License:LGPL-2.1+
@@ -26,8 +26,6 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-OPENSUSE fix-wayland-1.3-dependency.diff alarr...@suse.de -- 
Changes the wayland version kwayland depends on
-Patch0: fix-wayland-1.3-dependency.diff
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
@@ -67,9 +65,6 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
-%patch0 -p1
-%endif
 
 %build
   %cmake_kf5 -d build

++ kwayland-5.32.0.tar.xz -> kwayland-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.32.0/CMakeLists.txt 
new/kwayland-5.33.0/CMakeLists.txt
--- old/kwayland-5.32.0/CMakeLists.txt  2017-03-03 14:09:38.0 +0100
+++ new/kwayland-5.33.0/CMakeLists.txt  2017-04-01 20:44:12.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KWayland VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwayland-5.32.0/autotests/client/test_wayland_shell.cpp 
new/kwayland-5.33.0/autotests/client/test_wayland_shell.cpp
--- old/kwayland-5.32.0/autotests/client/test_wayland_shell.cpp 2017-03-03 
14:09:38.0 +0100
+++ new/kwayland-5.33.0/autotests/client/test_wayland_shell.cpp 2017-04-01 
20:44:12.0 +0200
@@ -55,6 +55,7 @@
 void testToplevel();
 void testTransient_data();
 void testTransient();
+void testTransientPopup();
 void testPing();
 void testTitle();
 void testWindowClass();
@@ -475,6 +476,72 @@
 QVERIFY(serverSurface2->acceptsKeyboardFocus());
 }
 
+void TestWaylandShell::testTransientPopup()
+{
+using namespace KWayland::Server;
+using namespace KWayland::Client;
+QScopedPointer s(m_compositor->createSurface());
+QVERIFY(!s.isNull());
+QVERIFY(s->isValid());
+ShellSurface *surface = m_shell->createSurface(s.data(), m_shell);
+
+QSignalSpy serverSurfaceSpy(m_shellInterface, 
::surfaceCreated);
+QVERIFY(serverSurfaceSpy.isValid());
+QVERIFY(serverSurfaceSpy.wait());
+ShellSurfaceInterface *serverSurface = 
serverSurfaceSpy.first().first().value();
+QVERIFY(serverSurface);
+QCOMPARE(serverSurface->isToplevel(), true);
+

commit kxmlrpcclient5 for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kxmlrpcclient5 for openSUSE:Factory 
checked in at 2017-04-30 21:21:55

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


Package is "kxmlrpcclient5"

Sun Apr 30 21:21:55 2017 rev:26 rq:492096 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kxmlrpcclient5/kxmlrpcclient5.changes
2017-03-28 15:13:06.543014037 +0200
+++ /work/SRC/openSUSE:Factory/.kxmlrpcclient5.new/kxmlrpcclient5.changes   
2017-04-30 21:21:56.489250619 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:58 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kxmlrpcclient-5.32.0.tar.xz

New:

  kxmlrpcclient-5.33.0.tar.xz



Other differences:
--
++ kxmlrpcclient5.spec ++
--- /var/tmp/diff_new_pack.wpXRCw/_old  2017-04-30 21:21:57.181153062 +0200
+++ /var/tmp/diff_new_pack.wpXRCw/_new  2017-04-30 21:21:57.185152498 +0200
@@ -19,9 +19,9 @@
 %bcond_without lang
 %define rname kxmlrpcclient
 %define lname libKF5XmlRpcClient5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kxmlrpcclient5
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 Summary:Library containing simple XML-RPC Client support

++ kxmlrpcclient-5.32.0.tar.xz -> kxmlrpcclient-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.32.0/CMakeLists.txt 
new/kxmlrpcclient-5.33.0/CMakeLists.txt
--- old/kxmlrpcclient-5.32.0/CMakeLists.txt 2017-03-04 17:22:49.0 
+0100
+++ new/kxmlrpcclient-5.33.0/CMakeLists.txt 2017-04-01 21:43:54.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KXmlRpcClient VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0 CONFIG )
+find_package(ECM 5.33.0 CONFIG )
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kwidgetsaddons for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kwidgetsaddons for openSUSE:Factory 
checked in at 2017-04-30 21:21:35

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


Package is "kwidgetsaddons"

Sun Apr 30 21:21:35 2017 rev:40 rq:492093 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kwidgetsaddons/kwidgetsaddons.changes
2017-03-28 15:12:51.617128403 +0200
+++ /work/SRC/openSUSE:Factory/.kwidgetsaddons.new/kwidgetsaddons.changes   
2017-04-30 21:21:38.551779771 +0200
@@ -1,0 +2,15 @@
+Sat Apr 15 10:11:57 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * support building against a qt without a11y enabled
+  * Fix wrong size hint when animatedShow is called with hidden parent
+  * Fix characters in KCharSelectTable getting elided
+  * Enable all planes in kcharselect test dialog
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kwidgetsaddons-5.32.0.tar.xz

New:

  kwidgetsaddons-5.33.0.tar.xz



Other differences:
--
++ kwidgetsaddons.spec ++
--- /var/tmp/diff_new_pack.wdoOOG/_old  2017-04-30 21:21:40.379522062 +0200
+++ /var/tmp/diff_new_pack.wdoOOG/_new  2017-04-30 21:21:40.383521499 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5WidgetsAddons5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kwidgetsaddons
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kwidgetsaddons-5.32.0.tar.xz -> kwidgetsaddons-5.33.0.tar.xz ++
 26946 lines of diff (skipped)




commit kwallet for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2017-04-30 21:21:23

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


Package is "kwallet"

Sun Apr 30 21:21:23 2017 rev:44 rq:492091 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2017-03-28 
15:12:42.486421845 +0200
+++ /work/SRC/openSUSE:Factory/.kwallet.new/kwallet.changes 2017-04-30 
21:21:25.077679596 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:56 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kwallet-5.32.0.tar.xz

New:

  kwallet-5.33.0.tar.xz



Other differences:
--
++ kwallet.spec ++
--- /var/tmp/diff_new_pack.KOuifj/_old  2017-04-30 21:21:25.793578655 +0200
+++ /var/tmp/diff_new_pack.KOuifj/_new  2017-04-30 21:21:25.797578091 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Wallet5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kwallet
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kwallet-5.32.0.tar.xz -> kwallet-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.32.0/CMakeLists.txt 
new/kwallet-5.33.0/CMakeLists.txt
--- old/kwallet-5.32.0/CMakeLists.txt   2017-03-04 17:21:23.0 +0100
+++ new/kwallet-5.33.0/CMakeLists.txt   2017-04-01 21:42:28.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KWallet VERSION ${KF5_VERSION})
 set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.32.0/po/cs/kwalletd5.po 
new/kwallet-5.33.0/po/cs/kwalletd5.po
--- old/kwallet-5.32.0/po/cs/kwalletd5.po   2017-03-04 17:21:23.0 
+0100
+++ new/kwallet-5.33.0/po/cs/kwalletd5.po   2017-04-01 21:42:28.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kwalletd\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-12-15 04:19+0100\n"
-"PO-Revision-Date: 2017-02-21 14:15+0100\n"
+"PO-Revision-Date: 2017-03-08 10:52+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -815,7 +815,7 @@
 "Would you like them to be migrated to this new KWallet version? The "
 "operation will only take one minute to be performed.\n"
 msgstr ""
-"Gratuluji. Systém zjistil, že máte spuštěnu poslední verzi KWallet, "
+"Gratuluji. Systém zjistil, že máte spuštěnu nejnovější verzi KWallet, "
 "využívající KDE Frameworks 5.\n"
 "\n"
 "Zdá se, že máte ve svém systému rovněž úschovnu(y) z KDE4.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-5.32.0/po/gl/kwalletd5.po 
new/kwallet-5.33.0/po/gl/kwalletd5.po
--- old/kwallet-5.32.0/po/gl/kwalletd5.po   2017-03-04 17:21:23.0 
+0100
+++ new/kwallet-5.33.0/po/gl/kwalletd5.po   2017-04-01 21:42:28.0 
+0200
@@ -654,10 +654,10 @@
 msgstr ""
 "Varios aplicativos poden intentar usar a carteira de KDE para gardar "
 "contrasinais ou outra información como datos de formularios web e cookies. "
-"Se quer que eses aplicativos usen a carteira, debe indicalo agora e escoller "
-"un contrasinal. O contrasinal que escolla non ha poder recuperarse se "
-"o perde, e permitirá que calquera que o coñeza obteña toda a información "
-"contida na carteira."
+"Se quere que eses aplicativos usen a carteira, debe indicalo agora e "
+"escoller un contrasinal. O contrasinal que escolla non ha poder "
+"recuperarse se o perde, e permitirá que calquera que o coñeza obteña toda a "
+"información contida na carteira."
 
 #. i18n: ectx: property (text), widget 

commit kunitconversion for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kunitconversion for openSUSE:Factory 
checked in at 2017-04-30 21:21:17

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


Package is "kunitconversion"

Sun Apr 30 21:21:17 2017 rev:41 rq:492090 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kunitconversion/kunitconversion.changes  
2017-03-28 15:12:38.299015029 +0200
+++ /work/SRC/openSUSE:Factory/.kunitconversion.new/kunitconversion.changes 
2017-04-30 21:21:18.266639940 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:56 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kunitconversion-5.32.0.tar.xz

New:

  kunitconversion-5.33.0.tar.xz



Other differences:
--
++ kunitconversion.spec ++
--- /var/tmp/diff_new_pack.UWnyod/_old  2017-04-30 21:21:19.050529414 +0200
+++ /var/tmp/diff_new_pack.UWnyod/_new  2017-04-30 21:21:19.054528849 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5UnitConversion5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kunitconversion
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kunitconversion-5.32.0.tar.xz -> kunitconversion-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-5.32.0/CMakeLists.txt 
new/kunitconversion-5.33.0/CMakeLists.txt
--- old/kunitconversion-5.32.0/CMakeLists.txt   2017-03-04 17:20:59.0 
+0100
+++ new/kunitconversion-5.33.0/CMakeLists.txt   2017-04-01 21:42:04.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KUnitConversion VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-5.32.0/po/da/kunitconversion5.po 
new/kunitconversion-5.33.0/po/da/kunitconversion5.po
--- old/kunitconversion-5.32.0/po/da/kunitconversion5.po2017-03-04 
17:20:59.0 +0100
+++ new/kunitconversion-5.33.0/po/da/kunitconversion5.po2017-04-01 
21:42:04.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: libconversion\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:12+0100\n"
-"PO-Revision-Date: 2017-02-25 19:07+0100\n"
+"PO-Revision-Date: 2017-03-22 17:08+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -3936,277 +3936,216 @@
 msgstr "mikroohm"
 
 #: electrical_resistance.cpp:149
-#, fuzzy, kde-format
-#| msgctxt "unit synonyms for matching user input"
-#| msgid "microgram;micrograms;µg;ug"
+#, kde-format
 msgctxt "unit synonyms for matching user input"
 msgid "microohm;microohms;µΩ;uΩ"
-msgstr "mikrogram;microgram;µg;ug"
+msgstr "mikroohm;µΩ;uΩ"
 
 #: electrical_resistance.cpp:151
-#, fuzzy, kde-format
-#| msgctxt "amount in units (real)"
-#| msgid "%1 micrograms"
+#, kde-format
 msgctxt "amount in units (real)"
 msgid "%1 microohms"
-msgstr "%1 mikrogram"
+msgstr "%1 mikroohm"
 
 #: electrical_resistance.cpp:152
-#, fuzzy, kde-format
-#| msgctxt "amount in units (integer)"
-#| msgid "%1 microgram"
-#| msgid_plural "%1 micrograms"
+#, kde-format
 msgctxt "amount in units (integer)"
 msgid "%1 microohm"
 msgid_plural "%1 microohms"
-msgstr[0] "%1 mikrogram"
-msgstr[1] "%1 mikrogram"
+msgstr[0] "%1 mikroohm"
+msgstr[1] "%1 mikroohm"
 
 #: electrical_resistance.cpp:155
 #, kde-format
 msgctxt "electrical resistance unit symbol"
 msgid "nΩ"
-msgstr ""
+msgstr "nΩ"
 
 #: electrical_resistance.cpp:156
-#, fuzzy, kde-format
-#| msgctxt "unit description in lists"
-#| msgid "nanograms"
+#, kde-format
 msgctxt "unit description in lists"
 msgid "nanoohms"
-msgstr "nanogram"

commit kservice for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2017-04-30 21:20:54

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


Package is "kservice"

Sun Apr 30 21:20:54 2017 rev:45 rq:492087 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kservice/kservice.changes2017-03-28 
15:12:20.045600799 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2017-04-30 
21:20:58.133478681 +0200
@@ -1,0 +2,15 @@
+Sat Apr 15 10:11:55 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Fix 'Not found: ""' terminal messages
+  * Upgrade KF5 version to 5.33.0.
+  * [autotest] Fix the workaround for inotify-on-overlay-fs so it actually 
works
+  * [autotest] test s-m-i requirement
+  * [autotests] add tests for the KService constructors
+
+---

Old:

  kservice-5.32.0.tar.xz

New:

  kservice-5.33.0.tar.xz



Other differences:
--
++ kservice.spec ++
--- /var/tmp/diff_new_pack.HAxLy1/_old  2017-04-30 21:20:59.509284695 +0200
+++ /var/tmp/diff_new_pack.HAxLy1/_new  2017-04-30 21:20:59.513284131 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kservice
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  bison

++ kservice-5.32.0.tar.xz -> kservice-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.32.0/CMakeLists.txt 
new/kservice-5.33.0/CMakeLists.txt
--- old/kservice-5.32.0/CMakeLists.txt  2017-03-04 17:19:56.0 +0100
+++ new/kservice-5.33.0/CMakeLists.txt  2017-04-01 21:40:57.0 +0200
@@ -1,13 +1,13 @@
 
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KService VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kservice-5.32.0/autotests/kservicetest.cpp 
new/kservice-5.33.0/autotests/kservicetest.cpp
--- old/kservice-5.32.0/autotests/kservicetest.cpp  2017-03-04 
17:19:56.0 +0100
+++ new/kservice-5.33.0/autotests/kservicetest.cpp  2017-04-01 
21:40:57.0 +0200
@@ -44,6 +44,7 @@
 #include 
 #include 
 #include 
+#include 
 
 QTEST_MAIN(KServiceTest)
 
@@ -271,6 +272,33 @@
 QCOMPARE(myService->name(), QStringLiteral("FakePart"));
 }
 
+void KServiceTest::testConstructorFullPath()
+{
+// Requirement: text/html must be a known mimetype
+QVERIFY(QMimeDatabase().mimeTypeForName("text/html").isValid());
+const QString fakePart = 
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + 
QLatin1String("/kservices5/") + "fakepart.desktop";
+QVERIFY(QFile::exists(fakePart));
+KService service(fakePart);
+QVERIFY(service.isValid());
+QCOMPARE(service.mimeTypes(), QStringList() << "text/plain" << 
"text/html");
+}
+
+void KServiceTest::testConstructorKDesktopFileFullPath()
+{
+const QString fakePart = 
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + 
QLatin1String("/kservices5/") + "fakepart.desktop";
+QVERIFY(QFile::exists(fakePart));
+KDesktopFile desktopFile(fakePart);
+KService service();
+QVERIFY(service.isValid());
+QCOMPARE(service.mimeTypes(), QStringList() << "text/plain" << 
"text/html");
+}
+
+void KServiceTest::testConstructorKDesktopFile() // as happens inside 
kbuildsycoca.cpp
+{
+KDesktopFile desktopFile(QStandardPaths::GenericDataLocation, 
"kservices5/fakepart.desktop");
+QCOMPARE(KService(, 
"kservices5/fakepart.desktop").mimeTypes(), QStringList() << "text/plain" << 
"text/html");
+}
+
 void KServiceTest::testProperty()
 {
 ksycoca_ms_between_checks = 0;
@@ -666,6 +694,9 @@
 
 void KServiceTest::testDeletingService()
 {
+// workaround 

commit ktextwidgets for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2017-04-30 21:21:09

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


Package is "ktextwidgets"

Sun Apr 30 21:21:09 2017 rev:40 rq:492089 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2017-03-28 15:12:27.680519238 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2017-04-30 21:21:10.655713068 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:55 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  ktextwidgets-5.32.0.tar.xz

New:

  ktextwidgets-5.33.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.DTXY74/_old  2017-04-30 21:21:11.567584495 +0200
+++ /var/tmp/diff_new_pack.DTXY74/_new  2017-04-30 21:21:11.567584495 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   ktextwidgets
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktextwidgets-5.32.0.tar.xz -> ktextwidgets-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.32.0/CMakeLists.txt 
new/ktextwidgets-5.33.0/CMakeLists.txt
--- old/ktextwidgets-5.32.0/CMakeLists.txt  2017-03-04 17:20:40.0 
+0100
+++ new/ktextwidgets-5.33.0/CMakeLists.txt  2017-04-01 21:41:46.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit ktexteditor for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2017-04-30 21:21:03

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


Package is "ktexteditor"

Sun Apr 30 21:21:03 2017 rev:40 rq:492088 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2017-04-17 
10:23:35.169369919 +0200
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new/ktexteditor.changes 
2017-04-30 21:21:04.636561758 +0200
@@ -1,0 +2,17 @@
+Sat Apr 15 10:11:56 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * fix debug warning (and wrong pen value) found by kfunk, introduced my me
+  * Expose additional internal View's functionality to the public API
+  * Upgrade KF5 version to 5.33.0.
+  * save a lot of allocation for setPen
+  * Fix ConfigInterface of KTextEditor::Document
+  * Add unit test for KTextEditor::ConfigInterface
+  * Added font and on-the-fly-spellcheck options in ConfigInterface
+
+---

Old:

  ktexteditor-5.32.0.tar.xz

New:

  ktexteditor-5.33.0.tar.xz



Other differences:
--
++ ktexteditor.spec ++
--- /var/tmp/diff_new_pack.cUY0qa/_old  2017-04-30 21:21:05.312466456 +0200
+++ /var/tmp/diff_new_pack.cUY0qa/_new  2017-04-30 21:21:05.312466456 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   ktexteditor
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ ktexteditor-5.32.0.tar.xz -> ktexteditor-5.33.0.tar.xz ++
 15031 lines of diff (skipped)




commit krunner for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package krunner for openSUSE:Factory checked 
in at 2017-04-30 21:20:47

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


Package is "krunner"

Sun Apr 30 21:20:47 2017 rev:38 rq:492086 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/krunner/krunner.changes  2017-03-28 
15:12:13.078587749 +0200
+++ /work/SRC/openSUSE:Factory/.krunner.new/krunner.changes 2017-04-30 
21:20:48.790795983 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:55 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  krunner-5.32.0.tar.xz

New:

  krunner-5.33.0.tar.xz



Other differences:
--
++ krunner.spec ++
--- /var/tmp/diff_new_pack.YD8MDT/_old  2017-04-30 21:20:49.534691096 +0200
+++ /var/tmp/diff_new_pack.YD8MDT/_new  2017-04-30 21:20:49.538690532 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Runner5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   krunner
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ krunner-5.32.0.tar.xz -> krunner-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.32.0/CMakeLists.txt 
new/krunner-5.33.0/CMakeLists.txt
--- old/krunner-5.32.0/CMakeLists.txt   2017-03-04 17:19:39.0 +0100
+++ new/krunner-5.33.0/CMakeLists.txt   2017-04-01 21:40:36.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KRunner VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.32.0/templates/runner/runner.kdevtemplate 
new/krunner-5.33.0/templates/runner/runner.kdevtemplate
--- old/krunner-5.32.0/templates/runner/runner.kdevtemplate 2017-03-04 
17:19:39.0 +0100
+++ new/krunner-5.33.0/templates/runner/runner.kdevtemplate 2017-04-01 
21:40:36.0 +0200
@@ -22,6 +22,7 @@
 Name[pl]=C++
 Name[pt]=C++
 Name[pt_BR]=C++
+Name[ru]=C++
 Name[sk]=C++
 Name[sl]=C++
 Name[sr]=Ц++
@@ -53,6 +54,7 @@
 Comment[pl]=Szablon uruchamiania Plazmy. Szablon uruchamiania plazmy
 Comment[pt]=Modelo de Execução do Plasma. Um modelo de módulo de execução do 
Plasma
 Comment[pt_BR]=Modelo de módulo de execução do Plasma. Um modelo de módulos de 
execução do Plasma
+Comment[ru]=Шаблон расширения для строки запуска Plasma
 Comment[sk]=Šablóna Plasma Runner. Šablóna plasma runner
 Comment[sl]=Predloga zaganjalnika Plasma.
 Comment[sr]=Шаблон плазма извођача.




commit kpty for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kpty for openSUSE:Factory checked in 
at 2017-04-30 21:20:31

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


Package is "kpty"

Sun Apr 30 21:20:31 2017 rev:41 rq:492084 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kpty/kpty.changes2017-03-28 
15:12:00.680344095 +0200
+++ /work/SRC/openSUSE:Factory/.kpty.new/kpty.changes   2017-04-30 
21:20:32.953029082 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:54 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kpty-5.32.0.tar.xz

New:

  kpty-5.33.0.tar.xz



Other differences:
--
++ kpty.spec ++
--- /var/tmp/diff_new_pack.XM6ndt/_old  2017-04-30 21:20:33.908894306 +0200
+++ /var/tmp/diff_new_pack.XM6ndt/_new  2017-04-30 21:20:33.912893742 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Pty5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kpty
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kpty-5.32.0.tar.xz -> kpty-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.32.0/CMakeLists.txt 
new/kpty-5.33.0/CMakeLists.txt
--- old/kpty-5.32.0/CMakeLists.txt  2017-03-04 17:19:08.0 +0100
+++ new/kpty-5.33.0/CMakeLists.txt  2017-04-01 21:39:59.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KPty VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kross for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2017-04-30 21:20:39

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


Package is "kross"

Sun Apr 30 21:20:39 2017 rev:40 rq:492085 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kross/kross.changes  2017-03-28 
15:12:06.231557704 +0200
+++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2017-04-30 
21:20:40.743930577 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:55 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kross-5.32.0.tar.xz

New:

  kross-5.33.0.tar.xz



Other differences:
--
++ kross.spec ++
--- /var/tmp/diff_new_pack.ZQyH97/_old  2017-04-30 21:20:41.423834712 +0200
+++ /var/tmp/diff_new_pack.ZQyH97/_new  2017-04-30 21:20:41.427834148 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kross
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kross-5.32.0.tar.xz -> kross-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.32.0/CMakeLists.txt 
new/kross-5.33.0/CMakeLists.txt
--- old/kross-5.32.0/CMakeLists.txt 2017-03-04 17:19:24.0 +0100
+++ new/kross-5.33.0/CMakeLists.txt 2017-04-01 21:40:16.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(Kross VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kplotting for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2017-04-30 21:20:21

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


Package is "kplotting"

Sun Apr 30 21:20:21 2017 rev:40 rq:492083 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2017-03-28 
15:11:54.877166182 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2017-04-30 
21:20:22.730470445 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:54 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kplotting-5.32.0.tar.xz

New:

  kplotting-5.33.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.5RoWyx/_old  2017-04-30 21:20:23.366380783 +0200
+++ /var/tmp/diff_new_pack.5RoWyx/_new  2017-04-30 21:20:23.374379654 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Plotting5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kplotting
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kplotting-5.32.0.tar.xz -> kplotting-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.32.0/CMakeLists.txt 
new/kplotting-5.33.0/CMakeLists.txt
--- old/kplotting-5.32.0/CMakeLists.txt 2017-03-03 14:04:45.0 +0100
+++ new/kplotting-5.33.0/CMakeLists.txt 2017-04-01 19:47:51.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KPlotting VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kparts for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2017-04-30 21:20:04

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


Package is "kparts"

Sun Apr 30 21:20:04 2017 rev:39 rq:492081 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kparts/kparts.changes2017-03-28 
15:11:44.430646056 +0200
+++ /work/SRC/openSUSE:Factory/.kparts.new/kparts.changes   2017-04-30 
21:20:06.988690010 +0200
@@ -1,0 +2,13 @@
+Sat Apr 15 10:11:54 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Add .arcconfig
+  * API dox: fix missing note to call setXMLFile with KParts::MainWindow
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kparts-5.32.0.tar.xz

New:

  kparts-5.33.0.tar.xz



Other differences:
--
++ kparts.spec ++
--- /var/tmp/diff_new_pack.siiXyJ/_old  2017-04-30 21:20:09.396350534 +0200
+++ /var/tmp/diff_new_pack.siiXyJ/_new  2017-04-30 21:20:09.404349406 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Parts5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kparts
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kparts-5.32.0.tar.xz -> kparts-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.32.0/.arcconfig new/kparts-5.33.0/.arcconfig
--- old/kparts-5.32.0/.arcconfig1970-01-01 01:00:00.0 +0100
+++ new/kparts-5.33.0/.arcconfig2017-04-01 21:39:18.0 +0200
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.32.0/CMakeLists.txt 
new/kparts-5.33.0/CMakeLists.txt
--- old/kparts-5.32.0/CMakeLists.txt2017-03-04 17:18:23.0 +0100
+++ new/kparts-5.33.0/CMakeLists.txt2017-04-01 21:39:18.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KParts VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.32.0/src/mainwindow.h 
new/kparts-5.33.0/src/mainwindow.h
--- old/kparts-5.32.0/src/mainwindow.h  2017-03-04 17:18:23.0 +0100
+++ new/kparts-5.33.0/src/mainwindow.h  2017-04-01 21:39:18.0 +0200
@@ -39,18 +39,21 @@
  * merging).
  *
  * Inherit your main window from this class
- * and don't forget to call setupGUI() before you call createGUI()
- * on the KPart. For example:
+ * and make sure to call @c setXMLFile() and @c setupGUI() before you
+ * call @c createGUI() on the KPart.
  *
+ * For example:
  * \code
  * setCentralWidget(m_part->widget());
- * setupGUI(ToolBar | Keys | StatusBar | Save, "appui.rc");
+ * setXMLFile(QStringLiteral("appui.rc"));
+ * setupGUI(ToolBar | Keys | StatusBar | Save); // Never Create flag here
  * createGUI(m_part);
  * \endcode
  *
- * @warning you should not pass the Default flag to setupGUI(), since it 
contains
- * the Create flag that is not supposed to be used from this class.
- * @see setupGUI, @see createGUI
+ * @warning You should not pass the @c Default flag set to @c setupGUI(),
+ * since it contains the @c Create flag, which is not supposed to be used
+ * from this class.
+ * @see KXmlGuiWindow::Create, @see setupGUI, @see createGUI
  *
  */
 class KPARTS_EXPORT MainWindow : public KXmlGuiWindow, virtual public PartBase




commit kpackage for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2017-04-30 21:19:58

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


Package is "kpackage"

Sun Apr 30 21:19:58 2017 rev:30 rq:492080 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2017-03-28 
15:11:38.431495911 +0200
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2017-04-30 
21:20:00.253639640 +0200
@@ -1,0 +2,18 @@
+Sat Apr 15 10:11:53 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * build autotests as regular executables
+  * Upgrade KF5 version to 5.33.0.
+
+---
+Fri Apr  7 08:49:19 UTC 2017 - fab...@ritter-vogt.de
+
+- Add patch to allow appdata installation even with warnings:
+  * 0001-Ignore-warnings-during-appdata-generation.patch
+
+---

Old:

  kpackage-5.32.0.tar.xz

New:

  0001-Ignore-warnings-during-appdata-generation.patch
  kpackage-5.33.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.vYNdIo/_old  2017-04-30 21:20:01.037529113 +0200
+++ /var/tmp/diff_new_pack.vYNdIo/_new  2017-04-30 21:20:01.041528549 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kpackage
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -42,6 +42,8 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM
+Patch101:   0001-Ignore-warnings-during-appdata-generation.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,6 +63,7 @@
 %lang_package
 %prep
 %setup -q
+%patch101 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ 0001-Ignore-warnings-during-appdata-generation.patch ++
>From 6b79f36839ea34df5e6c3dbdbe058c9da030d0c1 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Fri, 7 Apr 2017 10:44:35 +0200
Subject: [PATCH] Ignore warnings during appdata generation

The Plasma/PopupApplet service type for example got deprecated and removed,
but is still used by various parts of Plasma 5.8.
This causes kpackagetool to emit warnings, but it still succeeds. However,
this case is handled incorrectly as any stderr output is assumed to be critical
and the file is not installed. As result is 0, no warning message is printed.

This commit fixes this by ignoring the stderr output and using result to 
indicate
success. Warning messages are printed if applicable.

BUG: 378529
---
 KF5PackageMacros.cmake | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/KF5PackageMacros.cmake b/KF5PackageMacros.cmake
index af26275..8697648 100644
--- a/KF5PackageMacros.cmake
+++ b/KF5PackageMacros.cmake
@@ -51,11 +51,13 @@ function(kpackage_install_package dir component)
 set(APPDATAFILE "${CMAKE_CURRENT_BINARY_DIR}/${component}.appdata.xml")
 
 execute_process(COMMAND ${kpackagetool_cmd} --appstream-metainfo 
${CMAKE_CURRENT_SOURCE_DIR}/${dir} OUTPUT_FILE ${APPDATAFILE} ERROR_VARIABLE 
appstreamerror RESULT_VARIABLE result)
-if(appstreamerror)
-if (NOT result EQUAL 0)
-message(WARNING "couldn't generate metainfo for ${component}: 
${appstreamerror}")
-endif ()
+if (NOT result EQUAL 0)
+message(WARNING "couldn't generate metainfo for ${component}: 
${appstreamerror}")
 else()
+if(appstreamerror)
+message(WARNING "warnings during generation of metainfo for 
${component}: ${appstreamerror}")
+endif()
+
 install(FILES ${APPDATAFILE} DESTINATION 
${KDE_INSTALL_METAINFODIR})
 endif()
else()
-- 
2.12.0

++ kpackage-5.32.0.tar.xz -> kpackage-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.32.0/CMakeLists.txt 
new/kpackage-5.33.0/CMakeLists.txt
--- old/kpackage-5.32.0/CMakeLists.txt  2017-03-04 17:18:07.0 +0100
+++ new/kpackage-5.33.0/CMakeLists.txt  2017-04-01 21:39:01.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") 

commit kpeople5 for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2017-04-30 21:20:12

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


Package is "kpeople5"

Sun Apr 30 21:20:12 2017 rev:26 rq:492082 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes2017-03-28 
15:11:49.485929914 +0200
+++ /work/SRC/openSUSE:Factory/.kpeople5.new/kpeople5.changes   2017-04-30 
21:20:14.007700341 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:54 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kpeople-5.32.0.tar.xz

New:

  kpeople-5.33.0.tar.xz



Other differences:
--
++ kpeople5.spec ++
--- /var/tmp/diff_new_pack.oj3uhe/_old  2017-04-30 21:20:14.971564437 +0200
+++ /var/tmp/diff_new_pack.oj3uhe/_new  2017-04-30 21:20:14.975563874 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define rname kpeople
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kpeople5
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kpeople-5.32.0.tar.xz -> kpeople-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.32.0/CMakeLists.txt 
new/kpeople-5.33.0/CMakeLists.txt
--- old/kpeople-5.32.0/CMakeLists.txt   2017-03-04 17:18:37.0 +0100
+++ new/kpeople-5.33.0/CMakeLists.txt   2017-04-01 21:39:31.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project (KPeople VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit knewstuff for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Factory 
checked in at 2017-04-30 21:19:39

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


Package is "knewstuff"

Sun Apr 30 21:19:39 2017 rev:39 rq:492077 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/knewstuff/knewstuff.changes  2017-03-28 
15:11:28.532898175 +0200
+++ /work/SRC/openSUSE:Factory/.knewstuff.new/knewstuff.changes 2017-04-30 
21:19:40.800382517 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:53 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  knewstuff-5.32.0.tar.xz

New:

  knewstuff-5.33.0.tar.xz



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.wehkTW/_old  2017-04-30 21:19:41.540278193 +0200
+++ /var/tmp/diff_new_pack.wehkTW/_new  2017-04-30 21:19:41.544277629 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5NewStuff5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   knewstuff
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel >= %{_tar_path}

++ knewstuff-5.32.0.tar.xz -> knewstuff-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.32.0/CMakeLists.txt 
new/knewstuff-5.33.0/CMakeLists.txt
--- old/knewstuff-5.32.0/CMakeLists.txt 2017-03-04 19:26:19.0 +0100
+++ new/knewstuff-5.33.0/CMakeLists.txt 2017-04-01 21:38:11.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KNewStuff VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0 NO_MODULE)
+find_package(ECM 5.33.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knewstuff-5.32.0/data/kmoretools-desktopfiles/catfish.desktop 
new/knewstuff-5.33.0/data/kmoretools-desktopfiles/catfish.desktop
--- old/knewstuff-5.32.0/data/kmoretools-desktopfiles/catfish.desktop   
2017-03-04 19:26:19.0 +0100
+++ new/knewstuff-5.33.0/data/kmoretools-desktopfiles/catfish.desktop   
2017-04-01 21:38:11.0 +0200
@@ -6,6 +6,7 @@
 Name[ast]=Catfish
 Name[ca]=Catfish
 Name[ca@valencia]=Catfish
+Name[cs]=Catfish
 Name[da]=Catfish
 Name[de]=Catfish
 Name[el]=Catfish
@@ -16,6 +17,7 @@
 Name[fr]=Catfish
 Name[gd]=Catfish
 Name[gl]=Catfish
+Name[hu]=Catfish
 Name[ia]=Catfish
 Name[it]=Catfish
 Name[ko]=Catfish
@@ -42,6 +44,7 @@
 Comment[ast]=Gueta de ficheros
 Comment[ca]=Cerca de fitxers
 Comment[ca@valencia]=Busca de fitxers
+Comment[cs]=Hledání souboru
 Comment[da]=Filsøgning
 Comment[de]=Dateisuche
 Comment[el]=Αναζήτηση αρχείων
@@ -52,6 +55,7 @@
 Comment[fr]=Recherche de fichiers
 Comment[gd]=Lorg fhaidhlichean
 Comment[gl]=Busca de ficheiros.
+Comment[hu]=Fájlkeresés
 Comment[ia]=Cerca de file
 Comment[it]=Ricerca file
 Comment[ko]=파일 검색
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knewstuff-5.32.0/data/kmoretools-desktopfiles/disk.desktop 
new/knewstuff-5.33.0/data/kmoretools-desktopfiles/disk.desktop
--- old/knewstuff-5.32.0/data/kmoretools-desktopfiles/disk.desktop  
2017-03-04 19:26:19.0 +0100
+++ new/knewstuff-5.33.0/data/kmoretools-desktopfiles/disk.desktop  
2017-04-01 21:38:11.0 +0200
@@ -21,6 +21,7 @@
 Name[ast]=Particionador
 Name[ca]=Partitioner
 Name[ca@valencia]=Partitioner
+Name[cs]=Partitioner
 Name[da]=Partitionering
 Name[de]=Partitioner
 Name[el]=Εργαλείο κατατμήσεων
@@ -31,6 +32,7 @@
 Name[fr]=Partitioner
 Name[gd]=Inneal-pàirteachaidh
 Name[gl]=Xestor de particións
+Name[hu]=Partitioner
 Name[ia]=Partitionator
 Name[it]=Partizionatore
 Name[ko]=파티션 도구
@@ -67,6 +69,7 @@
 GenericName[fr]=Partition des disques durs (incluant RAID, LVM, et systèmes de 

commit knotifyconfig for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2017-04-30 21:19:51

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


Package is "knotifyconfig"

Sun Apr 30 21:19:51 2017 rev:39 rq:492079 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes  
2017-03-28 15:11:32.328360499 +0200
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new/knotifyconfig.changes 
2017-04-30 21:19:52.358752806 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:53 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  knotifyconfig-5.32.0.tar.xz

New:

  knotifyconfig-5.33.0.tar.xz



Other differences:
--
++ knotifyconfig.spec ++
--- /var/tmp/diff_new_pack.UA8OLt/_old  2017-04-30 21:19:53.122645098 +0200
+++ /var/tmp/diff_new_pack.UA8OLt/_new  2017-04-30 21:19:53.122645098 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5NotifyConfig5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   knotifyconfig
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifyconfig-5.32.0.tar.xz -> knotifyconfig-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.32.0/CMakeLists.txt 
new/knotifyconfig-5.33.0/CMakeLists.txt
--- old/knotifyconfig-5.32.0/CMakeLists.txt 2017-03-04 17:17:53.0 
+0100
+++ new/knotifyconfig-5.33.0/CMakeLists.txt 2017-04-01 21:38:47.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KNotifyConfig VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kmediaplayer for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kmediaplayer for openSUSE:Factory 
checked in at 2017-04-30 21:19:34

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


Package is "kmediaplayer"

Sun Apr 30 21:19:34 2017 rev:39 rq:492076 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kmediaplayer/kmediaplayer.changes
2017-03-28 15:11:19.002248322 +0200
+++ /work/SRC/openSUSE:Factory/.kmediaplayer.new/kmediaplayer.changes   
2017-04-30 21:19:35.245165793 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:52 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kmediaplayer-5.32.0.tar.xz

New:

  kmediaplayer-5.33.0.tar.xz



Other differences:
--
++ kmediaplayer.spec ++
--- /var/tmp/diff_new_pack.PXQwac/_old  2017-04-30 21:19:36.009058086 +0200
+++ /var/tmp/diff_new_pack.PXQwac/_new  2017-04-30 21:19:36.013057522 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5MediaPlayer5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kmediaplayer
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kmediaplayer-5.32.0.tar.xz -> kmediaplayer-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-5.32.0/CMakeLists.txt 
new/kmediaplayer-5.33.0/CMakeLists.txt
--- old/kmediaplayer-5.32.0/CMakeLists.txt  2017-03-03 14:00:53.0 
+0100
+++ new/kmediaplayer-5.33.0/CMakeLists.txt  2017-04-01 19:43:57.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KMediaPlayer VERSION ${KF5_VERSION})
 
 
@@ -9,7 +9,7 @@
 # CMake stuff from ECM
 #
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjsembed for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kjsembed for openSUSE:Factory 
checked in at 2017-04-30 21:19:28

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


Package is "kjsembed"

Sun Apr 30 21:19:28 2017 rev:41 rq:492075 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kjsembed/kjsembed.changes2017-03-28 
15:11:13.730995068 +0200
+++ /work/SRC/openSUSE:Factory/.kjsembed.new/kjsembed.changes   2017-04-30 
21:19:30.321859971 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:52 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kjsembed-5.32.0.tar.xz

New:

  kjsembed-5.33.0.tar.xz



Other differences:
--
++ kjsembed.spec ++
--- /var/tmp/diff_new_pack.4YSulA/_old  2017-04-30 21:19:31.089751700 +0200
+++ /var/tmp/diff_new_pack.4YSulA/_new  2017-04-30 21:19:31.089751700 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5JsEmbed5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kjsembed
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjsembed-5.32.0.tar.xz -> kjsembed-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.32.0/CMakeLists.txt 
new/kjsembed-5.33.0/CMakeLists.txt
--- old/kjsembed-5.32.0/CMakeLists.txt  2017-03-04 17:16:46.0 +0100
+++ new/kjsembed-5.33.0/CMakeLists.txt  2017-04-01 21:37:41.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KJsEmbed VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit knotifications for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2017-04-30 21:19:45

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


Package is "knotifications"

Sun Apr 30 21:19:45 2017 rev:41 rq:492078 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2017-03-28 15:11:25.357348035 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2017-04-30 21:19:46.619562023 +0200
@@ -1,0 +2,13 @@
+Sat Apr 15 10:11:53 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Do not remove queued notifications when the fd.o service starts. Also 
start the service unconditionally when it's not loaded and activatable.
+  * Mac platform adaptations
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  knotifications-5.32.0.tar.xz

New:

  knotifications-5.33.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.InA6yk/_old  2017-04-30 21:19:47.239474616 +0200
+++ /var/tmp/diff_new_pack.InA6yk/_new  2017-04-30 21:19:47.243474052 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Notifications5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   knotifications
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ knotifications-5.32.0.tar.xz -> knotifications-5.33.0.tar.xz ++
 4328 lines of diff (skipped)




commit kjs for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2017-04-30 21:19:23

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


Package is "kjs"

Sun Apr 30 21:19:23 2017 rev:40 rq:492074 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2017-03-28 15:11:07.383894227 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2017-04-30 
21:19:24.730648323 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:52 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kjs-5.32.0.tar.xz

New:

  kjs-5.33.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.dS83LV/_old  2017-04-30 21:19:25.494540616 +0200
+++ /var/tmp/diff_new_pack.dS83LV/_new  2017-04-30 21:19:25.494540616 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kjs
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjs-5.32.0.tar.xz -> kjs-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.32.0/CMakeLists.txt 
new/kjs-5.33.0/CMakeLists.txt
--- old/kjs-5.32.0/CMakeLists.txt   2017-03-04 17:16:29.0 +0100
+++ new/kjs-5.33.0/CMakeLists.txt   2017-04-01 21:37:19.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KJS VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kjobwidgets for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kjobwidgets for openSUSE:Factory 
checked in at 2017-04-30 21:19:17

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


Package is "kjobwidgets"

Sun Apr 30 21:19:17 2017 rev:41 rq:492073 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kjobwidgets/kjobwidgets.changes  2017-03-28 
15:11:02.328610382 +0200
+++ /work/SRC/openSUSE:Factory/.kjobwidgets.new/kjobwidgets.changes 
2017-04-30 21:19:18.727494758 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:52 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * don't replace existing icon if QIcon::fromTheme() fails
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kjobwidgets-5.32.0.tar.xz

New:

  kjobwidgets-5.33.0.tar.xz



Other differences:
--
++ kjobwidgets.spec ++
--- /var/tmp/diff_new_pack.ff6r6U/_old  2017-04-30 21:19:19.559377464 +0200
+++ /var/tmp/diff_new_pack.ff6r6U/_new  2017-04-30 21:19:19.563376900 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5JobWidgets5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kjobwidgets
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kjobwidgets-5.32.0.tar.xz -> kjobwidgets-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.32.0/CMakeLists.txt 
new/kjobwidgets-5.33.0/CMakeLists.txt
--- old/kjobwidgets-5.32.0/CMakeLists.txt   2017-03-04 17:16:15.0 
+0100
+++ new/kjobwidgets-5.33.0/CMakeLists.txt   2017-04-01 21:37:05.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KJobWidgets VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.32.0/src/kwidgetjobtracker.cpp 
new/kjobwidgets-5.33.0/src/kwidgetjobtracker.cpp
--- old/kjobwidgets-5.32.0/src/kwidgetjobtracker.cpp2017-03-04 
17:16:15.0 +0100
+++ new/kjobwidgets-5.33.0/src/kwidgetjobtracker.cpp2017-04-01 
21:37:05.0 +0200
@@ -467,7 +467,7 @@
 
 void KWidgetJobTracker::Private::ProgressWidget::init()
 {
-setWindowIcon(QIcon::fromTheme(QStringLiteral("document-save")));
+setWindowIcon(QIcon::fromTheme(QStringLiteral("document-save"), 
windowIcon()));
 
 QVBoxLayout *topLayout = new QVBoxLayout(this);
 




commit kitemviews for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kitemviews for openSUSE:Factory 
checked in at 2017-04-30 21:19:12

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


Package is "kitemviews"

Sun Apr 30 21:19:12 2017 rev:40 rq:492072 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kitemviews/kitemviews.changes2017-03-28 
15:10:56.769397929 +0200
+++ /work/SRC/openSUSE:Factory/.kitemviews.new/kitemviews.changes   
2017-04-30 21:19:13.440240252 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:52 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kitemviews-5.32.0.tar.xz

New:

  kitemviews-5.33.0.tar.xz



Other differences:
--
++ kitemviews.spec ++
--- /var/tmp/diff_new_pack.RR9p8e/_old  2017-04-30 21:19:14.296119575 +0200
+++ /var/tmp/diff_new_pack.RR9p8e/_new  2017-04-30 21:19:14.300119011 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5ItemViews5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kitemviews
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kitemviews-5.32.0.tar.xz -> kitemviews-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.32.0/CMakeLists.txt 
new/kitemviews-5.33.0/CMakeLists.txt
--- old/kitemviews-5.32.0/CMakeLists.txt2017-03-04 17:15:59.0 
+0100
+++ new/kitemviews-5.33.0/CMakeLists.txt2017-04-01 21:36:49.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KItemViews VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kitemmodels for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2017-04-30 21:19:05

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


Package is "kitemmodels"

Sun Apr 30 21:19:05 2017 rev:40 rq:492071 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2017-03-28 
15:10:52.078062528 +0200
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new/kitemmodels.changes 
2017-04-30 21:19:06.629200597 +0200
@@ -1,0 +2,15 @@
+Sat Apr 15 10:11:51 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Fix build with Qt branch 5.9
+  * Include file to integrate with phabricator
+  * Mention the new QSFPM::setRecursiveFiltering(true) which makes 
KRecursiveFilterProxyModel obsolete.
+  * KDescendantsProxyModel: fix typo in apidox
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kitemmodels-5.32.0.tar.xz

New:

  kitemmodels-5.33.0.tar.xz



Other differences:
--
++ kitemmodels.spec ++
--- /var/tmp/diff_new_pack.mhMWVZ/_old  2017-04-30 21:19:07.385094018 +0200
+++ /var/tmp/diff_new_pack.mhMWVZ/_new  2017-04-30 21:19:07.389093454 +0200
@@ -19,9 +19,9 @@
 %bcond_with python
 %define clang_sonum 3.8
 %define lname   libKF5ItemModels5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kitemmodels
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kitemmodels-5.32.0.tar.xz -> kitemmodels-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.32.0/.arcconfig 
new/kitemmodels-5.33.0/.arcconfig
--- old/kitemmodels-5.32.0/.arcconfig   1970-01-01 01:00:00.0 +0100
+++ new/kitemmodels-5.33.0/.arcconfig   2017-04-01 19:35:01.0 +0200
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.32.0/CMakeLists.txt 
new/kitemmodels-5.33.0/CMakeLists.txt
--- old/kitemmodels-5.32.0/CMakeLists.txt   2017-03-03 13:58:08.0 
+0100
+++ new/kitemmodels-5.33.0/CMakeLists.txt   2017-04-01 19:35:01.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KItemModels VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kitemmodels-5.32.0/autotests/proxymodeltestsuite/modeltest.cpp 
new/kitemmodels-5.33.0/autotests/proxymodeltestsuite/modeltest.cpp
--- old/kitemmodels-5.32.0/autotests/proxymodeltestsuite/modeltest.cpp  
2017-03-03 13:58:08.0 +0100
+++ new/kitemmodels-5.33.0/autotests/proxymodeltestsuite/modeltest.cpp  
2017-04-01 19:35:01.0 +0200
@@ -460,7 +460,7 @@
 // Check that the alignment is one we know about
 QVariant textAlignmentVariant = model->data ( model->index ( 0, 0 ), 
Qt::TextAlignmentRole );
 if ( textAlignmentVariant.isValid() ) {
-int alignment = textAlignmentVariant.toInt();
+const auto alignment = textAlignmentVariant.toUInt();
 QCOMPARE( alignment, ( alignment & ( Qt::AlignHorizontal_Mask | 
Qt::AlignVertical_Mask ) ) );
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.32.0/src/kdescendantsproxymodel.h 
new/kitemmodels-5.33.0/src/kdescendantsproxymodel.h
--- old/kitemmodels-5.32.0/src/kdescendantsproxymodel.h 2017-03-03 
13:58:08.0 +0100
+++ new/kitemmodels-5.33.0/src/kdescendantsproxymodel.h 2017-04-01 
19:35:01.0 +0200
@@ -55,7 +55,7 @@
 
 //  This is new
 descProxy->setDisplayAncestorData(true);
-descProxy->setDisplayAncestorSeparator(QString(" / "));
+descProxy->setAncestorSeparator(QString(" / "));
 
 view->setModel(descProxy);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit kinit for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2017-04-30 21:18:52

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


Package is "kinit"

Sun Apr 30 21:18:52 2017 rev:40 rq:492069 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kinit/kinit.changes  2017-03-28 
15:10:38.364005344 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new/kinit.changes 2017-04-30 
21:18:53.587039521 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:50 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kinit-5.32.0.tar.xz

New:

  kinit-5.33.0.tar.xz



Other differences:
--
++ kinit.spec ++
--- /var/tmp/diff_new_pack.IkfqoW/_old  2017-04-30 21:18:54.318936325 +0200
+++ /var/tmp/diff_new_pack.IkfqoW/_new  2017-04-30 21:18:54.322935761 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kinit
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kinit-5.32.0.tar.xz -> kinit-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinit-5.32.0/CMakeLists.txt 
new/kinit-5.33.0/CMakeLists.txt
--- old/kinit-5.32.0/CMakeLists.txt 2017-03-04 17:14:54.0 +0100
+++ new/kinit-5.33.0/CMakeLists.txt 2017-04-01 21:35:45.0 +0200
@@ -3,7 +3,7 @@
 project(KInit)
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -19,8 +19,8 @@
 include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KINIT
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kinit_version.h"




commit kiconthemes for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2017-04-30 21:18:33

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


Package is "kiconthemes"

Sun Apr 30 21:18:33 2017 rev:43 rq:492066 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2017-03-28 
15:10:20.434545356 +0200
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes 
2017-04-30 21:18:35.017657774 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kiconthemes-5.32.0.tar.xz

New:

  kiconthemes-5.33.0.tar.xz



Other differences:
--
++ kiconthemes.spec ++
--- /var/tmp/diff_new_pack.pXoU1v/_old  2017-04-30 21:18:35.765552322 +0200
+++ /var/tmp/diff_new_pack.pXoU1v/_new  2017-04-30 21:18:35.769551758 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5IconThemes5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kiconthemes
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kiconthemes-5.32.0.tar.xz -> kiconthemes-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.32.0/CMakeLists.txt 
new/kiconthemes-5.33.0/CMakeLists.txt
--- old/kiconthemes-5.32.0/CMakeLists.txt   2017-03-04 17:14:06.0 
+0100
+++ new/kiconthemes-5.33.0/CMakeLists.txt   2017-04-01 21:35:04.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KIconThemes VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kimageformats for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2017-04-30 21:18:46

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


Package is "kimageformats"

Sun Apr 30 21:18:46 2017 rev:41 rq:492068 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes  
2017-03-28 15:10:31.528973640 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2017-04-30 21:18:47.543891595 +0200
@@ -1,0 +2,10 @@
+Sat Apr 15 10:11:50 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+
+---

Old:

  kimageformats-5.32.0.tar.xz

New:

  kimageformats-5.33.0.tar.xz



Other differences:
--
++ kimageformats.spec ++
--- /var/tmp/diff_new_pack.LZ98iX/_old  2017-04-30 21:18:48.447764150 +0200
+++ /var/tmp/diff_new_pack.LZ98iX/_new  2017-04-30 21:18:48.451763587 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kimageformats
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kimageformats-5.32.0.tar.xz -> kimageformats-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.32.0/CMakeLists.txt 
new/kimageformats-5.33.0/CMakeLists.txt
--- old/kimageformats-5.32.0/CMakeLists.txt 2017-03-03 13:56:29.0 
+0100
+++ new/kimageformats-5.33.0/CMakeLists.txt 2017-04-01 19:33:21.0 
+0200
@@ -3,7 +3,7 @@
 project(KImageFormats)
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kio for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2017-04-30 21:18:59

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


Package is "kio"

Sun Apr 30 21:18:59 2017 rev:46 rq:492070 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kio/kio.changes  2017-04-18 13:47:16.844945441 
+0200
+++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes 2017-04-30 
21:19:00.714034627 +0200
@@ -1,0 +2,24 @@
+Sat Apr 15 10:11:51 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * make remote file:// URL redirect to smb:// work again
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * keep query encoding when HTTP Proxy is used
+  * Fix minor typos
+  * User messages cleanup (and de-emphasize Konqueror)
+  * Updated user agents (Firefox 52 ESR, Chromium 57)
+  * Added plugin actions
+  * Simple patch
+  * autotest: comment why the SSE-disabling thing doesn't work (QTBUG-47566)
+  * Handle/truncate url display string assigned to job description. Prevents 
large data: urls from being included in UI notifications.
+  * Restore Cancel button shortcut
+  * Upgrade KF5 version to 5.33.0.
+  * Add KFileWidget::setSelectedUrl()
+  * Fix KUrlRequester save mode by adding setAcceptMode REVIEW: 129986
+  * With this change it is now possible to list multiple paths as defined via 
the command line.
+
+---

Old:

  kio-5.32.0.tar.xz

New:

  kio-5.33.0.tar.xz



Other differences:
--
++ kio.spec ++
--- /var/tmp/diff_new_pack.efhyvc/_old  2017-04-30 21:19:01.593910565 +0200
+++ /var/tmp/diff_new_pack.efhyvc/_new  2017-04-30 21:19:01.597910001 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kio
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0
@@ -86,8 +86,8 @@
 
 %package core
 Summary:Network transparent access to files and data
-Group:  System/GUI/KDE
 # core subpackage created with 5.9.0
+Group:  System/GUI/KDE
 Conflicts:  kio <= 5.8.0
 
 %description core

++ kio-5.32.0.tar.xz -> kio-5.33.0.tar.xz ++
 39722 lines of diff (skipped)




commit kidletime for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kidletime for openSUSE:Factory 
checked in at 2017-04-30 21:18:39

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


Package is "kidletime"

Sun Apr 30 21:18:39 2017 rev:40 rq:492067 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kidletime/kidletime.changes  2017-03-28 
15:10:23.450118148 +0200
+++ /work/SRC/openSUSE:Factory/.kidletime.new/kidletime.changes 2017-04-30 
21:18:40.688858144 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:50 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kidletime-5.32.0.tar.xz

New:

  kidletime-5.33.0.tar.xz



Other differences:
--
++ kidletime.spec ++
--- /var/tmp/diff_new_pack.jzpE1c/_old  2017-04-30 21:18:41.348765098 +0200
+++ /var/tmp/diff_new_pack.jzpE1c/_new  2017-04-30 21:18:41.348765098 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5IdleTime5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kidletime
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kidletime-5.32.0.tar.xz -> kidletime-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidletime-5.32.0/CMakeLists.txt 
new/kidletime-5.33.0/CMakeLists.txt
--- old/kidletime-5.32.0/CMakeLists.txt 2017-03-03 13:55:57.0 +0100
+++ new/kidletime-5.33.0/CMakeLists.txt 2017-04-01 19:32:48.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KIdleTime VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit ki18n for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2017-04-30 21:18:26

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


Package is "ki18n"

Sun Apr 30 21:18:26 2017 rev:43 rq:492065 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes  2017-03-28 
15:10:15.631225831 +0200
+++ /work/SRC/openSUSE:Factory/.ki18n.new/ki18n.changes 2017-04-30 
21:18:27.634698760 +0200
@@ -1,0 +2,13 @@
+Sat Apr 15 10:11:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * don't add the autotests dir when test building is disabled
+  * add .arcconfig file
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  ki18n-5.32.0.tar.xz

New:

  ki18n-5.33.0.tar.xz



Other differences:
--
++ ki18n.spec ++
--- /var/tmp/diff_new_pack.xrngpe/_old  2017-04-30 21:18:28.386592744 +0200
+++ /var/tmp/diff_new_pack.xrngpe/_new  2017-04-30 21:18:28.390592179 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5I18n5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   ki18n
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ ki18n-5.32.0.tar.xz -> ki18n-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.32.0/.arcconfig new/ki18n-5.33.0/.arcconfig
--- old/ki18n-5.32.0/.arcconfig 1970-01-01 01:00:00.0 +0100
+++ new/ki18n-5.33.0/.arcconfig 2017-04-01 21:34:45.0 +0200
@@ -0,0 +1,4 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/;
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ki18n-5.32.0/CMakeLists.txt 
new/ki18n-5.33.0/CMakeLists.txt
--- old/ki18n-5.32.0/CMakeLists.txt 2017-03-04 17:13:47.0 +0100
+++ new/ki18n-5.33.0/CMakeLists.txt 2017-04-01 21:34:45.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KI18n VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -57,7 +57,9 @@
 ki18n_install(po)
 endif()
 add_subdirectory(src)
-add_subdirectory(autotests)
+if (BUILD_TESTING)
+add_subdirectory(autotests)
+endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5I18n")




commit khtml for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2017-04-30 21:18:19

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


Package is "khtml"

Sun Apr 30 21:18:19 2017 rev:39 rq:492064 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/khtml/khtml.changes  2017-03-28 
15:10:09.692067220 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new/khtml.changes 2017-04-30 
21:18:20.427714932 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Error page, correctly load the image (with a real URL)
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  khtml-5.32.0.tar.xz

New:

  khtml-5.33.0.tar.xz



Other differences:
--
++ khtml.spec ++
--- /var/tmp/diff_new_pack.qBvYFf/_old  2017-04-30 21:18:21.207604970 +0200
+++ /var/tmp/diff_new_pack.qBvYFf/_new  2017-04-30 21:18:21.211604406 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5KHtml5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   khtml
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ khtml-5.32.0.tar.xz -> khtml-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.32.0/CMakeLists.txt 
new/khtml-5.33.0/CMakeLists.txt
--- old/khtml-5.32.0/CMakeLists.txt 2017-03-04 17:13:27.0 +0100
+++ new/khtml-5.33.0/CMakeLists.txt 2017-04-01 21:34:25.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KHtml VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.32.0/po/gl/khtml5.po 
new/khtml-5.33.0/po/gl/khtml5.po
--- old/khtml-5.32.0/po/gl/khtml5.po2017-03-04 17:13:27.0 +0100
+++ new/khtml-5.33.0/po/gl/khtml5.po2017-04-01 21:34:25.0 +0200
@@ -423,7 +423,7 @@
 "This wizard is intended to guide you through the procedure. You may cancel "
 "at any time, and this will abort the transaction."
 msgstr ""
-"Indicou que quer obter ou mercar un certificado seguro. Este asistente "
+"Indicou que quere obter ou mercar un certificado seguro. Este asistente "
 "guiarao a través do proceso. Pode interrompelo a calquera altura, co que "
 "interromperá a transacción."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.32.0/src/khtml_part.cpp 
new/khtml-5.33.0/src/khtml_part.cpp
--- old/khtml-5.32.0/src/khtml_part.cpp 2017-03-04 17:13:27.0 +0100
+++ new/khtml-5.33.0/src/khtml_part.cpp 2017-04-01 21:34:25.0 +0200
@@ -1912,7 +1912,7 @@
 
 html.replace(QLatin1String("TITLE"), i18n("Error: %1 - %2", errorName, 
url));
 html.replace(QLatin1String("DIRECTION"), QApplication::isRightToLeft() ? 
"rtl" : "ltr");
-html.replace(QLatin1String("ICON_PATH"), 
KIconLoader::global()->iconPath("dialog-warning", -KIconLoader::SizeHuge));
+html.replace(QLatin1String("ICON_PATH"), 
QUrl::fromLocalFile(KIconLoader::global()->iconPath("dialog-warning", 
-KIconLoader::SizeHuge)).url());
 
 QString doc = QLatin1String("");
 doc += i18n("The requested operation could not be completed");




commit kdoctools for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kdoctools for openSUSE:Factory 
checked in at 2017-04-30 21:17:45

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


Package is "kdoctools"

Sun Apr 30 21:17:45 2017 rev:42 rq:492059 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes  2017-03-28 
15:14:14.861336390 +0200
+++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2017-04-30 
21:18:06.781639008 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:48 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+  * meinproc5: link to the files, not to the library
+
+---

Old:

  kdoctools-5.32.0.tar.xz

New:

  kdoctools-5.33.0.tar.xz



Other differences:
--
++ kdoctools.spec ++
--- /var/tmp/diff_new_pack.E25O7V/_old  2017-04-30 21:18:07.509536375 +0200
+++ /var/tmp/diff_new_pack.E25O7V/_new  2017-04-30 21:18:07.521534683 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DocTools5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdoctools
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kdoctools-5.32.0.tar.xz -> kdoctools-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.32.0/CMakeLists.txt 
new/kdoctools-5.33.0/CMakeLists.txt
--- old/kdoctools-5.32.0/CMakeLists.txt 2017-03-10 07:57:35.0 +0100
+++ new/kdoctools-5.33.0/CMakeLists.txt 2017-04-01 21:33:13.0 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KDocTools VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.32.0/po/sr/kdoctools5.po 
new/kdoctools-5.33.0/po/sr/kdoctools5.po
--- old/kdoctools-5.32.0/po/sr/kdoctools5.po2017-03-10 07:57:35.0 
+0100
+++ new/kdoctools-5.33.0/po/sr/kdoctools5.po2017-04-01 21:33:13.0 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kio_help5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:11+0100\n"
+"POT-Creation-Date: 2017-03-04 03:56+0100\n"
 "PO-Revision-Date: 2014-05-19 22:29+0200\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
@@ -19,22 +19,22 @@
 "X-Environment: kde\n"
 "X-Wrapping: fine\n"
 
-#: xslt.cpp:134
+#: xslt.cpp:140
 #, kde-format
 msgid "Parsing stylesheet"
 msgstr "Рашчлањујем опис стила..."
 
-#: xslt.cpp:158
+#: xslt.cpp:164
 #, kde-format
 msgid "Parsing document"
 msgstr "Рашчлањујем документ..."
 
-#: xslt.cpp:184
+#: xslt.cpp:190
 #, kde-format
 msgid "Applying stylesheet"
 msgstr "Примењујем опис стила..."
 
-#: xslt.cpp:192
+#: xslt.cpp:198
 #, kde-format
 msgid "Writing document"
 msgstr "Уписујем документ..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.32.0/po/sr@ijekavian/kdoctools5.po 
new/kdoctools-5.33.0/po/sr@ijekavian/kdoctools5.po
--- old/kdoctools-5.32.0/po/sr@ijekavian/kdoctools5.po  2017-03-10 
07:57:35.0 +0100
+++ new/kdoctools-5.33.0/po/sr@ijekavian/kdoctools5.po  2017-04-01 
21:33:13.0 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kio_help5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:11+0100\n"
+"POT-Creation-Date: 2017-03-04 03:56+0100\n"
 "PO-Revision-Date: 2014-05-19 22:29+0200\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
@@ -18,22 +18,22 @@
 "X-Text-Markup: kde4\n"
 "X-Environment: kde\n"
 
-#: xslt.cpp:134
+#: xslt.cpp:140
 #, kde-format
 msgid "Parsing stylesheet"
 msgstr "Рашчлањујем 

commit kemoticons for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2017-04-30 21:17:52

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


Package is "kemoticons"

Sun Apr 30 21:17:52 2017 rev:39 rq:492060 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes2017-03-28 
15:09:46.083411834 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes   
2017-04-30 21:18:08.357416825 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:48 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kemoticons-5.32.0.tar.xz

New:

  kemoticons-5.33.0.tar.xz



Other differences:
--
++ kemoticons.spec ++
--- /var/tmp/diff_new_pack.Qcwuov/_old  2017-04-30 21:18:09.149305171 +0200
+++ /var/tmp/diff_new_pack.Qcwuov/_new  2017-04-30 21:18:09.153304607 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Emoticons5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kemoticons
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kemoticons-5.32.0.tar.xz -> kemoticons-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.32.0/CMakeLists.txt 
new/kemoticons-5.33.0/CMakeLists.txt
--- old/kemoticons-5.32.0/CMakeLists.txt2017-03-03 13:52:09.0 
+0100
+++ new/kemoticons-5.33.0/CMakeLists.txt2017-04-01 11:19:01.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KEmoticons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kdelibs4support for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kdelibs4support for openSUSE:Factory 
checked in at 2017-04-30 21:17:06

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


Package is "kdelibs4support"

Sun Apr 30 21:17:06 2017 rev:40 rq:492054 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4support/kdelibs4support.changes  
2017-04-17 10:23:17.847823014 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4support.new/kdelibs4support.changes 
2017-04-30 21:17:59.098722287 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:47 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kdelibs4support-5.32.0.tar.xz

New:

  kdelibs4support-5.33.0.tar.xz



Other differences:
--
++ kdelibs4support.spec ++
--- /var/tmp/diff_new_pack.Bia3gS/_old  2017-04-30 21:17:59.854615707 +0200
+++ /var/tmp/diff_new_pack.Bia3gS/_new  2017-04-30 21:17:59.858615143 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5KDELibs4Support5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdelibs4support
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  NetworkManager-devel

++ kdelibs4support-5.32.0.tar.xz -> kdelibs4support-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdelibs4support-5.32.0/CMakeLists.txt 
new/kdelibs4support-5.33.0/CMakeLists.txt
--- old/kdelibs4support-5.32.0/CMakeLists.txt   2017-03-04 17:10:46.0 
+0100
+++ new/kdelibs4support-5.33.0/CMakeLists.txt   2017-04-01 21:31:46.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KDELibs4Support VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdelibs4support-5.32.0/po/gl/kdelibs4support.po 
new/kdelibs4support-5.33.0/po/gl/kdelibs4support.po
--- old/kdelibs4support-5.32.0/po/gl/kdelibs4support.po 2017-03-04 
17:10:46.0 +0100
+++ new/kdelibs4support-5.33.0/po/gl/kdelibs4support.po 2017-04-01 
21:31:46.0 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-27 03:55+0100\n"
-"PO-Revision-Date: 2017-02-02 21:36+0100\n"
+"PO-Revision-Date: 2017-03-15 21:49+0100\n"
 "Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
 "Language-Team: Galician \n"
@@ -2732,7 +2732,7 @@
 "org"
 msgstr ""
 "KDE está traducido a moitas linguas grazas ao traballo dos equipos de "
-"tradución de todo o mundo.Para máis información acerca da "
+"tradución de todo o mundo.Para máis información sobre a "
 "internacionalización de KDE visite http://l10n.kde.org\;>http://;
 "l10n.kde.org ou http://www.trasno.net/"
 
@@ -7291,7 +7291,7 @@
 "format (usually WidthxHeight+XPos+YPos)"
 msgstr ""
 "estabelece a xeometría do cliente do trebello principal; consulte a axuda "
-"das X para o formato do argumento (polo xeral Largo×Alto+XPos+YPos)"
+"das X para o formato do argumento (polo xeral Anchura×Altura+XPos+YPos)"
 
 #: kdecore/kcmdlineargs.cpp:436
 #, kde-format
@@ -7346,7 +7346,7 @@
 #: kdecore/kcmdlineargs.cpp:924
 #, kde-format
 msgid "This application was written by somebody who wants to remain anonymous."
-msgstr "Este aplicativo foi escrito por alguén que quer quedar anónimo."
+msgstr "Este aplicativo foi escrito por alguén que quere quedar anónimo."
 
 #: kdecore/kcmdlineargs.cpp:929
 #, kde-format
@@ -7396,7 +7396,7 @@
 #: kdecore/kcmdlineargs.cpp:1127
 #, kde-format
 msgid "Show help about options"
-msgstr "Mostrar axuda acerca das opcións"
+msgstr "Mostrar axuda sobre as opcións"
 
 #: kdecore/kcmdlineargs.cpp:1133
 #, kde-format
@@ 

commit kglobalaccel for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kglobalaccel for openSUSE:Factory 
checked in at 2017-04-30 21:18:05

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


Package is "kglobalaccel"

Sun Apr 30 21:18:05 2017 rev:41 rq:492062 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kglobalaccel/kglobalaccel.changes
2017-03-28 15:09:55.734044634 +0200
+++ /work/SRC/openSUSE:Factory/.kglobalaccel.new/kglobalaccel.changes   
2017-04-30 21:18:11.568964003 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:48 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kglobalaccel-5.32.0.tar.xz

New:

  kglobalaccel-5.33.0.tar.xz



Other differences:
--
++ kglobalaccel.spec ++
--- /var/tmp/diff_new_pack.MAO4do/_old  2017-04-30 21:18:12.292861934 +0200
+++ /var/tmp/diff_new_pack.MAO4do/_new  2017-04-30 21:18:12.296861370 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5GlobalAccel5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kglobalaccel
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kglobalaccel-5.32.0.tar.xz -> kglobalaccel-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kglobalaccel-5.32.0/CMakeLists.txt 
new/kglobalaccel-5.33.0/CMakeLists.txt
--- old/kglobalaccel-5.32.0/CMakeLists.txt  2017-03-04 17:12:57.0 
+0100
+++ new/kglobalaccel-5.33.0/CMakeLists.txt  2017-04-01 21:33:56.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KGlobalAccel VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kglobalaccel-5.32.0/po/cs/kglobalaccel5_qt.po 
new/kglobalaccel-5.33.0/po/cs/kglobalaccel5_qt.po
--- old/kglobalaccel-5.32.0/po/cs/kglobalaccel5_qt.po   2017-03-04 
17:12:57.0 +0100
+++ new/kglobalaccel-5.33.0/po/cs/kglobalaccel5_qt.po   2017-04-01 
21:33:56.0 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl , 2010, 2011, 2012.
-# Vít Pelčák , 2011, 2012, 2013, 2014, 2015.
+# Vít Pelčák , 2011, 2012, 2013, 2014, 2015, 2017.
 # Tomáš Chvátal , 2012, 2013.
 #
 msgid ""
@@ -9,15 +9,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2014-04-02 13:20+0200\n"
+"PO-Revision-Date: 2017-03-08 10:49+0100\n"
 "Last-Translator: Vít Pelčák \n"
-"Language-Team: American English \n"
+"Language-Team: Czech \n"
 "Language: en_US\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Language: cs_CZ\n"
 "X-Source-Language: en_US\n"
 "X-Qt-Contexts: true\n"
@@ -73,9 +73,9 @@
 #: runtime/main.cpp:52 runtime/main.cpp:54
 msgctxt "QObject|"
 msgid "KDE Global Shortcuts Service"
-msgstr ""
+msgstr "Služba globálních zkratek KDE"
 
 #: runtime/main.cpp:57 runtime/main.cpp:58
 msgctxt "QObject|"
 msgid "Maintainer"
-msgstr ""
+msgstr "Správce"




commit kdewebkit for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kdewebkit for openSUSE:Factory 
checked in at 2017-04-30 21:17:27

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


Package is "kdewebkit"

Sun Apr 30 21:17:27 2017 rev:40 rq:492057 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdewebkit/kdewebkit.changes  2017-03-28 
15:09:32.821290680 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebkit.new/kdewebkit.changes 2017-04-30 
21:18:04.561951980 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:47 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kdewebkit-5.32.0.tar.xz

New:

  kdewebkit-5.33.0.tar.xz



Other differences:
--
++ kdewebkit.spec ++
--- /var/tmp/diff_new_pack.UsbejZ/_old  2017-04-30 21:18:05.097876415 +0200
+++ /var/tmp/diff_new_pack.UsbejZ/_new  2017-04-30 21:18:05.105875288 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5WebKit5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdewebkit
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kdewebkit-5.32.0.tar.xz -> kdewebkit-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.32.0/CMakeLists.txt 
new/kdewebkit-5.33.0/CMakeLists.txt
--- old/kdewebkit-5.32.0/CMakeLists.txt 2017-03-03 13:50:31.0 +0100
+++ new/kdewebkit-5.33.0/CMakeLists.txt 2017-04-01 11:17:21.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KDEWebKit VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kdesu for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2017-04-30 21:17:21

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


Package is "kdesu"

Sun Apr 30 21:17:21 2017 rev:39 rq:492056 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes  2017-03-28 
15:09:28.529898645 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2017-04-30 
21:18:03.474105365 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:47 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kdesu-5.32.0.tar.xz

New:

  kdesu-5.33.0.tar.xz



Other differences:
--
++ kdesu.spec ++
--- /var/tmp/diff_new_pack.7bPfoF/_old  2017-04-30 21:18:04.210001605 +0200
+++ /var/tmp/diff_new_pack.7bPfoF/_new  2017-04-30 21:18:04.214001041 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Su5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdesu
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kdesu-5.32.0.tar.xz -> kdesu-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.32.0/CMakeLists.txt 
new/kdesu-5.33.0/CMakeLists.txt
--- old/kdesu-5.32.0/CMakeLists.txt 2017-03-04 17:11:30.0 +0100
+++ new/kdesu-5.33.0/CMakeLists.txt 2017-04-01 21:32:31.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KDESu VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kdnssd-framework for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kdnssd-framework for 
openSUSE:Factory checked in at 2017-04-30 21:17:36

Comparing /work/SRC/openSUSE:Factory/kdnssd-framework (Old)
 and  /work/SRC/openSUSE:Factory/.kdnssd-framework.new (New)


Package is "kdnssd-framework"

Sun Apr 30 21:17:36 2017 rev:39 rq:492058 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd-framework/kdnssd-framework.changes
2017-03-28 15:09:36.776730312 +0200
+++ /work/SRC/openSUSE:Factory/.kdnssd-framework.new/kdnssd-framework.changes   
2017-04-30 21:18:05.657797467 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:48 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kdnssd-5.32.0.tar.xz

New:

  kdnssd-5.33.0.tar.xz



Other differences:
--
++ kdnssd-framework.spec ++
--- /var/tmp/diff_new_pack.GZRGXI/_old  2017-04-30 21:18:06.313704986 +0200
+++ /var/tmp/diff_new_pack.GZRGXI/_new  2017-04-30 21:18:06.321703858 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DNSSD5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdnssd-framework
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  avahi-compat-mDNSResponder-devel
 BuildRequires:  cmake >= 3.0

++ kdnssd-5.32.0.tar.xz -> kdnssd-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.32.0/CMakeLists.txt 
new/kdnssd-5.33.0/CMakeLists.txt
--- old/kdnssd-5.32.0/CMakeLists.txt2017-03-04 17:11:59.0 +0100
+++ new/kdnssd-5.33.0/CMakeLists.txt2017-04-01 21:32:59.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KDNSSD VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kguiaddons for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kguiaddons for openSUSE:Factory 
checked in at 2017-04-30 21:18:12

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


Package is "kguiaddons"

Sun Apr 30 21:18:12 2017 rev:40 rq:492063 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kguiaddons/kguiaddons.changes2017-03-28 
15:10:02.697058193 +0200
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new/kguiaddons.changes   
2017-04-30 21:18:12.868780731 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:49 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kguiaddons-5.32.0.tar.xz

New:

  kguiaddons-5.33.0.tar.xz



Other differences:
--
++ kguiaddons.spec ++
--- /var/tmp/diff_new_pack.U8twT1/_old  2017-04-30 21:18:13.560683173 +0200
+++ /var/tmp/diff_new_pack.U8twT1/_new  2017-04-30 21:18:13.560683173 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5GuiAddons5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kguiaddons
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kguiaddons-5.32.0.tar.xz -> kguiaddons-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.32.0/CMakeLists.txt 
new/kguiaddons-5.33.0/CMakeLists.txt
--- old/kguiaddons-5.32.0/CMakeLists.txt2017-03-03 13:53:46.0 
+0100
+++ new/kguiaddons-5.33.0/CMakeLists.txt2017-04-01 19:30:35.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KGuiAddons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kded for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2017-04-30 21:16:58

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


Package is "kded"

Sun Apr 30 21:16:58 2017 rev:40 rq:492053 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2017-03-28 
15:09:13.496028513 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2017-04-30 
21:17:58.234844093 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:47 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kded-5.32.0.tar.xz

New:

  kded-5.33.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.JxTOXq/_old  2017-04-30 21:17:58.730774166 +0200
+++ /var/tmp/diff_new_pack.JxTOXq/_new  2017-04-30 21:17:58.734773603 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kded
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kded-5.32.0.tar.xz -> kded-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.32.0/CMakeLists.txt 
new/kded-5.33.0/CMakeLists.txt
--- old/kded-5.32.0/CMakeLists.txt  2017-03-04 17:10:26.0 +0100
+++ new/kded-5.33.0/CMakeLists.txt  2017-04-01 21:31:27.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KDED VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.32.0/po/ru/docs/kded5/man-kded5.8.docbook 
new/kded-5.33.0/po/ru/docs/kded5/man-kded5.8.docbook
--- old/kded-5.32.0/po/ru/docs/kded5/man-kded5.8.docbook2017-03-04 
17:10:26.0 +0100
+++ new/kded-5.33.0/po/ru/docs/kded5/man-kded5.8.docbook2017-04-01 
21:31:27.0 +0200
@@ -4,11 +4,11 @@
 >
 ]>
 
-
+
 
 
 KDED
+>Руководство пользователя kded5
 David22 марта 2014 г.
 5.0
+>Frameworks 5.0
+KDE Frameworks
 
 
 
@@ -259,9 +261,9 @@
 Ошибки
 KDE Frameworks может содержать ошибки. Сообщайте о них разработчикам на 
http://bugs.kde.org;
+>Используйте http://bugs.kde.org;
 >bugs.kde.org.
+> для отправки сообщений об ошибках.
 
 
 




commit kdesignerplugin for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2017-04-30 21:17:15

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


Package is "kdesignerplugin"

Sun Apr 30 21:17:15 2017 rev:40 rq:492055 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2017-03-28 15:09:23.758574604 +0200
+++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes 
2017-04-30 21:18:02.190286381 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:47 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kdesignerplugin-5.32.0.tar.xz

New:

  kdesignerplugin-5.33.0.tar.xz



Other differences:
--
++ kdesignerplugin.spec ++
--- /var/tmp/diff_new_pack.u03YOY/_old  2017-04-30 21:18:03.050165140 +0200
+++ /var/tmp/diff_new_pack.u03YOY/_new  2017-04-30 21:18:03.054164576 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdesignerplugin
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kdesignerplugin-5.32.0.tar.xz -> kdesignerplugin-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.32.0/CMakeLists.txt 
new/kdesignerplugin-5.33.0/CMakeLists.txt
--- old/kdesignerplugin-5.32.0/CMakeLists.txt   2017-03-04 17:11:17.0 
+0100
+++ new/kdesignerplugin-5.33.0/CMakeLists.txt   2017-04-01 21:32:17.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KDesignerPlugin VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kfilemetadata5 for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kfilemetadata5 for openSUSE:Factory 
checked in at 2017-04-30 21:17:59

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


Package is "kfilemetadata5"

Sun Apr 30 21:17:59 2017 rev:45 rq:492061 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes
2017-03-28 15:09:49.410940425 +0200
+++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new/kfilemetadata5.changes   
2017-04-30 21:18:10.213155169 +0200
@@ -1,0 +2,14 @@
+Sat Apr 15 10:11:48 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Make PlainTextExtractor match "text/plain" again
+  * Upgrade KF5 version to 5.33.0.
+- Remove patches, now upstream:
+  * Make-PlainTextExtractor-match-text-plain-again.patch
+
+---

Old:

  Make-PlainTextExtractor-match-text-plain-again.patch
  kfilemetadata-5.32.0.tar.xz

New:

  kfilemetadata-5.33.0.tar.xz



Other differences:
--
++ kfilemetadata5.spec ++
--- /var/tmp/diff_new_pack.ptgqK5/_old  2017-04-30 21:18:11.057036184 +0200
+++ /var/tmp/diff_new_pack.ptgqK5/_new  2017-04-30 21:18:11.065035055 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without ffmpeg
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kfilemetadata5
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 Summary:Extract Metadata
@@ -30,8 +30,6 @@
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz
 Source1:baselibs.conf
 Patch0: ffmpeg-buildrequires.patch
-# PATCH-FIX-UPSTREAM Make-PlainTextExtractor-match-text-plain-again.patch -- 
fixes metadata extraction for text files
-Patch1: Make-PlainTextExtractor-match-text-plain-again.patch
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 %if %{with ffmpeg}
 BuildRequires:  pkgconfig(libavcodec)
@@ -71,7 +69,6 @@
 %prep
 %setup -q -n kfilemetadata-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ kfilemetadata-5.32.0.tar.xz -> kfilemetadata-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.32.0/CMakeLists.txt 
new/kfilemetadata-5.33.0/CMakeLists.txt
--- old/kfilemetadata-5.32.0/CMakeLists.txt 2017-03-04 17:12:39.0 
+0100
+++ new/kfilemetadata-5.33.0/CMakeLists.txt 2017-04-01 21:33:39.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KFileMetaData VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.32.0/autotests/CMakeLists.txt 
new/kfilemetadata-5.33.0/autotests/CMakeLists.txt
--- old/kfilemetadata-5.32.0/autotests/CMakeLists.txt   2017-03-04 
17:12:39.0 +0100
+++ new/kfilemetadata-5.33.0/autotests/CMakeLists.txt   2017-04-01 
21:33:39.0 +0200
@@ -104,6 +104,20 @@
 LINK_LIBRARIES Qt5::Test KF5::FileMetaData KF5::I18n
 )
 
+#
+# Collection
+#
+set(extractorcollection_SRCS
+extractorcollectiontest.cpp
+../src/extractorcollection.cpp
+../src/externalextractor.cpp
+)
+
+ecm_add_test(${extractorcollection_SRCS}
+TEST_NAME "extractorcollectiontest"
+LINK_LIBRARIES Qt5::Test KF5::FileMetaData
+)
+
 
 # Writer tests #
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kfilemetadata-5.32.0/autotests/extractorcollectiontest.cpp 
new/kfilemetadata-5.33.0/autotests/extractorcollectiontest.cpp
--- old/kfilemetadata-5.32.0/autotests/extractorcollectiontest.cpp  
1970-01-01 01:00:00.0 +0100
+++ new/kfilemetadata-5.33.0/autotests/extractorcollectiontest.cpp  

commit kcompletion for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2017-04-30 21:16:19

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


Package is "kcompletion"

Sun Apr 30 21:16:19 2017 rev:41 rq:492046 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2017-03-28 
15:09:00.513867724 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2017-04-30 21:17:49.600061583 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:45 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kcompletion-5.32.0.tar.xz

New:

  kcompletion-5.33.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.v4ajkW/_old  2017-04-30 21:17:50.199976996 +0200
+++ /var/tmp/diff_new_pack.v4ajkW/_new  2017-04-30 21:17:50.203976432 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Completion5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kcompletion
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcompletion-5.32.0.tar.xz -> kcompletion-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.32.0/CMakeLists.txt 
new/kcompletion-5.33.0/CMakeLists.txt
--- old/kcompletion-5.32.0/CMakeLists.txt   2017-03-04 17:08:39.0 
+0100
+++ new/kcompletion-5.33.0/CMakeLists.txt   2017-04-01 21:29:43.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KCompletion VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kcoreaddons for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2017-04-30 21:16:34

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


Package is "kcoreaddons"

Sun Apr 30 21:16:34 2017 rev:43 rq:492049 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2017-03-28 
15:08:56.286466632 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2017-04-30 21:17:53.683485827 +0200
@@ -1,0 +2,13 @@
+Sat Apr 15 10:11:44 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * explicitly set NO_CMAKE_FIND_ROOT_PATH
+  * Upgrade KF5 version to 5.33.0.
+  * Mac OS (X) has a POSIX-compliant /bin/sh too
+
+---

Old:

  kcoreaddons-5.32.0.tar.xz

New:

  kcoreaddons-5.33.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.5VAq41/_old  2017-04-30 21:17:54.387386578 +0200
+++ /var/tmp/diff_new_pack.5VAq41/_new  2017-04-30 21:17:54.391386013 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kcoreaddons
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcoreaddons-5.32.0.tar.xz -> kcoreaddons-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.32.0/CMakeLists.txt 
new/kcoreaddons-5.33.0/CMakeLists.txt
--- old/kcoreaddons-5.32.0/CMakeLists.txt   2017-03-04 19:02:13.0 
+0100
+++ new/kcoreaddons-5.33.0/CMakeLists.txt   2017-04-01 21:30:32.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KCoreAddons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.32.0/KF5CoreAddonsConfig.cmake.in 
new/kcoreaddons-5.33.0/KF5CoreAddonsConfig.cmake.in
--- old/kcoreaddons-5.32.0/KF5CoreAddonsConfig.cmake.in 2017-03-04 
19:02:13.0 +0100
+++ new/kcoreaddons-5.33.0/KF5CoreAddonsConfig.cmake.in 2017-04-01 
21:30:32.0 +0200
@@ -5,7 +5,10 @@
 
 
 if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
-find_file(TARGETSFILE KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake 
PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH)
+find_file(TARGETSFILE KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake
+PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR}
+NO_DEFAULT_PATH
+NO_CMAKE_FIND_ROOT_PATH)
 include("${TARGETSFILE}")
 else()
 include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsToolingTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.32.0/po/cs/kcoreaddons5_qt.po 
new/kcoreaddons-5.33.0/po/cs/kcoreaddons5_qt.po
--- old/kcoreaddons-5.32.0/po/cs/kcoreaddons5_qt.po 2017-03-04 
19:02:13.0 +0100
+++ new/kcoreaddons-5.33.0/po/cs/kcoreaddons5_qt.po 2017-04-01 
21:30:32.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-03-23 01:50+\n"
-"PO-Revision-Date: 2017-02-21 14:30+0100\n"
+"PO-Revision-Date: 2017-03-08 10:14+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: en_US\n"
@@ -154,7 +154,7 @@
 #: lib/kaboutdata.cpp:1057
 msgctxt "KAboutData CLI|"
 msgid "The base file name of the desktop entry for this application."
-msgstr ""
+msgstr "Základní název souboru položky na ploše pro tuto aplikaci."
 
 #: lib/kaboutdata.cpp:1058
 msgctxt "KAboutData CLI|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.32.0/po/gl/kcoreaddons5_qt.po 
new/kcoreaddons-5.33.0/po/gl/kcoreaddons5_qt.po
--- 

commit breeze5-icons for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package breeze5-icons for openSUSE:Factory 
checked in at 2017-04-30 21:15:23

Comparing /work/SRC/openSUSE:Factory/breeze5-icons (Old)
 and  /work/SRC/openSUSE:Factory/.breeze5-icons.new (New)


Package is "breeze5-icons"

Sun Apr 30 21:15:23 2017 rev:18 rq:492035 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/breeze5-icons/breeze5-icons.changes  
2017-03-28 15:07:32.498337367 +0200
+++ /work/SRC/openSUSE:Factory/.breeze5-icons.new/breeze5-icons.changes 
2017-04-30 21:15:24.588507260 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Added MIME-type icon for Dockerfile as text-dockerfile
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  breeze-icons-5.32.0.tar.xz

New:

  breeze-icons-5.33.0.tar.xz



Other differences:
--
++ breeze5-icons.spec ++
--- /var/tmp/diff_new_pack.49KcBc/_old  2017-04-30 21:15:25.384395058 +0200
+++ /var/tmp/diff_new_pack.49KcBc/_new  2017-04-30 21:15:25.388394494 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   breeze5-icons
-Version:5.32.0
+Version:5.33.0
 Release:0
 Summary:Breeze icon theme
 License:LGPL-3.0

++ breeze-icons-5.32.0.tar.xz -> breeze-icons-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-icons-5.32.0/CMakeLists.txt 
new/breeze-icons-5.33.0/CMakeLists.txt
--- old/breeze-icons-5.32.0/CMakeLists.txt  2017-03-03 13:39:14.0 
+0100
+++ new/breeze-icons-5.33.0/CMakeLists.txt  2017-04-01 11:05:46.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(BreezeIcons VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/breeze-icons-5.32.0/icons/mimetypes/16/text-dockerfile.svg 
new/breeze-icons-5.33.0/icons/mimetypes/16/text-dockerfile.svg
--- old/breeze-icons-5.32.0/icons/mimetypes/16/text-dockerfile.svg  
1970-01-01 01:00:00.0 +0100
+++ new/breeze-icons-5.33.0/icons/mimetypes/16/text-dockerfile.svg  
2017-04-01 11:05:46.0 +0200
@@ -0,0 +1,65 @@
+
+http://purl.org/dc/elements/1.1/;
+   xmlns:cc="http://creativecommons.org/ns#;
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:svg="http://www.w3.org/2000/svg;
+   xmlns="http://www.w3.org/2000/svg;
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape;
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   version="1.1"
+   id="svg12"
+   sodipodi:docname="text-dockerfile.svg"
+   inkscape:version="0.92.1 r">
+  
+
+  
+image/svg+xml
+http://purl.org/dc/dcmitype/StillImage; />
+
+  
+
+  
+  
+  
+
+  
+  
+  
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/breeze-icons-5.32.0/icons/mimetypes/22/text-dockerfile.svg 
new/breeze-icons-5.33.0/icons/mimetypes/22/text-dockerfile.svg
--- old/breeze-icons-5.32.0/icons/mimetypes/22/text-dockerfile.svg  
1970-01-01 01:00:00.0 +0100
+++ new/breeze-icons-5.33.0/icons/mimetypes/22/text-dockerfile.svg  
2017-04-01 11:05:46.0 +0200
@@ -0,0 +1,112 @@
+
+
+
+http://purl.org/dc/elements/1.1/;
+   xmlns:cc="http://creativecommons.org/ns#;
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+   xmlns:svg="http://www.w3.org/2000/svg;
+   xmlns="http://www.w3.org/2000/svg;
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd;
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape;
+   width="22"
+   height="22"
+   id="svg3869"
+   version="1.1"
+   inkscape:version="0.92.1 r"
+   sodipodi:docname="text-dockerfile.svg">
+  
+  
+
+
+
+
+
+
+
+
+
+  
+  
+
+  
+image/svg+xml
+

commit kconfigwidgets for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kconfigwidgets for openSUSE:Factory 
checked in at 2017-04-30 21:16:29

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


Package is "kconfigwidgets"

Sun Apr 30 21:16:29 2017 rev:41 rq:492048 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes
2017-03-28 15:09:02.405599718 +0200
+++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new/kconfigwidgets.changes   
2017-04-30 21:17:51.919734513 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:46 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kconfigwidgets-5.32.0.tar.xz

New:

  kconfigwidgets-5.33.0.tar.xz



Other differences:
--
++ kconfigwidgets.spec ++
--- /var/tmp/diff_new_pack.2HUEPq/_old  2017-04-30 21:17:52.751617219 +0200
+++ /var/tmp/diff_new_pack.2HUEPq/_new  2017-04-30 21:17:52.759616091 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5ConfigWidgets5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kconfigwidgets
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kconfigwidgets-5.32.0.tar.xz -> kconfigwidgets-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.32.0/CMakeLists.txt 
new/kconfigwidgets-5.33.0/CMakeLists.txt
--- old/kconfigwidgets-5.32.0/CMakeLists.txt2017-03-04 17:09:12.0 
+0100
+++ new/kconfigwidgets-5.33.0/CMakeLists.txt2017-04-01 21:30:15.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KConfigWidgets VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.32.0/po/gl/kconfigwidgets5.po 
new/kconfigwidgets-5.33.0/po/gl/kconfigwidgets5.po
--- old/kconfigwidgets-5.32.0/po/gl/kconfigwidgets5.po  2017-03-04 
17:09:12.0 +0100
+++ new/kconfigwidgets-5.33.0/po/gl/kconfigwidgets5.po  2017-04-01 
21:30:15.0 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-01-30 03:49+0100\n"
-"PO-Revision-Date: 2017-01-14 18:48+0100\n"
+"PO-Revision-Date: 2017-03-15 21:49+0100\n"
 "Last-Translator: Adrián Chaves Fernández (Gallaecio) \n"
 "Language-Team: Galician \n"
@@ -339,12 +339,12 @@
 #: kstandardaction_p.h:69
 #, kde-format
 msgid "Fit to Page "
-msgstr "Axustar ao  da páxina"
+msgstr "Axustar á a da páxina"
 
 #: kstandardaction_p.h:69
 #, kde-format
 msgid "Zoom to fit page width in window"
-msgstr "Axustar a largura da páxina á da xanela"
+msgstr "Axustar a anchura da páxina á da xanela"
 
 #: kstandardaction_p.h:70
 #, kde-format
@@ -459,7 +459,7 @@
 #: kstandardaction_p.h:88
 #, kde-format
 msgid "Go back in document"
-msgstr "Recuar no documento"
+msgstr "Retroceder no documento"
 
 #: kstandardaction_p.h:89
 #, kde-format
@@ -579,12 +579,12 @@
 #: kstandardaction_p.h:114
 #, kde-format
 msgid " %1"
-msgstr " de %1"
+msgstr " %1"
 
 #: kstandardaction_p.h:115
 #, kde-format
 msgid "About "
-msgstr "Acerca de "
+msgstr "Sobre "
 
 #: kstandardaction_p.h:116
 #, fuzzy, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kconfigwidgets-5.32.0/po/tr/kconfigwidgets5.po 
new/kconfigwidgets-5.33.0/po/tr/kconfigwidgets5.po
--- old/kconfigwidgets-5.32.0/po/tr/kconfigwidgets5.po  2017-03-04 
17:09:12.0 +0100
+++ new/kconfigwidgets-5.33.0/po/tr/kconfigwidgets5.po  2017-04-01 
21:30:15.0 +0200
@@ -15,22 +15,22 @@
 # H. İbrahim Güngör , 2010, 2011.
 # Ozan Çağlayan 

commit karchive for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package karchive for openSUSE:Factory 
checked in at 2017-04-30 21:15:52

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


Package is "karchive"

Sun Apr 30 21:15:52 2017 rev:40 rq:492041 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/karchive/karchive.changes2017-03-28 
15:08:51.275176597 +0200
+++ /work/SRC/openSUSE:Factory/.karchive.new/karchive.changes   2017-04-30 
21:17:43.736888281 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  karchive-5.32.0.tar.xz

New:

  karchive-5.33.0.tar.xz



Other differences:
--
++ karchive.spec ++
--- /var/tmp/diff_new_pack.5rkJmU/_old  2017-04-30 21:17:44.324805386 +0200
+++ /var/tmp/diff_new_pack.5rkJmU/_new  2017-04-30 21:17:44.328804822 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Archive5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   karchive
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ karchive-5.32.0.tar.xz -> karchive-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.32.0/CMakeLists.txt 
new/karchive-5.33.0/CMakeLists.txt
--- old/karchive-5.32.0/CMakeLists.txt  2017-03-03 13:41:48.0 +0100
+++ new/karchive-5.33.0/CMakeLists.txt  2017-04-01 11:08:22.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KArchive VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kconfig for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2017-04-30 21:16:24

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


Package is "kconfig"

Sun Apr 30 21:16:24 2017 rev:42 rq:492047 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2017-03-28 
15:09:01.349749303 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes 2017-04-30 
21:17:50.679909326 +0200
@@ -1,0 +2,22 @@
+Wed Apr 26 14:34:36 UTC 2017 - wba...@tmo.at
+
+- Add fix-locateLocal.patch to fix saving changes to submenus in
+  kmenuedit (kde#345100)
+
+---
+Sat Apr 15 10:11:45 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * explicitly set NO_CMAKE_FIND_ROOT_PATH
+  * Remove unused QDateTime in KConfigBackend.
+  * Now that kconfigbackend.h isn't installed anymore, rename it to _p.h for 
clarity.
+  * Upgrade KF5 version to 5.33.0.
+  * Sanitize shortcut list on read/write from kdeglobals
+  * avoid useless reallocs by removing squeeze call on temporary buffer
+
+---

Old:

  kconfig-5.32.0.tar.xz

New:

  fix-locateLocal.patch
  kconfig-5.33.0.tar.xz



Other differences:
--
++ kconfig.spec ++
--- /var/tmp/diff_new_pack.x5Joii/_old  2017-04-30 21:17:51.351814589 +0200
+++ /var/tmp/diff_new_pack.x5Joii/_new  2017-04-30 21:17:51.355814024 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define sonum   5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kconfig
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
@@ -40,6 +40,8 @@
 Source1:baselibs.conf
 # PATCH-FEATURE-OPENSUSE
 Patch:  kconfig-desktop-translations.patch
+# PATCH-FIX-UPSTREAM
+Patch1: fix-locateLocal.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -124,6 +126,7 @@
 %prep
 %setup -q
 %patch -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert

++ fix-locateLocal.patch ++
>From 3ad00c4e56eb9fe6ea7386f8ca1db6e15c26ac11 Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Tue, 25 Apr 2017 23:37:11 +0200
Subject: Fix relativePath calculation in KDesktopFile::locateLocal()

The "dir" and "path" variables were obviously swapped here by mistake.
This resulted in the relativePath always being empty, and made the
function return "~/.local/share/" (or "~/.config/") instead of the
correct path.

BUG: 345100
FIXED-IN: 5.34.0
Differential Revision: https://phabricator.kde.org/D5502
---
 autotests/kdesktopfiletest.cpp | 31 +++
 autotests/kdesktopfiletest.h   |  2 ++
 src/core/kdesktopfile.cpp  |  4 ++--
 3 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/autotests/kdesktopfiletest.cpp b/autotests/kdesktopfiletest.cpp
index 393a6a0..a046196 100644
--- a/autotests/kdesktopfiletest.cpp
+++ b/autotests/kdesktopfiletest.cpp
@@ -255,3 +255,34 @@ void KDesktopFileTest::testTryExecWithAuthorizeAction()
 QVERIFY(!desktopFile.tryExec());
 }
 }
+
+void KDesktopFileTest::testLocateLocal_data()
+{
+QString systemConfigLocation = 
QStandardPaths::standardLocations(QStandardPaths::GenericConfigLocation).last();
+QString writableConfigLocation = 
QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation);
+QString systemDataLocation = 
QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation).last();
+QString writableDataLocation = 
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation);
+
+QTest::addColumn("path");
+QTest::addColumn("result");
+
+QTest::newRow("configLocation, system-wide") << systemConfigLocation + 
"/test.desktop" << writableConfigLocation + "/test.desktop";
+QTest::newRow("autostart, system-wide") << systemConfigLocation + 
"/autostart/test.desktop" << writableConfigLocation + "/autostart/test.desktop";
+QTest::newRow("dataLocation, system-wide") << systemDataLocation + 
"/test.desktop" << writableDataLocation + "/test.desktop";
+QTest::newRow("applications, system-wide") << systemDataLocation + 
"/applications/test.desktop" << writableDataLocation + 
"/applications/test.desktop";
+QTest::newRow("desktop-directories, system-wide") << systemDataLocation + 

commit kdeclarative for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2017-04-30 21:16:53

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


Package is "kdeclarative"

Sun Apr 30 21:16:53 2017 rev:41 rq:492052 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2017-03-28 15:09:05.121214990 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2017-04-30 21:17:57.103003680 +0200
@@ -1,0 +2,13 @@
+Sat Apr 15 10:11:46 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+  * With Qt >= 5.8 use the new API to set scene graph backend
+  * Don't set acceptHoverEvents in DragArea as we don't use them
+
+---

Old:

  kdeclarative-5.32.0.tar.xz

New:

  kdeclarative-5.33.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.aS4Ip3/_old  2017-04-30 21:17:57.782907815 +0200
+++ /var/tmp/diff_new_pack.aS4Ip3/_new  2017-04-30 21:17:57.786907250 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Declarative5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdeclarative
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kdeclarative-5.32.0.tar.xz -> kdeclarative-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeclarative-5.32.0/CMakeLists.txt 
new/kdeclarative-5.33.0/CMakeLists.txt
--- old/kdeclarative-5.32.0/CMakeLists.txt  2017-03-04 17:10:12.0 
+0100
+++ new/kdeclarative-5.33.0/CMakeLists.txt  2017-04-01 21:31:14.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KDeclarative VERSION ${KF5_VERSION})
 
 # Dependencies
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.32.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 
new/kdeclarative-5.33.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp
--- old/kdeclarative-5.32.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 
2017-03-04 17:10:12.0 +0100
+++ new/kdeclarative-5.33.0/src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp 
2017-04-01 21:31:14.0 +0200
@@ -57,7 +57,6 @@
 setAcceptedMouseButtons(Qt::LeftButton);
 // setFiltersChildEvents(true);
 setFlag(ItemAcceptsDrops, m_enabled);
-setAcceptHoverEvents(true);
 setFiltersChildMouseEvents(true);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeclarative-5.32.0/src/quickaddons/qtquicksettings.cpp 
new/kdeclarative-5.33.0/src/quickaddons/qtquicksettings.cpp
--- old/kdeclarative-5.32.0/src/quickaddons/qtquicksettings.cpp 2017-03-04 
17:10:12.0 +0100
+++ new/kdeclarative-5.33.0/src/quickaddons/qtquicksettings.cpp 2017-04-01 
21:31:14.0 +0200
@@ -21,6 +21,7 @@
 #include "renderersettings.h"
 
 #include 
+#include 
 
 void KQuickAddons::QtQuickSettings::init()
 {
@@ -30,8 +31,11 @@
 }
 
 if (!s.sceneGraphBackend().isNull()) {
-qputenv("QMLSCENE_DEVICE", s.sceneGraphBackend().toLatin1());
-//TODO Qt5.8 - QQuickWindow::setSceneGraphBackend(..)
+#if QT_VERSION >= QT_VERSION_CHECK(5,8,0)
+ QQuickWindow::setSceneGraphBackend(s.sceneGraphBackend());
+#else
+qputenv("QMLSCENE_DEVICE", s.sceneGraphBackend().toLatin1());
+#endif
 }
 if (s.forceGlCoreProfile()) {
 QSurfaceFormat format;




commit kactivities-stats for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kactivities-stats for 
openSUSE:Factory checked in at 2017-04-30 21:15:40

Comparing /work/SRC/openSUSE:Factory/kactivities-stats (Old)
 and  /work/SRC/openSUSE:Factory/.kactivities-stats.new (New)


Package is "kactivities-stats"

Sun Apr 30 21:15:40 2017 rev:12 rq:492038 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities-stats/kactivities-stats.changes  
2017-03-28 15:08:50.543280287 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities-stats.new/kactivities-stats.changes 
2017-04-30 21:17:41.557195615 +0200
@@ -1,0 +2,18 @@
+Sat Apr 15 10:11:43 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Fix build with Qt 5.9
+  * Added presets to the testing application
+  * Added F5 to reload the data in the test application
+  * Properly moving items to the desired position
+  * Syncing reordering to other model instances
+  * If the order is not defined, sort the entries by the id
+  * Using KSharedConfig instead of the normal one
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kactivities-stats-5.32.0.tar.xz

New:

  kactivities-stats-5.33.0.tar.xz



Other differences:
--
++ kactivities-stats.spec ++
--- /var/tmp/diff_new_pack.nCVxuZ/_old  2017-04-30 21:17:42.157111028 +0200
+++ /var/tmp/diff_new_pack.nCVxuZ/_new  2017-04-30 21:17:42.161110464 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5ActivitiesStats1
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kactivities-stats
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-stats-5.32.0.tar.xz -> kactivities-stats-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-stats-5.32.0/CMakeLists.txt 
new/kactivities-stats-5.33.0/CMakeLists.txt
--- old/kactivities-stats-5.32.0/CMakeLists.txt 2017-03-03 13:40:54.0 
+0100
+++ new/kactivities-stats-5.33.0/CMakeLists.txt 2017-04-01 11:07:27.0 
+0200
@@ -2,8 +2,8 @@
 
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project (KActivitiesStats VERSION ${KF5_VERSION})
 
 set (REQUIRED_QT_VERSION 5.6.0)
@@ -20,7 +20,7 @@
 
 # Extra CMake stuff
 include (FeatureSummary)
-find_package (ECM 5.32.0  NO_MODULE)
+find_package (ECM 5.33.0  NO_MODULE)
 set_package_properties (ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary (WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-stats-5.32.0/src/resultmodel.cpp 
new/kactivities-stats-5.33.0/src/resultmodel.cpp
--- old/kactivities-stats-5.32.0/src/resultmodel.cpp2017-03-03 
13:40:54.0 +0100
+++ new/kactivities-stats-5.33.0/src/resultmodel.cpp2017-04-01 
11:07:27.0 +0200
@@ -31,10 +31,10 @@
 // STL and Boost
 #include 
 #include 
-#include 
+#include 
 
 // KDE
-#include 
+#include 
 #include 
 
 // Local
@@ -68,6 +68,12 @@
 {
 using Common::Database;
 database = Database::instance(Database::ResourcesDatabase, 
Database::ReadOnly);
+s_privates << this;
+}
+
+~ResultModelPrivate()
+{
+s_privates.removeAll(this);
 }
 
 enum Fetch {
@@ -86,18 +92,7 @@
 , m_clientId(clientId)
 {
 if (!m_clientId.isEmpty()) {
-m_configFile.reset(new KConfig(
-
QStandardPaths::writableLocation(QStandardPaths::ConfigLocation)
-+ QStringLiteral("/kactivitymanagerd-statsrc")));
-
-m_config = KConfigGroup(m_configFile.get(), 
"ResultModel-OrderingFor-" + clientId);
-
-if (m_config.isValid()) {
-m_fixedItems = 
m_config.readEntry("kactivitiesLinkedItemsOrder",
-  QStringList());
-}
-
-qDebug() << "Configuration activated " << m_configFile->name();
+m_configFile = 

commit kdbusaddons for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2017-04-30 21:16:47

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


Package is "kdbusaddons"

Sun Apr 30 21:16:47 2017 rev:40 rq:492051 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2017-03-28 
15:09:04.185347577 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2017-04-30 21:17:55.947166651 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:46 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * KDBusService: Add accessor for the dbus service name we registered.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kdbusaddons-5.32.0.tar.xz

New:

  kdbusaddons-5.33.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.OvusbI/_old  2017-04-30 21:17:56.767051049 +0200
+++ /var/tmp/diff_new_pack.OvusbI/_new  2017-04-30 21:17:56.771050485 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5DBusAddons5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kdbusaddons
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kdbusaddons-5.32.0.tar.xz -> kdbusaddons-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.32.0/CMakeLists.txt 
new/kdbusaddons-5.33.0/CMakeLists.txt
--- old/kdbusaddons-5.32.0/CMakeLists.txt   2017-03-04 17:09:57.0 
+0100
+++ new/kdbusaddons-5.33.0/CMakeLists.txt   2017-04-01 21:30:59.0 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KDBusAddons VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.32.0/src/kdbusservice.cpp 
new/kdbusaddons-5.33.0/src/kdbusservice.cpp
--- old/kdbusaddons-5.32.0/src/kdbusservice.cpp 2017-03-04 17:09:57.0 
+0100
+++ new/kdbusaddons-5.33.0/src/kdbusservice.cpp 2017-04-01 21:30:59.0 
+0200
@@ -170,6 +170,11 @@
 d->exitValue = value;
 }
 
+QString KDBusService::serviceName() const
+{
+return d->serviceName;
+}
+
 void KDBusService::unregister()
 {
 QDBusConnectionInterface *bus = nullptr;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.32.0/src/kdbusservice.h 
new/kdbusaddons-5.33.0/src/kdbusservice.h
--- old/kdbusaddons-5.32.0/src/kdbusservice.h   2017-03-04 17:09:57.0 
+0100
+++ new/kdbusaddons-5.33.0/src/kdbusservice.h   2017-04-01 21:30:59.0 
+0200
@@ -157,6 +157,13 @@
 bool isRegistered() const;
 
 /**
+ * Returns the name of the DBus service registered by this class.
+ * Mostly useful when using the option Multiple.
+ * @since 5.33
+ */
+QString serviceName() const;
+
+/**
  * Returns the error message from the D-Bus registration if it failed.
  *
  * Note that this is only useful when specifying the option 
NoExitOnFailure.




commit kauth for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2017-04-30 21:15:57

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


Package is "kauth"

Sun Apr 30 21:15:57 2017 rev:44 rq:492042 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2017-03-28 
15:08:52.343025311 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2017-04-30 
21:17:44.736747303 +0200
@@ -1,0 +2,14 @@
+Sat Apr 15 10:11:44 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Update docs to Frameworks API
+  * Backend for Mac.
+  * Add support for killing a KAuth::ExecuteJob
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kauth-5.32.0.tar.xz

New:

  kauth-5.33.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.ZzapFD/_old  2017-04-30 21:17:45.416651437 +0200
+++ /var/tmp/diff_new_pack.ZzapFD/_new  2017-04-30 21:17:45.420650873 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Auth5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kauth
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kauth-5.32.0.tar.xz -> kauth-5.33.0.tar.xz ++
 5025 lines of diff (skipped)




commit frameworkintegration for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2017-04-30 21:15:34

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


Package is "frameworkintegration"

Sun Apr 30 21:15:34 2017 rev:44 rq:492037 version:5.33.0

Changes:

--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2017-04-17 10:23:01.746103360 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2017-04-30 21:17:39.177531144 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  frameworkintegration-5.32.0.tar.xz

New:

  frameworkintegration-5.33.0.tar.xz



Other differences:
--
++ frameworkintegration.spec ++
--- /var/tmp/diff_new_pack.uIyeEU/_old  2017-04-30 21:17:41.013272307 +0200
+++ /var/tmp/diff_new_pack.uIyeEU/_new  2017-04-30 21:17:41.017271743 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Style5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   frameworkintegration
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ frameworkintegration-5.32.0.tar.xz -> frameworkintegration-5.33.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.32.0/CMakeLists.txt 
new/frameworkintegration-5.33.0/CMakeLists.txt
--- old/frameworkintegration-5.32.0/CMakeLists.txt  2017-03-03 
13:39:48.0 +0100
+++ new/frameworkintegration-5.33.0/CMakeLists.txt  2017-04-01 
11:06:21.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(FrameworkIntegration VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.32.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.33.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.32.0/plasma_workspace.notifyrc   2017-03-03 
13:39:48.0 +0100
+++ new/frameworkintegration-5.33.0/plasma_workspace.notifyrc   2017-04-01 
11:06:21.0 +0200
@@ -756,6 +756,7 @@
 Name[ast]=Casque d'aplicación
 Name[ca]=Fallada d'aplicació
 Name[ca@valencia]=Fallada d'aplicació
+Name[cs]=Pád aplikace
 Name[da]=Programsammenbrud
 Name[de]=Absturz einer Anwendung
 Name[el]=Κατάρρευση εφαρμογής
@@ -791,6 +792,7 @@
 Comment[ast]=Una aplicación ta acabante zarrase inesperadamente
 Comment[ca]=Una aplicació s'ha tancat inesperadament
 Comment[ca@valencia]=Una aplicació s'ha tancat inesperadament
+Comment[cs]=Aplikace byla neočekávaně ukončena
 Comment[da]=Et program lukkede netop uventet ned
 Comment[de]=Eine Anwendung wurde unerwartet beendet
 Comment[el]=Μια εφαρμογή μόλις έκλεισε απρόσμενα
@@ -1084,7 +1086,7 @@
 Comment[sr@ijekavianlatin]=Plasma odjavljivanje je otkazano
 Comment[sr@latin]=Plasma odjavljivanje je otkazano
 Comment[sv]=Utloggning från Plasma avbröts
-Comment[tr]=Plazma çıkışı iptal edildi
+Comment[tr]=Plasma çıkışı iptal edildi
 Comment[uk]=Вихід з Плазми скасовано
 Comment[x-test]=xxPlasma logout was canceledxx
 Comment[zh_CN]=Plasma 注销被取消了
@@ -1632,6 +1634,7 @@
 Name[ast]=El widget falló al instalase
 Name[ca]=Ha fallat en instal·lar l'estri
 Name[ca@valencia]=Ha fallat en instal·lar l'estri
+Name[cs]=Instalace widgetu selhala
 Name[da]=Widget kunne ikke installeres
 Name[de]=Installation des Miniprogramms fehlgeschlagen
 Name[el]=Αποτυχία εγκατάστασης γραφικού συστατικού
@@ -1667,6 +1670,7 @@
 Comment[ast]=Nun pudo instalase un widget
 Comment[ca]=No s'ha pogut instal·lar un estri
 Comment[ca@valencia]=No s'ha pogut instal·lar un estri
+Comment[cs]=Widget nešlo nainstalovat
 

commit kbookmarks for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2017-04-30 21:16:02

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


Package is "kbookmarks"

Sun Apr 30 21:16:02 2017 rev:40 rq:492043 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes2017-03-28 
15:08:55.434587321 +0200
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new/kbookmarks.changes   
2017-04-30 21:17:45.820594482 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:44 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kbookmarks-5.32.0.tar.xz

New:

  kbookmarks-5.33.0.tar.xz



Other differences:
--
++ kbookmarks.spec ++
--- /var/tmp/diff_new_pack.24Nfg6/_old  2017-04-30 21:17:46.464503692 +0200
+++ /var/tmp/diff_new_pack.24Nfg6/_new  2017-04-30 21:17:46.468503128 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Bookmarks5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kbookmarks
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kbookmarks-5.32.0.tar.xz -> kbookmarks-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.32.0/CMakeLists.txt 
new/kbookmarks-5.33.0/CMakeLists.txt
--- old/kbookmarks-5.32.0/CMakeLists.txt2017-03-04 17:07:49.0 
+0100
+++ new/kbookmarks-5.33.0/CMakeLists.txt2017-04-01 21:28:51.0 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KBookmarks VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kcodecs for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kcodecs for openSUSE:Factory checked 
in at 2017-04-30 21:16:14

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


Package is "kcodecs"

Sun Apr 30 21:16:14 2017 rev:40 rq:492045 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kcodecs/kcodecs.changes  2017-03-28 
15:08:58.242189559 +0200
+++ /work/SRC/openSUSE:Factory/.kcodecs.new/kcodecs.changes 2017-04-30 
21:17:48.232254442 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:45 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kcodecs-5.32.0.tar.xz

New:

  kcodecs-5.33.0.tar.xz



Other differences:
--
++ kcodecs.spec ++
--- /var/tmp/diff_new_pack.DBRAuH/_old  2017-04-30 21:17:49.048139403 +0200
+++ /var/tmp/diff_new_pack.DBRAuH/_new  2017-04-30 21:17:49.052138840 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Codecs5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kcodecs
-Version:5.32.0
+Version:5.33.0
 Release:0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++ kcodecs-5.32.0.tar.xz -> kcodecs-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcodecs-5.32.0/CMakeLists.txt 
new/kcodecs-5.33.0/CMakeLists.txt
--- old/kcodecs-5.32.0/CMakeLists.txt   2017-03-04 17:08:23.0 +0100
+++ new/kcodecs-5.33.0/CMakeLists.txt   2017-04-01 21:29:26.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(KCodecs VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit kcmutils for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2017-04-30 21:16:08

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


Package is "kcmutils"

Sun Apr 30 21:16:08 2017 rev:39 rq:492044 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes2017-03-28 
15:08:57.270327246 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes   2017-04-30 
21:17:47.048421360 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:44 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * [KCModuleProxy] Remove dead code
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kcmutils-5.32.0.tar.xz

New:

  kcmutils-5.33.0.tar.xz



Other differences:
--
++ kcmutils.spec ++
--- /var/tmp/diff_new_pack.HjcxMv/_old  2017-04-30 21:17:47.728325495 +0200
+++ /var/tmp/diff_new_pack.HjcxMv/_new  2017-04-30 21:17:47.732324931 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5KCMUtils5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kcmutils
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcmutils-5.32.0.tar.xz -> kcmutils-5.33.0.tar.xz ++
 2065 lines of diff (skipped)




commit kcrash for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2017-04-30 21:16:40

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


Package is "kcrash"

Sun Apr 30 21:16:40 2017 rev:41 rq:492050 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2017-03-28 
15:09:03.341467132 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2017-04-30 
21:17:54.939308757 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:46 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * debug when disabling kcrash due to env vars
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kcrash-5.32.0.tar.xz

New:

  kcrash-5.33.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.z0hZGB/_old  2017-04-30 21:17:55.619212892 +0200
+++ /var/tmp/diff_new_pack.z0hZGB/_new  2017-04-30 21:17:55.623212328 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kcrash
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 3.0

++ kcrash-5.32.0.tar.xz -> kcrash-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.32.0/CMakeLists.txt 
new/kcrash-5.33.0/CMakeLists.txt
--- old/kcrash-5.32.0/CMakeLists.txt2017-03-03 13:46:43.0 +0100
+++ new/kcrash-5.33.0/CMakeLists.txt2017-04-01 11:13:27.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project(KCrash VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.32.0/src/kcrash.cpp 
new/kcrash-5.33.0/src/kcrash.cpp
--- old/kcrash-5.32.0/src/kcrash.cpp2017-03-03 13:46:43.0 +0100
+++ new/kcrash-5.33.0/src/kcrash.cpp2017-04-01 11:13:27.0 +0200
@@ -131,6 +131,8 @@
 && !qEnvironmentVariableIsSet("KCRASH_AUTO_RESTARTED")) {
 // enable drkonqi
 KCrash::setDrKonqiEnabled(true);
+} else {
+qCDebug(LOG_KCRASH) << "KCrash disabled through environment.";
 }
 
 KCrash::setApplicationFilePath(QCoreApplication::applicationFilePath());




commit kactivities5 for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2017-04-30 21:15:46

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


Package is "kactivities5"

Sun Apr 30 21:15:46 2017 rev:40 rq:492039 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2017-03-28 15:08:49.735394743 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2017-04-30 21:17:42.589050125 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  kactivities-5.32.0.tar.xz

New:

  kactivities-5.33.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.QjWlTR/_old  2017-04-30 21:17:43.268954259 +0200
+++ /var/tmp/diff_new_pack.QjWlTR/_new  2017-04-30 21:17:43.268954259 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Activities5
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   kactivities5
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support

++ kactivities-5.32.0.tar.xz -> kactivities-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-5.32.0/CMakeLists.txt 
new/kactivities-5.33.0/CMakeLists.txt
--- old/kactivities-5.32.0/CMakeLists.txt   2017-03-03 13:40:21.0 
+0100
+++ new/kactivities-5.33.0/CMakeLists.txt   2017-04-01 11:06:54.0 
+0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 3.0)
 
 # KDE Frameworks
-set(KF5_VERSION "5.32.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.33.0") # handled by release scripts
 project (KActivities VERSION ${KF5_VERSION})
 
 option (KACTIVITIES_LIBRARY_ONLY "If true, compiles only the KActivities 
library, without the QML imports." OFF)
@@ -39,7 +39,7 @@
 
 # Extra CMake stuff
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit extra-cmake-modules for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2017-04-30 21:15:29

Comparing /work/SRC/openSUSE:Factory/extra-cmake-modules (Old)
 and  /work/SRC/openSUSE:Factory/.extra-cmake-modules.new (New)


Package is "extra-cmake-modules"

Sun Apr 30 21:15:29 2017 rev:40 rq:492036 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2017-03-28 15:08:47.343733578 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2017-04-30 21:17:35.662026824 +0200
@@ -1,0 +2,23 @@
+Sat Apr 15 10:11:42 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * KDE compiler settings: treat Clang and AppleClang equally
+  * Improve error messages
+  * Specify qml-root-path as the share directory in the prefix
+  * default for ECM_ADDITIONAL_FIND_ROOT_PATH
+  * Fix ecm_generate_pkgconfig_file compatibility with new cmake
+  * Upgrade ECM version to 5.33.0.
+  * Only register APPLE_* options if(APPLE)
+
+---
+Tue Apr  4 18:20:57 UTC 2017 - lbeltr...@kde.org
+
+- Add upstream patches to fix Python binding generation:
+  * 0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch
+  * 0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch
+
+---

Old:

  extra-cmake-modules-5.32.0.tar.xz

New:

  0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch
  0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch
  extra-cmake-modules-5.33.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.45Dljg/_old  2017-04-30 21:17:36.317934343 +0200
+++ /var/tmp/diff_new_pack.45Dljg/_new  2017-04-30 21:17:36.321933779 +0200
@@ -16,15 +16,19 @@
 #
 
 
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   extra-cmake-modules
 Summary:CMake modules
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:5.32.0
+Version:5.33.0
 Release:0
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM: Search for unversioned clang
+Patch0: 0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch
+# PATCH-FIX-UPSTREAM: Import FindClangLLVM from KDevelop
+Patch1: 0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
@@ -58,6 +62,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-FindPyModGen-Also-search-for-an-unversioned-clang.patch ++
>From c4c4d75800fd8f7114897353c137391d56bf5538 Mon Sep 17 00:00:00 2001
From: Heiko Becker 
Date: Tue, 4 Apr 2017 20:14:50 +0200
Subject: [PATCH] FindPyModGen: Also search for an unversioned clang++

Summary:
While my distro does have a versioned clang executable, it doesn't
have a versioned clang++ executable. The versioned executable is
still searched first, falling back to the unversioned one.

Reviewers: #frameworks, #build_system, apol

Reviewed By: apol

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D5291
---
 find-modules/FindPythonModuleGeneration.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/find-modules/FindPythonModuleGeneration.cmake 
b/find-modules/FindPythonModuleGeneration.cmake
index 012f806..684678b 100644
--- a/find-modules/FindPythonModuleGeneration.cmake
+++ b/find-modules/FindPythonModuleGeneration.cmake
@@ -251,7 +251,7 @@ include(CMakeParseArguments)
 set(GPB_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR})
 
 function(_compute_implicit_include_dirs)
-  find_program(_GBP_CLANG_CXX_DRIVER_PATH clang++-${_GPB_CLANG_SUFFIX})
+  find_program(_GBP_CLANG_CXX_DRIVER_PATH NAMES clang++-${_GPB_CLANG_SUFFIX} 
clang++)
   if (NOT _GBP_CLANG_CXX_DRIVER_PATH)
 message(FATAL_ERROR "Failed to find clang driver corresponding to 
${libclang_LIBRARY}")
   endif()
-- 
2.12.0

++ 0002-Import-Find-Clang-LLVM-from-KDevelop-for-Python-bind.patch ++
>From 4fda68a948ee9e525ec6a5a5b08daaf9b32ac954 Mon Sep 17 00:00:00 2001
From: Heiko Becker 
Date: Tue, 4 Apr 2017 20:16:59 +0200
Subject: [PATCH] Import Find{Clang,LLVM} from KDevelop for Python bindings
 generation

Summary:
On 

commit bluez-qt for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package bluez-qt for openSUSE:Factory 
checked in at 2017-04-30 21:15:14

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


Package is "bluez-qt"

Sun Apr 30 21:15:14 2017 rev:25 rq:492034 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes2017-03-28 
15:07:21.495896178 +0200
+++ /work/SRC/openSUSE:Factory/.bluez-qt.new/bluez-qt.changes   2017-04-30 
21:15:20.429093639 +0200
@@ -1,0 +2,12 @@
+Sat Apr 15 10:11:41 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Provide device type for Low Energy devices
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  bluez-qt-5.32.0.tar.xz

New:

  bluez-qt-5.33.0.tar.xz



Other differences:
--
++ bluez-qt.spec ++
--- /var/tmp/diff_new_pack.t55I20/_old  2017-04-30 21:15:22.232839354 +0200
+++ /var/tmp/diff_new_pack.t55I20/_new  2017-04-30 21:15:22.236838789 +0200
@@ -18,9 +18,9 @@
 
 %define sonum   6
 %define _libname KF5BluezQt
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   bluez-qt
-Version:5.32.0
+Version:5.33.0
 Release:0
 Summary:Async Bluez wrapper library
 License:LGPL-2.1+

++ bluez-qt-5.32.0.tar.xz -> bluez-qt-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.32.0/CMakeLists.txt 
new/bluez-qt-5.33.0/CMakeLists.txt
--- old/bluez-qt-5.32.0/CMakeLists.txt  2017-03-03 13:38:41.0 +0100
+++ new/bluez-qt-5.33.0/CMakeLists.txt  2017-04-01 11:05:11.0 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(BluezQt VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.32.0 NO_MODULE)
+find_package(ECM 5.33.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.32.0/src/device.cpp 
new/bluez-qt-5.33.0/src/device.cpp
--- old/bluez-qt-5.32.0/src/device.cpp  2017-03-03 13:38:41.0 +0100
+++ new/bluez-qt-5.33.0/src/device.cpp  2017-04-01 11:05:11.0 +0200
@@ -88,6 +88,10 @@
 
 Device::Type Device::type() const
 {
+if (deviceClass() == 0) {
+return appearanceToType(appearance());
+}
+
 return classToType(d->m_deviceClass);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.32.0/src/device.h 
new/bluez-qt-5.33.0/src/device.h
--- old/bluez-qt-5.32.0/src/device.h2017-03-03 13:38:41.0 +0100
+++ new/bluez-qt-5.33.0/src/device.h2017-04-01 11:05:11.0 +0200
@@ -190,9 +190,11 @@
 /**
  * Returns a type of the device.
  *
- * Type of device is deduced from its class.
+ * Type of device is deduced from its class (for Bluetooth Classic devices)
+ * or its appearance (for Bluetooth Low Energy devices).
  *
  * @see deviceClass() const
+ * @see appearance() const
  *
  * @return type of device
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.32.0/src/utils.cpp 
new/bluez-qt-5.33.0/src/utils.cpp
--- old/bluez-qt-5.32.0/src/utils.cpp   2017-03-03 13:38:41.0 +0100
+++ new/bluez-qt-5.33.0/src/utils.cpp   2017-04-01 11:05:11.0 +0200
@@ -253,4 +253,38 @@
 }
 }
 
+Device::Type appearanceToType(quint16 appearance)
+{
+switch ((appearance & 0xffc0) >> 6) {
+case 0x00:
+return Device::Uncategorized;
+case 0x01:  // Generic Phone
+return Device::Phone;
+case 0x02:  // Generic Computer
+return Device::Computer;
+case 0x05:  // Generic Display
+return Device::AudioVideo;
+case 0x0a:  // Generic Media Player
+return Device::AudioVideo;
+case 0x0b:  // Generic Barcode Scanner
+return Device::Peripheral;
+case 0x0f: // Generic HID
+switch (appearance & 0x3f) {
+case 0x01:  // Keyboard
+return Device::Keyboard;
+case 0x02:  // Mouse
+return Device::Mouse;

commit plasma5-workspace for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2017-04-30 21:14:56

Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New)


Package is "plasma5-workspace"

Sun Apr 30 21:14:56 2017 rev:63 rq:491711 version:5.9.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2017-04-17 10:24:33.061171258 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2017-04-30 21:15:05.815153860 +0200
@@ -1,0 +2,39 @@
+Thu Apr 27 21:06:41 UTC 2017 - lbeltr...@kde.org
+
+- Add upstream patch revert-autostart-krun.patch: 
+  * Fix Plasma start  if a non existent executable was supplied as
+autostart script / program
+
+---
+Tue Apr 25 18:58:06 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.9.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.5.php
+- Changes since 5.9.4:
+  * Update the ungrab mouse hack for Qt5.8
+  * use KProcess instead of QProcess to launch apps in ksmserver
+  * launch autostart apps in ksmserver using KRun, not QProcess (kde#369391, 
kde#370528)
+  * recognize the WM even if given with a full path
+  * Don't remove other applets in SystemTray::cleanupTask
+  * [Media Controller] Enforce PlainText format
+  * [Media Controller] Enforce PlainText format
+  * Fix off-by-one.
+  * [Media Controller] Use double for length instead of int (kde#377623)
+  * When deleting the panel the notifications applet is in, the containment is 
being destroyed but the corona is still there and rightfully emits 
availableScreenRectChanged. This will cause us to crash when we try to access 
the no-longer existing containment.
+  * Fix losing wallpaper selection when clicking "Apply".
+  * Correctly handle when a new primary screen displaces the old
+  * Fix TasksModel.anyTaskDemandsAttention not updating on window closure. 
(kde#378254)
+  * [Windowed Widgets Runner] Fix mimeDataForMatch
+  * Connect aboutToHide signal from QMenu to relevant libdbusmenu-qt slot 
(kde#375053)
+  * [Calculator Runner] Use "approximate" approximation mode (kde#277011)
+  * [OSD] Allow disabling OSD through config file
+
+---
+Sun Apr 16 11:17:50 UTC 2017 - fab...@ritter-vogt.de
+
+- No longer generate org.kde.plasma.private.systemtray.appdata.xml manually,
+  bug fixed in kpackage meanwhile
+
+---

Old:

  plasma-workspace-5.9.4.tar.xz

New:

  plasma-workspace-5.9.5.tar.xz
  revert-autostart-krun.patch



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.u69bky/_old  2017-04-30 21:15:06.942994861 +0200
+++ /var/tmp/diff_new_pack.u69bky/_new  2017-04-30 21:15:06.946994298 +0200
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-workspace
-Version:5.9.4
+Version:5.9.5
 Release:0
 # Full Plasma 5 version (e.g. 5.9.4)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -39,6 +39,8 @@
 # PATCH-FIX-OPENSUSE 0001-Ignore-default-sddm-face-icons.patch boo#1001364 
fab...@ritter-vogt.de -- Ignore default sddm face icons
 Patch2: 0001-Ignore-default-sddm-face-icons.patch
 # PATCHES 100-200 and above are from upstream 5.9 branch
+# PATCH-FIX-UPSTREAM
+Patch100:   revert-autostart-krun.patch
 # PATCHES 201-300 and above are from upstream master/5.10 branch
 # PATCH-FIX-UPSTREAM
 Patch201:   0001-Some-UI-fixes-for-logout-dialog.patch
@@ -214,6 +216,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch100 -p1
 %patch201 -p1
 
 %build
@@ -237,10 +240,6 @@
   rm -rfv %{buildroot}%{_kf5_sharedir}/xsessions
   rm -rfv %{buildroot}%{_kf5_sharedir}/wayland-sessions
   %fdupes %{buildroot}/%{_prefix}
-  # Workaround for boo#1024326, kde#376394
-  grep "" 
%{buildroot}%{_kf5_appstreamdir}/org.kde.plasma.private.systemtray.appdata.xml 
&& exit 1 # Fixed now?
-  cp %{buildroot}%{_kf5_appstreamdir}/org.kde.plasma.systemtray.appdata.xml 
%{buildroot}%{_kf5_appstreamdir}/org.kde.plasma.private.systemtray.appdata.xml
-  sed -i 's/org\.kde\.plasma\.systemtray/kde.plasma.private.systemtray/g' 
%{buildroot}%{_kf5_appstreamdir}/org.kde.plasma.private.systemtray.appdata.xml
 
 %post -p /sbin/ldconfig
 

++ plasma-workspace-5.9.4.tar.xz -> plasma-workspace-5.9.5.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.9.4.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma-workspace-5.9.5.tar.xz 
differ: char 26, line 1

++ 

commit attica-qt5 for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:Factory 
checked in at 2017-04-30 21:15:03

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


Package is "attica-qt5"

Sun Apr 30 21:15:03 2017 rev:41 rq:492032 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes2017-03-28 
15:07:08.605722452 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes   
2017-04-30 21:15:07.366935096 +0200
@@ -1,0 +2,11 @@
+Sat Apr 15 10:11:41 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  attica-5.32.0.tar.xz

New:

  attica-5.33.0.tar.xz



Other differences:
--
++ attica-qt5.spec ++
--- /var/tmp/diff_new_pack.aVnOtw/_old  2017-04-30 21:15:08.158823459 +0200
+++ /var/tmp/diff_new_pack.aVnOtw/_new  2017-04-30 21:15:08.162822894 +0200
@@ -19,9 +19,9 @@
 %define sonum   5
 %define rname attica
 %define _libname KF5Attica
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   attica-qt5
-Version:5.32.0
+Version:5.33.0
 Release:0
 Summary:Open Collaboration Service client library
 License:LGPL-2.1+

++ attica-5.32.0.tar.xz -> attica-5.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.32.0/CMakeLists.txt 
new/attica-5.33.0/CMakeLists.txt
--- old/attica-5.32.0/CMakeLists.txt2017-03-03 13:37:36.0 +0100
+++ new/attica-5.33.0/CMakeLists.txt2017-04-01 11:04:02.0 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.32.0") # handled by release scripts
+set(KF5_VERSION "5.33.0") # handled by release scripts
 project(Attica VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.32.0  NO_MODULE)
+find_package(ECM 5.33.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 




commit baloo5 for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2017-04-30 21:15:09

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


Package is "baloo5"

Sun Apr 30 21:15:09 2017 rev:38 rq:492033 version:5.33.0

Changes:

--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes2017-03-28 
15:07:14.316913292 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes   2017-04-30 
21:15:10.766455844 +0200
@@ -1,0 +2,15 @@
+Sat Apr 15 10:11:41 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.33.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
+- Changes since 5.32.0:
+  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
+  * Change some types and exclude filters
+  * Added description for commands (balooctl)
+  * Search also in symlinked directories
+  * Fixed normalization/toLower order
+  * Upgrade KF5 version to 5.33.0.
+
+---

Old:

  baloo-5.32.0.tar.xz

New:

  baloo-5.33.0.tar.xz



Other differences:
--
++ baloo5.spec ++
--- /var/tmp/diff_new_pack.VC8wtT/_old  2017-04-30 21:15:11.590339695 +0200
+++ /var/tmp/diff_new_pack.VC8wtT/_new  2017-04-30 21:15:11.594339132 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.32
+%define _tar_path 5.33
 Name:   baloo5
-Version:5.32.0
+Version:5.33.0
 Release:0
 %define kf5_version %{version}
 Summary:Framework for searching and managing metadata

++ baloo-5.32.0.tar.xz -> baloo-5.33.0.tar.xz ++
 2499 lines of diff (skipped)




commit plasma5-addons for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2017-04-30 21:14:29

Comparing /work/SRC/openSUSE:Factory/plasma5-addons (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-addons.new (New)


Package is "plasma5-addons"

Sun Apr 30 21:14:29 2017 rev:41 rq:491313 version:5.9.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2017-03-28 15:16:43.336305088 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new/plasma5-addons.changes   
2017-04-30 21:14:39.358883569 +0200
@@ -1,0 +2,10 @@
+Tue Apr 25 18:58:04 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.9.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.5.php
+- Changes since 5.9.4:
+  * None
+
+---

Old:

  kdeplasma-addons-5.9.4.tar.xz

New:

  kdeplasma-addons-5.9.5.tar.xz



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.qlGUdE/_old  2017-04-30 21:14:40.950659166 +0200
+++ /var/tmp/diff_new_pack.qlGUdE/_new  2017-04-30 21:14:40.950659166 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-addons
-Version:5.9.4
+Version:5.9.5
 Release:0
 # Full Plasma 5 version (e.g. 5.9.4)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kdeplasma-addons-5.9.4.tar.xz -> kdeplasma-addons-5.9.5.tar.xz ++
 2110 lines of diff (skipped)




  1   2   >