commit snipl for openSUSE:Factory:NonFree

2017-11-10 Thread root
Hello community,

here is the log from the commit of package snipl for openSUSE:Factory:NonFree 
checked in at 2017-11-10 15:36:37

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


Package is "snipl"

Fri Nov 10 15:36:37 2017 rev:24 rq:528161 version:0.3.0.0

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/snipl/snipl.changes  2017-02-04 
23:59:12.203844976 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.snipl.new/snipl.changes 2017-11-10 
15:36:38.414999647 +0100
@@ -1,0 +2,14 @@
+Thu Sep 21 21:40:22 UTC 2017 - mp...@suse.com
+
+- Remove deprecated DMSVSMA functionality from snIPL. (Fate#322117)
+  - Removed the dmsvsma.x file from the build.
+  - Removed all DMSVSMA references from the spec file.
+
+---
+Tue Sep 12 17:34:49 UTC 2017 - mp...@suse.com
+
+- Modifed CFLAGS to include "pkg-config --libs libnsl" now that
+  libnsl.so is not part of glibc, and is in /usr/lib64/nsl/.
+- Added a BuildRequires for libsnl-devel.
+
+---

Old:

  dmsvsma.x



Other differences:
--
++ snipl.spec ++
--- /var/tmp/diff_new_pack.7BtSKd/_old  2017-11-10 15:36:38.894982290 +0100
+++ /var/tmp/diff_new_pack.7BtSKd/_new  2017-11-10 15:36:38.902982001 +0100
@@ -29,6 +29,7 @@
 BuildRequires:  libopenssl-devel
 %if 0%{?suse_version} >= 1130
 BuildRequires:  libnet-devel
+BuildRequires:  libnsl-devel
 BuildRequires:  libtool
 %else
 BuildRequires:  libnet
@@ -42,8 +43,7 @@
 ExclusiveArch:  s390 s390x x86_64
 Source: %name-%{version}.tar.gz
 Source1:hwmcaapi-rpms-%{api_ver}.tbz
-Source2:dmsvsma.x
-Source3:Z125-5589-05.txt
+Source2:Z125-5589-05.txt
 Source99:   hwmcaapi.download
 Patch1: snipl-0.3.0.0-hwmcaapidir.patch
 
@@ -59,7 +59,7 @@
 %setup
 %patch1 -p1
 
-cp -p %SOURCE3 .
+cp -p %SOURCE2 .
 mkdir hwmcaapi
 pushd hwmcaapi
 tar -O -xvf %SOURCE1 hwmcaapi-%{api_ver}.%{api_arch}.rpm  | \
@@ -71,10 +71,11 @@
 dos2unix -o README.snipl
 
 %build
-CFLAGS="%{optflags}" make DMSVSMA_DIR="%{_sourcedir}" 
HWMCAAPI_DIR="$PWD/hwmcaapi"
+export CFLAGS="%{optflags} $(pkg-config --libs libnsl)"
+make HWMCAAPI_DIR="$PWD/hwmcaapi"
 
 %install
-make install DMSVSMA_DIR="%{_sourcedir}" PREFIX="%{buildroot}/%{_prefix}" \
+make install PREFIX="%{buildroot}/%{_prefix}" \
LIB_STRING="%{_lib}" HWMCAAPI_DIR="$PWD/hwmcaapi"
 
 cp -a hwmcaapi/%{_libdir}/*.so* $RPM_BUILD_ROOT/%{_libdir}





commit iozone for openSUSE:Factory:NonFree

2017-11-10 Thread root
Hello community,

here is the log from the commit of package iozone for openSUSE:Factory:NonFree 
checked in at 2017-11-10 15:36:13

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


Package is "iozone"

Fri Nov 10 15:36:13 2017 rev:5 rq:532149 version:3.471

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/iozone/iozone.changes2016-08-29 
15:49:37.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.iozone.new/iozone.changes   
2017-11-10 15:36:14.899849971 +0100
@@ -1,0 +2,15 @@
+Fri Oct  6 09:51:47 UTC 2017 - mplus...@suse.com
+
+- Update to version 3_471:
+  * Fix error messages to use the correct file name from
+dummyfile[xx] instead of "filename" in the thread tests.
+  * Fix compiler warning from Clang on MacOS for mythread_create().
+Prototype didn't match the formal function definition.
+  * Switch to IOZ_macosx everywhere for compatibility with
+Mountain Lion.
+  * Increase MAXSTREAMS to 1024. Systems have more power today
+than 20+ years ago.
+  * Make -+W -+C -+y use a flag instead of its option value to
+indiate its usage.
+
+---

Old:

  iozone3_465.tar

New:

  iozone3_471.tar



Other differences:
--
++ iozone.spec ++
--- /var/tmp/diff_new_pack.WbLsN6/_old  2017-11-10 15:36:15.951811931 +0100
+++ /var/tmp/diff_new_pack.WbLsN6/_new  2017-11-10 15:36:15.951811931 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iozone
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,19 @@
 
 
 %define src_version 3
-%define src_release 465
+%define src_release 471
 Name:   iozone
 Version:%{src_version}.%{src_release}
 Release:0
 Summary:Filesystem Benchmark
-License:SUSE-Freeware and SUSE-Public-Domain and GPL-2.0+
+License:SUSE-Freeware AND SUSE-Public-Domain AND GPL-2.0+
 Group:  System/Benchmark
-Url:http://www.iozone.org
+URL:http://www.iozone.org
 Source0:
http://www.iozone.org/src/current/%{name}%{src_version}_%{src_release}.tar
 Source1:http://www.iozone.org/docs/Iozone_License.txt
 Source2:https://www.gnu.org/licenses/gpl-2.0.txt
 BuildRequires:  dos2unix
 BuildRequires:  gcc
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Filesystem benchmark tool. The benchmark tests file I/O performance for the 
following
@@ -71,7 +70,6 @@
 cp %{SOURCE2} gpl-2.0.txt
 
 %files
-%defattr(-,root,root)
 %doc src/current/Gnuplot.txt src/current/Changes.txt Iozone_License.txt 
gpl-2.0.txt
 %{_bindir}/fileop
 %{_bindir}/iozone
@@ -79,7 +77,6 @@
 %{_mandir}/man1/iozone.1%{ext_man}
 
 %files doc
-%defattr(-,root,root)
 %doc docs/*.pdf src/current/Changes.txt Iozone_License.txt gpl-2.0.txt
 
 %changelog

++ iozone3_465.tar -> iozone3_471.tar ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iozone3_465/src/current/Changes.txt 
new/iozone3_471/src/current/Changes.txt
--- old/iozone3_465/src/current/Changes.txt 2016-08-19 21:13:38.0 
+0200
+++ new/iozone3_471/src/current/Changes.txt 2017-09-20 04:17:08.0 
+0200
@@ -2597,3 +2597,21 @@
 Revision 3.465
 Make more friendly to build on Solaris.
 =
+Revision 3.466
+Fix error messages to use the correct file name from dummyfile[xx] instead of
+"filename" in the thread tests.
+=
+Revision 3.467
+Fix compiler warning from Clang on MacOS for mythread_create(). Prototype
+didn't match the formal function definition.
+=
+Revision 3.469
+Switch to IOZ_macosx everywhere for compatibility with Mountain Lion.
+=
+Revision 3.470
+Increase MAXSTREAMS to 1024. Systems have more power today than 20+ years ago.
+=
+Revision 3.471
+Make -+W -+C -+y use a flag instead of its option value to indiate its usage.
+=
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iozone3_465/src/current/iozone.c 
new/iozone3_471/src/current/iozone.c
--- 

commit opera for openSUSE:Factory:NonFree

2017-11-10 Thread root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2017-11-10 15:36:00

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


Package is "opera"

Fri Nov 10 15:36:00 2017 rev:47 rq:539845 version:49.0.2725.34

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2017-08-24 
18:57:01.570327656 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2017-11-10 
15:36:03.312268984 +0100
@@ -1,0 +2,30 @@
+Wed Nov  8 11:40:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 49.0.2725.34:
+  * See https://blogs.opera.com/desktop/changelog-for-49/#b2725.34
+
+---
+Fri Oct 27 16:01:24 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 48.0.2685.52:
+  * Allow Ctrl+C when capturing the screen to copy what’s marked.
+  * Take a snapshot from the surface for PDF viewer snaps.
+
+---
+Thu Oct 19 14:01:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 48.0.2685.50:
+  * See https://blogs.opera.com/desktop/changelog-for-48/#b2685.50
+
+---
+Tue Sep 12 11:10:24 UTC 2017 - sor.ale...@meowr.ru
+
+- Exclude libGLESv2.so from RPM requirements (boo#1058188).
+
+---
+Tue Aug 29 22:39:15 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 47.0.2631.55:
+  * Full changelog: https://blogs.opera.com/desktop/changelog-for-47/#b2631.55
+
+---

Old:

  opera-stable_46.0.2597.57_amd64.rpm

New:

  opera-stable_49.0.2725.34_amd64.rpm



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.azlEJZ/_old  2017-11-10 15:36:05.352195219 +0100
+++ /var/tmp/diff_new_pack.azlEJZ/_new  2017-11-10 15:36:05.360194930 +0100
@@ -17,16 +17,16 @@
 
 
 %global __provides_exclude_from ^%{_libdir}/opera/.*\\.so.*$
-# libffmpeg.so* and libfreetype.so* are currently bundled.
-%global __requires_exclude ^lib(ffmpeg|freetype)\\.so.*$
+# libffmpeg.so*, libfreetype.so* and libGLESv2.so* are currently bundled.
+%global __requires_exclude ^lib(ffmpeg|freetype|GLESv2)\\.so.*$
 Name:   opera
-Version:46.0.2597.57
+Version:49.0.2725.34
 Release:0
 Summary:Proprietary web browser
 License:SUSE-NonFree
 Group:  Productivity/Networking/Web/Browsers
 Url:https://opera.com/
-Source0:
http://get.geo.opera.com/ftp/pub/%{name}/desktop/%{version}/linux/%{name}-stable_%{version}_amd64.rpm
+Source: 
https://get.geo.opera.com/ftp/pub/%{name}/desktop/%{version}/linux/%{name}-stable_%{version}_amd64.rpm
 Source2:%{name}.appdata.xml
 Source3:%{name}.sh.in
 BuildRequires:  fdupes
@@ -88,6 +88,7 @@
 
 %fdupes %{buildroot}%{_libdir}/
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -95,9 +96,9 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %doc COPYING
 %config(noreplace) %{_sysconfdir}/default/%{name}
 %{_bindir}/%{name}

++ opera-stable_46.0.2597.57_amd64.rpm -> 
opera-stable_49.0.2725.34_amd64.rpm ++
/work/SRC/openSUSE:Factory:NonFree/opera/opera-stable_46.0.2597.57_amd64.rpm 
/work/SRC/openSUSE:Factory:NonFree/.opera.new/opera-stable_49.0.2725.34_amd64.rpm
 differ: char 25, line 1




commit linphone for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2017-11-10 14:58:55

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


Package is "linphone"

Fri Nov 10 14:58:55 2017 rev:56 rq:540470 version:3.12.0

Changes:

--- /work/SRC/openSUSE:Factory/linphone/linphone.changes2017-10-30 
21:19:13.317589106 +0100
+++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes   2017-11-10 
14:59:20.823846830 +0100
@@ -1,0 +2,5 @@
+Thu Nov  9 10:37:33 UTC 2017 - o...@aepfle.de
+
+- Use linphone_gtkui conditionally everywhere
+
+---



Other differences:
--
++ linphone.spec ++
--- /var/tmp/diff_new_pack.RH3Hza/_old  2017-11-10 14:59:22.295793585 +0100
+++ /var/tmp/diff_new_pack.RH3Hza/_new  2017-11-10 14:59:22.299793441 +0100
@@ -202,7 +202,7 @@
   -DENABLE_ROOTCA_DOWNLOAD=OFF \
   -DENABLE_ZRTP=ON \
   -DENABLE_LDAP=ON \
-%if %{with gtkui}
+%if %{with linphone_gtkui}
   -DENABLE_GTK_UI=ON   \
 %endif
   -DENABLE_TOOLS=OFF   \
@@ -217,7 +217,7 @@
 mv -T %{buildroot}%{_datadir}/doc/%{name}-%{version}/ \
   %{buildroot}%{_docdir}/%{name}/
 
-%if %{with gtkui}
+%if %{with linphone_gtkui}
 install -Dpm 0755 share/%{name}.appdata.xml \
   %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 %suse_update_desktop_file -r -D "%{name}/index.xml.html" %{name} Network 
Telephony
@@ -231,7 +231,7 @@
 %find_lang %{name}
 %fdupes %{buildroot}%{_datadir}/
 
-%if %{with gtkui}
+%if %{with linphone_gtkui}
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -251,7 +251,7 @@
 %postun -n lib%{name}++%{sover} -p /sbin/ldconfig
 %endif
 
-%if %{with gtkui}
+%if %{with linphone_gtkui}
 %files
 %{_bindir}/%{name}
 %{_datadir}/%{name}/




commit icewm-themes for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package icewm-themes for openSUSE:Factory 
checked in at 2017-11-10 14:58:47

Comparing /work/SRC/openSUSE:Factory/icewm-themes (Old)
 and  /work/SRC/openSUSE:Factory/.icewm-themes.new (New)


Package is "icewm-themes"

Fri Nov 10 14:58:47 2017 rev:16 rq:540423 version:0.1

Changes:

--- /work/SRC/openSUSE:Factory/icewm-themes/icewm-themes.changes
2017-11-03 16:26:06.205473939 +0100
+++ /work/SRC/openSUSE:Factory/.icewm-themes.new/icewm-themes.changes   
2017-11-10 14:59:06.176376669 +0100
@@ -1,0 +2,5 @@
+Fri Nov 10 09:18:58 UTC 2017 - dims...@opensuse.org
+
+- Really drop the Helix theme.
+
+---



Other differences:
--
++ icewm-themes.spec ++
--- /var/tmp/diff_new_pack.K7u8xn/_old  2017-11-10 14:59:06.944348889 +0100
+++ /var/tmp/diff_new_pack.K7u8xn/_new  2017-11-10 14:59:06.948348745 +0100
@@ -40,7 +40,7 @@
 find %{buildroot}%{ICEWMDIR} -type d -exec chmod 755 {} \;
 find %{buildroot}%{ICEWMDIR} -type f -name "*~" | xargs -r rm -v
 # moved to main icewm as a default theme
-rm -rf %{buildroot}%{ICEWMDIR}/Helix
+rm -rf %{buildroot}%{ICEWMDIR}/themes/Helix
 
 %files
 %dir %{ICEWMDIR}




commit cloud-netconfig for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package cloud-netconfig for openSUSE:Factory 
checked in at 2017-11-10 14:58:41

Comparing /work/SRC/openSUSE:Factory/cloud-netconfig (Old)
 and  /work/SRC/openSUSE:Factory/.cloud-netconfig.new (New)


Package is "cloud-netconfig"

Fri Nov 10 14:58:41 2017 rev:3 rq:540361 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/cloud-netconfig/cloud-netconfig.changes  
2017-10-11 23:02:17.770423887 +0200
+++ /work/SRC/openSUSE:Factory/.cloud-netconfig.new/cloud-netconfig.changes 
2017-11-10 14:59:04.432439751 +0100
@@ -1,0 +2,23 @@
+Thu Nov  9 15:57:52 UTC 2017 - adrian.glaub...@suse.com
+
+- Add missing Provides/Conflicts statements to spec file
+
+---
+Fri Oct 13 15:18:33 UTC 2017 - jgleiss...@suse.com
+
+- Prepare for SLE11 submission (bsc#1063292)
+
+---
+Fri Oct 13 13:47:05 UTC 2017 - jgleiss...@suse.com
+
+- Update to version 0.6:
+  + Use tested and supported metadata API versions
+
+---
+Wed Oct 11 21:21:52 UTC 2017 - rjsch...@suse.com
+
+- Update to version 0.5
+  + New API version for Azure metadata server
+  + Wait for the metadata server in EC2 
+
+---

Old:

  cloud-netconfig-0.4.tar.bz2

New:

  cloud-netconfig-0.6.tar.bz2



Other differences:
--
++ cloud-netconfig.spec ++
--- /var/tmp/diff_new_pack.BNvovQ/_old  2017-11-10 14:59:05.124414721 +0100
+++ /var/tmp/diff_new_pack.BNvovQ/_new  2017-11-10 14:59:05.128414577 +0100
@@ -26,16 +26,18 @@
 %if "@BUILD_FLAVOR@" == "azure"
 %define flavor_suffix -azure
 %define csp_string Microsoft Azure
-Conflicts:  %{base_name}-ec2
+Provides:   cloud-netconfig
+Conflicts:  otherproviders(cloud-netconfig)
 %endif
 %if "@BUILD_FLAVOR@" == "ec2"
 %define flavor_suffix -ec2
 %define csp_string Amazon EC2
-Conflicts:  %{base_name}-azure
+Provides:   cloud-netconfig
+Conflicts:  otherproviders(cloud-netconfig)
 %endif
 
 Name:   %{base_name}%{flavor_suffix}
-Version:0.4
+Version:0.6
 Release:0
 Summary:Network configuration scripts for %{csp_string}
 License:GPL-3.0+
@@ -54,8 +56,8 @@
 %endif
 BuildRequires:  udev
 Requires:   udev
-# persistent net generator was still part of udev in SLE12 but not in Leap 42
-%if 0%{?is_opensuse} || ( 0%{?sle_version}  == 0 || 0%{?sle_version} >= 13 
)
+# persistent net generator was split off from udev in Leap
+%if 0%{?leap_version} != 0
 Requires:   udev-persistent-ifnames
 %endif
 

++ cloud-netconfig-0.4.tar.bz2 -> cloud-netconfig-0.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-0.4/VERSION 
new/cloud-netconfig-0.6/VERSION
--- old/cloud-netconfig-0.4/VERSION 2017-10-09 17:34:52.127056335 +0200
+++ new/cloud-netconfig-0.6/VERSION 2017-10-13 15:20:53.524621516 +0200
@@ -1 +1 @@
-0.4
+0.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-0.4/azure/functions.cloud-netconfig 
new/cloud-netconfig-0.6/azure/functions.cloud-netconfig
--- old/cloud-netconfig-0.4/azure/functions.cloud-netconfig 2017-08-10 
17:52:14.238199252 +0200
+++ new/cloud-netconfig-0.6/azure/functions.cloud-netconfig 2017-10-13 
14:10:08.036087048 +0200
@@ -18,7 +18,7 @@
 
 METADATA_BASE_URL="http://169.254.169.254/metadata/instance/network/interface/;
 URL_HDR="Metadata:true"
-URL_APX='?format=text=2017-07-01'
+URL_APX='?format=text=2017-04-02'
 
 # ---
 # get the MAC address from the metadata server
Binary files old/cloud-netconfig-0.4/cloud-netconfig-0.5.tar.bz2 and 
new/cloud-netconfig-0.6/cloud-netconfig-0.5.tar.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-0.4/cloud-netconfig-azure.spec 
new/cloud-netconfig-0.6/cloud-netconfig-azure.spec
--- old/cloud-netconfig-0.4/cloud-netconfig-azure.spec  2017-10-09 
17:34:32.770937757 +0200
+++ new/cloud-netconfig-0.6/cloud-netconfig-azure.spec  2017-10-13 
15:20:45.056572937 +0200
@@ -18,7 +18,7 @@
 %define base_name cloud-netconfig
 
 Name:   %{base_name}-azure
-Version:0.4
+Version:0.6
 Release:0
 License:GPL-3.0+
 Summary:Network configuration scripts for Microsoft Azure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cloud-netconfig-0.4/cloud-netconfig-ec2.spec 

commit python-botocore for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2017-11-10 14:58:27

Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
 and  /work/SRC/openSUSE:Factory/.python-botocore.new (New)


Package is "python-botocore"

Fri Nov 10 14:58:27 2017 rev:20 rq:540354 version:1.7.43

Changes:

--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2017-09-13 22:37:01.823052627 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes 
2017-11-10 14:58:51.272915763 +0100
@@ -1,0 +2,8 @@
+Thu Nov  9 22:31:20 UTC 2017 - rjsch...@suse.com
+
+- Update to version 1.7.43
+  + For details see  https://github.com/boto/botocore/blob/1.7.43/CHANGELOG.rst
+  + Forward port hide_py_pckgmgmt.patch
+  + Needed for aws-cli 1.11.185 (boo#1066528)
+
+---

Old:

  botocore-1.7.9.tar.gz

New:

  botocore-1.7.43.tar.gz



Other differences:
--
++ python-botocore.spec ++
--- /var/tmp/diff_new_pack.l7ISK7/_old  2017-11-10 14:58:52.908856587 +0100
+++ /var/tmp/diff_new_pack.l7ISK7/_new  2017-11-10 14:58:52.912856443 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-botocore
-Version:1.7.9
+Version:1.7.43
 Release:0
 Summary:Python interface for AWS
 License:Apache-2.0
@@ -55,7 +55,7 @@
 
 %prep
 %setup -q -n  botocore-%{version}
-%patch0 -p1
+%patch0 -p0
 
 %build
 %python_build

++ botocore-1.7.9.tar.gz -> botocore-1.7.43.tar.gz ++
 26695 lines of diff (skipped)

++ hide_py_pckgmgmt.patch ++
--- /var/tmp/diff_new_pack.l7ISK7/_old  2017-11-10 14:58:53.796824468 +0100
+++ /var/tmp/diff_new_pack.l7ISK7/_new  2017-11-10 14:58:53.796824468 +0100
@@ -1,9 +1,7 @@
-Index: botocore-1.2.10/setup.py
-===
 botocore-1.2.10.orig/setup.py
-+++ botocore-1.2.10/setup.py
-@@ -5,22 +5,22 @@ import sys
- from setuptools import setup, find_packages
+--- setup.py.orig
 setup.py
+@@ -23,22 +23,22 @@ def find_version(*file_paths):
+ raise RuntimeError("Unable to find version string.")
  
  
 -requires = ['jmespath>=0.7.1,<1.0.0',
@@ -31,7 +29,7 @@
  
  
  setup(
-@@ -35,13 +35,13 @@ setup(
+@@ -53,13 +53,13 @@ setup(
  package_data={'botocore': ['data/*.json', 'data/*/*.json'],
'botocore.vendored.requests': ['*.pem']},
  include_package_data=True,
@@ -44,11 +42,11 @@
 -},
 +#install_requires=requires,
 +#extras_require={
-+#':python_version=="2.6"': [
-+#'ordereddict==1.1',
-+#'simplejson==3.3.0',
-+#]
-+#},
++#   ':python_version=="2.6"': [
++#   'ordereddict==1.1',
++#   'simplejson==3.3.0',
++#   ]
++#   },
  license="Apache License 2.0",
  classifiers=(
  'Development Status :: 5 - Production/Stable',




commit python-jmespath for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-jmespath for openSUSE:Factory 
checked in at 2017-11-10 14:58:37

Comparing /work/SRC/openSUSE:Factory/python-jmespath (Old)
 and  /work/SRC/openSUSE:Factory/.python-jmespath.new (New)


Package is "python-jmespath"

Fri Nov 10 14:58:37 2017 rev:11 rq:540359 version:0.9.3

Changes:

--- /work/SRC/openSUSE:Factory/python-jmespath/python-jmespath.changes  
2017-04-20 20:49:27.780580041 +0200
+++ /work/SRC/openSUSE:Factory/.python-jmespath.new/python-jmespath.changes 
2017-11-10 14:58:59.644612939 +0100
@@ -1,0 +2,10 @@
+Thu Nov  9 23:08:53 UTC 2017 - rjsch...@suse.com
+
+- Update to 0.9.3:
+  + Fix issue where long types in py2 and Decimal types were not
+being evaluated as numbers (issue 125)
+  + Handle numbers in scientific notation in to_number() function (issue 120)
+  + Fix issue where custom functions would override the function
+table of the builtin function class (issue 133)
+
+---

Old:

  jmespath-0.9.2.tar.gz

New:

  jmespath-0.9.3.tar.gz



Other differences:
--
++ python-jmespath.spec ++
--- /var/tmp/diff_new_pack.VP0dGC/_old  2017-11-10 14:59:01.672539584 +0100
+++ /var/tmp/diff_new_pack.VP0dGC/_new  2017-11-10 14:59:01.676539439 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jmespath
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Extract elements from JSON document
 License:MIT

++ jmespath-0.9.2.tar.gz -> jmespath-0.9.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jmespath-0.9.2/PKG-INFO new/jmespath-0.9.3/PKG-INFO
--- old/jmespath-0.9.2/PKG-INFO 2017-03-11 00:52:50.0 +0100
+++ new/jmespath-0.9.3/PKG-INFO 2017-05-26 15:45:16.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jmespath
-Version: 0.9.2
+Version: 0.9.3
 Summary: JSON Matching Expressions
 Home-page: https://github.com/jmespath/jmespath.py
 Author: James Saryerwinnie
@@ -231,3 +231,7 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jmespath-0.9.2/jmespath/__init__.py 
new/jmespath-0.9.3/jmespath/__init__.py
--- old/jmespath-0.9.2/jmespath/__init__.py 2017-03-11 00:45:48.0 
+0100
+++ new/jmespath-0.9.3/jmespath/__init__.py 2017-05-26 15:44:09.0 
+0200
@@ -1,7 +1,7 @@
 from jmespath import parser
 from jmespath.visitor import Options
 
-__version__ = '0.9.2'
+__version__ = '0.9.3'
 
 
 def compile(expression):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jmespath-0.9.2/jmespath/functions.py 
new/jmespath-0.9.3/jmespath/functions.py
--- old/jmespath-0.9.2/jmespath/functions.py2017-03-10 01:49:47.0 
+0100
+++ new/jmespath-0.9.3/jmespath/functions.py2017-05-26 15:42:45.0 
+0200
@@ -16,6 +16,7 @@
 'str': 'string',
 'float': 'number',
 'int': 'number',
+'long': 'number',
 'OrderedDict': 'object',
 '_Projection': 'array',
 '_Expression': 'expref',
@@ -29,7 +30,7 @@
 'object': ('dict', 'OrderedDict',),
 'null': ('None',),
 'string': ('unicode', 'str'),
-'number': ('float', 'int'),
+'number': ('float', 'int', 'long'),
 'expref': ('_Expression',),
 }
 
@@ -47,7 +48,7 @@
 super(FunctionRegistry, cls).__init__(name, bases, attrs)
 
 def _populate_function_table(cls):
-function_table = getattr(cls, 'FUNCTION_TABLE', {})
+function_table = {}
 # Any method with a @signature decorator that also
 # starts with "_func_" is registered as a function.
 # _func_max_by -> max_by function.
@@ -202,12 +203,12 @@
 return arg
 else:
 try:
-if '.' in arg:
-return float(arg)
-else:
-return int(arg)
+return int(arg)
 except ValueError:
-return None
+try:
+return float(arg)
+except ValueError:
+return None
 
 @signature({'types': ['array', 'string']}, {'types': []})
 def _func_contains(self, subject, 

commit python-s3transfer for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-s3transfer for 
openSUSE:Factory checked in at 2017-11-10 14:58:33

Comparing /work/SRC/openSUSE:Factory/python-s3transfer (Old)
 and  /work/SRC/openSUSE:Factory/.python-s3transfer.new (New)


Package is "python-s3transfer"

Fri Nov 10 14:58:33 2017 rev:5 rq:540358 version:0.1.11

Changes:

--- /work/SRC/openSUSE:Factory/python-s3transfer/python-s3transfer.changes  
2017-05-17 10:54:00.529742346 +0200
+++ /work/SRC/openSUSE:Factory/.python-s3transfer.new/python-s3transfer.changes 
2017-11-10 14:58:54.388803055 +0100
@@ -1,0 +2,6 @@
+Thu Nov  9 23:03:07 UTC 2017 - rjsch...@suse.com
+
+- Update to version 0.1.11:
+  + Properly handle unicode exceptions in the context manager
+
+---

Old:

  s3transfer-0.1.10.tar.gz

New:

  s3transfer-0.1.11.tar.gz



Other differences:
--
++ python-s3transfer.spec ++
--- /var/tmp/diff_new_pack.aBHeLU/_old  2017-11-10 14:58:55.412766015 +0100
+++ /var/tmp/diff_new_pack.aBHeLU/_new  2017-11-10 14:58:55.416765870 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-s3transfer
-Version:0.1.10
+Version:0.1.11
 Release:0
 Summary:Python S3 transfer manager
 License:Apache-2.0
@@ -26,10 +26,10 @@
 Url:https://github.com/boto/s3transfer
 Source0:
https://files.pythonhosted.org/packages/source/s/s3transfer/s3transfer-%{version}.tar.gz
 Patch0: hide_py_pckgmgmt.patch
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-botocore  <= 2.0.0
 Requires:   python-botocore  >= 1.4.10
 %ifpython2

++ s3transfer-0.1.10.tar.gz -> s3transfer-0.1.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.1.10/PKG-INFO 
new/s3transfer-0.1.11/PKG-INFO
--- old/s3transfer-0.1.10/PKG-INFO  2016-12-16 00:54:08.0 +0100
+++ new/s3transfer-0.1.11/PKG-INFO  2017-09-01 01:06:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: s3transfer
-Version: 0.1.10
+Version: 0.1.11
 Summary: An Amazon S3 Transfer Manager
 Home-page: https://github.com/boto/s3transfer
 Author: Amazon Web Services
@@ -31,3 +31,4 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.1.10/s3transfer/__init__.py 
new/s3transfer-0.1.11/s3transfer/__init__.py
--- old/s3transfer-0.1.10/s3transfer/__init__.py2016-12-16 
00:54:07.0 +0100
+++ new/s3transfer-0.1.11/s3transfer/__init__.py2017-09-01 
01:06:49.0 +0200
@@ -143,7 +143,7 @@
 
 
 __author__ = 'Amazon Web Services'
-__version__ = '0.1.10'
+__version__ = '0.1.11'
 
 
 class NullHandler(logging.Handler):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.1.10/s3transfer/manager.py 
new/s3transfer-0.1.11/s3transfer/manager.py
--- old/s3transfer-0.1.10/s3transfer/manager.py 2016-12-16 00:54:07.0 
+0100
+++ new/s3transfer-0.1.11/s3transfer/manager.py 2017-09-01 01:06:49.0 
+0200
@@ -14,6 +14,8 @@
 import logging
 import threading
 
+from botocore.compat import six
+
 from s3transfer.utils import get_callbacks
 from s3transfer.utils import disable_upload_callbacks
 from s3transfer.utils import enable_upload_callbacks
@@ -496,7 +498,7 @@
 # all of the inprogress futures in the shutdown.
 if exc_type:
 cancel = True
-cancel_msg = str(exc_value)
+cancel_msg = six.text_type(exc_value)
 if not cancel_msg:
 cancel_msg = repr(exc_value)
 # If it was a KeyboardInterrupt, the cancellation was initiated
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/s3transfer-0.1.10/s3transfer/tasks.py 
new/s3transfer-0.1.11/s3transfer/tasks.py
--- old/s3transfer-0.1.10/s3transfer/tasks.py   2016-12-16 00:54:07.0 
+0100
+++ new/s3transfer-0.1.11/s3transfer/tasks.py   2017-09-01 01:06:49.0 
+0200
@@ -254,7 +254,7 @@
 # transfer.
 self._submit(transfer_future=transfer_future, **kwargs)
 except BaseException as e:
-# If there was an exception rasied during the submission of 

commit kawaii-player for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kawaii-player for openSUSE:Factory 
checked in at 2017-11-10 14:58:21

Comparing /work/SRC/openSUSE:Factory/kawaii-player (Old)
 and  /work/SRC/openSUSE:Factory/.kawaii-player.new (New)


Package is "kawaii-player"

Fri Nov 10 14:58:21 2017 rev:3 rq:540287 version:2.8.0.0

Changes:

--- /work/SRC/openSUSE:Factory/kawaii-player/kawaii-player.changes  
2017-09-04 12:36:13.828288807 +0200
+++ /work/SRC/openSUSE:Factory/.kawaii-player.new/kawaii-player.changes 
2017-11-10 14:58:40.885291505 +0100
@@ -1,0 +2,147 @@
+Thu Nov  9 17:04:53 UTC 2017 - aloi...@gmx.com
+
+- Update to version 2.8.0-0
+  * better handling of fetching episode summary from tvdb
+  * allow editing episode summary in summary box
+  * summary tooltip added to thumbnail grid
+  * keyboard shortcuts added for renaming to default
+  * keyboard shortcuts added for fetching episode summary
+  * more options added to context menu of playlist
+  * separate meta_engine
+  * tmdb bug fixed
+  * a new command ytq: added, for quick casting of ytdl and
+torrent links from web interface
+  * Support added for opening links to ytdl supported sites
+  * Internal browser can be used for ytdl supported sites
+  * default background image changed
+  2.7.0-0
+  Web Interface:
+  * Code has been adjusted as per server side changes
+  * Show/Hide Top Menu Bar bug fixed for mobile browsers.
+  * In remote control mode, support for queued items improved,
+achieving better synchronization between web interface and
+desktop interface.
+  * Playlist shuffle mode fixed, in remote control mode.
+  * Show message on using torrent commands from wrong section
+  * New text command clear:cache added for clearing server side
+cache
+  Media Server:
+  * Implemented server side cache for video, music and playlist
+section for faster fetching.
+  * Bug fixed in identifying same titles but different content.
+  * Handles queue item remove request in remote control mode
+  * Handles clear cache request
+  * Allow better synchronization between desktop client and web
+interface in remote control mode
+  Desktop client:
+  * Thumbnail grid mode made faster, responsive with better zoom
+in/out support.
+  * Various bugs fixed in thumbnail grid mode
+  * Thumbnail generation in list mode improved without blocking ui.
+  * some changes in player stop method to restore state before
+playback
+  * Better handling of peer-to-peer mode in thumbnails
+  * context menu added to playlist column for renaming file names
+to default.
+  * context menu added to playlist for removing thumbnails.
+  * bugs fixed in ordering of playlist column in video section
+using page up/down button keys
+  * bugs fixed in resizing images
+  Other Design Issues:
+  * Separate single thumbnail directory for both desktop and web
+interface
+  * use of hashing to get thumbnails quickly without querying to
+database, for both desktop client and web interface.
+  * In custom playlist, artist can be added manually. Use '::' to
+delimit title from artist when renaming using key F2.
+  2.6.1-0
+  Web Interface:
+  * show torrent status immediately as soon as it is started
+  * allow absolute seek from status bar for both remote control
+and client mode
+  * allow synchronization as much as possible between web
+interface and remote controlled desktop application
+  * changes in get m3u method
+  * hide top menu bar properly in mobile interface while scrolling
+  * allow m3u generation of playlist history
+  * change bottom progress bar properly according to remote
+control on/off state
+  Media Server:
+  * total_ui_navigation function added for remote controlled mode
+  * handle request for force play and pause
+  * handle request for absolute seek
+  Desktop Interface:
+  * crashing of player fixed when server ip address changes
+  * thumbnail generation method made responsive
+  * allow deleting music library entries
+  * reduce time delay between thumbnail generation
+  2.6.0-0
+  Major changes made in the web interface:
+  * Proper context menu support added for both queue and playlists
+for performing multiple operations
+  * Legacy menu removed and replaced with Top menu bar
+  * Small status bar added to the bottom that will be displayed
+while scrolling long playlist
+  * Status bar and Menu bar can both be hidden
+  * Thumbnail support added which can be activated using playlist
+context menu
+  * Grid layout used for control buttons
+  * Bug fixed in torrent streaming within web interface
+  * Added buttons for navigating playlist history
+  * clear:playlist_history command added, which can be sent using
+search box
+  Remote Control mode:
+  * Feature added to queue items from web interface for playing on
+   

commit linphoneqt for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package linphoneqt for openSUSE:Factory 
checked in at 2017-11-10 14:58:18

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


Package is "linphoneqt"

Fri Nov 10 14:58:18 2017 rev:2 rq:540269 version:4.1.1

Changes:

--- /work/SRC/openSUSE:Factory/linphoneqt/linphoneqt.changes2017-10-03 
23:16:26.689513290 +0200
+++ /work/SRC/openSUSE:Factory/.linphoneqt.new/linphoneqt.changes   
2017-11-10 14:58:32.753585645 +0100
@@ -3,0 +4,7 @@
+- Add the missing libqt5-qtquickcontrols dependency (boo#1065173).
+- Install the appstream file to the /usr/share/metainfo/ directory
+  on openSUSE Leap 15.x or newer.
+
+---
+Sun Sep 10 14:23:13 UTC 2017 - sor.ale...@meowr.ru
+



Other differences:
--
++ linphoneqt.spec ++
--- /var/tmp/diff_new_pack.ZreB9f/_old  2017-11-10 14:58:33.737550053 +0100
+++ /var/tmp/diff_new_pack.ZreB9f/_new  2017-11-10 14:58:33.741549909 +0100
@@ -56,8 +56,10 @@
 
 %package -n %{_name}
 Summary:Web Phone
+Group:  Productivity/Networking/Other
 Requires:   lib%{_name}-data
 Requires:   libqt5-qtgraphicaleffects
+Requires:   libqt5-qtquickcontrols
 Requires:   libqt5-qtquickcontrols2
 Recommends: %{_name}-cli
 Obsoletes:  %{_name}-lang < %{version}
@@ -85,9 +87,15 @@
 
 %install
 %cmake_install
+%if 0%{?suse_version} > 1320
+install -Dpm 0644 linphone.appdata.xml \
+  %{buildroot}%{_datadir}/metainfo/linphone.appdata.xml
+%else
 install -Dpm 0644 linphone.appdata.xml \
   %{buildroot}%{_datadir}/appdata/linphone.appdata.xml
+%endif
 
+%if 0%{?suse_version} <= 1320
 %post -n %{_name}
 %desktop_database_post
 %icon_theme_cache_post
@@ -95,6 +103,7 @@
 %postun -n %{_name}
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files -n %{_name}
 %doc LICENSE README.md
@@ -103,7 +112,12 @@
 %{_datadir}/linphone/
 %{_datadir}/applications/linphone.desktop
 %{_datadir}/icons/hicolor/*/apps/linphone.*
+%if 0%{?suse_version} > 1320
+%dir %{_datadir}/metainfo/
+%{_datadir}/metainfo/linphone.appdata.xml
+%else
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/linphone.appdata.xml
+%endif
 
 %changelog




commit openSUSE-release-tools for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-11-10 14:58:04

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


Package is "openSUSE-release-tools"

Fri Nov 10 14:58:04 2017 rev:18 rq:540229 version:20171109.3d34370

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2017-11-07 09:58:04.642129947 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2017-11-10 14:58:24.301891358 +0100
@@ -1,0 +2,6 @@
+Thu Nov 09 14:06:29 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171109.3d34370:
+  * ttm: publish non-oss for Leap 15 too
+
+---

Old:

  openSUSE-release-tools-20171103.593c900.obscpio

New:

  openSUSE-release-tools-20171109.3d34370.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.uI3QOR/_old  2017-11-10 14:58:26.769802089 +0100
+++ /var/tmp/diff_new_pack.uI3QOR/_new  2017-11-10 14:58:26.773801945 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20171103.593c900
+Version:20171109.3d34370
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ and MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.uI3QOR/_old  2017-11-10 14:58:26.813800498 +0100
+++ /var/tmp/diff_new_pack.uI3QOR/_new  2017-11-10 14:58:26.813800498 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-a0c7dc362cd2670372c25b795ba25a0dede47bfe
+ace4ae06fde903c78736f25b2b15212f0ee5f8d1
   
 

++ openSUSE-release-tools-20171103.593c900.obscpio -> 
openSUSE-release-tools-20171109.3d34370.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171103.593c900/totest-manager.py 
new/openSUSE-release-tools-20171109.3d34370/totest-manager.py
--- old/openSUSE-release-tools-20171103.593c900/totest-manager.py   
2017-11-04 00:13:10.0 +0100
+++ new/openSUSE-release-tools-20171109.3d34370/totest-manager.py   
2017-11-09 14:57:23.0 +0100
@@ -663,7 +663,7 @@
 ]
 
 ftp_products = ['000product:openSUSE-ftp-ftp-x86_64',
-# TODO '000product:openSUSE-Addon-NonOss-ftp-ftp-x86_64'
+'000product:openSUSE-Addon-NonOss-ftp-ftp-x86_64'
 ]
 
 livecd_products = []

++ openSUSE-release-tools.obsinfo ++
--- /var/tmp/diff_new_pack.uI3QOR/_old  2017-11-10 14:58:27.465776914 +0100
+++ /var/tmp/diff_new_pack.uI3QOR/_new  2017-11-10 14:58:27.465776914 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20171103.593c900
-mtime: 1509750790
-commit: 593c90038fdecaec8d4743568c2937bdfa6bd9eb
+version: 20171109.3d34370
+mtime: 1510235843
+commit: 3d34370f7904971b92fe687c3d2f702587f12974
 




commit chasen for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package chasen for openSUSE:Factory checked 
in at 2017-11-10 14:58:01

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


Package is "chasen"

Fri Nov 10 14:58:01 2017 rev:22 rq:540228 version:2.4.4

Changes:

--- /work/SRC/openSUSE:Factory/chasen/chasen.changes2012-06-05 
15:29:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.chasen.new/chasen.changes   2017-11-10 
14:58:18.478102013 +0100
@@ -1,0 +2,6 @@
+Wed Nov  8 21:22:00 UTC 2017 - bwiedem...@suse.com
+
+- Add chasen-initialize-memory.patch to make ipadic build
+  reproducibly (boo#1061219)
+
+---

New:

  chasen-initialize-memory.patch



Other differences:
--
++ chasen.spec ++
--- /var/tmp/diff_new_pack.B0W2iq/_old  2017-11-10 14:58:20.622024464 +0100
+++ /var/tmp/diff_new_pack.B0W2iq/_new  2017-11-10 14:58:20.622024464 +0100
@@ -30,6 +30,8 @@
 Source0:%{name}-%{version}.tar.gz
 Patch1: chasen-decls.diff
 Patch2: chasen244-secfix.diff
+# PATCH-FIX-UPSTREAM
+Patch3: chasen-initialize-memory.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Japanese Morphological Analysis System
 # Summary(ja): 形態素解析システム 茶筌
@@ -147,6 +149,7 @@
 %setup -q
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf --force --install

++ chasen-initialize-memory.patch ++
Author: Bernhard M. Wiedemann 
Date: 2017-11-08

Problem: when building the ipadic package it differed for every build
because its chadic.dat contains uninitialized memory
from the da_dat_t structure's padding bytes

Solution: initilize memory (including padding added by compilers)
before use

Index: chasen-2.4.4/mkchadic/dumpdic.c
===
--- chasen-2.4.4.orig/mkchadic/dumpdic.c
+++ chasen-2.4.4/mkchadic/dumpdic.c
@@ -45,6 +45,7 @@ dump_dat(lexicon_t *lex, FILE *datfile,
 long index;
 da_dat_t dat;
 
+memset(, 0, sizeof(dat));
 index = ftell(datfile);
 dat.stem_len = lex->stem_len;
 dat.reading_len = lex->reading_len;
@@ -137,6 +138,7 @@ dump_dic(lexicon_t *entries, FILE *outpu
 da_lex_t lex;
 long compound = NO_COMPOUND;
 
+memset(, 0, sizeof(lex));
 if (entries[1].pos)
compound = dump_compound(entries, lexfile, datfile);
 



commit iperf for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package iperf for openSUSE:Factory checked 
in at 2017-11-10 14:57:58

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


Package is "iperf"

Fri Nov 10 14:57:58 2017 rev:24 rq:540223 version:3.3

Changes:

--- /work/SRC/openSUSE:Factory/iperf/iperf.changes  2017-09-26 
21:16:34.776200208 +0200
+++ /work/SRC/openSUSE:Factory/.iperf.new/iperf.changes 2017-11-10 
14:58:16.746164660 +0100
@@ -1,0 +2,6 @@
+Tue Nov  7 09:53:45 UTC 2017 - ms...@suse.com
+
+- update to 3.3
+  * Bug fixes
+
+---

Old:

  iperf-3.2.tar.gz

New:

  iperf-3.3.tar.gz



Other differences:
--
++ iperf.spec ++
--- /var/tmp/diff_new_pack.U1yayC/_old  2017-11-10 14:58:18.222111273 +0100
+++ /var/tmp/diff_new_pack.U1yayC/_new  2017-11-10 14:58:18.222111273 +0100
@@ -18,7 +18,7 @@
 
 %define soname  0
 Name:   iperf
-Version:3.2
+Version:3.3
 Release:0
 Summary:A tool to measure network performance
 License:BSD-3-Clause

++ iperf-3.2.tar.gz -> iperf-3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iperf-3.2/.travis.yml new/iperf-3.3/.travis.yml
--- old/iperf-3.2/.travis.yml   2017-06-26 19:42:56.0 +0200
+++ new/iperf-3.3/.travis.yml   2017-10-30 22:00:41.0 +0100
@@ -6,4 +6,8 @@
- linux
- osx
  
+notifications:
+  slack:
+secure: 
ImUmX7hcYotHWCDBfOcIvF6H7kkeGqiaUCy7SVPFtgPbz33ttpbRd94E7oxWVmZMLKb+i6+JCujTEWGwGBimzH+DjL0LLWs0ShzXZIUa1UzEPTc4hgV6VAxucYKFg2WrbXgOPWbulkMG1VZ6pX7GlAEGf0qyNqn44F7S2ay9m18=
+
 script: ./configure && make && make check
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iperf-3.2/Makefile.in new/iperf-3.3/Makefile.in
--- old/iperf-3.2/Makefile.in   2017-06-26 19:42:56.0 +0200
+++ new/iperf-3.3/Makefile.in   2017-10-30 22:00:41.0 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -547,7 +547,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -573,7 +573,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -591,7 +591,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -601,7 +601,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iperf-3.2/RELEASE_NOTES new/iperf-3.3/RELEASE_NOTES
--- old/iperf-3.2/RELEASE_NOTES 2017-06-26 19:42:56.0 +0200
+++ new/iperf-3.3/RELEASE_NOTES 2017-10-30 22:00:41.0 +0100
@@ -1,3 +1,32 @@
+== iperf 3.3 2017-10-31 ==
+
+* Notable user-visible changes
+
+  * iperf3 can now be built --without-openssl on systems where OpenSSL
+is present (#624, #633).
+
+  * A bug with printing very large numbers has been fixed (#642).
+
+  * A bug where the server would, under certain circumstances, halt a
+test after exactly fifteen seconds has been fixed (#645).
+
+  * The --tos parameter is no longer "sticky" between tests when doing
+--reverse tests (#639).
+
+  * The authentication token on the server is properly 

commit acpid for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package acpid for openSUSE:Factory checked 
in at 2017-11-10 14:57:54

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


Package is "acpid"

Fri Nov 10 14:57:54 2017 rev:76 rq:540220 version:2.0.28

Changes:

--- /work/SRC/openSUSE:Factory/acpid/acpid.changes  2016-11-29 
12:50:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.acpid.new/acpid.changes 2017-11-10 
14:58:08.118476736 +0100
@@ -1,0 +2,8 @@
+Sat Nov  4 19:55:37 UTC 2017 - aavind...@gmail.com
+
+- Update to version 2.0.28
+  * Fix intermittent "Address already in use"
+  * inotify: process all inotify messages in buffer
+  * Use proper lengths for inotify buffers.
+
+---

Old:

  acpid-2.0.27.tar.xz

New:

  acpid-2.0.28.tar.xz



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.rSzXht/_old  2017-11-10 14:58:10.146403383 +0100
+++ /var/tmp/diff_new_pack.rSzXht/_new  2017-11-10 14:58:10.146403383 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package acpid
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   acpid
-Version:2.0.27
+Version:2.0.28
 Release:0
 Summary:Executes Actions at ACPI Events
 License:GPL-2.0+

++ acpid-2.0.27.tar.xz -> acpid-2.0.28.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.27/Changelog new/acpid-2.0.28/Changelog
--- old/acpid-2.0.27/Changelog  2016-03-16 00:22:38.484938795 +0100
+++ new/acpid-2.0.28/Changelog  2016-09-15 21:58:08.747135430 +0200
@@ -1,3 +1,13 @@
+* 2.0.28  2016-09-15  Ted Felix 
+  - 2.0.28 release
+(configure.ac)  (Ted Felix)
+  - Fix intermittent "Address already in use".  Bug #12.
+(acpid.c)  (Andreas Chmielewski)
+  - inotify: process all inotify messages in buffer.  Bug #13.
+(inotify_handler.c)  (Dennis Wassenberg)
+  - Use proper lengths for inotify buffers.
+(inotify_handler.c)  (Ted Felix)
+
 * 2.0.27  2016-03-15  Ted Felix 
   - 2.0.27 release
 (configure.ac)  (Ted Felix)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.27/Makefile.in new/acpid-2.0.28/Makefile.in
--- old/acpid-2.0.27/Makefile.in2016-03-16 00:24:09.215227884 +0100
+++ new/acpid-2.0.28/Makefile.in2016-09-15 21:59:53.845696113 +0200
@@ -367,6 +367,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.27/acpid.c new/acpid-2.0.28/acpid.c
--- old/acpid-2.0.27/acpid.c2015-07-29 00:32:35.424948091 +0200
+++ new/acpid-2.0.28/acpid.c2016-04-25 01:13:22.996715770 +0200
@@ -83,7 +83,14 @@
 
/* open the log */
open_log();
-   
+
+   /* if we're running in the background, and we're not being started */
+   /* by systemd */
+   if (!foreground  &&  !is_socket(STDIN_FILENO)) {
+   if (daemonize() < 0)
+   exit(EXIT_FAILURE);
+   }
+
if (!netlink) {
/* open the acpi event file in the proc fs */
/* if the open fails, try netlink */
@@ -107,13 +114,6 @@
open_sock();
}
 
-   /* if we're running in the background, and we're not being started */
-   /* by systemd */
-   if (!foreground  &&  !is_socket(STDIN_FILENO)) {
-   if (daemonize() < 0)
-   exit(EXIT_FAILURE);
-   }
-
/* redirect standard files to /dev/null */
if (std2null() < 0) {
exit(EXIT_FAILURE);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.27/build-aux/config.guess 
new/acpid-2.0.28/build-aux/config.guess
--- old/acpid-2.0.27/build-aux/config.guess 2016-03-16 00:24:09.062227402 
+0100
+++ new/acpid-2.0.28/build-aux/config.guess 2016-09-15 21:59:53.692696753 
+0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2014 Free Software Foundation, Inc.
+#   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2014-03-23'
+timestamp='2015-08-20'
 
 # This file is free software; you 

commit crmsh for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2017-11-10 14:57:51

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


Package is "crmsh"

Fri Nov 10 14:57:51 2017 rev:131 rq:540211 version:4.0.0+git.1510233955.43c72bf7

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2017-11-03 
16:29:04.286992413 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2017-11-10 
14:58:03.854630965 +0100
@@ -1,0 +2,8 @@
+Thu Nov 09 13:28:04 UTC 2017 - kgronl...@suse.com
+
+- Update to version 4.0.0+git.1510233955.43c72bf7:
+  * high: bootstrap: Fix readline error in cluster remove (bsc#1067424)
+  * low: bootstrap: Clarify removal warning
+  * low: bootstrap: Avoid printing None instead of NTP service name
+
+---

Old:

  crmsh-4.0.0+git.1509626995.fa880522.tar.bz2

New:

  crmsh-4.0.0+git.1510233955.43c72bf7.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.226NpE/_old  2017-11-10 14:58:04.958591033 +0100
+++ /var/tmp/diff_new_pack.226NpE/_new  2017-11-10 14:58:04.962590889 +0100
@@ -36,7 +36,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:4.0.0+git.1509626995.fa880522
+Version:4.0.0+git.1510233955.43c72bf7
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.226NpE/_old  2017-11-10 14:58:05.022588718 +0100
+++ /var/tmp/diff_new_pack.226NpE/_new  2017-11-10 14:58:05.026588573 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  fa88052261c4fa3d34e1df358fbf9cfdabd33ed9
\ No newline at end of file
+  43c72bf7f33b941ba68e41d612741591e0d7fa92
\ No newline at end of file

++ crmsh-4.0.0+git.1509626995.fa880522.tar.bz2 -> 
crmsh-4.0.0+git.1510233955.43c72bf7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-4.0.0+git.1509626995.fa880522/crmsh/bootstrap.py 
new/crmsh-4.0.0+git.1510233955.43c72bf7/crmsh/bootstrap.py
--- old/crmsh-4.0.0+git.1509626995.fa880522/crmsh/bootstrap.py  2017-11-02 
13:49:55.0 +0100
+++ new/crmsh-4.0.0+git.1510233955.43c72bf7/crmsh/bootstrap.py  2017-11-09 
14:25:55.0 +0100
@@ -119,6 +119,12 @@
 die("Can't append to {} - aborting".format(LOG_FILE))
 
 
+def drop_last_history():
+hlen = readline.get_current_history_length()
+if hlen > 0:
+readline.remove_history_item(hlen - 1)
+
+
 def prompt_for_string(msg, match=None, default='', valid_func=None, 
prev_value=None):
 if _context.yes_to_all:
 return default
@@ -129,7 +135,7 @@
 if not val:
 val = default
 else:
-
readline.remove_history_item(readline.get_current_history_length()-1)
+drop_last_history()
 if match is None:
 return val
 if re.match(match, val) is not None:
@@ -144,7 +150,7 @@
 disable_completion()
 rc = utils.ask(msg)
 enable_completion()
-readline.remove_history_item(readline.get_current_history_length()-1)
+drop_last_history()
 return rc
 
 
@@ -378,7 +384,10 @@
 timekeeper = tk
 break
 
-if not service_is_enabled(timekeeper):
+if timekeeper is None:
+warn("No NTP service found.")
+warned = True
+elif not service_is_enabled(timekeeper):
 warn("{} is not configured to start at system 
boot.".format(timekeeper))
 warned = True
 
@@ -2069,7 +2078,7 @@
 init()
 remove_ssh()
 
-if not confirm("Do you want to remove node \"{}\" 
anyway?".format(cluster_node)):
+if not force and not confirm("Removing node \"{}\" from the cluster: Are 
you sure?".format(cluster_node)):
 return
 
 if remove_localhost_check():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-4.0.0+git.1509626995.fa880522/crmsh/ui_cluster.py 
new/crmsh-4.0.0+git.1510233955.43c72bf7/crmsh/ui_cluster.py
--- old/crmsh-4.0.0+git.1509626995.fa880522/crmsh/ui_cluster.py 2017-11-02 
13:49:55.0 +0100
+++ new/crmsh-4.0.0+git.1510233955.43c72bf7/crmsh/ui_cluster.py 2017-11-09 
14:25:55.0 +0100
@@ -394,15 +394,12 @@
 return True
 
 @command.skill_level('administrator')
-def do_rename(self, context, *args):
+def do_rename(self, context, new_name):
 '''
 Rename the cluster.
 '''
 if not bootstrap.service_is_active("corosync.service"):
   

commit dvgt for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package dvgt for openSUSE:Factory checked in 
at 2017-11-10 14:57:48

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


Package is "dvgt"

Fri Nov 10 14:57:48 2017 rev:20 rq:540203 version:3.51L3

Changes:

--- /work/SRC/openSUSE:Factory/dvgt/dvgt.changes2012-07-24 
14:57:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.dvgt.new/dvgt.changes   2017-11-10 
14:58:01.266724572 +0100
@@ -1,0 +2,11 @@
+Thu Nov  9 10:38:49 UTC 2017 - lcavaj...@suse.com
+
+- Run spec-cleaner
+
+---
+Thu Nov  9 09:08:25 UTC 2017 - dims...@opensuse.org
+
+- Update dvgt-3.51L3.dif: adjust the spelling for README.SUSE (in
+  place of README.SuSE).
+
+---



Other differences:
--
++ dvgt.spec ++
--- /var/tmp/diff_new_pack.LueCEL/_old  2017-11-10 14:58:02.73934 +0100
+++ /var/tmp/diff_new_pack.LueCEL/_new  2017-11-10 14:58:02.670673790 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dvgt
 #
-# Copyright (c) 2012 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
@@ -17,21 +17,18 @@
 
 
 Name:   dvgt
-BuildRequires:  texlive-bin-devel
-BuildRequires:  texlive-devel
-BuildRequires:  texlive-latex
-%if %suse_version > 1220
-BuildRequires:  texlive-tex
-%endif
-Requires:   texlive
 Version:3.51L3
 Release:0
 Summary:A DVI Previewer
 License:SUSE-Public-Domain
 Group:  Productivity/Publishing/TeX/Utilities
 Source: dvgt-3.51L3.tar.bz2
-Patch:  dvgt-3.51L3.dif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: dvgt-3.51L3.dif
+BuildRequires:  texlive-bin-devel
+BuildRequires:  texlive-devel
+BuildRequires:  texlive-latex
+BuildRequires:  texlive-tex
+Requires:   texlive
 
 %description
 Dvgt is a DVI previewer for console, terminals, and graphical terminals
@@ -39,46 +36,45 @@
 of the DVI files, therefore output on text terminals is not legible.
 
 %prep
-%setup
-%patch
+%setup -q
+%patch0
 
 %build
-RPM_OPT_FLAGS="-std=gnu89 $RPM_OPT_FLAGS -fno-strict-aliasing -funsigned-char"
+RPM_OPT_FLAGS="-std=gnu89 %{optflags} -fno-strict-aliasing -funsigned-char"
 #RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-uninitialized -Wno-unused -pipe"
-RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-unused -pipe"
+RPM_OPT_FLAGS="%{optflags} -Wno-unused -pipe"
 export RPM_OPT_FLAGS
 pushd src
make -f Makefile.linux %{?_smp_mflags}
 popd
 pushd doc
-   make
+   make %{?_smp_mflags}
 
 %install
 cd src
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
-install-m 755 dvgt   $RPM_BUILD_ROOT/usr/bin/
-install -c -m 644 dvgt.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_mandir}/man1
+install-m 755 dvgt   %{buildroot}%{_bindir}/
+install -c -m 644 dvgt.1 %{buildroot}%{_mandir}/man1/
 cd ../doc
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/dvgt
-install -c -m 644 sysguide.dvi  $RPM_BUILD_ROOT%{_docdir}/dvgt/
-install -c -m 644 userguide.dvi $RPM_BUILD_ROOT%{_docdir}/dvgt/
+mkdir -p %{buildroot}%{_docdir}/dvgt
+install -c -m 644 sysguide.dvi  %{buildroot}%{_docdir}/dvgt/
+install -c -m 644 userguide.dvi %{buildroot}%{_docdir}/dvgt/
 cd ../
-install -c -m 644 README$RPM_BUILD_ROOT%{_docdir}/dvgt/
-install -c -m 644 README.Linux  $RPM_BUILD_ROOT%{_docdir}/dvgt/
-install -c -m 644 README-3.51l2 $RPM_BUILD_ROOT%{_docdir}/dvgt/
-install -c -m 644 README.SuSE   $RPM_BUILD_ROOT%{_docdir}/dvgt/
+install -c -m 644 README%{buildroot}%{_docdir}/dvgt/
+install -c -m 644 README.Linux  %{buildroot}%{_docdir}/dvgt/
+install -c -m 644 README-3.51l2 %{buildroot}%{_docdir}/dvgt/
+install -c -m 644 README.SUSE   %{buildroot}%{_docdir}/dvgt/
 
 %files
-%defattr(-,root,root)
-/usr/bin/dvgt
-%{_mandir}/man1/dvgt.1.gz
+%{_bindir}/dvgt
+%{_mandir}/man1/dvgt.1%{ext_man}
 %dir %{_docdir}/dvgt
 %{_docdir}/dvgt/sysguide.dvi
 %{_docdir}/dvgt/userguide.dvi
 %{_docdir}/dvgt/README
 %{_docdir}/dvgt/README.Linux
 %{_docdir}/dvgt/README-3.51l2
-%{_docdir}/dvgt/README.SuSE
+%{_docdir}/dvgt/README.SUSE
 
 %changelog

++ dvgt-3.51L3.dif ++
--- /var/tmp/diff_new_pack.LueCEL/_old  2017-11-10 14:58:02.694672922 +0100
+++ /var/tmp/diff_new_pack.LueCEL/_new  2017-11-10 14:58:02.698672777 +0100
@@ -1,5 +1,5 @@
 README.SuSE
-+++ README.SuSE2005-10-21 15:05:34.0 +0200
+--- README.SUSE
 README.SUSE2005-10-21 15:05:34.0 

commit stress-ng for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package stress-ng for openSUSE:Factory 
checked in at 2017-11-10 14:57:45

Comparing /work/SRC/openSUSE:Factory/stress-ng (Old)
 and  /work/SRC/openSUSE:Factory/.stress-ng.new (New)


Package is "stress-ng"

Fri Nov 10 14:57:45 2017 rev:21 rq:540201 version:0.09.02

Changes:

--- /work/SRC/openSUSE:Factory/stress-ng/stress-ng.changes  2017-11-08 
15:14:08.045285828 +0100
+++ /work/SRC/openSUSE:Factory/.stress-ng.new/stress-ng.changes 2017-11-10 
14:57:58.690817746 +0100
@@ -1,0 +2,30 @@
+Thu Nov  9 10:00:38 UTC 2017 - mar...@gmx.de
+
+- Update to version 0.09.02
+  * Makefile: bump version
+  * Manual: update contributors names and date
+  * README: update, add OS X instructions and add clean rule
+  * shim: cast to int for brk for __APPLE__
+  * stress-ng.h: fix missing _ off __APPLE_ macro name
+  * Use shim_sbrk and shim_brk wrappers
+  * Add shim for brk and sbrk
+  * stress-pthread: use shim_sched_yield instead if pthread_yield
+  * stress-ng.h: use shim spinlock in warn_once inline helper
+  * pthreads: shim spinlocks so we can use mutex if not available
+  * Makefile.config: add missing (
+  * Make BSD library more flexible, especially with __APPLE__ arch
+  * stress-inode-flags: reset flags to zero at end of loop (LP: #1730297)
+  * stress-inode-flags: move counter to bump once per loop iteration
+  * stress-random: enable random stressor for __APPLE__ arch
+  * stress-filename: default to POSIX filename chars for __APPLE__
+  * stress-filename: OS X can't have ':' in filenames
+  * stress-fcntl: fix up incorrect name of failed system call
+  * stress-fcntl: remove need for 2nd fd in F_DUPFD
+  * stress-mmap: add MAC OS X mmap flags
+  * stress-schedpolicy: disable this for __APPLE__ arch
+  * sched: detect __APPLE__ and don't used sched funcs for this arch
+  * stress-zlib: correct text start/end for all OS choices
+  * test/test-libpthread: ensure we check all pthread functionality
+  * Update README.Android notes
+
+---

Old:

  stress-ng-0.09.01.tar.gz

New:

  stress-ng-0.09.02.tar.gz



Other differences:
--
++ stress-ng.spec ++
--- /var/tmp/diff_new_pack.aCTKRO/_old  2017-11-10 14:58:00.066767976 +0100
+++ /var/tmp/diff_new_pack.aCTKRO/_new  2017-11-10 14:58:00.070767831 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   stress-ng
-Version:0.09.01
+Version:0.09.02
 Release:0
 Summary:Tool to load and stress a computer
 License:GPL-2.0

++ stress-ng-0.09.01.tar.gz -> stress-ng-0.09.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.01/Makefile 
new/stress-ng-0.09.02/Makefile
--- old/stress-ng-0.09.01/Makefile  2017-11-02 17:23:16.0 +0100
+++ new/stress-ng-0.09.02/Makefile  2017-11-07 15:55:41.0 +0100
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.09.01
+VERSION=0.09.02
 #
 # Codename "harmful hardware harasser"
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.01/Makefile.config 
new/stress-ng-0.09.02/Makefile.config
--- old/stress-ng-0.09.01/Makefile.config   2017-11-02 17:23:16.0 
+0100
+++ new/stress-ng-0.09.02/Makefile.config   2017-11-07 15:55:41.0 
+0100
@@ -21,7 +21,9 @@
 APPARMOR_PARSER=/sbin/apparmor_parser
 
 LIB_APPARMOR := -lapparmor
+ifneq ($(shell uname -s),Darwin)
 LIB_BSD := -lbsd
+endif
 LIB_Z := -lz
 LIB_CRYPT := -lcrypt
 LIB_RT := -lrt
@@ -68,7 +70,7 @@
 ifeq ($(HAVE_LIB_BSD),1)
CONFIG_CFLAGS += -DHAVE_LIB_BSD
CONFIG_LDFLAGS += $(LIB_BSD)
-$(info autoconfig: using $(LIB_BSD))
+$(info autoconfig: using libbsd functions)
 endif
 endif
 
@@ -108,6 +110,14 @@
 endif
 endif
 
+ifndef $(HAVE_LIB_PTHREAD_SPINLOCK)
+HAVE_LIB_PTHREAD_SPINLOCK = $(shell $(MAKE) -f Makefile.config 
--no-print-directory $(HAVE_NOT) have_lib_pthread_spinlock)
+ifeq ($(HAVE_LIB_PTHREAD_SPINLOCK),1)
+   CONFIG_CFLAGS += -DHAVE_LIB_PTHREAD_SPINLOCK
+$(info autoconfig: using pthread spinlock)
+endif
+endif
+
 ifndef $(HAVE_LIB_SCTP)
 HAVE_LIB_SCTP = $(shell $(MAKE) -f Makefile.config --no-print-directory 
$(HAVE_NOT) have_lib_sctp)
 ifeq ($(HAVE_LIB_SCTP),1)
@@ -587,6 +597,19 @@
@rm -f $(DIR)/test-libpthread
 
 #
+#  check if we can build against libpthread
+#
+.PHONY: have_lib_pthread_spinlock
+have_lib_pthread_spinlock: $(DIR)/test-libpthread-spinlock.c
+   @$(CC) $(CFLAGS) $(CPPFLAGS) $(DIR)/test-libpthread-spinlock.c 
$(LIB_PTHREAD) -o $(DIR)/test-libpthread-spinlock 2> /dev/null || true
+   @if [ -f 

commit bandwidth for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package bandwidth for openSUSE:Factory 
checked in at 2017-11-10 14:57:42

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


Package is "bandwidth"

Fri Nov 10 14:57:42 2017 rev:3 rq:540200 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/bandwidth/bandwidth.changes  2017-06-19 
13:23:48.168948178 +0200
+++ /work/SRC/openSUSE:Factory/.bandwidth.new/bandwidth.changes 2017-11-10 
14:57:54.474970238 +0100
@@ -0,0 +1,6 @@
+---
+Thu Nov  9 09:57:36 UTC 2017 - mar...@gmx.de
+
+- Update to version 1.5
+  - Fixed AVX bug.
+  - Added --nice mode

Old:

  bandwidth-1.4.2.tar.gz

New:

  bandwidth-1.5.tar.gz



Other differences:
--
++ bandwidth.spec ++
--- /var/tmp/diff_new_pack.8K7dbe/_old  2017-11-10 14:57:55.754923940 +0100
+++ /var/tmp/diff_new_pack.8K7dbe/_new  2017-11-10 14:57:55.754923940 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   bandwidth
-Version:1.4.2
+Version:1.5
 Release:0
 Summary:Memory and network benchmark program
 License:GPL-2.0

++ bandwidth-1.4.2.tar.gz -> bandwidth-1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bandwidth-1.4.2/README.txt 
new/bandwidth-1.5/README.txt
--- old/bandwidth-1.4.2/README.txt  2017-06-13 04:05:06.0 +0200
+++ new/bandwidth-1.5/README.txt2017-11-08 03:33:50.0 +0100
@@ -38,6 +38,8 @@
 the maximum bandwidth achieved using sequential,
 128-bit memory accesses.
 
+Release 1.5:
+   - Fixed AVX bug. Added --nice mode and CPU temperature monitoring (OS/X 
only).
 Release 1.4:
 - Added randomized 256-bit AVX reader & writer tests (Intel64 only).
 Release 1.3:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bandwidth-1.4.2/defs.h new/bandwidth-1.5/defs.h
--- old/bandwidth-1.4.2/defs.h  2017-06-13 04:04:26.0 +0200
+++ new/bandwidth-1.5/defs.h2017-11-08 03:19:41.0 +0100
@@ -43,12 +43,13 @@
 // 1.4 Added 256-bit routines RandomReaderAVX, RandomWriterAVX.
 // 1.4.1 Added --limit parameter.
 // 1.4.2 Fixed compiler warnings.
+// 1.5 Fixed AVX writer bug that gave inaccurate results. Added nice mode.
 //---
 
 #ifndef _DEFS_H
 #define _DEFS_H
 
-#define RELEASE "1.4.2"
+#define RELEASE "1.5"
 
 #ifdef __WIN32__
 typedef char bool; 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bandwidth-1.4.2/main.c new/bandwidth-1.5/main.c
--- old/bandwidth-1.4.2/main.c  2017-06-12 16:03:35.0 +0200
+++ new/bandwidth-1.5/main.c2017-11-08 06:20:04.0 +0100
@@ -27,6 +27,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -71,6 +72,11 @@
OUTPUT_MODE_CSV=2,
 } outputMode;
 
+// Mode to be nice and to keep CPU temperature low.
+static bool nice_mode = false;
+#define NICE_DURATION (2)
+#define MAX_CPU_TEMP (50)
+
 static int network_port = NETWORK_DEFAULT_PORTNUM;
 
 enum {
@@ -288,6 +294,44 @@
}
//==
 
+   if (nice_mode) {
+   sleep (NICE_DURATION);
+
+#ifdef __APPLE__
+#define POPEN_BUFSIZE (256)
+   // Keep CPU temperature below 50 C.
+   //
+   int cpu_temperature = 0;
+   bool done = true;
+   do {
+   FILE *f = popen ("sysctl machdep.xcpm.cpu_thermal_level 
| sed '\''s/machdep.xcpm.cpu_thermal_level/CPU temperature/'\''", "r");
+   if (f) {
+   char buffer [POPEN_BUFSIZE] = {0};
+   if (0 < fread (buffer, 1, POPEN_BUFSIZE-1, f)) {
+   int i;
+   for (i=0; i < POPEN_BUFSIZE && 
buffer[i]; i++) {
+   if (isdigit (buffer[i]))
+   break;
+   }
+   if (i < POPEN_BUFSIZE) {
+   cpu_temperature = atoi (buffer 
+ i);
+   printf ("CPU temperature is %d 
C.\n", cpu_temperature);
+   } else {
+   break;
+   }
+   }
+   pclose (f);
+   } else {
+   break;
+ 

commit sendmail for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2017-11-10 14:57:33

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


Package is "sendmail"

Fri Nov 10 14:57:33 2017 rev:81 rq:540178 version:8.15.2

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2017-08-18 
15:05:14.523072570 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2017-11-10 
14:57:47.547220821 +0100
@@ -1,0 +2,13 @@
+Thu Nov  9 10:21:44 UTC 2017 - wer...@suse.de
+
+- Apply former patches only if openssl 1.1.0+ are installed 
+
+---
+Wed Nov  8 15:42:28 UTC 2017 - vci...@suse.com
+
+- support build with openssl 1.1 (bsc#1067222)
+  * add patches from Fedora:
+sendmail-8.15.2-openssl-1.1.0-fix.patch
+sendmail-8.15.2-openssl-1.1.0-ecdhe-fix.patch (rh#1473971)
+
+---

New:

  sendmail-8.15.2-openssl-1.1.0-ecdhe-fix.patch
  sendmail-8.15.2-openssl-1.1.0-fix.patch



Other differences:
--
++ sendmail.spec ++
--- /var/tmp/diff_new_pack.zFeoqN/_old  2017-11-10 14:57:52.227051547 +0100
+++ /var/tmp/diff_new_pack.zFeoqN/_new  2017-11-10 14:57:52.231051403 +0100
@@ -103,6 +103,8 @@
 Patch4: sendmail-8.14.8-m4header.patch
 # PATCH-FIX-DEBIAN: systemd socket activation support for libmilter
 Patch5: sendmail-fd-passing-libmilter.patch
+Patch6: sendmail-8.15.2-openssl-1.1.0-fix.patch
+Patch7: sendmail-8.15.2-openssl-1.1.0-ecdhe-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir%{_sysconfdir}
 %global _mailcnfdir%{_sysconfdir}/mail
@@ -197,6 +199,10 @@
 %patch1 -p0 -b .select
 %patch4 -p0 -b .m4head
 %patch5 -p1 -b .fdmilt
+if pkg-config --atleast-version=1.1.0 openssl; then
+%patch6 -p1 -b .openssl11
+%patch7 -p1 -b .ecdhe
+fi
 %patch0 -p0 -b .p0
 tar --strip-components=1 -xf %{S:1} 
 set -f

++ sendmail-8.15.2-openssl-1.1.0-ecdhe-fix.patch ++
diff --git a/sendmail/tls.c b/sendmail/tls.c
index 16cb93f..9338380 100644
--- a/sendmail/tls.c
+++ b/sendmail/tls.c
@@ -1329,13 +1329,8 @@ inittls(ctx, req, options, srv, certfile, keyfile, 
cacertpath, cacertfile, dhpar
}
 
 #if _FFR_TLS_EC
-   ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1);
-   if (ecdh != NULL)
-   {
-   SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_ECDH_USE);
-   SSL_CTX_set_tmp_ecdh(*ctx, ecdh);
-   EC_KEY_free(ecdh);
-   }
+   SSL_CTX_set_options(*ctx, SSL_OP_SINGLE_ECDH_USE);
+   SSL_CTX_set_ecdh_auto(*ctx, 1);
 #endif /* _FFR_TLS_EC */
 
}
++ sendmail-8.15.2-openssl-1.1.0-fix.patch ++
--- sendmail-8.15.2.orig/sendmail/tls.c 2016-12-01 15:20:59.953546417 +0100
+++ sendmail-8.15.2.orig/sendmail/tls.c 2016-12-01 17:26:43.868521378 +0100
@@ -63,14 +63,28 @@ static unsigned char dh512_g[] =
 static DH *
 get_dh512()
 {
-   DH *dh = NULL;
+   DH *dh;
+   BIGNUM *p, *g;
 
if ((dh = DH_new()) == NULL)
return NULL;
-   dh->p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL);
-   dh->g = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL);
-   if ((dh->p == NULL) || (dh->g == NULL))
+   p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL);
+   g = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL);
+   if (p == NULL || g == NULL)
+   {
+   BN_free(p);
+   BN_free(g);
+   DH_free(dh);
return NULL;
+   }
+
+#if OPENSSL_VERSION_NUMBER >= 0x1015L
+   DH_set0_pqg(dh, p, NULL, g);
+#else
+   dh->p = p;
+   dh->g = g;
+#endif
+
return dh;
 }
 
@@ -117,16 +131,27 @@ get_dh2048()
};
static unsigned char dh2048_g[]={ 0x02, };
DH *dh;
+   BIGNUM *p, *g;
 
if ((dh=DH_new()) == NULL)
return(NULL);
-   dh->p=BN_bin2bn(dh2048_p,sizeof(dh2048_p),NULL);
-   dh->g=BN_bin2bn(dh2048_g,sizeof(dh2048_g),NULL);
-   if ((dh->p == NULL) || (dh->g == NULL))
+   p = BN_bin2bn(dh2048_p, sizeof(dh2048_p), NULL);
+   g = BN_bin2bn(dh2048_g, sizeof(dh2048_g), NULL);
+   if (p == NULL || g == NULL)
{
+   BN_free(p);
+   BN_free(g);
DH_free(dh);
-   return(NULL);
+   return NULL;
}
+
+#if OPENSSL_VERSION_NUMBER >= 0x1015L
+   DH_set0_pqg(dh, p, NULL, g);
+#else
+   dh->p = p;
+   dh->g = g;
+#endif
+
return(dh);
 }
 # endif /* 

commit xml-security-c for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package xml-security-c for openSUSE:Factory 
checked in at 2017-11-10 14:57:37

Comparing /work/SRC/openSUSE:Factory/xml-security-c (Old)
 and  /work/SRC/openSUSE:Factory/.xml-security-c.new (New)


Package is "xml-security-c"

Fri Nov 10 14:57:37 2017 rev:3 rq:540197 version:1.7.3

Changes:

--- /work/SRC/openSUSE:Factory/xml-security-c/xml-security-c.changes
2016-07-12 23:52:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.xml-security-c.new/xml-security-c.changes   
2017-11-10 14:57:53.259014220 +0100
@@ -1,0 +2,6 @@
+Thu Nov  9 12:12:15 UTC 2017 - vci...@suse.com
+
+- support building with openssl 1.1 (bsc#1067411)
+  * add xml-security-c-1.7.3_openssl1.1.patch from Fedora
+
+---

New:

  xml-security-c-1.7.3_openssl1.1.patch



Other differences:
--
++ xml-security-c.spec ++
--- /var/tmp/diff_new_pack.CUGgmf/_old  2017-11-10 14:57:54.314976025 +0100
+++ /var/tmp/diff_new_pack.CUGgmf/_new  2017-11-10 14:57:54.322975735 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xml-security-c
 #
-# 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
@@ -28,6 +28,7 @@
 Source2:%{name}.keyring
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org - 'bool' can't be converted to 
pointer in c++11
 Patch:  xml-security-c-1.7.3-gcc6.patch
+Patch1: xml-security-c-1.7.3_openssl1.1.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libxalan-c-devel
 BuildRequires:  libxerces-c-devel >= 3.1
@@ -87,6 +88,9 @@
 %prep
 %setup -q
 %patch -p1
+if pkg-config --atleast-version=1.1 openssl; then
+%patch1 -p1
+fi
 
 %build
 %configure \


++ xml-security-c-1.7.3_openssl1.1.patch ++
 1700 lines (skipped)





commit trinity for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2017-11-10 14:57:31

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


Package is "trinity"

Fri Nov 10 14:57:31 2017 rev:46 rq:540176 version:1.8+git.20171103

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2017-10-26 
18:45:58.327504239 +0200
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2017-11-10 
14:57:45.663288964 +0100
@@ -1,0 +2,13 @@
+Thu Nov 09 10:07:14 UTC 2017 - lcavaj...@suse.com
+
+- Update to version 1.8+git.20171103:
+  * add SO_ZEROCOPY
+  * add statx for i386
+  * add MSG_ZEROCOPY
+  * add new madvise flags
+  * update hashes
+  * perf_event_open: update features to 4.14-rc6
+  * TODO: some extra cmdline args
+  * 1.8 release
+
+---

Old:

  trinity-1.7+git.20171006.tar.xz

New:

  trinity-1.8+git.20171103.tar.xz



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.CqNHk3/_old  2017-11-10 14:57:46.679252215 +0100
+++ /var/tmp/diff_new_pack.CqNHk3/_new  2017-11-10 14:57:46.679252215 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define version_unconverted 1.7+git.20171006
+%define version_unconverted 1.8+git.20171103
 Name:   trinity
-Version:1.7+git.20171006
+Version:1.8+git.20171103
 Release:0
 Summary:A Linux System call fuzz tester
 License:GPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.CqNHk3/_old  2017-11-10 14:57:46.711251058 +0100
+++ /var/tmp/diff_new_pack.CqNHk3/_new  2017-11-10 14:57:46.715250914 +0100
@@ -4,7 +4,7 @@
 git
 enable
 trinity
-1.7+git.%cd
+1.8+git.%cd
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.CqNHk3/_old  2017-11-10 14:57:46.735250191 +0100
+++ /var/tmp/diff_new_pack.CqNHk3/_new  2017-11-10 14:57:46.735250191 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/kernelslacker/trinity
-  d4cb8d894ba32d1417ef8eb422515abb64ddf111
\ No newline at end of file
+  6ddabfd29480a6a526895a578c56bc8051228c15
\ No newline at end of file

++ trinity-1.7+git.20171006.tar.xz -> trinity-1.8+git.20171103.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.7+git.20171006/Documentation/TODO 
new/trinity-1.8+git.20171103/Documentation/TODO
--- old/trinity-1.7+git.20171006/Documentation/TODO 2017-10-06 
19:58:50.0 +0200
+++ new/trinity-1.8+git.20171103/Documentation/TODO 2017-11-03 
16:14:07.0 +0100
@@ -206,8 +206,11 @@
   - function that takes a void * and outputs what it is (mapping, page_* etc)
 (searches various lists etc)
 
-* --dry-run mode.
+* Extra command line args.
+  --dry-run mode.
need to work around segv's when we do things like mmap->post and register 
null maps.
+  --disable-fault-injection
+  --pause (reinstate the old code to pause for a second after a syscall)
 
 * fd handling improvements.
   - kill off NR_FILE_FDS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.7+git.20171006/Makefile 
new/trinity-1.8+git.20171103/Makefile
--- old/trinity-1.7+git.20171006/Makefile   2017-10-06 19:58:50.0 
+0200
+++ new/trinity-1.8+git.20171103/Makefile   2017-11-03 16:14:07.0 
+0100
@@ -1,4 +1,4 @@
-VERSION="1.8pre"
+VERSION="1.8"
 
 ifeq (,$(findstring pre,$(VERSION)))
 DEVEL = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.7+git.20171006/include/compat.h 
new/trinity-1.8+git.20171103/include/compat.h
--- old/trinity-1.7+git.20171006/include/compat.h   2017-10-06 
19:58:50.0 +0200
+++ new/trinity-1.8+git.20171103/include/compat.h   2017-11-03 
16:14:07.0 +0100
@@ -138,6 +138,12 @@
 #ifndef MADV_DODUMP
 #define MADV_DODUMP 17
 #endif
+#ifndef MADV_WIPEONFORK
+#define MADV_WIPEONFORK 18
+#endif
+#ifndef MADV_KEEPONFORK
+#define MADV_KEEPONFORK 19
+#endif
 
 
 /* bits/socket.h */
@@ -250,6 +256,10 @@
 #define MSG_BATCH 0x4
 #endif
 
+#ifndef MSG_ZEROCOPY
+#define MSG_ZEROCOPY   0x400
+#endif
+
 #ifndef MSG_CMSG_CLOEXEC
 #define MSG_CMSG_CLOEXEC   0x4000
 #endif
@@ -525,7 +535,9 @@
 #define SO_PEERGROUPS   59
 #endif
 
-
+#ifndef SO_ZEROCOPY
+#define SO_ZEROCOPY60
+#endif
 
 
 /* linux/tcp.h */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.7+git.20171006/include/perf_event.h 
new/trinity-1.8+git.20171103/include/perf_event.h
--- old/trinity-1.7+git.20171006/include/perf_event.h   2017-10-06 

commit syslog-ng for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2017-11-10 14:57:28

Comparing /work/SRC/openSUSE:Factory/syslog-ng (Old)
 and  /work/SRC/openSUSE:Factory/.syslog-ng.new (New)


Package is "syslog-ng"

Fri Nov 10 14:57:28 2017 rev:91 rq:540161 version:3.10.1

Changes:

--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes  2017-10-11 
23:03:57.670047056 +0200
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2017-11-10 
14:57:41.903424961 +0100
@@ -1,0 +2,8 @@
+Wed Oct 11 15:24:42 UTC 2017 - jeng...@inai.de
+
+- Update package summaries and RPM group classifications.
+  Drop author lists from descriptions. Remove redundant %clean
+  section. Replace old $RPM_ shell vars and make consistent use
+  of macros instead.
+
+---



Other differences:
--
++ syslog-ng.spec ++
--- /var/tmp/diff_new_pack.jp9Qc1/_old  2017-11-10 14:57:43.691360290 +0100
+++ /var/tmp/diff_new_pack.jp9Qc1/_new  2017-11-10 14:57:43.695360145 +0100
@@ -156,23 +156,16 @@
  * hand on messages for further processing using message queues (like
AMQP), files or databases (like PostgreSQL or MongoDB).
 
-The official home page of syslog-ng is:
-http://www.balabit.com/network-security/syslog-ng/
-
-Authors:
-
-Balázs Scheidler 
-BalaBit IT Ltd. 
-
 %if %{with curl}
 
 %package curl
-Summary:Curl (HTTP) destination support for syslog-ng
-Group:  System/Libraries
+Summary:HTTP destination support for syslog-ng
+Group:  System/Daemons
 Requires:   %{name} = %{version}
 
 %description curl
-This package provides curl (HTTP) destination support for syslog-ng.
+This package provides HTTP destination support for syslog-ng by means
+of libcurl.
 
 %endif
 
@@ -180,18 +173,18 @@
 
 %package java
 Summary:Java destination support for syslog-ng
-Group:  System/Libraries
+Group:  System/Daemons
 Requires:   %{name} = %{version}
 
 %description java
-This package provides java destination support for syslog-ng.
+This package provides Java destination support for syslog-ng.
 
 %endif
 
 %if %{with dbi}
 
 %package sql
-Summary:SQL support using DBI
+Summary:SQL support using DBI for syslog-ng
 Group:  System/Daemons
 Requires:   %{name} = %{version}
 
@@ -199,17 +192,12 @@
 This package provides the libafsql module providing support for
 logging into a SQL database using DBI.
 
-Authors:
-
-Balázs Scheidler 
-BalaBit IT Ltd. 
-
 %endif
 
 %if 0%{?with_smtp}
 
 %package smtp
-Summary:SMTP output support
+Summary:SMTP output support for syslog-ng
 Group:  System/Daemons
 Requires:   %{name} = %{version}
 
@@ -217,17 +205,12 @@
 This package provides the afsmtp module providing support for
 logging into SMTP.
 
-Authors:
-
-Balázs Scheidler 
-BalaBit IT Ltd. 
-
 %endif
 
 %if 0%{?with_geoip}
 
 %package geoip
-Summary:GeoIP support
+Summary:GeoIP support for syslog-ng
 Group:  System/Daemons
 Requires:   %{name} = %{version}
 
@@ -235,17 +218,12 @@
 This package provides the tfgeoip module providing support for
 logging country information.
 
-Authors:
-
-Balázs Scheidler 
-BalaBit IT Ltd. 
-
 %endif
 
 %if %{with redis}
 
 %package redis
-Summary:Redis destination support
+Summary:Redis destination support for syslog-ng
 Group:  System/Daemons
 Requires:   %{name} = %{version}
 
@@ -253,38 +231,28 @@
 This package provides the libredis module providing support for
 logging to a redis destination.
 
-Authors:
-
-Balázs Scheidler 
-BalaBit IT Ltd. 
-
 %endif
 
 %if %{with python}  
 
 %package python
 Summary:Python destination support for syslog-ng
-Group:  System/Libraries
+Group:  System/Daemons
 Requires:   %{name} = %{version}
 
 %description python
-This package provides python destination support for syslog-ng.
+This package provides Python destination support for syslog-ng.
 
 %endif
 
 %package devel
 Summary:Development files for syslog-ng
-Group:  System/Daemons
+Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 
 %description devel
 This package provides files necessary for syslog-ng development.
 
-Authors:
-
-Balázs Scheidler 
-BalaBit IT Ltd. 
-
 %prep
 %setup -q -n syslog-ng-%{version}
 %patch0 -p1
@@ 

commit nanomsg for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package nanomsg for openSUSE:Factory checked 
in at 2017-11-10 14:57:25

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


Package is "nanomsg"

Fri Nov 10 14:57:25 2017 rev:3 rq:540154 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/nanomsg/nanomsg.changes  2017-10-23 
16:53:00.473482082 +0200
+++ /work/SRC/openSUSE:Factory/.nanomsg.new/nanomsg.changes 2017-11-10 
14:57:37.891570073 +0100
@@ -1,0 +2,16 @@
+Tue Nov  7 15:19:02 UTC 2017 - mar...@gmx.de
+
+- update to version 1.1.2
+  This is a bug fix release for 1.1.0.
+  Two main issues are resolved:
+  * nanomsg no longer wakes up every 100 msec even when no I/O is
+pending
+  * Some users noticed that nanomsg was performing wakeups
+regardless of whether I/O was available or not.
+This had a detrimental effect on power usage.
+  * In some circumstances an outstanding accept() operation that
+got aborted (for example due to the socket closing) could wind
+up crashing the application.
+This was a race, and it is closed now.
+
+---

Old:

  nanomsg-1.1.0.tar.gz

New:

  nanomsg-1.1.2.tar.gz



Other differences:
--
++ nanomsg.spec ++
--- /var/tmp/diff_new_pack.O7Hdx8/_old  2017-11-10 14:57:39.771502074 +0100
+++ /var/tmp/diff_new_pack.O7Hdx8/_new  2017-11-10 14:57:39.775501930 +0100
@@ -18,7 +18,7 @@
 
 %define sover 5_1_0
 Name:   nanomsg
-Version:1.1.0
+Version:1.1.2
 Release:0
 Summary:Socket library providing several common communication patterns
 License:MIT

++ nanomsg-1.1.0.tar.gz -> nanomsg-1.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nanomsg-1.1.0/.version new/nanomsg-1.1.2/.version
--- old/nanomsg-1.1.0/.version  2017-10-18 03:17:21.0 +0200
+++ new/nanomsg-1.1.2/.version  2017-11-07 01:06:34.0 +0100
@@ -1 +1 @@
-1.1.0
+1.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nanomsg-1.1.0/src/aio/usock_win.inc 
new/nanomsg-1.1.2/src/aio/usock_win.inc
--- old/nanomsg-1.1.0/src/aio/usock_win.inc 2017-10-18 03:17:21.0 
+0200
+++ new/nanomsg-1.1.2/src/aio/usock_win.inc 2017-11-07 01:06:34.0 
+0100
@@ -998,6 +998,17 @@
 
 return;
 
+case NN_WORKER_OP_ERROR:
+nn_usock_close(usock->asock);
+usock->asock->state = NN_USOCK_STATE_DONE;
+nn_fsm_raise (>asock->fsm, >asock->event_error,
+NN_USOCK_ERROR);
+usock->asock->asock = NULL;
+usock->asock = NULL;
+/*  Wait till the user starts accepting once again. */
+usock->state = NN_USOCK_STATE_LISTENING;
+return;
+
 default:
 nn_fsm_bad_action (usock->state, src, type);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nanomsg-1.1.0/src/core/sock.c 
new/nanomsg-1.1.2/src/core/sock.c
--- old/nanomsg-1.1.0/src/core/sock.c   2017-10-18 03:17:21.0 +0200
+++ new/nanomsg-1.1.2/src/core/sock.c   2017-11-07 01:06:34.0 +0100
@@ -1,7 +1,8 @@
 /*
 Copyright (c) 2012-2014 Martin Sustrik  All rights reserved.
 Copyright (c) 2013 GoPivotal, Inc.  All rights reserved.
-Copyright 2016 Garrett D'Amore 
+Copyright 2017 Garrett D'Amore 
+Copyright 2017 Capitar IT Group BV 
 
 Permission is hereby granted, free of charge, to any person obtaining a 
copy
 of this software and associated documentation files (the "Software"),
@@ -223,6 +224,14 @@
 /*  At this point, we can be reasonably certain that no other thread
 has any references to the socket. */
 
+/*  Close the event FDs entirely. */
+if (!(self->socktype->flags & NN_SOCKTYPE_FLAG_NORECV)) {
+nn_efd_term (>rcvfd);
+}
+if (!(self->socktype->flags & NN_SOCKTYPE_FLAG_NOSEND)) {
+nn_efd_term (>sndfd);
+}
+
 nn_fsm_stopped_noevent (>fsm);
 nn_fsm_term (>fsm);
 nn_sem_term (>termsem);
@@ -904,14 +913,6 @@
 sock->sockbase->vfptr->destroy (sock->sockbase);
 sock->state = NN_SOCK_STATE_FINI;
 
-/*  Close the event FDs entirely. */
-if (!(sock->socktype->flags & NN_SOCKTYPE_FLAG_NORECV)) {
-nn_efd_term (>rcvfd);
-}
-if (!(sock->socktype->flags & NN_SOCKTYPE_FLAG_NOSEND)) {
-nn_efd_term (>sndfd);
-}
-
 /*  Now we can unblock 

commit Herwig for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package Herwig for openSUSE:Factory checked 
in at 2017-11-10 14:57:21

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


Package is "Herwig"

Fri Nov 10 14:57:21 2017 rev:6 rq:540153 version:7.1.2

Changes:

--- /work/SRC/openSUSE:Factory/Herwig/Herwig.changes2017-10-17 
01:52:27.770589598 +0200
+++ /work/SRC/openSUSE:Factory/.Herwig.new/Herwig.changes   2017-11-10 
14:57:34.391696665 +0100
@@ -1,0 +2,18 @@
+Sun Nov  5 17:28:53 UTC 2017 - badshah...@gmail.com
+
+- Update to version 7.1.2:
+  * Reduction of the default pt cut for QED radiation off leptons.
+  * Inputfile changes due to new read mode in ThePEG.  ThePEG
+remains in current repo dir when reading input-file/snippet. 
+  * Fix for shower scale variations in qtilde shower. 
+  * All standard input files now use the tuned intrinsic pt.
+  * Remove obsolete input files for various tunes.
+  * Fix for Madgraph interface for NLO corrections with recent
+version.
+  * Run file size reduction for processes using madgraph/openloops.
+  * Fix in jacobian for massive dipole kinematics.
+  * General improvements for UFO model handling.
+- Fix env based hashbangs (/usr/bin/env python -> /usr/bin/python,
+  etc.).
+
+---

Old:

  Herwig-7.1.1.tar.bz2

New:

  Herwig-7.1.2.tar.bz2



Other differences:
--
++ Herwig.spec ++
--- /var/tmp/diff_new_pack.2JI0eb/_old  2017-11-10 14:57:35.939640675 +0100
+++ /var/tmp/diff_new_pack.2JI0eb/_new  2017-11-10 14:57:35.939640675 +0100
@@ -18,7 +18,7 @@
 
 %define so_name Herwig-libs
 Name:   Herwig
-Version:7.1.1
+Version:7.1.2
 Release:0
 Summary:Multi-purpose event generator for high-energy physics
 License:GPL-2.0
@@ -120,16 +120,16 @@
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
-# Remove traces of BUILDROOT from files
-sed -i "s|%{buildroot}||" %{buildroot}%{_datadir}/%{name}/defaults/PDF.in
-
-# Remove unneeded backup file
-rm %{buildroot}%{_libdir}/Herwig/python/ufo2peg/helpers.py.orig
-
 # Remove unnecessary hashbangs
 sed -i "1{/\/usr\/bin\/env/d;}" 
%{buildroot}%{_libdir}/%{name}/python/slha2herwig
 sed -i "1{/\/usr\/bin\/env/d;}" 
%{buildroot}%{_libdir}/%{name}/python/ufo2herwig
 
+# Fix hashbangs to directly point to python
+for exe in gosam2herwig herwig-mergegrids mg2herwig slha2herwig ufo2herwig
+do 
+ sed -i "1{s/\/usr\/bin\/env python/\/usr\/bin\/python/;}" 
%{buildroot}%{_bindir}/${exe}
+done
+
 %fdupes -s %{buildroot}%{_libdir}/%{name}/
 
 %post -n %{so_name} -p /sbin/ldconfig

++ Herwig-7.1.1.tar.bz2 -> Herwig-7.1.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/Herwig/Herwig-7.1.1.tar.bz2 
/work/SRC/openSUSE:Factory/.Herwig.new/Herwig-7.1.2.tar.bz2 differ: char 11, 
line 1




commit ypserv for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package ypserv for openSUSE:Factory checked 
in at 2017-11-10 14:56:55

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


Package is "ypserv"

Fri Nov 10 14:56:55 2017 rev:39 rq:539863 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/ypserv/ypserv.changes2016-12-15 
10:42:43.363569802 +0100
+++ /work/SRC/openSUSE:Factory/.ypserv.new/ypserv.changes   2017-11-10 
14:57:17.404311105 +0100
@@ -1,0 +2,11 @@
+Wed Nov  8 13:53:16 CET 2017 - ku...@suse.de
+
+- Cleanup /var/yp on de-installation
+
+---
+Wed Nov  8 10:54:37 CET 2017 - ku...@suse.de
+
+- Remove old SysV init support
+- Use systemd tmpfiles.d to create /var/yp hierachy
+
+---

New:

  ypserv.tmpfiles



Other differences:
--
++ ypserv.spec ++
--- /var/tmp/diff_new_pack.OTPLgt/_old  2017-11-10 14:57:19.112249329 +0100
+++ /var/tmp/diff_new_pack.OTPLgt/_new  2017-11-10 14:57:19.116249184 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ypserv
 #
-# Copyright (c) 2014 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
@@ -19,14 +19,10 @@
 Name:   ypserv
 Version:4.0
 Release:0
-Url:http://www.linux-nis.org/nis/ypserv/
 Summary:YP - (NIS)-Server
 License:GPL-2.0
 Group:  Productivity/Networking/NIS
-PreReq: %fillup_prereq
-%if %{suse_version} < 1310
-PreReq: %insserv_prereq
-%endif
+URL:http://www.linux-nis.org/nis/ypserv/
 Source: ypserv-%{version}.tar.bz2
 Source1:ypserv.init
 Source2:yppasswdd.init
@@ -37,24 +33,20 @@
 Source7:yppasswdd.service
 Source8:ypxfrd.service
 Source9:yppasswdd-systemd-exec
+Source10:   ypserv.tmpfiles
 Patch1: ypserv-2.32.diff
 # PATCH-FIX-UPSTREAM, bnc#011483
 Patch2: 0001-use-_PATH_VARRUN-from-paths.h.patch
 BuildRequires:  gdbm-devel
 BuildRequires:  openslp-devel
-%if %{suse_version} >= 1310
 BuildRequires:  pkgconfig(libnsl)
 BuildRequires:  pkgconfig(libsystemd) >= 209
 BuildRequires:  pkgconfig(libtirpc)
-%{?systemd_requires}
-%else
-BuildRequires:  libnsl-devel
-BuildRequires:  libtirpc-devel
-%endif
 Requires:   gawk
 Requires:   make
 Requires:   rpcbind
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires(post): %fillup_prereq
+%{?systemd_requires}
 
 %description
 The Network Information Service (NIS) provides a simple network
@@ -65,9 +57,9 @@
 machines on the network. Information likely to be distributed by
 NIS is:
 
-login names/passwords/home directories (/etc/passwd)
-group information (/etc/group)
-host names and IP numbers (/etc/hosts)
+login names/passwords/home directories (%{_sysconfdir}/passwd)
+group information (%{_sysconfdir}/group)
+host names and IP numbers (%{_sysconfdir}/hosts)
 
 So, for example, if your password entry is recorded in the NIS passwd
 database, you will be able to login on all machines on the net which
@@ -80,51 +72,41 @@
 
 %build
 %configure --enable-fqdn --libexecdir="%{_libexecdir}/yp"
-make
+make %{?_smp_mflags}
 
 %install
 %make_install
-mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
-mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/yp
-%if %{suse_version} >= 1310
-mkdir -p $RPM_BUILD_ROOT%{_unitdir}
-%else
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-%endif
+mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
+mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+mkdir -p %{buildroot}%{_libexecdir}/yp
+mkdir -p %{buildroot}%{_unitdir}
+mkdir -p %{buildroot}%{_initddir}
 DOCDIR=%{_defaultdocdir}/yp
 install -d -m 755 $RPM_BUILD_ROOT${DOCDIR}
 install -d -m 755 $RPM_BUILD_ROOT${DOCDIR}/ypserv
 #install contrib/ypslave $RPM_BUILD_ROOT%{_sbindir}
-install -m 644 etc/ypserv.conf $RPM_BUILD_ROOT/etc/
-install -m 644 etc/securenets $RPM_BUILD_ROOT/var/yp
+install -m 644 etc/ypserv.conf %{buildroot}%{_sysconfdir}/
+install -m 644 etc/securenets %{buildroot}%{_libexecdir}/yp/securenets.example
+mv %{buildroot}%{_localstatedir}/yp/Makefile 
%{buildroot}%{_libexecdir}/yp/ypMakefile
 # install sysconfig.ypserv
-install -m 644 %SOURCE4 $RPM_BUILD_ROOT/var/adm/fillup-templates/
+install -m 644 %{SOURCE4} %{buildroot}%{_localstatedir}/adm/fillup-templates/
 # install SuSEfirewall2 service script
-install -m 644 

commit ima-evm-utils for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package ima-evm-utils for openSUSE:Factory 
checked in at 2017-11-10 14:57:00

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


Package is "ima-evm-utils"

Fri Nov 10 14:57:00 2017 rev:11 rq:539892 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/ima-evm-utils/ima-evm-utils.changes  
2017-10-24 22:23:40.719570353 +0200
+++ /work/SRC/openSUSE:Factory/.ima-evm-utils.new/ima-evm-utils.changes 
2017-11-10 14:57:21.136176123 +0100
@@ -1,0 +2,5 @@
+Wed Nov  8 12:31:07 UTC 2017 - meiss...@suse.com
+
+- ima-evm-utils-openssl1.patch: allow building against openssl 1.1 
(bsc#1066947)
+
+---

New:

  ima-evm-utils-openssl1.patch



Other differences:
--
++ ima-evm-utils.spec ++
--- /var/tmp/diff_new_pack.9scVxb/_old  2017-11-10 14:57:22.304133877 +0100
+++ /var/tmp/diff_new_pack.9scVxb/_new  2017-11-10 14:57:22.308133733 +0100
@@ -28,6 +28,7 @@
 Url:http://sourceforge.net/projects/linux-ima/
 Source0:
http://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/%{name}-%{version}.tar.gz
 Patch2: ima-evm-utils-fix-docbook-xsl-directory.patch
+Patch3: ima-evm-utils-openssl1.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
@@ -77,6 +78,9 @@
 %if %suse_version >= 1315
 %patch2 -p1
 %endif
+if pkg-config --atleast-version=1.1 openssl; then
+%patch3 -p1
+fi
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++ ima-evm-utils-openssl1.patch ++
Index: ima-evm-utils-1.0/src/evmctl.c
===
--- ima-evm-utils-1.0.orig/src/evmctl.c
+++ ima-evm-utils-1.0/src/evmctl.c
@@ -305,7 +305,7 @@ static int calc_evm_hash(const char *fil
struct stat st;
int err;
uint32_t generation = 0;
-   EVP_MD_CTX ctx;
+   EVP_MD_CTX *ctx;
unsigned int mdlen;
char **xattrname;
char xattr_value[1024];
@@ -345,7 +345,8 @@ static int calc_evm_hash(const char *fil
return -1;
}
 
-   err = EVP_DigestInit(, EVP_sha1());
+   ctx = EVP_MD_CTX_new();
+   err = EVP_DigestInit(ctx, EVP_sha1());
if (!err) {
log_err("EVP_DigestInit() failed\n");
return 1;
@@ -364,7 +365,7 @@ static int calc_evm_hash(const char *fil
/*log_debug("name: %s, value: %s, size: %d\n", *xattrname, 
xattr_value, err);*/
log_info("name: %s, size: %d\n", *xattrname, err);
log_debug_dump(xattr_value, err);
-   err = EVP_DigestUpdate(, xattr_value, err);
+   err = EVP_DigestUpdate(ctx, xattr_value, err);
if (!err) {
log_err("EVP_DigestUpdate() failed\n");
return 1;
@@ -412,7 +413,7 @@ static int calc_evm_hash(const char *fil
log_debug("hmac_misc (%d): ", hmac_size);
log_debug_dump(_misc, hmac_size);
 
-   err = EVP_DigestUpdate(, _misc, hmac_size);
+   err = EVP_DigestUpdate(ctx, _misc, hmac_size);
if (!err) {
log_err("EVP_DigestUpdate() failed\n");
return 1;
@@ -423,14 +424,14 @@ static int calc_evm_hash(const char *fil
if (err)
return -1;
 
-   err = EVP_DigestUpdate(, (const unsigned char *)uuid, 
sizeof(uuid));
+   err = EVP_DigestUpdate(ctx, (const unsigned char *)uuid, 
sizeof(uuid));
if (!err) {
log_err("EVP_DigestUpdate() failed\n");
return 1;
}
}
 
-   err = EVP_DigestFinal(, hash, );
+   err = EVP_DigestFinal(ctx, hash, );
if (!err) {
log_err("EVP_DigestFinal() failed\n");
return 1;
@@ -844,7 +845,7 @@ static int calc_evm_hmac(const char *fil
struct stat st;
int err = -1;
uint32_t generation = 0;
-   HMAC_CTX ctx;
+   HMAC_CTX *ctx;
unsigned int mdlen;
char **xattrname;
unsigned char xattr_value[1024];
@@ -900,7 +901,8 @@ static int calc_evm_hmac(const char *fil
goto out;
}
 
-   err = !HMAC_Init(, evmkey, sizeof(evmkey), EVP_sha1());
+   ctx = HMAC_CTX_new();
+   err = !HMAC_Init(ctx, evmkey, sizeof(evmkey), EVP_sha1());
if (err) {
log_err("HMAC_Init() failed\n");
goto out;
@@ -919,7 +921,7 @@ static int calc_evm_hmac(const char *fil
/*log_debug("name: %s, value: %s, size: %d\n", *xattrname, 
xattr_value, err);*/
   

commit bcc for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package bcc for openSUSE:Factory checked in 
at 2017-11-10 14:57:14

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


Package is "bcc"

Fri Nov 10 14:57:14 2017 rev:8 rq:540143 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/bcc/bcc.changes  2017-08-18 15:06:44.158448318 
+0200
+++ /work/SRC/openSUSE:Factory/.bcc.new/bcc.changes 2017-11-10 
14:57:30.935821666 +0100
@@ -1,0 +2,55 @@
+Thu Nov  9 06:56:39 UTC 2017 - g...@suse.com
+
+- Update to 0.4.0
+  + Fix helper to access stack pointer for powerpc
+  + bpf: rename helper function bpf_get_stackid
+  + bpf: print out the src debug info to a temporary file
+  + attempt to compile with system bpf.h if default compile failed
+  + sync src/cc/compat/linux headers with latest net-next
+  + Fix segfault with enumerations
+  + Allow BCC to parse vDSO symbols
+  + libbpf: print error to error stream
+  + Avoid potential SEGFAULT when resolving Kernel symbols
+  + Fix 'tools/statsnoop' from failing to attach kprobes
+  + Update USDT argument constraint for powerpc and powerpc64
+  + examples:dns_matching: make it work as DNS sniffer
+  + add debug option to dump asm insns embedded with source
+  + examples:dns_matching: helper function for adding cache entry
+  + Traces external pointers in parenthesized expressions
+  + examples:dns_matching: fixed loop break condition
+  + Fix bcc_resolve_global_addr on shared libraries
+  + BCC macro for the creation of LPM trie maps (#1359)
+  + bpf_probe_read*: src argument should be const void *.
+  + hardirqs, softirqs: Fix distribution mode units handling
+  + Add a generic utility to check any binary availability
+  + Fix 'test_debuginfo' from failing if a symbol has multiple
+aliases
+  + nfsdist tool (#1347)
+  + annotate program tag
+  + add helpers to access program tag
+  + examples: fixed http_filter example
+  + nfsslower: trace slow NFS operations
+  + Update after lookup in map.increment for HASH types
+  + fix a bug introduced by previous lua-bcc build fix commit
+  + Better check for compiler standard support
+  + fix lua-bcc build issue with cmake try_compile
+  + Fix segfault on incomplete types
+  + Trace external pointers from helpers
+  + Allow the flags to be specified in remove_xdp()
+  + bcc-lua: --no-pie, not -no-pie
+  + solisten, tcpconnlat, tcpretrans: Remove unnecessary
+bpf_probe_reads
+- Add the new subpackage libbpf0
+- Add bcc-bsc1065593-llvm4-hack.patch to work around the llvm
+  libraries searching issue (bsc#1065593)
+  (Also add clang4-devel-static to BuildRequires)
+- Add bcc-bsc1065593-switch-to-mcjit.patch to switch from OrcJIT
+  to MCJIT. OrcJIT actually doesn't work for bcc, and the bug was
+  covered until we start to use the unified LLVM shared library.
+  (bsc#1065593)
+- Add bcc-add-soname-to-libbpf.patch to install the shared library
+ properly
+- Update the group of packages
+- Disable USDT for ARM and AArch64 since it's not ready.
+
+---

Old:

  bcc-v0.3.0+git1502955391.9de830a.tar.xz

New:

  bcc-add-soname-to-libbpf.patch
  bcc-bsc1065593-llvm4-hack.patch
  bcc-bsc1065593-switch-to-mcjit.patch
  v0.4.0.tar.gz



Other differences:
--
++ bcc.spec ++
--- /var/tmp/diff_new_pack.IsIe2h/_old  2017-11-10 14:57:32.435767413 +0100
+++ /var/tmp/diff_new_pack.IsIe2h/_new  2017-11-10 14:57:32.435767413 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define libversion 0.3.0
+%define libversion 0.4.0
 %ifarch ppc64 aarch64 ppc64le
 %{!?with_lua: %global with_lua 0}
 %else
@@ -24,14 +24,17 @@
 %endif
 
 Name:   bcc
-Version:0.3.0+git1502955391.9de830a
+Version:0.4.0
 Release:0
 Summary:BPF Compiler Collection (BCC)
 License:Apache-2.0
-Group:  Development/Languages
+Group:  Development/Tools/Other
 Url:https://github.com/iovisor/bcc
-Source: %{name}-v%{version}.tar.xz
-Patch2: armv7.patch
+Source: https://github.com/iovisor/bcc/archive/v%{version}.tar.gz
+Patch1: armv7.patch
+Patch2: %{name}-bsc1065593-llvm4-hack.patch
+Patch3: %{name}-bsc1065593-switch-to-mcjit.patch
+Patch4: %{name}-add-soname-to-libbpf.patch
 ExclusiveArch:  armv7hl aarch64 x86_64 ppc64 ppc64le
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.7
@@ -41,6 +44,8 @@
 BuildRequires:  llvm-clang-devel >= 3.7.0
 BuildRequires:  llvm-devel >= 3.7.0
 %if 0%{?suse_version} > 1320
+# bsc#1065593 Some static clang libraries are needed
+BuildRequires:  clang4-devel-static
 BuildRequires:  llvm-gold
 %if %{with_lua}
 BuildRequires:  lua51-luajit-devel
@@ -70,9 +75,16 @@
 

commit fakeroot for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package fakeroot for openSUSE:Factory 
checked in at 2017-11-10 14:57:18

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


Package is "fakeroot"

Fri Nov 10 14:57:18 2017 rev:3 rq:540146 version:1.22

Changes:

--- /work/SRC/openSUSE:Factory/fakeroot/fakeroot.changes2017-06-22 
10:40:11.367344551 +0200
+++ /work/SRC/openSUSE:Factory/.fakeroot.new/fakeroot.changes   2017-11-10 
14:57:33.303736018 +0100
@@ -1,0 +2,13 @@
+Wed Nov  8 21:18:42 UTC 2017 - aavind...@gmail.com
+
+- Update to version 1.22
+  * libfakeroot: Ship the (unused) SONAME link to ensure it gets
+cleaned up automatically.
+  * Hide errors from dlsym() unless debugging was enabled. This
+makes builds less noisy and fixes failures in APT test suite
+with glibc 2.24, which started reporting errors for dlsym()
+  * On Debian, force the fakeroot shebang to always be /bin/sh
+- clean with spec-cleaner
+- strip "orig" from tarball file name
+
+---

Old:

  fakeroot_1.21.orig.tar.gz

New:

  fakeroot-1.22.tar.bz2



Other differences:
--
++ fakeroot.spec ++
--- /var/tmp/diff_new_pack.SBpuZ1/_old  2017-11-10 14:57:34.019710120 +0100
+++ /var/tmp/diff_new_pack.SBpuZ1/_new  2017-11-10 14:57:34.023709975 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   fakeroot
-Version:1.21
+Version:1.22
 Release:0
 Summary:Gives a fake root environment
 License:GPL-3.0+
 Group:  Development/Tools/Other
 Url:http://fakeroot.alioth.debian.org/
-Source0:
http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.gz
+Source0:
http://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.bz2#/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 Patch0: %{name}-1.20-lib32.patch
 Patch2: %{name}-1.20-eglibc-fts-without-LFS.patch
@@ -44,7 +44,6 @@
 BuildRequires:  user(daemon)
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 fakeroot runs a command in an environment wherein it appears to have
@@ -158,7 +157,6 @@
 fi
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS BUGS COPYING DEBUG README doc/README.saving
 %ghost %{_bindir}/faked
 %ghost %{_sysconfdir}/alternatives/faked




commit csound for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package csound for openSUSE:Factory checked 
in at 2017-11-10 14:57:11

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


Package is "csound"

Fri Nov 10 14:57:11 2017 rev:27 rq:540137 version:5.18.02

Changes:

--- /work/SRC/openSUSE:Factory/csound/csound.changes2017-02-15 
10:05:27.296231510 +0100
+++ /work/SRC/openSUSE:Factory/.csound.new/csound.changes   2017-11-10 
14:57:27.955929450 +0100
@@ -1,0 +2,6 @@
+Wed Nov  8 18:22:43 UTC 2017 - dims...@opensuse.org
+
+- Rename README.SuSE to README.SUSE, adhering to the correct
+  spelling.
+
+---

Old:

  README.SuSE

New:

  README.SUSE



Other differences:
--
++ csound.spec ++
--- /var/tmp/diff_new_pack.n8K3sN/_old  2017-11-10 14:57:28.951893426 +0100
+++ /var/tmp/diff_new_pack.n8K3sN/_new  2017-11-10 14:57:28.955893281 +0100
@@ -45,7 +45,7 @@
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://www.csounds.com
 Source: Csound%{version}.tar.gz
-Source1:README.SuSE
+Source1:README.SUSE
 Patch3: %{name}-strncat-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -100,7 +100,7 @@
 
 %files -f %{name}5.lang
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README README.SuSE
+%doc AUTHORS COPYING ChangeLog README README.SUSE
 %{_bindir}/*
 %{_libdir}/csound/
 

++ README.SUSE ++
Plugin Directories
==

The plugin binaries are installed under /usr/lib/csound/plugins
(/usr/lib64/csound/plugins in x86_64).  Please set the environment variable
"OPCODEDIR" to this direcrory before starting csound.
in bash style,
export OPCODEDIR=/usr/lib/csound/plugins
in tcsh style,
setenv OPCODEDIR /usr/lib/csound/plugins

Also, set CSSTRINGS variable such as
export CSSTRINGS=/usr/share/csound/xmg


Binary Renaming
===

sndinfo is renamed to csndinfo in this package due to the name
confliction with snd package.

Simiarly, extract was renamed to csound-extract.



commit virt-manager for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2017-11-10 14:57:08

Comparing /work/SRC/openSUSE:Factory/virt-manager (Old)
 and  /work/SRC/openSUSE:Factory/.virt-manager.new (New)


Package is "virt-manager"

Fri Nov 10 14:57:08 2017 rev:159 rq:540042 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2017-10-31 15:44:36.332457031 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2017-11-10 14:57:24.388058501 +0100
@@ -1,0 +2,7 @@
+Wed Nov  8 13:59:11 MST 2017 - carn...@suse.com
+
+- bsc#1067263 - virt-install: ERROR unicode argument expected, got
+  'str'
+  virtinst-fix-replace-StringIO-with-io.patch
+
+---

New:

  virtinst-fix-replace-StringIO-with-io.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.mrGS2U/_old  2017-11-10 14:57:26.00197 +0100
+++ /var/tmp/diff_new_pack.mrGS2U/_new  2017-11-10 14:57:26.00452 +0100
@@ -111,6 +111,7 @@
 Patch167:   virtinst-no-usb-tablet-for-xenpv.patch
 Patch168:   virtinst-add-sle15-detection-support.patch
 Patch169:   virtinst-keep-install-iso-attached.patch
+Patch170:   virtinst-fix-replace-StringIO-with-io.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -267,6 +268,7 @@
 %patch167 -p1
 %patch168 -p1
 %patch169 -p1
+%patch170 -p1
 
 %build
 %if %{qemu_user}

++ 75210ed3-replace-StringIO-with-io.patch ++
--- /var/tmp/diff_new_pack.mrGS2U/_old  2017-11-10 14:57:26.135995278 +0100
+++ /var/tmp/diff_new_pack.mrGS2U/_new  2017-11-10 14:57:26.139995133 +0100
@@ -10,10 +10,10 @@
 [2] https://docs.python.org/3/library/io.html#text-i-o
 [3] https://docs.python.org/3/library/io.html#binary-i-o
 
-Index: virt-manager-1.4.3/tests/clitest.py
-===
 virt-manager-1.4.3.orig/tests/clitest.py
-+++ virt-manager-1.4.3/tests/clitest.py
+diff --git a/tests/clitest.py b/tests/clitest.py
+index bdc1b44..cf140a9 100644
+--- a/tests/clitest.py
 b/tests/clitest.py
 @@ -16,6 +16,7 @@
  # MA 02110-1301 USA.
  
@@ -39,10 +39,10 @@
  sys.stdout = out
  sys.stderr = out
  sys.argv = self.argv
-Index: virt-manager-1.4.3/tests/virtconvtest.py
-===
 virt-manager-1.4.3.orig/tests/virtconvtest.py
-+++ virt-manager-1.4.3/tests/virtconvtest.py
+diff --git a/tests/virtconvtest.py b/tests/virtconvtest.py
+index f804883..3afb392 100644
+--- a/tests/virtconvtest.py
 b/tests/virtconvtest.py
 @@ -18,8 +18,8 @@
  from __future__ import print_function
  
@@ -62,10 +62,10 @@
  def print_cb(msg):
  print(msg, file=outbuf)
  
-Index: virt-manager-1.4.3/virtManager/create.py
-===
 virt-manager-1.4.3.orig/virtManager/create.py
-+++ virt-manager-1.4.3/virtManager/create.py
+diff --git a/virtManager/create.py b/virtManager/create.py
+index 8b4d75d..5629396 100644
+--- a/virtManager/create.py
 b/virtManager/create.py
 @@ -18,10 +18,10 @@
  # MA 02110-1301 USA.
  #
@@ -87,10 +87,10 @@
  
  # Get virt-bootstrap logger
  vbLogger = logging.getLogger('virtBootstrap')
-Index: virt-manager-1.4.3/virtManager/snapshots.py
-===
 virt-manager-1.4.3.orig/virtManager/snapshots.py
-+++ virt-manager-1.4.3/virtManager/snapshots.py
+diff --git a/virtManager/snapshots.py b/virtManager/snapshots.py
+index eeb1a9f..0d905e3 100644
+--- a/virtManager/snapshots.py
 b/virtManager/snapshots.py
 @@ -20,9 +20,9 @@
  
  import datetime
@@ -111,10 +111,10 @@
  def _write_cb(_stream, data, userdata):
  ignore = stream
  ignore = userdata
-Index: virt-manager-1.4.3/virtinst/urlfetcher.py
-===
 virt-manager-1.4.3.orig/virtinst/urlfetcher.py
-+++ virt-manager-1.4.3/virtinst/urlfetcher.py
+diff --git a/virtinst/urlfetcher.py b/virtinst/urlfetcher.py
+index c57c9e1..ebc5c7a 100644
+--- a/virtinst/urlfetcher.py
 b/virtinst/urlfetcher.py
 @@ -21,11 +21,11 @@
  
  import ConfigParser
@@ -128,16 +128,7 @@
  import subprocess
  import tempfile
  import urllib2
-@@ -104,6 +104,8 @@ class _URLFetcher(object):
- buff = urlobj.read(self._block_size)
- if not buff:
- break
-+if isinstance(fileobj, io.StringIO) and type(buff) is str:
-+buff = unicode(buff)
- 

commit python-fastcluster for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-fastcluster for 
openSUSE:Factory checked in at 2017-11-10 14:56:44

Comparing /work/SRC/openSUSE:Factory/python-fastcluster (Old)
 and  /work/SRC/openSUSE:Factory/.python-fastcluster.new (New)


Package is "python-fastcluster"

Fri Nov 10 14:56:44 2017 rev:3 rq:539581 version:1.1.24

Changes:

--- /work/SRC/openSUSE:Factory/python-fastcluster/python-fastcluster.changes
2017-05-08 19:03:48.089469839 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fastcluster.new/python-fastcluster.changes   
2017-11-10 14:57:11.788514229 +0100
@@ -1,0 +2,10 @@
+Sat Nov  4 16:00:03 UTC 2017 - a...@gmx.de
+
+- update to version 1.1.24:
+  * R 3.5 corrects the formula for the “Canberra” metric. See
+https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17285.
+The formula in the fastcluster package was changed accordingly. This
+concerns only the R interface. SciPy and fastcluster's Python interface
+always had the correct formula.
+
+---

Old:

  fastcluster-1.1.23.tar.gz

New:

  fastcluster-1.1.24.tar.gz



Other differences:
--
++ python-fastcluster.spec ++
--- /var/tmp/diff_new_pack.NcSVXo/_old  2017-11-10 14:57:13.132465618 +0100
+++ /var/tmp/diff_new_pack.NcSVXo/_new  2017-11-10 14:57:13.132465618 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fastcluster
 #
-# Copyright (c) 2017 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
@@ -20,20 +20,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fastcluster
-Version:1.1.23
+Version:1.1.24
 Release:0
 Summary:Hierarchical clustering routines for Python
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://danifold.net
 Source: 
https://files.pythonhosted.org/packages/source/f/fastcluster/fastcluster-%{version}.tar.gz
-BuildRequires:  gcc-c++
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module numpy-devel}
 BuildRequires:  %{python_module scipy}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  python-rpm-macros
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 %endif

++ fastcluster-1.1.23.tar.gz -> fastcluster-1.1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.23/COPYING.txt 
new/fastcluster-1.1.24/COPYING.txt
--- old/fastcluster-1.1.23/COPYING.txt  2015-10-15 22:59:51.0 +0200
+++ new/fastcluster-1.1.24/COPYING.txt  2017-08-20 22:49:20.0 +0200
@@ -1,4 +1,6 @@
-Copyright © 2011, Daniel Müllner
+Copyright:
+  * Until package version 1.1.23: © 2011 Daniel Müllner 
+  * All changes from version 1.1.24 on: © Google Inc. 
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.23/INSTALL.txt 
new/fastcluster-1.1.24/INSTALL.txt
--- old/fastcluster-1.1.23/INSTALL.txt  2015-10-15 22:59:51.0 +0200
+++ new/fastcluster-1.1.24/INSTALL.txt  2017-08-20 22:49:06.0 +0200
@@ -1,7 +1,8 @@
 fastcluster: Fast hierarchical clustering routines for R and Python
 
-Copyright © 2011 Daniel Müllner
-
+Copyright:
+  * Until package version 1.1.23: © 2011 Daniel Müllner 
+  * All changes from version 1.1.24 on: © Google Inc. 
 
 
 Installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.23/NEWS.txt 
new/fastcluster-1.1.24/NEWS.txt
--- old/fastcluster-1.1.23/NEWS.txt 2017-03-24 22:53:59.0 +0100
+++ new/fastcluster-1.1.24/NEWS.txt 2017-08-20 22:49:31.0 +0200
@@ -1,7 +1,8 @@
 fastcluster: Fast hierarchical clustering routines for R and Python
 
-Copyright © 2011 Daniel Müllner
-
+Copyright:
+  • Until package version 1.1.23: © 2011 Daniel Müllner 
+  • All changes from version 1.1.24 on: © Google Inc. 
 
 
 Version history
@@ -189,3 +190,11 @@
 Version 1.1.23, 03/24/2017
 
  

commit python-pandas for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2017-11-10 14:56:41

Comparing /work/SRC/openSUSE:Factory/python-pandas (Old)
 and  /work/SRC/openSUSE:Factory/.python-pandas.new (New)


Package is "python-pandas"

Fri Nov 10 14:56:41 2017 rev:6 rq:539578 version:0.21.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas-doc.changes  
2017-10-09 19:41:05.206397836 +0200
+++ /work/SRC/openSUSE:Factory/.python-pandas.new/python-pandas-doc.changes 
2017-11-10 14:57:08.088648054 +0100
@@ -1,0 +2,26 @@
+Mon Oct 30 06:05:48 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * updated minimum numpy version to 1.9.0 (see setup.py)
+
+- update to version 0.21.0:
+  * Highlights include:
++ Integration with Apache Parquet, including a new top-level
+  read_parquet() function and DataFrame.to_parquet() method, see
+  here.
++ New user-facing pandas.api.types.CategoricalDtype for specifying
+  categoricals independent of the data, see here.
++ The behavior of sum and prod on all-NaN Series/DataFrames is now
+  consistent and no longer depends on whether bottleneck is
+  installed, see here.
++ Compatibility fixes for pypy, see here.
++ Additions to the drop, reindex and rename API to make them more
+  consistent, see here.
++ Addition of the new methods DataFrame.infer_objects (see here)
+  and GroupBy.pipe (see here).
++ Indexing with a list of labels, where one or more of the labels
+  is missing, is deprecated and will raise a KeyError in a future
+  version, see here.
+  * full list at http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
+
+---
python-pandas.changes: same change

Old:

  pandas-0.20.3.tar.gz

New:

  pandas-0.21.0.tar.gz



Other differences:
--
++ python-pandas-doc.spec ++
--- /var/tmp/diff_new_pack.ZD5Z9a/_old  2017-11-10 14:57:10.396564576 +0100
+++ /var/tmp/diff_new_pack.ZD5Z9a/_new  2017-11-10 14:57:10.400564432 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pandas-doc
-Version:0.20.3
+Version:0.21.0
 Release:0
 Summary:Documentation for python-pandas
 License:BSD-3-Clause

++ python-pandas.spec ++
--- /var/tmp/diff_new_pack.ZD5Z9a/_old  2017-11-10 14:57:10.428563419 +0100
+++ /var/tmp/diff_new_pack.ZD5Z9a/_new  2017-11-10 14:57:10.428563419 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pandas
-Version:0.20.3
+Version:0.21.0
 Release:0
 Summary:Make working with "relational" or "labeled" data both easy and 
intuitive
 License:BSD-3-Clause
@@ -26,7 +26,7 @@
 Url:http://pandas.pydata.org/
 Source0:
https://files.pythonhosted.org/packages/source/p/pandas/pandas-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module numpy-devel >= 1.7.1}
+BuildRequires:  %{python_module numpy-devel >= 1.9.0}
 BuildRequires:  %{python_module python-dateutil >= 1.5}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
@@ -34,7 +34,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
-Requires:   python-numpy >= 1.7.1
+Requires:   python-numpy >= 1.9.0
 Requires:   python-python-dateutil >= 1.5
 Requires:   python-pytz
 Recommends: python-Bottleneck

++ pandas-0.20.3.tar.gz -> pandas-0.21.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-pandas/pandas-0.20.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-pandas.new/pandas-0.21.0.tar.gz differ: char 
5, line 1




commit nsca for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package nsca for openSUSE:Factory checked in 
at 2017-11-10 14:56:49

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


Package is "nsca"

Fri Nov 10 14:56:49 2017 rev:7 rq:539625 version:2.9.2

Changes:

--- /work/SRC/openSUSE:Factory/nsca/nsca.changes2017-03-20 
17:08:43.312994410 +0100
+++ /work/SRC/openSUSE:Factory/.nsca.new/nsca.changes   2017-11-10 
14:57:13.880438564 +0100
@@ -1,0 +2,17 @@
+Tue Nov  7 09:38:47 UTC 2017 - joop.boo...@opensuse.org
+
+- Fixed E: nsca implicit-fortify-decl ./nsca.c:495 via
+  nsca-2.9.2-implicit-fortify-decl.patch
+
+---
+Thu Jun 29 16:05:30 UTC 2017 - l...@linux-schulserver.de
+
+- added nsca-2.9.2-implicit_functions.patch to add missing includes
+  crabbed out by the compiler
+- enable and support systemd
+- fix copy and paste error in triggerun and run for the old name
+  (nagios-nsca) of this package  
+- rebase all patches and add/correct the comments for them in the
+  spec file
+
+---

New:

  nsca-2.9.2-implicit-fortify-decl.patch
  nsca-2.9.2-implicit_functions.patch
  nsca.service



Other differences:
--
++ nsca.spec ++
--- /var/tmp/diff_new_pack.HvBDTY/_old  2017-11-10 14:57:15.008397766 +0100
+++ /var/tmp/diff_new_pack.HvBDTY/_new  2017-11-10 14:57:15.012397621 +0100
@@ -16,6 +16,12 @@
 #
 
 
+%if 0%{?suse_version} >= 1230
+%bcond_without systemd
+%else
+%bcond_with systemd
+%endif
+
 Name:   nsca
 Version:2.9.2
 Release:0
@@ -30,12 +36,18 @@
 Source4:send_nsca.1
 Source5:nsca.1
 Source6:usr.bin.nsca
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
+Source7:nsca.service
+# PATCH-FIX-UPSTREAM fix some compiler warnings that might become errors
 Patch1: nsca.abuild.patch
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
+# PATCH-FIX-OPENSUSE disable the xinetd service per default - in that case it 
is also not
+# needed to bind on any specific address
 Patch2: nsca.xinetd.patch
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
+# PATCH-FIX-OPENSUSE adapt the spool directory to follow openSUSE guidelines
 Patch3: nsca.spooldir.patch
+# PATCH-FIX-UPSTREAM add missing includes for special functions
+Patch4: nsca-2.9.2-implicit_functions.patch
+# PATCH-FIX-UPSTREAM fixed implicit-fortify-decl
+Patch5: nsca-2.9.2-implicit-fortify-decl.patch
 BuildRequires:  libmcrypt-devel
 BuildRequires:  nagios-rpm-macros
 BuildRequires:  tcpd-devel
@@ -43,7 +55,12 @@
 Recommends: monitoring_daemon
 Provides:   nagios-nsca = %{version}
 Obsoletes:  nagios-nsca < 2.9.0
+%if %{with systemd}
+BuildRequires:  systemd
+%{?systemd_requires}
+%else
 PreReq: %insserv_prereq
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,9 +82,11 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
-%patch3
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -93,8 +112,14 @@
 install -m 644 sample-config/nsca.cfg %{buildroot}%{_sysconfdir}/
 install -m 644 sample-config/send_nsca.cfg %{buildroot}%{_sysconfdir}/
 install -m 644 sample-config/nsca.xinetd 
%{buildroot}%{_sysconfdir}/xinetd.d/nsca
+# startup scripts
+%if %{with systemd}
+install -Dm0644 %{SOURCE7} %{buildroot}%{_unitdir}/%{name}.service
+ln -s -f %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
+%else
 install -m 755 %{SOURCE1}%{buildroot}%{_sysconfdir}/init.d/nsca
 ln -sf ../../%{_sysconfdir}/init.d/nsca %{buildroot}%{_sbindir}/rcnsca
+%endif
 chmod 644 README
 # install SuSEfirewall2 script
 %if 0%{?suse_version} > 1020
@@ -106,15 +131,46 @@
 # install apparmor profile
 install -Dm644 %{SOURCE6} %{buildroot}%{_sysconfdir}/apparmor.d/usr.bin.nsca
 
+%pre
+%service_add_pre %{name}.service
+
+%post
+%service_add_post %{name}.service
+
 %preun
+%if %{with systemd}
+%service_del_preun %{name}.service
+%else
 %stop_on_removal nsca
+%endif
 
 %postun
+%if %{with systemd}
+%service_del_postun %{name}.service
+%else
 %restart_on_update nsca
 %insserv_cleanup
+%endif
 
-%triggerpostun -- nagios-nrpe < 2.9.2
+%triggerun -- nagios-nsca < 2.9.2
 STATUS='/var/adm/update-scripts/%{name}'
+%if %{with systemd}
+if [ -x %{_bindir}/systemctl ]; then
+   %{_bindir}/systemctl status nsca.service >/dev/null
+   if test $? = 0; then
+   echo "%{_bindir}/systemctl restart nsca.service" >> "$STATUS"
+   else
+touch "$STATUS"
+fi
+   %{_bindir}/systemctl status xinetd.service 

commit python-pandocfilters for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-pandocfilters for 
openSUSE:Factory checked in at 2017-11-10 14:56:39

Comparing /work/SRC/openSUSE:Factory/python-pandocfilters (Old)
 and  /work/SRC/openSUSE:Factory/.python-pandocfilters.new (New)


Package is "python-pandocfilters"

Fri Nov 10 14:56:39 2017 rev:2 rq:539577 version:1.4.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pandocfilters/python-pandocfilters.changes
2017-04-14 13:37:07.736412407 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pandocfilters.new/python-pandocfilters.changes
   2017-11-10 14:56:58.836982685 +0100
@@ -1,0 +2,11 @@
+Sat Nov  4 02:08:16 UTC 2017 - a...@gmx.de
+
+- update to version 1.4.2:
+  * Fixed minor RST error in README.
+  * Fixed typo.
+  * Change element constructor function elt() to return a list instead
+of a tuple when numargs > 1, enabling elements to be traversed by
+walk().
+  * Fix indentation of a doc-string
+
+---

Old:

  pandocfilters-1.4.1.tar.gz

New:

  pandocfilters-1.4.2.tar.gz



Other differences:
--
++ python-pandocfilters.spec ++
--- /var/tmp/diff_new_pack.8peJTM/_old  2017-11-10 14:57:00.312929300 +0100
+++ /var/tmp/diff_new_pack.8peJTM/_new  2017-11-10 14:57:00.316929156 +0100
@@ -13,21 +13,22 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pandocfilters
-Version:1.4.1
+Version:1.4.2
 Release:0
-License:BSD-3-Clause
 Summary:Python module for writing pandoc filters
-Url:http://github.com/jgm/pandocfilters
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://github.com/jgm/pandocfilters
 Source: 
https://pypi.io/packages/source/p/pandocfilters/pandocfilters-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  pandoc >= 1.16
+BuildRequires:  python-rpm-macros
 Requires:   pandoc >= 1.16
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ pandocfilters-1.4.1.tar.gz -> pandocfilters-1.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandocfilters-1.4.1/PKG-INFO 
new/pandocfilters-1.4.2/PKG-INFO
--- old/pandocfilters-1.4.1/PKG-INFO2016-11-09 20:37:36.0 +0100
+++ new/pandocfilters-1.4.2/PKG-INFO2017-08-08 05:47:36.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pandocfilters
-Version: 1.4.1
+Version: 1.4.2
 Summary: Utilities for writing pandoc filters in python
 Home-page: http://github.com/jgm/pandocfilters
 Author: John MacFarlane
@@ -63,8 +63,7 @@
``action(key, value, format, meta)``, where:
 
-  ``key`` is the type of the pandoc object (e.g. 'Str', 'Para')
-  ``value`` is
-   -  the contents of the object (e.g. a string for 'Str', a list of
+   -  ``value`` is the contents of the object (e.g. a string for 
'Str', a list of
   inline elements for 'Para')
-  ``format`` is the target output format (as supplied by the
   ``format`` argument of ``walk``)
@@ -128,8 +127,9 @@
 -  ``attributes(attrs)``
 
Returns an attribute list, constructed from the dictionary attrs.
+
 How to use
---
+--
 Most users will only need ``toJSONFilter``.  Here is a simple example
 of its use::
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandocfilters-1.4.1/README 
new/pandocfilters-1.4.2/README
--- old/pandocfilters-1.4.1/README  2016-11-09 20:37:09.0 +0100
+++ new/pandocfilters-1.4.2/README  2017-08-08 05:39:27.0 +0200
@@ -55,8 +55,7 @@
``action(key, value, format, meta)``, where:
 
-  ``key`` is the type of the pandoc object (e.g. 'Str', 'Para')
-  ``value`` is
-   -  the contents of the object (e.g. a string for 'Str', a list of
+   -  ``value`` is the contents of the object (e.g. a string for 'Str', a list 
of
   inline elements for 'Para')
-  ``format`` is the target output format (as supplied by the
   ``format`` argument of ``walk``)
@@ -120,8 +119,9 @@
 -  ``attributes(attrs)``
 
Returns an attribute list, constructed from the dictionary attrs.
+
 How to use
---
+--
 Most users will only need ``toJSONFilter``.  Here is a simple example
 

commit python-pyte for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-pyte for openSUSE:Factory 
checked in at 2017-11-10 14:56:36

Comparing /work/SRC/openSUSE:Factory/python-pyte (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyte.new (New)


Package is "python-pyte"

Fri Nov 10 14:56:36 2017 rev:4 rq:539575 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyte/python-pyte.changes  2017-09-05 
15:19:32.600776416 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyte.new/python-pyte.changes 
2017-11-10 14:56:55.185114772 +0100
@@ -1,0 +2,25 @@
+Fri Nov  3 15:54:05 UTC 2017 - a...@gmx.de
+
+- update to version 0.7.0:
+  * Removed deprecated "only" parameter of "Stream.attach".
+  * Removed deprecated "encoding" parameter of "ByteStream".
+  * Fixed "how == 3" handling in "DiffScreen.erase_in_display".
+  * Deprecated "DiffScreen". Its functionality has been backported to
+the base "Screen" class.
+  * Fixed a bug in "DiffScreen.draw" which incorrectly handled the
+case when the input of "draw" required several lines.
+  * Fixed a bug in "Screen" which did not ignore "ESC (" argument in
+UTF8 mode. See issue #88 on GitHub.
+  * Changed "Screen.resize" to do nothing if the requested size
+matches the current one.
+  * Disallowed private mode for
+"Screen.report_device_attributes". This was causing an infinite
+loop in Emacs and Vim. See issue #81 on GitHub.
+  * Fixed a bug in `OSC` parsing, which caused "Stream" to hang upon
+receiving a palette reset request "ESC ] R".
+  * Changed "Screen.reset" not to reset `DECOM`. See discussion in
+issue #95 on Github.
+  * Changed the first tabstop to be at the 9-th column. See PR #98 on
+GitHub. Thanks to @gordon-quad!
+
+---

Old:

  pyte-0.6.0.tar.gz

New:

  pyte-0.7.0.tar.gz



Other differences:
--
++ python-pyte.spec ++
--- /var/tmp/diff_new_pack.g8YTpi/_old  2017-11-10 14:56:56.277075276 +0100
+++ /var/tmp/diff_new_pack.g8YTpi/_new  2017-11-10 14:56:56.281075132 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with test
 Name:   python-pyte
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:VTXXX-compatible linux terminal emulator
 License:LGPL-3.0

++ pyte-0.6.0.tar.gz -> pyte-0.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.6.0/AUTHORS new/pyte-0.7.0/AUTHORS
--- old/pyte-0.6.0/AUTHORS  2017-03-26 22:07:50.0 +0200
+++ new/pyte-0.7.0/AUTHORS  2017-10-07 23:04:31.0 +0200
@@ -14,3 +14,4 @@
 - Andreas Stührk
 - Dmitriy Novozhilov
 - Sergey Zavgorodniy
+- Byron Roosa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.6.0/CHANGES new/pyte-0.7.0/CHANGES
--- old/pyte-0.6.0/CHANGES  2017-05-28 03:52:57.0 +0200
+++ new/pyte-0.7.0/CHANGES  2017-10-07 23:07:08.0 +0200
@@ -3,6 +3,33 @@
 
 Here you can see the full list of changes between each pyte release.
 
+Version 0.7.0
+-
+
+Released on October 7th 2017.
+
+This release is NOT backward compatible with 0.6.X branch!
+
+- Removed deprecated ``only`` parameter of ``Stream.attach``.
+- Removed deprecated ``encoding`` parameter of ``ByteStream``.
+- Fixed ``how == 3`` handling in ``DiffScreen.erase_in_display``.
+- Deprecated ``DiffScreen``. Its functionality has been backported
+  to the base ``Screen`` class.
+- Fixed a bug in ``DiffScreen.draw`` which incorrectly handled the
+  case when the input of ``draw`` required several lines.
+- Fixed a bug in ``Screen`` which did not ignore ``ESC (`` argument in
+  UTF8 mode. See issue #88 on GitHub.
+- Changed ``Screen.resize`` to do nothing if the requested size matches
+  the current one.
+- Disallowed private mode for ``Screen.report_device_attributes``. This
+  was causing an infinite loop in Emacs and Vim. See issue #81 on GitHub.
+- Fixed a bug in `OSC` parsing, which caused ``Stream`` to hang upon
+  receiving a palette reset request ``ESC ] R``.
+- Changed ``Screen.reset`` not to reset `DECOM`. See discussion in issue
+  #95 on Github.
+- Changed the first tabstop to be at the 9-th column. See PR #98 on
+  GitHub. Thanks to @gordon-quad!
+
 Version 0.6.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.6.0/PKG-INFO new/pyte-0.7.0/PKG-INFO
--- old/pyte-0.6.0/PKG-INFO 2017-05-28 03:55:53.0 +0200
+++ new/pyte-0.7.0/PKG-INFO 2017-10-07 23:08:35.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyte
-Version: 0.6.0
+Version: 

commit python-azure-mgmt-consumption for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-consumption for 
openSUSE:Factory checked in at 2017-11-10 14:56:30

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-consumption (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-consumption.new (New)


Package is "python-azure-mgmt-consumption"

Fri Nov 10 14:56:30 2017 rev:3 rq:539571 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-consumption/python-azure-mgmt-consumption.changes
  2017-10-17 01:54:06.733954286 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-consumption.new/python-azure-mgmt-consumption.changes
 2017-11-10 14:56:50.293291708 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 18:33:28 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + amc_drop-compatible-releases-operator.patch
+
+---

New:

  amc_drop-compatible-releases-operator.patch



Other differences:
--
++ python-azure-mgmt-consumption.spec ++
--- /var/tmp/diff_new_pack.tqCGUx/_old  2017-11-10 14:56:51.089262918 +0100
+++ /var/tmp/diff_new_pack.tqCGUx/_new  2017-11-10 14:56:51.093262773 +0100
@@ -26,6 +26,7 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-consumption/azure-mgmt-consumption-%{version}.zip
 Source1:LICENSE.txt
+Patch1: amc_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-mgmt-nspkg}
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n azure-mgmt-consumption-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-consumption-%{version}

++ amc_drop-compatible-releases-operator.patch ++
diff -Nru azure-mgmt-consumption-0.1.0.orig/setup.py 
azure-mgmt-consumption-0.1.0/setup.py
--- azure-mgmt-consumption-0.1.0.orig/setup.py  2017-04-27 15:03:06.0 
+0200
+++ azure-mgmt-consumption-0.1.0/setup.py   2017-11-03 19:32:03.871350287 
+0100
@@ -78,8 +78,8 @@
 zip_safe=False,
 packages=find_packages(),
 install_requires=[
-'msrestazure~=0.4.7',
-'azure-common~=1.1.5',
+'msrestazure>=0.4.7',
+'azure-common>=1.1.5',
 ],
 cmdclass=cmdclass
 )




commit python-azure-mgmt-containerinstance for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-containerinstance 
for openSUSE:Factory checked in at 2017-11-10 14:56:32

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-containerinstance (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-containerinstance.new 
(New)


Package is "python-azure-mgmt-containerinstance"

Fri Nov 10 14:56:32 2017 rev:3 rq:539572 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerinstance/python-azure-mgmt-containerinstance.changes
  2017-10-17 01:54:10.913758524 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerinstance.new/python-azure-mgmt-containerinstance.changes
 2017-11-10 14:56:53.633170906 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 18:46:06 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + amc_drop-compatible-releases-operator.patch
+
+---

New:

  amc_drop-compatible-releases-operator.patch



Other differences:
--
++ python-azure-mgmt-containerinstance.spec ++
--- /var/tmp/diff_new_pack.HFsJWg/_old  2017-11-10 14:56:54.933123887 +0100
+++ /var/tmp/diff_new_pack.HFsJWg/_new  2017-11-10 14:56:54.937123742 +0100
@@ -26,6 +26,7 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-containerinstance/azure-mgmt-containerinstance-%{version}.zip
 Source1:LICENSE.txt
+Patch1: amc_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-mgmt-nspkg}
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n azure-mgmt-containerinstance-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{version}

++ amc_drop-compatible-releases-operator.patch ++
diff -Nru azure-mgmt-containerinstance-0.1.0.orig/setup.py 
azure-mgmt-containerinstance-0.1.0/setup.py
--- azure-mgmt-containerinstance-0.1.0.orig/setup.py2017-07-27 
22:09:56.0 +0200
+++ azure-mgmt-containerinstance-0.1.0/setup.py 2017-11-03 19:40:30.047288428 
+0100
@@ -78,8 +78,8 @@
 zip_safe=False,
 packages=find_packages(),
 install_requires=[
-'msrestazure~=0.4.11',
-'azure-common~=1.1',
+'msrestazure>=0.4.11',
+'azure-common>=1.1',
 ],
 cmdclass=cmdclass
 )




commit python-azure-mgmt-billing for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-billing for 
openSUSE:Factory checked in at 2017-11-10 14:56:27

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-billing (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-billing.new (New)


Package is "python-azure-mgmt-billing"

Fri Nov 10 14:56:27 2017 rev:3 rq:539570 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-billing/python-azure-mgmt-billing.changes
  2017-10-17 01:54:04.310067810 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-billing.new/python-azure-mgmt-billing.changes
 2017-11-10 14:56:48.973339450 +0100
@@ -1,0 +2,7 @@
+Fri Nov  3 18:29:57 UTC 2017 - adrian.glaub...@suse.com
+
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + amb_drop-compatible-releases-operator.patch
+
+---

New:

  amb_drop-compatible-releases-operator.patch



Other differences:
--
++ python-azure-mgmt-billing.spec ++
--- /var/tmp/diff_new_pack.Nt7O1A/_old  2017-11-10 14:56:49.973303281 +0100
+++ /var/tmp/diff_new_pack.Nt7O1A/_new  2017-11-10 14:56:49.977303137 +0100
@@ -26,6 +26,7 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-billing/azure-mgmt-billing-%{version}.zip
 Source1:LICENSE.txt
+Patch1: amb_drop-compatible-releases-operator.patch
 BuildRequires:  %{python_module azure-mgmt-nspkg}
 BuildRequires:  %{python_module azure-nspkg}
 BuildRequires:  %{python_module devel}
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n azure-mgmt-billing-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-billing-%{version}

++ amb_drop-compatible-releases-operator.patch ++
diff -Nru azure-mgmt-billing-0.1.0.orig/setup.py 
azure-mgmt-billing-0.1.0/setup.py
--- azure-mgmt-billing-0.1.0.orig/setup.py  2017-04-27 15:02:16.0 
+0200
+++ azure-mgmt-billing-0.1.0/setup.py   2017-11-03 19:22:52.487460604 +0100
@@ -78,8 +78,8 @@
 zip_safe=False,
 packages=find_packages(),
 install_requires=[
-'msrestazure~=0.4.7',
-'azure-common~=1.1.5',
+'msrestazure>=0.4.7',
+'azure-common>=1.1.5',
 ],
 cmdclass=cmdclass
 )




commit xplayer for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package xplayer for openSUSE:Factory checked 
in at 2017-11-10 14:56:25

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


Package is "xplayer"

Fri Nov 10 14:56:25 2017 rev:12 rq:539326 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/xplayer/xplayer.changes  2017-06-29 
15:21:51.871810402 +0200
+++ /work/SRC/openSUSE:Factory/.xplayer.new/xplayer.changes 2017-11-10 
14:56:43.461538809 +0100
@@ -1,0 +2,14 @@
+Sat Nov  4 10:10:46 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.6.0:
+  * Menubar: Renamed Movie menu to File.
+  * Remove xplayer-mozilla.
+  * Fullscreen: Improve layout.
+  * Fullscreen: Invert button layout.
+  * Fullscreen: Remove top button box and integrate buttons into
+statusbar.
+  * Fullscreen: Increase statusbar border width to make
+GtkVolumeButton pop up visible.
+  * Update translations.
+
+---

Old:

  xplayer-1.4.3.tar.gz

New:

  xplayer-1.6.0.tar.gz



Other differences:
--
++ xplayer.spec ++
--- /var/tmp/diff_new_pack.sFVN3x/_old  2017-11-10 14:56:44.769491501 +0100
+++ /var/tmp/diff_new_pack.sFVN3x/_new  2017-11-10 14:56:44.769491501 +0100
@@ -18,10 +18,10 @@
 
 %bcond_without zeitgeist
 Name:   xplayer
-Version:1.4.3
+Version:1.6.0
 Release:0
 Summary:Generic media player
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0+ AND LGPL-2.1+
 Group:  Productivity/Multimedia/Video/Players
 Url:https://github.com/linuxmint/xplayer
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -75,8 +75,10 @@
 Requires:   xplayer-plugins
 Recommends: %{name}-lang
 Recommends: %{name}-plugins
-Suggests:   %{name}-browser-plugin
 Suggests:   gnome-dvb-daemon
+Obsoletes:  %{name}-browser-plugin < %{version}
+Obsoletes:  %{name}-browser-plugin-gmp < %{version}
+Obsoletes:  %{name}-browser-plugin-vegas < %{version}
 %glib2_gsettings_schema_requires
 %if %{with zeitgeist}
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
@@ -131,50 +133,6 @@
 This package includes the Zeitgeist plugin for xplayer.
 %endif
 
-%package browser-plugin
-Summary:Browser Plugin Based on xplayer media player
-Group:  Productivity/Multimedia/Video/Players
-Requires:   %{name} = %{version}
-Supplements:packageand(%{name}:browser(npapi))
-
-%description browser-plugin
-xplayer is a media player based on GStreamer for the Cinnamon
-desktop and others. It features a playlist, a full-screen mode,
-seek and volume controls, and complete keyboard navigation.
-
-Apart from a movie player, it also includes a Mozilla plugin.
-
-This package does not include the Windows Media (gmp) browser
-plugin, nor the Flash video (vegas) plugin.
-
-%package browser-plugin-gmp
-Summary:Windows Media Browser Plugin Based on xplayer media player
-Group:  Productivity/Multimedia/Video/Players
-Requires:   %{name} = %{version}
-Requires:   %{name}-browser-plugin = %{version}
-Supplements:packageand(%{name}:browser(npapi))
-
-%description browser-plugin-gmp
-xplayer is a media player based on GStreamer for the Cinnamon
-desktop and others. It features a playlist, a full-screen mode,
-seek and volume controls, and complete keyboard navigation.
-
-This package includes only the Windows Media (gmp) browser plugin.
-
-%package browser-plugin-vegas
-Summary:Flash video Browser Plugin Based on xplayer media player
-Group:  Productivity/Multimedia/Video/Players
-Requires:   %{name} = %{version}
-Requires:   %{name}-browser-plugin = %{version}
-Enhances:   packageand(%{name}:browser(npapi))
-
-%description browser-plugin-vegas
-xplayer is a media player based on GStreamer for the Cinnamon
-desktop and others. It features a playlist, a full-screen mode,
-seek and volume controls, and complete keyboard navigation.
-
-This package includes only the Flash video (vegas) browser plugin.
-
 %package devel
 Summary:Development files for xplayer media player
 Group:  Development/Libraries/C and C++
@@ -211,24 +169,29 @@
 
 %post
 /sbin/ldconfig
+%if 0%{?suse_version} <= 1320
 %desktop_database_post
 %icon_theme_cache_post
 %glib2_gsettings_schema_post
+%endif
 
 %postun
 /sbin/ldconfig
+%if 0%{?suse_version} <= 1320
 %desktop_database_postun
 %icon_theme_cache_postun
 %glib2_gsettings_schema_post
+%endif
 
+%if 0%{?suse_version} <= 1320
 %post plugins
 %glib2_gsettings_schema_post
 
 %postun plugins
 %glib2_gsettings_schema_postun
+%endif
 
 %files

commit gnucash-docs for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package gnucash-docs for openSUSE:Factory 
checked in at 2017-11-10 14:56:21

Comparing /work/SRC/openSUSE:Factory/gnucash-docs (Old)
 and  /work/SRC/openSUSE:Factory/.gnucash-docs.new (New)


Package is "gnucash-docs"

Fri Nov 10 14:56:21 2017 rev:37 rq:539273 version:2.6.18

Changes:

--- /work/SRC/openSUSE:Factory/gnucash-docs/gnucash-docs.changes
2017-07-25 11:39:41.566301875 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash-docs.new/gnucash-docs.changes   
2017-11-10 14:56:35.293834229 +0100
@@ -1,0 +2,15 @@
+Sun Nov  5 14:39:39 UTC 2017 - badshah...@gmail.com
+
+- Update to version 2.6.18:
+  + The Italian Help translation, which uniquely uses a PO file,
+is frozen at commit 78cfa76 because of lack of a translator to
+maintain it.
+  + Begin a Russian translation of the Guide by Dimitry Mangul.
+  + Some spelling corrections in the German Guide.
+  + Bugs fixed: bgo#120940.
+- Change Source url to one that works correctly with source
+  services: the previous url was downloading a tarball called
+  "download"; in addition, the new url is also less clumsy
+  looking.
+
+---

Old:

  gnucash-docs-2.6.17.tar.gz

New:

  gnucash-docs-2.6.18.tar.gz



Other differences:
--
++ gnucash-docs.spec ++
--- /var/tmp/diff_new_pack.8LKVnG/_old  2017-11-10 14:56:42.513573096 +0100
+++ /var/tmp/diff_new_pack.8LKVnG/_new  2017-11-10 14:56:42.513573096 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   gnucash-docs
-Version:2.6.17
+Version:2.6.18
 Release:0
 Summary:Documentation Module for GnuCash
 License:GFDL-1.1 and GPL-2.0+
 Group:  Productivity/Office/Finance
 Url:http://www.gnucash.org/
-Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash-docs/%{version}/%{name}-%{version}.tar.gz
+Source: 
https://download.sourceforge.net/gnucash/gnucash-docs-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  sgml-skel
 BuildRequires:  xsltproc

++ gnucash-docs-2.6.17.tar.gz -> gnucash-docs-2.6.18.tar.gz ++
/work/SRC/openSUSE:Factory/gnucash-docs/gnucash-docs-2.6.17.tar.gz 
/work/SRC/openSUSE:Factory/.gnucash-docs.new/gnucash-docs-2.6.18.tar.gz differ: 
char 5, line 1




commit cellwriter for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package cellwriter for openSUSE:Factory 
checked in at 2017-11-10 14:56:19

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


Package is "cellwriter"

Fri Nov 10 14:56:19 2017 rev:19 rq:539266 version:1.3.6

Changes:

--- /work/SRC/openSUSE:Factory/cellwriter/cellwriter.changes2011-12-01 
12:23:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.cellwriter.new/cellwriter.changes   
2017-11-10 14:56:30.286015358 +0100
@@ -1,0 +2,9 @@
+Sat Nov  4 22:25:56 UTC 2017 - aavind...@gmail.com
+
+- updated to v1.3.6:
+  - includes fixes from 1.3.5
+  - see ChangeLog for all changes
+- clean with spec-cleaner
+- drop cellwriter-no-copy-dt-needed-entries.patch, fixed upstream
+
+---

Old:

  cellwriter-1.3.4.tar.bz2
  cellwriter-no-copy-dt-needed-entries.patch

New:

  cellwriter-1.3.6.tar.gz



Other differences:
--
++ cellwriter.spec ++
--- /var/tmp/diff_new_pack.sPKsyL/_old  2017-11-10 14:56:31.473972391 +0100
+++ /var/tmp/diff_new_pack.sPKsyL/_new  2017-11-10 14:56:31.473972391 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cellwriter
 #
-# Copyright (c) 2011 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
@@ -16,19 +16,18 @@
 #
 
 
-
 Name:   cellwriter
-Summary:Character-based handwriting input panel
-Version:1.3.4 
+Version:1.3.6
 Release:0
-Source0:%{name}-%{version}.tar.bz2
-# feel free to improve this patch and please upstream it
-Patch0: %{name}-no-copy-dt-needed-entries.patch
-Url:http://risujin.org/cellwriter/
-Group:  System/GUI/GNOME
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Summary:Character-based handwriting input panel
 License:GPL-2.0+
-BuildRequires:  automake gtk2-devel update-desktop-files xorg-x11-devel
+Group:  System/GUI/GNOME
+Url:http://risujin.org/cellwriter/
+Source0:
https://github.com/risujin/cellwriter/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  automake
+BuildRequires:  gtk2-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
 Requires:   gtk2
 
 %description
@@ -40,25 +39,22 @@
 
 %prep 
 %setup -q
-%patch0 -p1
 
 %build 
-# added with no-copy-dt-needed-entries.patch, can be removed then
 autoreconf -fi
 %configure \
 --without-gnome
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %suse_update_desktop_file -i -G "Handwriting Input Panel" cellwriter Utility 
Accessibility 
 
 %files 
-%defattr(-,root,root) 
 %doc README NEWS COPYING AUTHORS 
 %{_bindir}/*
 %{_mandir}/man1/*
-%{_datadir}/%name
+%{_datadir}/%{name}
 %{_datadir}/pixmaps/*
 %{_datadir}/icons/hicolor/scalable/apps/cellwriter.svg
 %{_datadir}/applications/*




commit 7kaa for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package 7kaa for openSUSE:Factory checked in 
at 2017-11-10 14:56:14

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


Package is "7kaa"

Fri Nov 10 14:56:14 2017 rev:5 rq:539085 version:2.14.7

Changes:

--- /work/SRC/openSUSE:Factory/7kaa/7kaa.changes2016-10-13 
11:27:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.7kaa.new/7kaa.changes   2017-11-10 
14:56:23.510260431 +0100
@@ -1,0 +2,16 @@
+Sat Nov  4 19:40:35 UTC 2017 - aavind...@gmail.com
+
+- Update to 2.14.7
+ * improving usability of the 7K multiplayer service at 7kfans.com
+ * added NAT punch-through support when using 7kfans.com, which will
+   make online play easier and more reliable.
+ * Game balancing changes and fixes, making the game more challenging
+   + The Fryhtans can attack more often.
+   + Spies are more stealthy.
+   + Greater being mana exploit has been fixed.
+   + Harder to brutally capture towns.
+- File under correct Group
+- Lint .spec file
+- Rebase gcc6_char_cast.patch
+
+---

Old:

  7kaa-2.14.6.tar.xz

New:

  7kaa-2.14.7.tar.xz



Other differences:
--
++ 7kaa.spec ++
--- /var/tmp/diff_new_pack.RORlYd/_old  2017-11-10 14:56:27.610112143 +0100
+++ /var/tmp/diff_new_pack.RORlYd/_new  2017-11-10 14:56:27.614111999 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package 7kaa
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,27 @@
 
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
-
 Name:   7kaa
-Version:2.14.6
+Version:2.14.7
 Release:0
 Summary:Seven Kingdoms: Ancient Adversaries
 License:GPL-2.0
-Group:  Amusements/Games/StrategyGame
+Group:  Amusements/Games/Strategy/Real Time
 Url:http://7kfans.com/
-Source0:
http://sourceforge.net/projects/skfans/files/7KAA%20%{version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM - gcc6_char_cast.patch -- 
https://github.com/the3dfxdude/7kaa/issues/63
-Patch0: gcc6_char_cast.patch
+Source0:
https://github.com/the3dfxdude/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:%{name}.png
 Source2:%{name}.desktop
+# PATCH-FIX-UPSTREAM - gcc6_char_cast.patch -- 
https://github.com/the3dfxdude/7kaa/issues/63
+Patch0: gcc6_char_cast.patch
+BuildRequires:  curl-devel
 BuildRequires:  enet-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  openal-soft-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(sdl2)
 Recommends: %{name}-music
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Seven Kingdoms made departures from the traditional real-time strategy models
@@ -69,16 +69,15 @@
 %make_install
 
 # install icon
-install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -Dm 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 
 # install Desktop file
-install -Dm 0644 %{S:2} %{buildroot}%{_datadir}/applications/%{name}.desktop
+install -Dm 0644 %{SOURCE2} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_prefix}
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop

++ 7kaa-2.14.6.tar.xz -> 7kaa-2.14.7.tar.xz ++
/work/SRC/openSUSE:Factory/7kaa/7kaa-2.14.6.tar.xz 
/work/SRC/openSUSE:Factory/.7kaa.new/7kaa-2.14.7.tar.xz differ: char 26, line 1


++ gcc6_char_cast.patch ++
--- /var/tmp/diff_new_pack.RORlYd/_old  2017-11-10 14:56:27.678109684 +0100
+++ /var/tmp/diff_new_pack.RORlYd/_new  2017-11-10 14:56:27.678109684 +0100
@@ -1,15 +1,15 @@
 ---
- src/client/OBULLET.cpp  |4 
- src/client/OGAMMAIN.cpp |2 
- src/client/OUNITAAT.cpp |   12 -
- src/client/OUNITATB.cpp |  512 

- src/client/OU_MARI.cpp  |6 
+ src/OBULLET.cpp  |4 
+ src/OGAMMAIN.cpp |2 
+ src/OUNITAAT.cpp |   12 -
+ src/OUNITATB.cpp |  512 
+ src/OU_MARI.cpp  |6 
  5 files changed, 268 insertions(+), 268 deletions(-)
 
-Index: 7kaa-2.14.5/src/client/OBULLET.cpp
+Index: a/src/OBULLET.cpp
 ===
 7kaa-2.14.5.orig/src/client/OBULLET.cpp
-+++ 7kaa-2.14.5/src/client/OBULLET.cpp

commit dblatex for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package dblatex for openSUSE:Factory checked 
in at 2017-11-10 14:56:16

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


Package is "dblatex"

Fri Nov 10 14:56:16 2017 rev:23 rq:539109 version:0.3.10

Changes:

--- /work/SRC/openSUSE:Factory/dblatex/dblatex.changes  2017-08-10 
14:13:02.140575634 +0200
+++ /work/SRC/openSUSE:Factory/.dblatex.new/dblatex.changes 2017-11-10 
14:56:27.962099412 +0100
@@ -1,0 +2,13 @@
+Sun Nov  5 00:33:00 UTC 2017 - aavind...@gmail.com
+
+- Update to version 0.3.10
+  + Add the ability to set images for front and back covers
+  + Add the ability to pass several configuration files (-c option)
+  + drop dependency on the latex package 'multirow'
+  + wrong character entities in el.xml
+  + put the paragraph title on a separate line
+- dropped dblatex-xmultirow.patch (upstreamed)
+- includes changes from 0.3.8 and 0.3.9. See:
+  
https://sourceforge.net/p/dblatex/dblatex/ci/default/tree/docs/changes/changes.txt
+
+---

Old:

  dblatex-0.3.7.tar.bz2
  dblatex-xmultirow.patch

New:

  dblatex-0.3.10.tar.bz2



Other differences:
--
++ dblatex.spec ++
--- /var/tmp/diff_new_pack.TXavx8/_old  2017-11-10 14:56:29.178055432 +0100
+++ /var/tmp/diff_new_pack.TXavx8/_new  2017-11-10 14:56:29.178055432 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   dblatex
-Version:0.3.7
+Version:0.3.10
 Release:0
 Summary:DocBook to LaTeX Publishing
 License:GPL-2.0
@@ -26,8 +26,6 @@
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 #PATCH-FIX-OPENSUSE dblatex-0.3.4-disable-debian.patch tog...@opensuse.org 
-disables debian specific installation parts
 Patch0: dblatex-0.3.4-disable-debian.patch
-# PATCH-FIX-DEBIAN dblatex-xmultirow.patch boo1052102 debian840189 
sbra...@suse.cz -- Fix texlive-multirow incompatibility.
-Patch1: dblatex-xmultirow.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  grep
@@ -132,7 +130,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 # correct doc paths in setup
 sed -i 's/share\/doc\/dblatex/share\/doc\/packages\/dblatex/g' setup.py
 

++ dblatex-0.3.7.tar.bz2 -> dblatex-0.3.10.tar.bz2 ++
 15823 lines of diff (skipped)




commit slick-greeter for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package slick-greeter for openSUSE:Factory 
checked in at 2017-11-10 14:56:11

Comparing /work/SRC/openSUSE:Factory/slick-greeter (Old)
 and  /work/SRC/openSUSE:Factory/.slick-greeter.new (New)


Package is "slick-greeter"

Fri Nov 10 14:56:11 2017 rev:6 rq:538957 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/slick-greeter/slick-greeter.changes  
2017-10-30 21:18:58.090142749 +0100
+++ /work/SRC/openSUSE:Factory/.slick-greeter.new/slick-greeter.changes 
2017-11-10 14:56:19.938389622 +0100
@@ -1,0 +2,6 @@
+Sat Nov  4 10:10:46 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.1.0:
+  * Update translations.
+
+---

Old:

  slick-greeter-1.0.9.tar.gz

New:

  slick-greeter-1.1.0.tar.gz



Other differences:
--
++ slick-greeter.spec ++
--- /var/tmp/diff_new_pack.lEpCk8/_old  2017-11-10 14:56:21.326339421 +0100
+++ /var/tmp/diff_new_pack.lEpCk8/_new  2017-11-10 14:56:21.326339421 +0100
@@ -18,7 +18,7 @@
 
 %define _name   lightdm-slick-greeter
 Name:   slick-greeter
-Version:1.0.9
+Version:1.1.0
 Release:0
 Summary:The slick-looking login screen application
 License:GPL-3.0 AND CC-BY-SA-3.0

++ slick-greeter-1.0.9.tar.gz -> slick-greeter-1.1.0.tar.gz ++
 36271 lines of diff (skipped)




commit cinnamon-translations for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package cinnamon-translations for 
openSUSE:Factory checked in at 2017-11-10 14:56:09

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


Package is "cinnamon-translations"

Fri Nov 10 14:56:09 2017 rev:10 rq:538956 version:3.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-translations/cinnamon-translations.changes  
2017-06-29 15:17:49.402084947 +0200
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-translations.new/cinnamon-translations.changes
 2017-11-10 14:56:17.974460655 +0100
@@ -1,0 +2,16 @@
+Sat Nov  4 10:10:46 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.1:
+  * Update translations.
+
+---
+Sat Oct 28 19:57:36 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.0:
+  * Update translations.
+- Split the cinnamon-translations package into cinnamon-lang,
+  cinnamon-control-center-lang, cinnamon-screensaver-lang,
+  cinnamon-session.lang, cinnamon-settings-daemon-lang, nemo-lang,
+  nemo-extensions-lang.
+
+---
@@ -148 +163,0 @@
-

Old:

  cinnamon-translations-3.4.3.tar.gz

New:

  cinnamon-translations-3.6.1.tar.gz



Other differences:
--
++ cinnamon-translations.spec ++
--- /var/tmp/diff_new_pack.K5ZV0C/_old  2017-11-10 14:56:19.594402063 +0100
+++ /var/tmp/diff_new_pack.K5ZV0C/_new  2017-11-10 14:56:19.598401919 +0100
@@ -16,8 +16,9 @@
 #
 
 
+%define _version 3.6.0
 Name:   cinnamon-translations
-Version:3.4.3
+Version:3.6.1
 Release:0
 Summary:Translation files for the Cinnamon desktop
 License:GPL-2.0+
@@ -30,15 +31,144 @@
 %description
 The package contains the translation files for the Cinnamon packages.
 
+%package -n cinnamon-lang
+Summary:Translations for package cinnamon
+Group:  System/Localization
+Requires:   cinnamon >= %{_version}
+Supplements:cinnamon
+Provides:   cinnamon-lang-all = %{version}
+Obsoletes:  cinnamon-translations < %{version}
+BuildArch:  noarch
+
+%description -n cinnamon-lang
+Provides translations for the "cinnamon" package.
+
+%package -n cinnamon-control-center-lang
+Summary:Translations for package cinnamon-control-center
+Group:  System/Localization
+Requires:   cinnamon-control-center >= %{_version}
+Supplements:cinnamon-control-center
+Provides:   cinnamon-control-center-lang-all = %{version}
+Obsoletes:  cinnamon-translations < %{version}
+BuildArch:  noarch
+
+%description -n cinnamon-control-center-lang
+Provides translations for the "cinnamon-control-center" package.
+
+%package -n cinnamon-screensaver-lang
+Summary:Translations for package cinnamon-screensaver
+Group:  System/Localization
+Requires:   cinnamon-screensaver >= %{_version}
+Supplements:cinnamon-screensaver
+Provides:   cinnamon-screensaver-lang-all = %{version}
+Obsoletes:  cinnamon-translations < %{version}
+BuildArch:  noarch
+
+%description -n cinnamon-screensaver-lang
+Provides translations for the "cinnamon-screensaver" package.
+
+%package -n cinnamon-session-lang
+Summary:Translations for package cinnamon-session
+Group:  System/Localization
+Requires:   cinnamon-session >= %{_version}
+Supplements:cinnamon-session
+Provides:   cinnamon-session-lang-all = %{version}
+Obsoletes:  cinnamon-translations < %{version}
+BuildArch:  noarch
+
+%description -n cinnamon-session-lang
+Provides translations for the "cinnamon-session" package.
+
+%package -n cinnamon-settings-daemon-lang
+Summary:Translations for package cinnamon-settings-daemon
+Group:  System/Localization
+Requires:   cinnamon-settings-daemon >= %{_version}
+Supplements:cinnamon-settings-daemon
+Provides:   cinnamon-settings-daemon-lang-all = %{version}
+Obsoletes:  cinnamon-translations < %{version}
+BuildArch:  noarch
+
+%description -n cinnamon-settings-daemon-lang
+Provides translations for the "cinnamon-settings-daemon" package.
+
+%package -n nemo-lang
+Summary:Translations for package nemo
+Group:  System/Localization
+Requires:   nemo >= %{_version}
+Supplements:nemo
+Provides:   nemo-lang-all = %{version}
+Obsoletes:  cinnamon-translations < %{version}
+BuildArch:  noarch
+
+%description -n nemo-lang
+Provides translations for the "nemo" package.
+
+%package -n nemo-extensions-lang
+Summary:Translations for nemo-extensions packages
+Group:  System/Localization
+Suggests:   nemo-extension-audio-tab 

commit nemo-extensions for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package nemo-extensions for openSUSE:Factory 
checked in at 2017-11-10 14:56:00

Comparing /work/SRC/openSUSE:Factory/nemo-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.nemo-extensions.new (New)


Package is "nemo-extensions"

Fri Nov 10 14:56:00 2017 rev:8 rq:538175 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/nemo-extensions/nemo-extensions.changes  
2017-09-11 16:23:34.438104032 +0200
+++ /work/SRC/openSUSE:Factory/.nemo-extensions.new/nemo-extensions.changes 
2017-11-10 14:56:01.419059442 +0100
@@ -1,0 +2,37 @@
+Sat Oct 28 19:57:36 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.0 (changes since 3.4.0):
+  * nemo-preview: Don't ship another copy of format.js.
+  * nemo-dropbox: Fix an error in the Makefile.
+  * nemo-preview: Specify GObject Introspection versions.
+  * nemo-preview: Fix schema_name not defined and switch to xed.
+  * nemo-rabbitvcs: Specify nemo import version.
+  * Fix nemo-seahorse - update tool from upstream, rename files and
+schemas to allow concurrent installation with seahorse-nautilus,
+move gsettings schemas to org.nemo.plugins.seahorse.*
+  * nemo-share: Detect and fix samba and group membership problem
+when attempting to modify file sharing properties.
+  * image: Add support for GIF animations.
+  * nemo-preview: port to xreader.
+  * nemo-compare, nemo-pastebin: Remove menu entry for config tool,
+provide the launcher through Nemo.
+  * nemo-media-columns: Provide file info asynchronously.
+  * nemo-media-columns: Cache info and serve it synchronously when
+possible.
+  * nemo-media-columns: Delete file info after 30 sec.
+  * Simplify nemo-media-columns to behave as expected by the fixed
+nemo info provider apparatus.
+  * nemo-python: nemo-python-object.c: We must expect a return
+value from PyObject_CallMethod() or else it silently fails
+against the provider object and cancel_update never gets
+called.
+  * media columns: Don't use the handle for idle id storage, use
+the class.
+  * Fix the post-samba-install message for nemo-share - smbd will
+not start on just a logout-in.
+  * nemo-gtkhash: Add mbed TLS 2.x support.
+  * Move translations to cinnamon-translations.
+- Rebase nemo-dropbox_no-dropbox-bin.patch.
+- Remove nemo-gtkhash_mbedtls-2.x.patch: merged upstream.
+
+---

Old:

  nemo-extensions-3.4.0.tar.gz
  nemo-gtkhash_mbedtls-2.x.patch

New:

  nemo-extensions-3.6.0.tar.gz



Other differences:
--
++ nemo-extensions.spec ++
--- /var/tmp/diff_new_pack.8uYEir/_old  2017-11-10 14:56:03.027001286 +0100
+++ /var/tmp/diff_new_pack.8uYEir/_new  2017-11-10 14:56:03.031001140 +0100
@@ -19,9 +19,9 @@
 # Do not package nemo-extension-media-columns for now: slows Nemo down.
 # nemo-extension-terminal 'requires' two versions, confusing typelib finder.
 %define __requires_exclude typelib\\((Vte))\ =
-%define _version 3.4.0
+%define _version 3.6.0
 Name:   nemo-extensions
-Version:3.4.0
+Version:3.6.0
 Release:0
 Summary:Set of extensions for Nemo, the Cinnamon file manager
 License:GPL-2.0 AND GPL-3.0 AND GPL-3.0+
@@ -32,10 +32,8 @@
 Patch0: nemo-seahorse_no-nautilus-conflicts.patch
 # PATCH-FIX-OPENSUSE nemo-dropbox_no-dropbox-bin.patch sor.ale...@meowr.ru -- 
Strip dropbox binary installation from nemo-dropbox.
 Patch1: nemo-dropbox_no-dropbox-bin.patch
-# PATCH-FIX-OPENSUSE nemo-gtkhash_mbedtls-2.x.patch sor.ale...@meowr.ru -- Add 
mbed TLS 2.x+ support to nemo-gtkhash.
-Patch2: nemo-gtkhash_mbedtls-2.x.patch
 # PATCH-FIX-OPENSUSE nemo-seahorse_gpg-2.2.patch sor.ale...@meowr.ru -- Add 
GPG 2.2 to accepted versions in nemo-seahorse.
-Patch3: nemo-seahorse_gpg-2.2.patch
+Patch2: nemo-seahorse_gpg-2.2.patch
 BuildRequires:  gettext-runtime
 BuildRequires:  gnome-common
 BuildRequires:  intltool
@@ -53,6 +51,7 @@
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-setuptools
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(cinnamon-desktop)
 BuildRequires:  pkgconfig(cjs-1.0)
 BuildRequires:  pkgconfig(clutter-gst-3.0)
 BuildRequires:  pkgconfig(clutter-gtk-1.0)
@@ -71,6 +70,8 @@
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
+BuildRequires:  pkgconfig(xreader-document-1.5.0)
+BuildRequires:  pkgconfig(xreader-view-1.5.0)
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse})
 BuildRequires:  mbedtls-devel
 %endif
@@ -98,6 +99,7 @@
 Requires:   nemo >= %{_version}
 Requires:   python-mutagen
 Requires:   

commit cinnamon-session for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package cinnamon-session for 
openSUSE:Factory checked in at 2017-11-10 14:55:51

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


Package is "cinnamon-session"

Fri Nov 10 14:55:51 2017 rev:12 rq:538169 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-session/cinnamon-session.changes
2017-10-11 23:02:36.669595886 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon-session.new/cinnamon-session.changes   
2017-11-10 14:55:53.483346464 +0100
@@ -1,0 +2,11 @@
+Sat Oct 28 19:57:36 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.0:
+  * Update environment for dbus and systemd user-session.
+  * Add support for "hybrid sleep".
+  * Remove unused code.
+  * csm-logout-dialog.c: Remove a couple uses of GtkStock.
+  * Restart dbus user-session if the last graphical session.
+  * Move translations to cinnamon-translations.
+
+---

Old:

  cinnamon-session-3.4.2.tar.gz

New:

  cinnamon-session-3.6.0.tar.gz



Other differences:
--
++ cinnamon-session.spec ++
--- /var/tmp/diff_new_pack.l9AglQ/_old  2017-11-10 14:55:54.495309863 +0100
+++ /var/tmp/diff_new_pack.l9AglQ/_new  2017-11-10 14:55:54.499309718 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-session
-Version:3.4.2
+Version:3.6.0
 Release:0
 Summary:The session manager for the Cinnamon Desktop
 License:GPL-2.0+ AND LGPL-2.1+
@@ -65,8 +65,6 @@
 %description
 This packages contains the session manager for the Cinnamon Desktop.
 
-%lang_package
-
 %prep
 %setup -q
 %patch0 -p1
@@ -83,7 +81,6 @@
 
 %install
 %make_install
-%find_lang %{name}-3.0 %{?no_lang_C}
 
 # We should own this directory.
 mkdir -p %{buildroot}%{_datadir}/%{name}/sessions/
@@ -97,6 +94,7 @@
 install -Dpm 0644 %{SOURCE1} \
   
%{buildroot}%{_datadir}/glib-2.0/schemas/org.cinnamon.desktop.session.gschema.override
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -106,6 +104,7 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 %glib2_gsettings_schema_postun
+%endif
 
 %files
 %doc AUTHORS COPYING README README.md
@@ -119,7 +118,4 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}-properties.*
 %{_mandir}/man?/%{name}*.?%{?ext_man}
 
-%files lang -f %{name}-3.0.lang
-%defattr(-,root,root)
-
 %changelog

++ cinnamon-session-3.4.2.tar.gz -> cinnamon-session-3.6.0.tar.gz ++
 62924 lines of diff (skipped)




commit efl for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2017-11-10 14:56:04

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


Package is "efl"

Fri Nov 10 14:56:04 2017 rev:32 rq:538209 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/efl/efl.changes  2017-08-23 11:57:03.826713725 
+0200
+++ /work/SRC/openSUSE:Factory/.efl.new/efl.changes 2017-11-10 
14:56:11.418697769 +0100
@@ -1,0 +2,90 @@
+Wed Nov  1 00:52:00 UTC 2017 - sfl...@suse.de
+
+- Elementary requires an enlightenment theme to work
+- Bump to 1.20.5
+* elm_code: respect event hold for key_down
+* edje: Fix invalid storage of efl_part objects
+* elm: Fix module load with ELM_RUN_IN_TREE
+* win: Avoid safety ERR in efreet
+* elm: Properly unregister providers on shutdown
+* evas: Fix shutdown of async cmd cache
+* win: Avoid calling same function twice on shutdown
+* elm: Fix elm_shutdown
+* ecore_ipc: Unregister log domain on shutdown
+* eo: Fix crashes with call cache after init cycle
+* elm: Delete atspi root object on shutdown
+* ecore: Reset do_quit when ecore shuts down
+* elm: Fix shutdown of atspi (unregister handlers)
+* tests: Improve test case for win/evas event refeed
+* evas: Fix dangling references with input devices
+* tests: Fix leak of input event & devices
+* eo: Fix unnecessary ERR logs with eo_debug
+* eo: Allow efl_reuse to be called with a parent
+* ecore-x: reject successive MappingNotify events if they are identical
+* ecore-file: do not emit events when an inotify watch is removed
+* luncher theme: Keep aspect on luncher preview - Don't force max sizes.
+* luncher theme: Offset the preview from the bottom.
+* luncher theme: Handle space to the left, right, and bottom in the active 
preview better.
+- Fixes from 1.20.4
+   * elm focus manager - dont leak child lists when updating focus order 
(T5800)
+   * evas: handle object names with a list hash
+   * evas: fix event grabber child stacking
+   * evas: proceed glyph iterator to handle next index properly
+   * filters: Safety++
+   * eo: only return NULL when the object is destructed. (T5968)
+   * edje: Add legacy compatibility code (T5944)
+   * ecore exe - fix fix  malloc fail handling
+   * wayland: fix xdg-shell popup windows 
+- Fixes from 1.20.3
+   * eo: Check refs in efl_data_scope_safe_get (T5869)
+   * efl-wl: use correct accessor method for keyboard resource hash
+   * elm_widget: do not reparent subobjs to top widget for non-elm objects
+   * efl-wl: always dismiss popups on hide
+   * efl-wl: handle case where eglBindWaylandDisplay fails
+   * ecore: always set delete_me before removing fd from poll
+   * efl-wl: initialize seat keymap fd to -1
+   * ecore_evas_extn: Fix socket & plug windows
+   * elm_test: Fail nicely if plug can't connect
+   * evas: make top object returning functions return the top object
+   * theme: handle e dialog sizing when no buttons are present
+   * wayland: fix num/caps lock handling in events (T5737)
+   * elm_box: Fix support of aspect hints (T5888)
+   * edje: Fix warning message
+   * ecore-wl2: normalize axis event values (T5427)
+   * efl-wl: match nested wl seats based on display ordering
+   * elm_win: update opaque region for fake windows
+   * elm_win: check for wayland engine during finalize by checking for wl win
+   * efl_ui_image: maintain geometry for prev image while preloading new image 
(T5936)
+   * theme: fix dialog sizing when no buttons are present
+   * Canvas text: fix non-dirty paragraph width calculation (T5939)
+   * eina file - use recursive locks for cache and file to avoid deadlock
+   * eina mmap safety - only map zeropages if it's an eina file that sigbuses
+   * evas: fix invalid return of evas_textgrid_cellrow_get()
+   * access: Fix crash in ecore
+   * elm init - fix init seq and quicklaunch as we shut down x before evas
+   * photocam: Fix key zoom in/out 
+- Swap back to using and rather then AND in licenses
+- Themes aren't Zlib licensed
+   
+---
+Mon Oct  2 15:03:39 UTC 2017 - avvi...@yandex.by
+
+- Add ghost line to own the 'icon-theme.cache' file
+- Fix empty debug files on Mageia (add the -g flag)
+- Find all files containing "__DATE__ and __TIME__"
+- Auto-convert icons to hicolor
+- Replace categories defined
+- Add macros: _git icon_theme_cache_post{un} desktop_database_post{un}
+- Add files: ChangeLog NEWS
+- Use systemd_post --user
+- Fix build on SLE and Mageia
+- Add pkgconfig(valgrind)
+- Remove the unrecognized arguments: --with-generic_vl, 
+  --enable-install-examples
+- Add package with translations
+- Build with wayland on openSUSE_Tumbleweed
+- Add macros: 

commit nemo for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2017-11-10 14:55:56

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


Package is "nemo"

Fri Nov 10 14:55:56 2017 rev:18 rq:538174 version:3.6.2

Changes:

--- /work/SRC/openSUSE:Factory/nemo/nemo.changes2017-08-22 
11:11:00.924658881 +0200
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2017-11-10 
14:55:59.219139010 +0100
@@ -1,0 +2,87 @@
+Sat Oct 28 19:57:36 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.2 (changes since 3.4.7):
+  * actions: Escape single and double quotes that are part of a
+file path. Add a "Terminal" key in the nemo_action file, to
+execute the Exec line in a terminal window.
+  * actions: Update sample action for Terminal keyword, update
+nemo_action sourceview files.
+  * actions: Only use nemo_launch_application_from_command_array()
+when Terminal=true. This ensures compatibility with existing
+actions, which will continue to use g_spawn_async().
+  * nemo-icon-info.h: Use standard icon sizes for the desktop.
+  * nemo-action.c: Fixup a few compiler warnings.
+  * nemo-icon-private.h: Avoid memory padding. Save a little memory
+use by rearranging the fields to avoid memory padding in
+structures.
+  * eel-editable-label.h: Avoid memory padding. Move fields in a
+structure to avoid memory padding made padding explicit to 
+avoid warning messages if the padding compiler warnings are on.
+  * nemo-file-undo-operations.c: Use GQueue instead of GList for
+our undo file pair lists.
+  * nemo-file-operations.c: Use g_remove for native (path-reachable)
+files. Allowing the normal g_file_delete involves gvfs whether
+the file is native or not.
+  * nemo.desktop: Remove DBusActivatable line - we don't actually
+support it yet, it was an unnecessary change in ad5fcfc.
+This ends up just causing issues with getting nemo to launch in
+more up-to-date distributions.
+  * nemo-icon-container.c: Always treat desktop pseudo-files as
+semi-placed icons - that is, they can have their positions
+stored, then restored later, but their position can be adjusted
+upon placement if their previously stored position is now
+occupied.
+  * nemo-progress-ui-handler.c: Use XAppGtkWindow for the progress
+window, so we can pass progress info to Cinnamon.
+  * nemo-desktop-manager: Refactor and expand to integrate better
+with Cinnamon.
+  * plugin manager: Allow launching of an extension's config
+application from the plugin window, rather than having it in
+the main menu.
+  * desktop: Handle blank desktop windows properly during monitor
+change events.
+  * nemo-desktop-manager.c: Don't just try to resize existing
+desktops if the number of monitors has changed. In this case,
+do a full re-layout.
+  * nemo-progress-ui-handler.c: Don't update the status icon if
+it's not being shown.
+  * nemo-file-operations.c: Reduce progress ui update frequency
+during file operations.
+  * Fix some warnings in libnemo-private
+  * nemo-desktop-manager.c: Don't run on_run_state_changed() during
+the init phase when it's a fallback session as it can cause a
+nasty recursion problem resulting in a crash.
+  * nemo-directory-async.c: Hold the directory alive for the
+duration of an extension provider job, to ensure clean
+termination to the job when asynchronous info providers are
+used.
+  * dbus services: Normalise file names.
+  * desktop: Don't show the "Show hidden files" menu item. We have
+never show hidden files on the desktop, so having this is
+misleading.
+  * Add .rar and .7z to the archive mounting action.
+  * When activating files on the desktop (only), deselect them
+after activating them.
+  * nemo-toolbar.c: Add an option to hide an elevated privileges
+warning.
+  * Rename show-superuser-toolbar to show-root-warning.
+  * file: Let renames work on Google Drive Renaming. An item on
+Google Drive does not change the actual GVfs path because the
+path is made up of document-ids, which do not change.
+A rename operation only affects the title of the entry.
+In GIO terms, only the standard::display-name changes, but the
+standard::name remains the same.
+  * file, file-undo-operations: Let renames on Google Drive be
+undone. We really should be using standard::display-name when
+renaming files - g_file_get_basename is simply not the right
+thing to use. Moreover, in case of Google Drive, the URI might
+not change with the display name and we can not get the old
+display name from the old GFile.
+  * A send by mail action.
+  * Fix permissions on files/usr/share/nemo/actions/send-by-mail.py
+  * 

commit muffin for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package muffin for openSUSE:Factory checked 
in at 2017-11-10 14:55:54

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


Package is "muffin"

Fri Nov 10 14:55:54 2017 rev:13 rq:538173 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/muffin/muffin.changes2017-08-22 
11:10:40.835487555 +0200
+++ /work/SRC/openSUSE:Factory/.muffin.new/muffin.changes   2017-11-10 
14:55:55.575270803 +0100
@@ -1,0 +2,7 @@
+Sat Oct 28 19:57:36 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.0:
+  * x11/xprops: Plug a memory leak.
+  * Remove old things from the initial fork that seem not needed.
+
+---

Old:

  muffin-3.4.1.tar.gz

New:

  muffin-3.6.0.tar.gz



Other differences:
--
++ muffin.spec ++
--- /var/tmp/diff_new_pack.PGM05S/_old  2017-11-10 14:55:56.919222194 +0100
+++ /var/tmp/diff_new_pack.PGM05S/_new  2017-11-10 14:55:56.923222050 +0100
@@ -20,10 +20,10 @@
 %define sover   0
 %define typelib typelib-1_0-MetaMuffin-0_0
 Name:   muffin
-Version:3.4.1
+Version:3.6.0
 Release:0
 Summary:Cinnamon Desktop default window manager
-License:GPL-2.0+ and MIT
+License:GPL-2.0+ AND MIT
 Group:  System/GUI/Other
 Url:https://github.com/linuxmint/muffin
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -121,18 +121,19 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}
 
+%if 0%{?suse_version} <= 1320
 %post
 %glib2_gsettings_schema_post
 
 %postun
 %glib2_gsettings_schema_postun
+%endif
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
 
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS COPYING README README* rationales.txt debian/changelog
 %{_bindir}/%{name}*
 %{_libdir}/%{name}/
@@ -144,18 +145,14 @@
 %{_datadir}/glib-2.0/schemas/*.gschema.xml
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files -n typelib-1_0-MetaMuffin-0_0
-%defattr(-,root,root)
 %{_libdir}/%{name}/Meta-Muffin.0.typelib
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}/
 %{_libdir}/%{soname}.so
 %{_libdir}/pkgconfig/%{soname}.pc

++ muffin-3.4.1.tar.gz -> muffin-3.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.4.1/configure.ac 
new/muffin-3.6.0/configure.ac
--- old/muffin-3.4.1/configure.ac   2017-08-08 13:15:34.0 +0200
+++ new/muffin-3.6.0/configure.ac   2017-10-24 11:21:07.0 +0200
@@ -1,8 +1,8 @@
 AC_PREREQ(2.50)
 
 m4_define([muffin_major_version], [3])
-m4_define([muffin_minor_version], [4])
-m4_define([muffin_micro_version], [1])
+m4_define([muffin_minor_version], [6])
+m4_define([muffin_micro_version], [0])
 
 m4_define([muffin_version],
   [muffin_major_version.muffin_minor_version.muffin_micro_version])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.4.1/debian/changelog 
new/muffin-3.6.0/debian/changelog
--- old/muffin-3.4.1/debian/changelog   2017-08-08 13:15:34.0 +0200
+++ new/muffin-3.6.0/debian/changelog   2017-10-24 11:21:07.0 +0200
@@ -1,21 +1,12 @@
-muffin (3.4.1) sonya; urgency=medium
+muffin (3.6.0) sylvia; urgency=medium
 
-  [ leigh123linux ]
-  * remove aclocal from autogen.sh as autoreconf calls it (#285)
+  [ Simon Brown ]
+  * x11/xprops: Plug a memory leak (#298)
 
-  [ JosephMcc ]
-  * meta-background-actor: Fix a warning when dispose is run multiple times
+  [ Fabio Fantoni ]
+  * Remove old things from initial fork that seems not needed
 
-  [ Michael Webster ]
-  * core/util.c: Replace "Window manager" with "Cinnamon" for better logging 
clarity.
-  * add an issue template
-  * display.c: Re-set the button grabs on the frame xwindow as well as the 
client window, when the preferences change.
-  * window, window-props: Include window scale factor into a window's size 
hint sanity checks and the resize popup visibility check.
-
-  [ Jose Marino ]
-  * keybindings: fix erratic raise_or_lower behavior
-
- -- Clement Lefebvre   Tue, 08 Aug 2017 13:11:49 +0200
+ -- Clement Lefebvre   Sat, 02 Sep 2017 16:56:12 -0400
 
 muffin (3.4.0) sonya; urgency=medium
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.4.1/debian/muffin-common.catalog 
new/muffin-3.6.0/debian/muffin-common.catalog
--- 

commit cinnamon-menus for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package cinnamon-menus for openSUSE:Factory 
checked in at 2017-11-10 14:55:46

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


Package is "cinnamon-menus"

Fri Nov 10 14:55:46 2017 rev:7 rq:538167 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-menus/cinnamon-menus.changes
2017-05-27 13:13:01.448809789 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon-menus.new/cinnamon-menus.changes   
2017-11-10 14:55:51.639413156 +0100
@@ -1,0 +2,12 @@
+Sat Oct 28 19:57:36 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.0:
+  * Memory leak fixes.
+  * entry-directories: Fix unref.
+  * entry-directories: Don't modify a list while iterating it.
+  * entry-directories: Protect event handling for directories.
+  * libmenu: Remove support for legacy-dirs.
+  * entry-directories: Only log about invalidations if it was
+handled.
+
+---

Old:

  cinnamon-menus-3.4.0.tar.gz

New:

  cinnamon-menus-3.6.0.tar.gz



Other differences:
--
++ cinnamon-menus.spec ++
--- /var/tmp/diff_new_pack.1Ek0N7/_old  2017-11-10 14:55:52.655376410 +0100
+++ /var/tmp/diff_new_pack.1Ek0N7/_new  2017-11-10 14:55:52.659376266 +0100
@@ -20,7 +20,7 @@
 %define soname  libcinnamon-menu-3
 %define sover   0
 Name:   cinnamon-menus
-Version:3.4.0
+Version:3.6.0
 Release:0
 Summary:A menu system for the Cinnamon Desktop
 License:LGPL-2.1+
@@ -103,19 +103,16 @@
 %postun -n %{soname}-%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}-%{sover}
-%defattr(-,root,root)
 %doc AUTHORS COPYING* README debian/changelog
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files -n %{soname}-devel
-%defattr(-,root,root)
 %{_includedir}/%{name}-3.0/
 %{_libdir}/%{soname}.so
 %{_libdir}/pkgconfig/libcinnamon-menu-3.0.pc
 %{_datadir}/gir-1.0/CMenu-3.0.gir
 
 %files -n %{typelib}
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/CMenu-3.0.typelib
 
 %changelog

++ cinnamon-menus-3.4.0.tar.gz -> cinnamon-menus-3.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-menus-3.4.0/.pc/03_kde-legacydirs.patch/layout/gnome-applications.menu
 
new/cinnamon-menus-3.6.0/.pc/03_kde-legacydirs.patch/layout/gnome-applications.menu
--- 
old/cinnamon-menus-3.4.0/.pc/03_kde-legacydirs.patch/layout/gnome-applications.menu
 2017-05-03 12:46:40.0 +0200
+++ 
new/cinnamon-menus-3.6.0/.pc/03_kde-legacydirs.patch/layout/gnome-applications.menu
 2017-10-23 14:21:06.0 +0200
@@ -6,11 +6,6 @@
   Applications
   X-GNOME-Menu-Applications.directory
 
-  
-  
-  /etc/X11/applnk
-  /usr/share/gnome/apps
-
   
   
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-menus-3.4.0/configure.ac 
new/cinnamon-menus-3.6.0/configure.ac
--- old/cinnamon-menus-3.4.0/configure.ac   2017-05-03 12:46:40.0 
+0200
+++ new/cinnamon-menus-3.6.0/configure.ac   2017-10-23 14:21:06.0 
+0200
@@ -1,6 +1,6 @@
 AC_PREREQ(2.62)
 
-AC_INIT([cinnamon-menus], [3.4.0])
+AC_INIT([cinnamon-menus], [3.6.0])
 AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h)
 
 m4_ifdef([AX_IS_RELEASE], [AX_IS_RELEASE([always])])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-menus-3.4.0/debian/changelog 
new/cinnamon-menus-3.6.0/debian/changelog
--- old/cinnamon-menus-3.4.0/debian/changelog   2017-05-03 12:46:40.0 
+0200
+++ new/cinnamon-menus-3.6.0/debian/changelog   2017-10-23 14:21:06.0 
+0200
@@ -1,3 +1,22 @@
+cinnamon-menus (3.6.0) sylvia; urgency=medium
+
+  [ Jasper St. Pierre ]
+  * Revert "Memory leak fixes"
+  * Memory leak fixes
+  * entry-directories: Fix unref
+
+  [ Giovanni Campagna ]
+  * entry-directories: don't modify a list while iterating it
+  * entry-directories: protect event handling for directories
+
+  [ Florian Müllner ]
+  * libmenu: Remove support for legacy-dirs
+
+  [ Jasper St. Pierre ]
+  * entry-directories: Only log about invalidations if it was handled
+
+ -- Clement Lefebvre   Mon, 23 Oct 2017 13:20:27 +0100
+
 cinnamon-menus (3.4.0) sonya; urgency=medium
 
   [ leigh123linux ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-menus-3.4.0/libmenu/desktop-entries.c 
new/cinnamon-menus-3.6.0/libmenu/desktop-entries.c
--- old/cinnamon-menus-3.4.0/libmenu/desktop-entries.c  2017-05-03 
12:46:40.0 +0200
+++ new/cinnamon-menus-3.6.0/libmenu/desktop-entries.c  2017-10-23 
14:21:06.0 +0200
@@ -446,7 

commit azure-cli-interactive for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-interactive for 
openSUSE:Factory checked in at 2017-11-10 14:55:36

Comparing /work/SRC/openSUSE:Factory/azure-cli-interactive (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-interactive.new (New)


Package is "azure-cli-interactive"

Fri Nov 10 14:55:36 2017 rev:1 rq:534206 version:0.3.10

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-interactive.new/azure-cli-interactive.changes
 2017-11-10 14:55:37.439926724 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 14:36:24 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.3.10

New:

  LICENSE.txt
  azure-cli-interactive-0.3.10.tar.gz
  azure-cli-interactive.changes
  azure-cli-interactive.spec



Other differences:
--
++ azure-cli-interactive.spec ++
#
# spec file for package azure-cli-interactive
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-interactive
Version:0.3.10
Release:0
Summary:Microsoft Azure CLI Interactive Shell
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-interactive/azure-cli-interactive-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-applicationinsights
Requires:   azure-cli-core
Requires:   python3-jmespath
Requires:   python3-PyYAML
Requires:   python3-six
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI Interactive Shell

This package is for the 'shell' module.
i.e. 'az shell'

%prep
%setup -q -n azure-cli-interactive-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-interactive-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/interactive
%{python3_sitelib}/azure_cli_interactive-*.egg-info
%{python3_sitelib}/azclishell
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit cinnamon-control-center for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package cinnamon-control-center for 
openSUSE:Factory checked in at 2017-11-10 14:55:42

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


Package is "cinnamon-control-center"

Fri Nov 10 14:55:42 2017 rev:7 rq:538165 version:3.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-control-center/cinnamon-control-center.changes
  2017-05-27 13:14:49.185578037 +0200
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-control-center.new/cinnamon-control-center.changes
 2017-11-10 14:55:46.271607300 +0100
@@ -1,0 +2,27 @@
+Sat Oct 28 19:57:36 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.1 (changes since 3.4.0):
+  * Make AX_ macros optional.
+  * Display: Fix monitor labels not showing properly.
+  * Display: Remove obsolete code.
+  * Display: Clean up code and the label window.
+  * Port to libnm >= 1.2, obsoleting legacy nm-glib.
+  * Remove leftover variables in configure.ac.
+  * Wacom: Point Bluetooth settings to Blueberry.
+  * Wacom: Remove the border around the notebook widget.
+  * Remove obsolete datetime desktop file.
+  * Add support for online-accounts.
+  * Remove libgd.
+  * cc-online-accounts-panel.c: Fix assertion when setting the
+transient parent for the account dialogue.  _constructed() is
+too soon to have been added to our main settings window, so
+just set it when the dialog is actually about to be used.
+  * Generate additional files.
+  * Update translations.
+- Remove cinnamon-control-center-ax-optional.patch: merged
+  upstream.
+- Move timezone locales to the cinnamon-control-center-common
+  package for cinnamon-control-center-lang is being created by the
+  cinnamon-translations source package.
+
+---

Old:

  cinnamon-control-center-3.4.0.tar.gz
  cinnamon-control-center-ax-optional.patch

New:

  cinnamon-control-center-3.6.1.tar.gz



Other differences:
--
++ cinnamon-control-center.spec ++
--- /var/tmp/diff_new_pack.eOKa0l/_old  2017-11-10 14:55:47.619558547 +0100
+++ /var/tmp/diff_new_pack.eOKa0l/_new  2017-11-10 14:55:47.619558547 +0100
@@ -19,15 +19,13 @@
 %define soname  libcinnamon-control-center
 %define sover   1
 Name:   cinnamon-control-center
-Version:3.4.0
+Version:3.6.1
 Release:0
 Summary:Utilities to configure the Cinnamon desktop
-License:GPL-2.0 and GPL-3.0+ and MIT
+License:GPL-2.0 AND GPL-3.0+ AND MIT
 Group:  System/GUI/Other
 Url:https://github.com/linuxmint/cinnamon-control-center
 Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE cinnamon-control-center-ax-optional.patch 
sor.ale...@meowr.ru -- Make AX_ macros optional.
-Patch0: cinnamon-control-center-ax-optional.patch
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
@@ -41,7 +39,6 @@
 BuildRequires:  systemd-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xsltproc
-BuildRequires:  pkgconfig(NetworkManager) >= 0.9.8
 BuildRequires:  pkgconfig(cinnamon-desktop) >= 1.0.0
 BuildRequires:  pkgconfig(cinnamon-settings-daemon)
 BuildRequires:  pkgconfig(colord) >= 0.1.14
@@ -51,6 +48,8 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.31.0
 BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(goa-1.0) >= 3.18.0
+BuildRequires:  pkgconfig(goa-backend-1.0) >= 3.18.0
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(iso-codes)
@@ -58,10 +57,6 @@
 BuildRequires:  pkgconfig(libcinnamon-menu-3.0)
 BuildRequires:  pkgconfig(libgnomekbd) >= 2.91.91
 BuildRequires:  pkgconfig(libgnomekbdui) >= 2.91.91
-BuildRequires:  pkgconfig(libnm-glib) >= 0.9.8
-BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.8
-BuildRequires:  pkgconfig(libnm-gtk) >= 0.9.7.995
-BuildRequires:  pkgconfig(libnm-util) >= 0.9.8
 BuildRequires:  pkgconfig(libnotify) >= 0.7.3
 BuildRequires:  pkgconfig(libpulse) >= 1.1
 BuildRequires:  pkgconfig(libpulse-mainloop-glib) >= 1.1
@@ -69,7 +64,6 @@
 BuildRequires:  pkgconfig(libwacom)
 BuildRequires:  pkgconfig(libxklavier) >= 5.1
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(mm-glib) >= 0.7
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.103
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xi) >= 1.2
@@ -78,11 +72,18 @@
 Requires:   adwaita-icon-theme
 Requires:   cinnamon-settings-daemon
 Requires:   desktop-data
+Requires:   gnome-online-accounts
 

commit azure-cli-monitor for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-monitor for 
openSUSE:Factory checked in at 2017-11-10 14:54:12

Comparing /work/SRC/openSUSE:Factory/azure-cli-monitor (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-monitor.new (New)


Package is "azure-cli-monitor"

Fri Nov 10 14:54:12 2017 rev:1 rq:534072 version:0.0.10

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-monitor.new/azure-cli-monitor.changes 
2017-11-10 14:54:13.342968258 +0100
@@ -0,0 +1,5 @@
+---
+Tue Sep 26 11:24:00 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.0.10

New:

  LICENSE.txt
  azure-cli-monitor-0.0.10.tar.gz
  azure-cli-monitor.changes
  azure-cli-monitor.spec



Other differences:
--
++ azure-cli-monitor.spec ++
#
# spec file for package azure-cli-monitor
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-monitor
Version:0.0.10
Release:0
Summary:Microsoft Azure CLI 'Monitor' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-monitor/azure-cli-monitor-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   azure-cli-core
Requires:   python3-azure-monitor >= 0.3.0
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'Monitor' Command Module

This package is for the 'monitor' module.
i.e. 'az monitor'

%prep
%setup -q -n azure-cli-monitor-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-monitor-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/monitor
%{python3_sitelib}/azure_cli_monitor-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-redis for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-redis for openSUSE:Factory 
checked in at 2017-11-10 14:54:42

Comparing /work/SRC/openSUSE:Factory/azure-cli-redis (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-redis.new (New)


Package is "azure-cli-redis"

Fri Nov 10 14:54:42 2017 rev:1 rq:534077 version:0.2.9

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-redis.new/azure-cli-redis.changes 
2017-11-10 14:54:46.381773363 +0100
@@ -0,0 +1,5 @@
+---
+Tue Sep 26 11:30:00 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.2.9

New:

  LICENSE.txt
  azure-cli-redis-0.2.9.tar.gz
  azure-cli-redis.changes
  azure-cli-redis.spec



Other differences:
--
++ azure-cli-redis.spec ++
#
# spec file for package azure-cli-redis
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-redis
Version:0.2.9
Release:0
Summary:Microsoft Azure CLI 'redis' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-redis/azure-cli-redis-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-azure-mgmt-redis >= 4.1.0
Requires:   azure-cli-core
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'redis' Command Module

This package is for the 'redis' module.
i.e. 'az redis'

%prep
%setup -q -n azure-cli-redis-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-redis-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/redis
%{python3_sitelib}/azure_cli_redis-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-rdbms for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-rdbms for openSUSE:Factory 
checked in at 2017-11-10 14:54:33

Comparing /work/SRC/openSUSE:Factory/azure-cli-rdbms (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-rdbms.new (New)


Package is "azure-cli-rdbms"

Fri Nov 10 14:54:33 2017 rev:1 rq:534076 version:0.0.7

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-rdbms.new/azure-cli-rdbms.changes 
2017-11-10 14:54:35.994149049 +0100
@@ -0,0 +1,5 @@
+---
+Tue Sep 26 11:27:55 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.0.7

New:

  LICENSE.txt
  azure-cli-rdbms-0.0.7.tar.gz
  azure-cli-rdbms.changes
  azure-cli-rdbms.spec



Other differences:
--
++ azure-cli-rdbms.spec ++
#
# spec file for package azure-cli-rdbms
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-rdbms
Version:0.0.7
Release:0
Summary:Microsoft Azure CLI 'MySQL and PostgreSQL' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-rdbms/azure-cli-rdbms-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   azure-cli-core
Requires:   python3-azure-mgmt-rdbms >= 0.1.0
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'MySQL and PostgreSQL' Command Module

This package is for the RDBMS module.
i.e. 'az mysql'
i.e. 'az postgres'

%prep
%setup -q -n azure-cli-rdbms-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-rdbms-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/rdbms
%{python3_sitelib}/azure_cli_rdbms-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-profile for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-profile for 
openSUSE:Factory checked in at 2017-11-10 14:54:25

Comparing /work/SRC/openSUSE:Factory/azure-cli-profile (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-profile.new (New)


Package is "azure-cli-profile"

Fri Nov 10 14:54:25 2017 rev:1 rq:534075 version:2.0.13

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-profile.new/azure-cli-profile.changes 
2017-11-10 14:54:27.674449944 +0100
@@ -0,0 +1,5 @@
+---
+Tue Sep 26 11:26:16 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 2.0.13

New:

  LICENSE.txt
  azure-cli-profile-2.0.13.tar.gz
  azure-cli-profile.changes
  azure-cli-profile.spec



Other differences:
--
++ azure-cli-profile.spec ++
#
# spec file for package azure-cli-profile
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-profile
Version:2.0.13
Release:0
Summary:Microsoft Azure CLI 'profile' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-profile/azure-cli-profile-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-adal >= 0.4.3
Requires:   azure-cli-core
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'profile' Command Module

This package is for the 'profile' module.
i.e. 'az account'
i.e. 'az login'
i.e. 'az logout'

%prep
%setup -q -n azure-cli-profile-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-profile-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/profile
%{python3_sitelib}/azure_cli_profile-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-dla for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-dla for openSUSE:Factory 
checked in at 2017-11-10 14:53:33

Comparing /work/SRC/openSUSE:Factory/azure-cli-dla (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-dla.new (New)


Package is "azure-cli-dla"

Fri Nov 10 14:53:33 2017 rev:1 rq:534062 version:0.0.12

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dla.new/azure-cli-dla.changes 
2017-11-10 14:53:33.884395299 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 13:45:07 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.0.12

New:

  LICENSE.txt
  azure-cli-dla-0.0.12.tar.gz
  azure-cli-dla.changes
  azure-cli-dla.spec



Other differences:
--
++ azure-cli-dla.spec ++
#
# spec file for package azure-cli-dla
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-dla
Version:0.0.12
Release:0
Summary:Microsoft Azure CLI 'data lake analytics' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-dla/azure-cli-dla-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-azure-mgmt-datalake-store >= 0.1.6
Requires:   python3-azure-mgmt-datalake-analytics >= 0.1.6
Requires:   azure-cli-core
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'data lake analytics' Command Module

This package is for the 'data lake analytics' module.
i.e. 'az dla'

%prep
%setup -q -n azure-cli-dla-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-dla-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/dla
%{python3_sitelib}/azure_cli_dla-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-cosmosdb for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-cosmosdb for 
openSUSE:Factory checked in at 2017-11-10 14:53:28

Comparing /work/SRC/openSUSE:Factory/azure-cli-cosmosdb (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-cosmosdb.new (New)


Package is "azure-cli-cosmosdb"

Fri Nov 10 14:53:28 2017 rev:1 rq:534061 version:0.1.13

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-cosmosdb.new/azure-cli-cosmosdb.changes   
2017-11-10 14:53:32.324451715 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 13:24:27 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.1.13

New:

  LICENSE.txt
  azure-cli-cosmosdb-0.1.13.tar.gz
  azure-cli-cosmosdb.changes
  azure-cli-cosmosdb.spec



Other differences:
--
++ azure-cli-cosmosdb.spec ++
#
# spec file for package azure-cli-cosmosdb
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-cosmosdb
Version:0.1.13
Release:0
Summary:Microsoft Azure CLI 'cosmosdb' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-cosmosdb/azure-cli-cosmosdb-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-azure-mgmt-documentdb >= 0.1.3
Requires:   azure-cli-core
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'cosmosdb' Command Module

This package is for the 'cosmosdb' module.
i.e. 'az cosmosdb'

%prep
%setup -q -n azure-cli-cosmosdb-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-cosmosdb-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/cosmosdb
%{python3_sitelib}/azure_cli_cosmosdb-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-billing for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-billing for 
openSUSE:Factory checked in at 2017-11-10 14:52:31

Comparing /work/SRC/openSUSE:Factory/azure-cli-billing (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-billing.new (New)


Package is "azure-cli-billing"

Fri Nov 10 14:52:31 2017 rev:1 rq:534051 version:0.1.5

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-billing.new/azure-cli-billing.changes 
2017-11-10 14:52:38.294405680 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 12:48:05 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.1.5

New:

  LICENSE.txt
  azure-cli-billing-0.1.5.tar.gz
  azure-cli-billing.changes
  azure-cli-billing.spec



Other differences:
--
++ azure-cli-billing.spec ++
#
# spec file for package azure-cli-billing
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-billing
Version:0.1.5
Release:0
Summary:Microsoft Azure CLI 'billing' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-billing/azure-cli-billing-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-azure-mgmt-billing >= 0.1.0
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'billing' Command Module

This package is for the 'billing' module.
i.e. 'az billing'

%prep
%setup -q -n azure-cli-billing-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-billing-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/billing
%{python3_sitelib}/azure_cli_billing-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-batch for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-batch for openSUSE:Factory 
checked in at 2017-11-10 14:52:17

Comparing /work/SRC/openSUSE:Factory/azure-cli-batch (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-batch.new (New)


Package is "azure-cli-batch"

Fri Nov 10 14:52:17 2017 rev:1 rq:534050 version:3.1.4

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-batch.new/azure-cli-batch.changes 
2017-11-10 14:52:21.791002502 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 12:41:07 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 3.1.4

New:

  LICENSE.txt
  azure-cli-batch-3.1.4.tar.gz
  azure-cli-batch.changes
  azure-cli-batch.spec



Other differences:
--
++ azure-cli-batch.spec ++
#
# spec file for package azure-cli-batch
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-batch
Version:3.1.4
Release:0
Summary:Microsoft Azure CLI 'batch' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-batch/azure-cli-batch-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-azure-batch >= 3.1.0
Requires:   python3-azure-mgmt-batch >= 4.1.0
Requires:   python3-azure-mgmt-keyvault >= 0.40.0
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'batch' Command Module

This package is for the 'batch' module.
i.e. 'az batch'

%prep
%setup -q -n azure-cli-batch-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-batch-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/batch
%{python3_sitelib}/azure_cli_batch-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-acr for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-acr for openSUSE:Factory 
checked in at 2017-11-10 14:51:40

Comparing /work/SRC/openSUSE:Factory/azure-cli-acr (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-acr.new (New)


Package is "azure-cli-acr"

Fri Nov 10 14:51:40 2017 rev:1 rq:534046 version:2.0.12

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-acr.new/azure-cli-acr.changes 
2017-11-10 14:51:45.196325874 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 11:58:11 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 2.0.12

New:

  LICENSE.txt
  azure-cli-acr-2.0.12.tar.gz
  azure-cli-acr.changes
  azure-cli-acr.spec



Other differences:
--
++ azure-cli-acr.spec ++
#
# spec file for package azure-cli-acr
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-acr
Version:2.0.12
Release:0
Summary:Microsoft Azure CLI 'acr' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-acr/azure-cli-acr-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   azure-cli-core
Requires:   python3-azure-mgmt-resource >= 1.2.0rc2
Requires:   python3-azure-mgmt-storage >= 1.2.0
Requires:   python3-azure-mgmt-containerregistry >= 0.3.1
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'acr' Command Module

This package is for the 'acr' module.
i.e. 'az acr'

%prep
%setup -q -n azure-cli-acr-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-acr-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/acr
%{python3_sitelib}/azure_cli_acr-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-backup for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-backup for 
openSUSE:Factory checked in at 2017-11-10 14:52:03

Comparing /work/SRC/openSUSE:Factory/azure-cli-backup (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-backup.new (New)


Package is "azure-cli-backup"

Fri Nov 10 14:52:03 2017 rev:1 rq:534049 version:1.0.1

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-backup.new/azure-cli-backup.changes   
2017-11-10 14:52:07.835507178 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 12:33:19 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 1.0.1

New:

  LICENSE.txt
  azure-cli-backup-1.0.1.tar.gz
  azure-cli-backup.changes
  azure-cli-backup.spec



Other differences:
--
++ azure-cli-backup.spec ++
#
# spec file for package azure-cli-backup
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-backup
Version:1.0.1
Release:0
Summary:Microsoft Azure CLI 'backup' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-backup/azure-cli-backup-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-azure-mgmt-recoveryservices >= 0.1.0
Requires:   python3-azure-mgmt-recoveryservicesbackup >= 0.1.1
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'backup' Command Module

This package is for the 'backup' module.
i.e. 'az backup'

%prep
%setup -q -n azure-cli-backup-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-backup-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/backup
%{python3_sitelib}/azure_cli_backup-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit azure-cli-acs for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-acs for openSUSE:Factory 
checked in at 2017-11-10 14:51:50

Comparing /work/SRC/openSUSE:Factory/azure-cli-acs (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-acs.new (New)


Package is "azure-cli-acs"

Fri Nov 10 14:51:50 2017 rev:1 rq:534047 version:2.0.16

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-acs.new/azure-cli-acs.changes 
2017-11-10 14:51:54.156001869 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 12:20:17 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 2.0.16

New:

  LICENSE.txt
  azure-cli-acs-2.0.16.tar.gz
  azure-cli-acs.changes
  azure-cli-acs.spec



Other differences:
--
++ azure-cli-acs.spec ++
#
# spec file for package azure-cli-acs
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   azure-cli-acs
Version:2.0.16
Release:0
Summary:Microsoft Azure CLI 'acs' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-acs/azure-cli-acs-%{version}.tar.gz
Source1:LICENSE.txt
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  unzip
BuildRequires:  azure-cli-command-modules-nspkg
BuildRequires:  azure-cli-nspkg
BuildRequires:  python3-azure-nspkg
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-azure-mgmt-authorization >= 0.30.0
Requires:   python3-azure-mgmt-compute >= 3.0.0rc1
Requires:   python3-azure-mgmt-containerservice >= 1.0.0
Requires:   python3-azure-graphrbac >= 0.31.0
Requires:   azure-cli-core
Requires:   python3-paramiko
Requires:   python3-PyYAML
Requires:   python3-six
Requires:   python3-scp
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'acs' Command Module

This package is for the 'acs' module.
i.e. 'az acs'

%prep
%setup -q -n azure-cli-acs-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-acs-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/acs
%{python3_sitelib}/azure_cli_acs-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



commit plasma-nm5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2017-11-10 14:50:02

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


Package is "plasma-nm5"

Fri Nov 10 14:50:02 2017 rev:61 rq:539726 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2017-10-27 
13:50:58.317323667 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes   
2017-11-10 14:50:04.903952577 +0100
@@ -1,0 +2,12 @@
+Tue Nov  7 15:15:49 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * Do not set password field as readonly, it doesn't make sense
+  * Disable password field when password is not needed (kde#386426)
+  * Make sure we store password for all users when kwallet is diabled 
(kde#386343)
+
+---

Old:

  plasma-nm-5.11.2.tar.xz

New:

  plasma-nm-5.11.3.tar.xz



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.Lqjomi/_old  2017-11-10 14:50:06.907880115 +0100
+++ /var/tmp/diff_new_pack.Lqjomi/_new  2017-11-10 14:50:06.907880115 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 %define mm_support 1
 Name:   plasma-nm5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:(LGPL-2.1 or LGPL-3.0) and (GPL-2.0 or GPL-3.0)

++ plasma-nm-5.11.2.tar.xz -> plasma-nm-5.11.3.tar.xz ++
 1988 lines of diff (skipped)




commit plasma5-openSUSE for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package plasma5-openSUSE for 
openSUSE:Factory checked in at 2017-11-10 14:50:36

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


Package is "plasma5-openSUSE"

Fri Nov 10 14:50:36 2017 rev:59 rq:539731 version:42.1.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes
2017-10-27 13:51:23.004169804 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new/plasma5-openSUSE.changes   
2017-11-10 14:50:37.714766123 +0100
@@ -1,0 +2,5 @@
+Tue Nov  7 15:15:43 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+
+---



Other differences:
--
++ plasma5-openSUSE.spec ++
--- /var/tmp/diff_new_pack.mW9tF0/_old  2017-11-10 14:50:39.646696262 +0100
+++ /var/tmp/diff_new_pack.mW9tF0/_new  2017-11-10 14:50:39.650696118 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define plasma_version 5.11.2
+%define plasma_version 5.11.3
 
 Name:   plasma5-openSUSE
 Version:42.1.1




commit systemsettings5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2017-11-10 14:50:27

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


Package is "systemsettings5"

Fri Nov 10 14:50:27 2017 rev:56 rq:539729 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2017-10-27 13:51:55.278661285 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 
2017-11-10 14:50:29.895048889 +0100
@@ -1,0 +2,13 @@
+Tue Nov  7 15:15:55 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * map rows to the source model (kde#386454)
+  * Fix DBus startup notification
+- Remove patches, now upstream:
+  * 0001-Fix-DBus-startup-notification.patch
+
+---

Old:

  0001-Fix-DBus-startup-notification.patch
  systemsettings-5.11.2.tar.xz

New:

  systemsettings-5.11.3.tar.xz



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.yJrPdA/_old  2017-11-10 14:50:32.834942581 +0100
+++ /var/tmp/diff_new_pack.yJrPdA/_new  2017-11-10 14:50:32.838942437 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   systemsettings5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:KDE's control center
 License:GPL-2.0+
@@ -31,8 +31,6 @@
 Patch1: systemsettings-desktop.diff
 # PATCH-FIX-UPSTREAM
 Patch2: 0001-try-harder-to-wrap-very-long-words.patch
-# PATCH-FIX-UPSTREAM
-Patch3: 0001-Fix-DBus-startup-notification.patch
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  kirigami2-devel
@@ -80,7 +78,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ systemsettings-5.11.2.tar.xz -> systemsettings-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.11.2/CMakeLists.txt 
new/systemsettings-5.11.3/CMakeLists.txt
--- old/systemsettings-5.11.2/CMakeLists.txt2017-10-24 13:45:39.0 
+0200
+++ new/systemsettings-5.11.3/CMakeLists.txt2017-11-07 14:35:25.0 
+0100
@@ -1,5 +1,5 @@
 project(systemsettings)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.11.2/app/kdesystemsettings.desktop 
new/systemsettings-5.11.3/app/kdesystemsettings.desktop
--- old/systemsettings-5.11.2/app/kdesystemsettings.desktop 2017-10-24 
13:44:44.0 +0200
+++ new/systemsettings-5.11.3/app/kdesystemsettings.desktop 2017-11-07 
14:34:39.0 +0100
@@ -119,6 +119,7 @@
 Comment[ca]=Eines de configuració per a l'ordinador
 Comment[ca@valencia]=Eines de configuració per a l'ordinador
 Comment[cs]=Konfigurační nástroje pro váš počítač
+Comment[da]=Konfigurationsværktøjer til din computer
 Comment[el]=Εργαλεία διαμόρφωσης για τον υπολογιστή σας
 Comment[es]=Herramientas de configuración para su equipo
 Comment[eu]=Zure ordenagailurako konfiguratzeko tresnak
@@ -127,6 +128,7 @@
 Comment[nl]=Hulpmiddelen voor configuratie voor uw computer
 Comment[pl]=Narzędzia ustawień dla twojego komputera
 Comment[pt]=Ferramentas de configuração para o seu computador
+Comment[pt_BR]=Ferramentas de configuração para seu computador
 Comment[ru]=Инструменты для настройки компьютера
 Comment[sk]=Koniguračné nástroje pre váš počítač
 Comment[sr]=Алатке за подешавање рачунара
@@ -139,4 +141,5 @@
 Comment[x-test]=xxConfiguration tools for your computerxx
 Comment[zh_CN]=您的计算机的配置工具
 X-DBUS-StartupType=Unique
+X-DBUS-ServiceName=org.kde.systemsettings
 Categories=Qt;KDE;Settings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.11.2/app/systemsettings.desktop 
new/systemsettings-5.11.3/app/systemsettings.desktop
--- old/systemsettings-5.11.2/app/systemsettings.desktop2017-10-24 
13:44:44.0 +0200
+++ new/systemsettings-5.11.3/app/systemsettings.desktop2017-11-07 
14:34:39.0 +0100
@@ -176,6 +176,7 @@
 Comment[ca]=Eines de configuració per a l'ordinador
 Comment[ca@valencia]=Eines de configuració per a l'ordinador
 Comment[cs]=Konfigurační nástroje pro váš počítač
+Comment[da]=Konfigurationsværktøjer til din computer
 

commit powerdevil5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2017-11-10 14:50:19

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


Package is "powerdevil5"

Fri Nov 10 14:50:19 2017 rev:54 rq:539728 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2017-10-31 
15:42:49.668323692 +0100
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new/powerdevil5.changes 
2017-11-10 14:50:21.503352339 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:54 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  powerdevil-5.11.2.tar.xz

New:

  powerdevil-5.11.3.tar.xz



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.OfV3BB/_old  2017-11-10 14:50:23.163292314 +0100
+++ /var/tmp/diff_new_pack.OfV3BB/_new  2017-11-10 14:50:23.167292169 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   powerdevil5
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ powerdevil-5.11.2.tar.xz -> powerdevil-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.11.2/CMakeLists.txt 
new/powerdevil-5.11.3/CMakeLists.txt
--- old/powerdevil-5.11.2/CMakeLists.txt2017-10-24 13:44:00.0 
+0200
+++ new/powerdevil-5.11.3/CMakeLists.txt2017-11-07 14:34:02.0 
+0100
@@ -1,5 +1,5 @@
 project(PowerDevil)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.11.2/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
 
new/powerdevil-5.11.3/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
--- 
old/powerdevil-5.11.2/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
2017-10-24 13:40:52.0 +0200
+++ 
new/powerdevil-5.11.3/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
2017-11-07 14:26:00.0 +0100
@@ -4,7 +4,7 @@
 # X-KDE-Library=powerdevilwirelesspowersavingaction
 Icon=preferences-system-network
 Name=Wireless
-Name[ca]=Sense fils
+Name[ca]=Sense fil
 Name[ca@valencia]=Sense fils
 Name[cs]=Bezdrátové
 Name[da]=Trådløst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.11.2/po/ca/docs/kcontrol/powerdevil/index.docbook 
new/powerdevil-5.11.3/po/ca/docs/kcontrol/powerdevil/index.docbook
--- old/powerdevil-5.11.2/po/ca/docs/kcontrol/powerdevil/index.docbook  
2017-10-24 13:43:50.0 +0200
+++ new/powerdevil-5.11.3/po/ca/docs/kcontrol/powerdevil/index.docbook  
2017-11-07 14:33:53.0 +0100
@@ -165,7 +165,7 @@
 Estalvi d'energia de la sense filsEstalvi d'energia de la sense fil
 
 , 2010, 2011, 2012, 2014, 2015, 
2016.
+# Martin Schlander , 2010, 2011, 2012, 2014, 2015, 
2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-11 03:05+0200\n"
-"PO-Revision-Date: 2016-06-18 14:46+0100\n"
+"PO-Revision-Date: 2017-10-28 20:08+0100\n"
 "Last-Translator: Martin Schlander \n"
-"Language-Team: Danish \n"
+"Language-Team: Danish \n"
 "Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -131,10 +131,10 @@
 #: generalPage.ui:168
 #, kde-format
 msgid "Enabled"
-msgstr ""
+msgstr "Aktiveret"
 
 #. i18n: ectx: property (text), widget (QLabel, pausePlayersLabel)
 #: generalPage.ui:175
 #, kde-format
 msgid "Pause media players when suspending:"
-msgstr ""
\ No newline at end of file
+msgstr "Sæt medieafspillere på pause ved suspendering:"
\ No newline at end of file




commit polkit-kde-agent-5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2017-11-10 14:50:09

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


Package is "polkit-kde-agent-5"

Fri Nov 10 14:50:09 2017 rev:47 rq:539727 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes
2017-10-27 13:51:40.427355441 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new/polkit-kde-agent-5.changes   
2017-11-10 14:50:10.507749943 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:53 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  polkit-kde-agent-1-5.11.2.tar.xz

New:

  polkit-kde-agent-1-5.11.3.tar.xz



Other differences:
--
++ polkit-kde-agent-5.spec ++
--- /var/tmp/diff_new_pack.8tSHpU/_old  2017-11-10 14:50:12.359682977 +0100
+++ /var/tmp/diff_new_pack.8tSHpU/_new  2017-11-10 14:50:12.359682977 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   polkit-kde-agent-5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:PolicyKit authentication agent for KDE
 License:GPL-2.0 and LGPL-2.1+

++ polkit-kde-agent-1-5.11.2.tar.xz -> polkit-kde-agent-1-5.11.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.11.2/CMakeLists.txt 
new/polkit-kde-agent-1-5.11.3/CMakeLists.txt
--- old/polkit-kde-agent-1-5.11.2/CMakeLists.txt2017-10-24 
13:40:49.0 +0200
+++ new/polkit-kde-agent-1-5.11.3/CMakeLists.txt2017-11-07 
14:25:56.0 +0100
@@ -1,5 +1,5 @@
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 # minimal requirements
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)




commit plasma5-workspace for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2017-11-10 14:49:55

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


Package is "plasma5-workspace"

Fri Nov 10 14:49:55 2017 rev:78 rq:539724 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2017-10-27 13:51:34.483633252 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2017-11-10 14:49:57.676213932 +0100
@@ -1,0 +2,12 @@
+Tue Nov  7 15:15:47 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * DictEngine: set a scheme for the URLs, otherwise webengine won't handle 
them
+  * Align logout screen action buttons to the top (kde#371249)
+  * Sync xwayland DPI font to wayland dpi
+
+---

Old:

  plasma-workspace-5.11.2.tar.xz

New:

  plasma-workspace-5.11.3.tar.xz



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.ZBLbM7/_old  2017-11-10 14:49:59.456149570 +0100
+++ /var/tmp/diff_new_pack.ZBLbM7/_new  2017-11-10 14:49:59.456149570 +0100
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-workspace
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

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




commit plasma5-pa for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-11-10 14:49:49

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


Package is "plasma5-pa"

Fri Nov 10 14:49:49 2017 rev:39 rq:539721 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-10-27 
13:51:28.799898911 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-11-10 14:49:49.396513324 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:44 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  plasma-pa-5.11.2.tar.xz

New:

  plasma-pa-5.11.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.s0VkYp/_old  2017-11-10 14:49:50.436475719 +0100
+++ /var/tmp/diff_new_pack.s0VkYp/_new  2017-11-10 14:49:50.436475719 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.11.2.tar.xz -> plasma-pa-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.11.2/CMakeLists.txt 
new/plasma-pa-5.11.3/CMakeLists.txt
--- old/plasma-pa-5.11.2/CMakeLists.txt 2017-10-24 13:30:45.0 +0200
+++ new/plasma-pa-5.11.3/CMakeLists.txt 2017-11-07 14:06:13.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")




commit plasma5-integration for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package plasma5-integration for 
openSUSE:Factory checked in at 2017-11-10 14:49:43

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


Package is "plasma5-integration"

Fri Nov 10 14:49:43 2017 rev:33 rq:539720 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes  
2017-10-27 13:51:17.416430975 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-integration.new/plasma5-integration.changes 
2017-11-10 14:49:45.124667793 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:43 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * Show shortcuts in menus
+
+---

Old:

  plasma-integration-5.11.2.tar.xz

New:

  plasma-integration-5.11.3.tar.xz



Other differences:
--
++ plasma5-integration.spec ++
--- /var/tmp/diff_new_pack.x5gfc5/_old  2017-11-10 14:49:46.172629899 +0100
+++ /var/tmp/diff_new_pack.x5gfc5/_new  2017-11-10 14:49:46.172629899 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-integration
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ plasma-integration-5.11.2.tar.xz -> plasma-integration-5.11.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.11.2/CMakeLists.txt 
new/plasma-integration-5.11.3/CMakeLists.txt
--- old/plasma-integration-5.11.2/CMakeLists.txt2017-10-24 
13:24:52.0 +0200
+++ new/plasma-integration-5.11.3/CMakeLists.txt2017-11-07 
14:01:57.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(PlasmaIntegration)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 include(FeatureSummary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.11.2/src/platformtheme/khintssettings.cpp 
new/plasma-integration-5.11.3/src/platformtheme/khintssettings.cpp
--- old/plasma-integration-5.11.2/src/platformtheme/khintssettings.cpp  
2017-10-24 13:24:52.0 +0200
+++ new/plasma-integration-5.11.3/src/platformtheme/khintssettings.cpp  
2017-11-07 14:01:57.0 +0100
@@ -123,6 +123,10 @@
 
 updateShowIconsInMenuItems(cg);
 
+#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
+m_hints[QPlatformTheme::ShowShortcutsInContextMenus] = true;
+#endif
+
 QMetaObject::invokeMethod(this, "delayedDBusConnects", 
Qt::QueuedConnection);
 QMetaObject::invokeMethod(this, "setupIconLoader", Qt::QueuedConnection);
 




commit plasma5-desktop for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2017-11-10 14:49:35

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


Package is "plasma5-desktop"

Fri Nov 10 14:49:35 2017 rev:70 rq:539719 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2017-10-27 13:51:12.216674012 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2017-11-10 14:49:35.801004931 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:42 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * Default X font DPI to 96 on wayland
+
+---

Old:

  plasma-desktop-5.11.2.tar.xz

New:

  plasma-desktop-5.11.3.tar.xz



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.BuxhsA/_old  2017-11-10 14:49:37.560941293 +0100
+++ /var/tmp/diff_new_pack.BuxhsA/_new  2017-11-10 14:49:37.560941293 +0100
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-desktop
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ plasma-desktop-5.11.2.tar.xz -> plasma-desktop-5.11.3.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.11.2.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma-desktop-5.11.3.tar.xz 
differ: char 26, line 1




commit oxygen5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2017-11-10 14:49:12

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


Package is "oxygen5"

Fri Nov 10 14:49:12 2017 rev:57 rq:539716 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2017-10-27 
13:50:51.569639052 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2017-11-10 
14:49:20.181569717 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:39 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  oxygen-5.11.2.tar.xz

New:

  oxygen-5.11.3.tar.xz



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.s92Rul/_old  2017-11-10 14:49:22.065501596 +0100
+++ /var/tmp/diff_new_pack.s92Rul/_new  2017-11-10 14:49:22.069501451 +0100
@@ -20,7 +20,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ oxygen-5.11.2.tar.xz -> oxygen-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.11.2/CMakeLists.txt 
new/oxygen-5.11.3/CMakeLists.txt
--- old/oxygen-5.11.2/CMakeLists.txt2017-10-24 13:18:50.0 +0200
+++ new/oxygen-5.11.3/CMakeLists.txt2017-11-07 13:57:31.0 +0100
@@ -1,5 +1,5 @@
 project(oxygen)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-5.11.2/kdecoration/config/oxygendecorationconfig.desktop 
new/oxygen-5.11.3/kdecoration/config/oxygendecorationconfig.desktop
--- old/oxygen-5.11.2/kdecoration/config/oxygendecorationconfig.desktop 
2017-10-24 13:18:50.0 +0200
+++ new/oxygen-5.11.3/kdecoration/config/oxygendecorationconfig.desktop 
2017-11-07 13:57:31.0 +0100
@@ -21,6 +21,7 @@
 Name[nl]=Oxygen vensterdecoratie
 Name[pl]=Wygląd okien Tlenu
 Name[pt]=Decoração de Janelas Oxygen
+Name[pt_BR]=Decorações da janela Oxygen
 Name[ru]=Оформление окон Oxygen
 Name[sk]=Dekorácie okien Oxygen
 Name[sr]= Кисеоникова декорација прозора
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-5.11.2/kstyle/config/oxygenstyleconfig.desktop 
new/oxygen-5.11.3/kstyle/config/oxygenstyleconfig.desktop
--- old/oxygen-5.11.2/kstyle/config/oxygenstyleconfig.desktop   2017-10-24 
13:18:50.0 +0200
+++ new/oxygen-5.11.3/kstyle/config/oxygenstyleconfig.desktop   2017-11-07 
13:57:31.0 +0100
@@ -21,6 +21,7 @@
 Name[nl]=Oxygen widgetstijl
 Name[pl]=Wygląd interfejsu Tlenu
 Name[pt]=Estilo Gráfico Oxygen
+Name[pt_BR]=Estilo dos widgets Oxygen
 Name[ru]=Стиль интерфейса Oxygen
 Name[sk]=Štýl prvkov Oxygen
 Name[sr]=Кисеоников стил виџета̂
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.11.2/po/da/oxygen_style_demo.po 
new/oxygen-5.11.3/po/da/oxygen_style_demo.po
--- old/oxygen-5.11.2/po/da/oxygen_style_demo.po2017-10-24 
13:19:33.0 +0200
+++ new/oxygen-5.11.3/po/da/oxygen_style_demo.po2017-11-07 
13:57:57.0 +0100
@@ -4,20 +4,20 @@
 #
 # Erik Kjær Pedersen , 2005.
 # Keld Simonsen , 2008.
-# Martin Schlander , 2009, 2010, 2011, 2012, 2014, 
2015.
+# Martin Schlander , 2009, 2010, 2011, 2012, 2014, 
2015, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kstyle_config\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-04-25 05:45+0200\n"
-"PO-Revision-Date: 2015-07-08 21:35+0200\n"
+"PO-Revision-Date: 2017-10-28 19:48+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: main.cpp:58 oxygendemodialog.cpp:58 oxygendemodialog.cpp:211
@@ -81,7 +81,7 @@
 #: oxygendemodialog.cpp:88
 #, kde-format
 msgid "Style"
-msgstr ""
+msgstr "Stil"
 
 #: oxygendemodialog.cpp:105
 #, kde-format
@@ -211,7 +211,7 @@
 #: 

commit plasma5-addons for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2017-11-10 14:49:23

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


Package is "plasma5-addons"

Fri Nov 10 14:49:23 2017 rev:51 rq:539718 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2017-10-27 13:51:04.953013515 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new/plasma5-addons.changes   
2017-11-10 14:49:29.85321 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:41 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * Use wakeOne() instead of notify_one()
+
+---

Old:

  kdeplasma-addons-5.11.2.tar.xz

New:

  kdeplasma-addons-5.11.3.tar.xz



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.eBz90a/_old  2017-11-10 14:49:31.125174006 +0100
+++ /var/tmp/diff_new_pack.eBz90a/_new  2017-11-10 14:49:31.129173861 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-addons
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kdeplasma-addons-5.11.2.tar.xz -> kdeplasma-addons-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeplasma-addons-5.11.2/CMakeLists.txt 
new/kdeplasma-addons-5.11.3/CMakeLists.txt
--- old/kdeplasma-addons-5.11.2/CMakeLists.txt  2017-10-24 12:54:18.0 
+0200
+++ new/kdeplasma-addons-5.11.3/CMakeLists.txt  2017-11-07 13:38:39.0 
+0100
@@ -1,5 +1,5 @@
 project(kdeplasma-addons)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-5.11.2/applets/grouping/package/metadata.desktop 
new/kdeplasma-addons-5.11.3/applets/grouping/package/metadata.desktop
--- old/kdeplasma-addons-5.11.2/applets/grouping/package/metadata.desktop   
2017-10-24 12:51:25.0 +0200
+++ new/kdeplasma-addons-5.11.3/applets/grouping/package/metadata.desktop   
2017-11-07 13:36:42.0 +0100
@@ -39,6 +39,7 @@
 Comment[ca]=Agrupa els estris de Plasma
 Comment[ca@valencia]=Agrupa els estris de Plasma
 Comment[cs]=Seskupit widgety Plasma dohromady
+Comment[da]=Gruppér Plasma-widgets sammen
 Comment[el]=Ομαδοποίηση γραφικών συστατικών Plasma
 Comment[es]=Agrupar elementos gráficos de Plasma
 Comment[eu]=Taldekatu Plasma trepetak elkarrekin
@@ -47,6 +48,7 @@
 Comment[nl]=Plasma-widgets tezamen groeperen
 Comment[pl]=Zgrupuj elementy interfejsu Plazmy razem
 Comment[pt]=Agrupar os elementos do Plasma em conjunto
+Comment[pt_BR]=Agrupar os widgets do Plasma
 Comment[ru]=Объединяет виджеты в группу
 Comment[sk]=Zoskupiť Plasma widgety spolu
 Comment[sr]=Груписање плазма виџета
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-5.11.2/applets/weather/package/metadata.desktop 
new/kdeplasma-addons-5.11.3/applets/weather/package/metadata.desktop
--- old/kdeplasma-addons-5.11.2/applets/weather/package/metadata.desktop
2017-10-24 12:51:25.0 +0200
+++ new/kdeplasma-addons-5.11.3/applets/weather/package/metadata.desktop
2017-11-07 13:36:42.0 +0100
@@ -59,6 +59,7 @@
 Comment[ca]=Descobreix la meteorologia per avui
 Comment[ca@valencia]=Descobreix la meteorologia per hui
 Comment[cs]=Zjistit počasí na dnešek
+Comment[da]=Se hvordan vejret bliver i dag
 Comment[el]=Μάθετε τι καιρό κάνει σήμερα
 Comment[es]=Conozca la previsión meteorológica para hoy
 Comment[eu]=Eguraldi iragarpena gaurko
@@ -67,6 +68,7 @@
 Comment[nl]=Zoek uit wat het weer vandaag wordt
 Comment[pl]=Sprawdź pogodę na dzisiaj
 Comment[pt]=Descobrir o tempo para hoje
+Comment[pt_BR]=Descubra a previsão do tempo para hoje
 Comment[ru]=Прогноз погоды на сегодня
 Comment[sk]=Zistiť dnešné počasie
 Comment[sr]=Погледајте време за данас
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-5.11.2/po/eu/plasma_applet_org.kde.plasma.binaryclock.po 
new/kdeplasma-addons-5.11.3/po/eu/plasma_applet_org.kde.plasma.binaryclock.po
--- 
old/kdeplasma-addons-5.11.2/po/eu/plasma_applet_org.kde.plasma.binaryclock.po   
1970-01-01 01:00:00.0 +0100
+++ 

commit libkscreen2 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2017-11-10 14:48:51

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


Package is "libkscreen2"

Fri Nov 10 14:48:51 2017 rev:57 rq:539713 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2017-10-27 
13:50:30.870606517 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes 
2017-11-10 14:48:53.490534828 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:36 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  libkscreen-5.11.2.tar.xz

New:

  libkscreen-5.11.3.tar.xz



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.o5WtPe/_old  2017-11-10 14:48:54.790487824 +0100
+++ /var/tmp/diff_new_pack.o5WtPe/_new  2017-11-10 14:48:54.794487680 +0100
@@ -18,7 +18,7 @@
 
 %define lname   libKF5Screen7
 Name:   libkscreen2
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ libkscreen-5.11.2.tar.xz -> libkscreen-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.11.2/CMakeLists.txt 
new/libkscreen-5.11.3/CMakeLists.txt
--- old/libkscreen-5.11.2/CMakeLists.txt2017-10-24 13:12:19.0 
+0200
+++ new/libkscreen-5.11.3/CMakeLists.txt2017-11-07 13:52:43.0 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 find_package(ECM 5.14.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})




commit milou5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2017-11-10 14:49:04

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


Package is "milou5"

Fri Nov 10 14:49:04 2017 rev:54 rq:539715 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2017-10-27 
13:50:44.149985845 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes   2017-11-10 
14:49:05.742091831 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:38 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * Fix i18ncd -> i18ndc.
+
+---

Old:

  milou-5.11.2.tar.xz

New:

  milou-5.11.3.tar.xz



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.2BzyaK/_old  2017-11-10 14:49:07.070043814 +0100
+++ /var/tmp/diff_new_pack.2BzyaK/_new  2017-11-10 14:49:07.074043670 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   milou5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0+ and LGPL-2.1+

++ milou-5.11.2.tar.xz -> milou-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.11.2/CMakeLists.txt 
new/milou-5.11.3/CMakeLists.txt
--- old/milou-5.11.2/CMakeLists.txt 2017-10-24 13:18:23.0 +0200
+++ new/milou-5.11.3/CMakeLists.txt 2017-11-07 13:57:23.0 +0100
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.11.2/lib/qml/ResultDelegate.qml 
new/milou-5.11.3/lib/qml/ResultDelegate.qml
--- old/milou-5.11.2/lib/qml/ResultDelegate.qml 2017-10-24 13:15:36.0 
+0200
+++ new/milou-5.11.3/lib/qml/ResultDelegate.qml 2017-11-07 13:55:41.0 
+0100
@@ -237,7 +237,7 @@
 tooltip: {
 var text = modelData.text || ""
 if (index === 0) { // Shift+Return will invoke 
first action
-text = i18ncd("milou", "placeholder is action 
e.g. run in terminal, in parenthesis is shortcut", "%1 (Shift+Return)", text)
+text = i18ndc("milou", "placeholder is action 
e.g. run in terminal, in parenthesis is shortcut", "%1 (Shift+Return)", text)
 }
 return text
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.11.2/po/ar/milou.po 
new/milou-5.11.3/po/ar/milou.po
--- old/milou-5.11.2/po/ar/milou.po 2017-10-24 13:15:54.0 +0200
+++ new/milou-5.11.3/po/ar/milou.po 2017-11-07 13:55:55.0 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-09-13 07:09+0200\n"
+"POT-Creation-Date: 2017-11-01 05:07+0100\n"
 "PO-Revision-Date: 2014-07-04 09:02+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
@@ -82,4 +82,11 @@
 #: qml/ResultDelegate.qml:50
 #, kde-format
 msgid "in category %1"
+msgstr ""
+
+#: qml/ResultDelegate.qml:240
+#, kde-format
+msgctxt ""
+"placeholder is action e.g. run in terminal, in parenthesis is shortcut"
+msgid "%1 (Shift+Return)"
 msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.11.2/po/ast/milou.po 
new/milou-5.11.3/po/ast/milou.po
--- old/milou-5.11.2/po/ast/milou.po2017-10-24 13:15:53.0 +0200
+++ new/milou-5.11.3/po/ast/milou.po2017-11-07 13:55:55.0 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-09-13 07:09+0200\n"
+"POT-Creation-Date: 2017-11-01 05:07+0100\n"
 "PO-Revision-Date: 2016-12-19 03:51+0100\n"
 "Last-Translator: enolp \n"
 "Language-Team: Asturian \n"
@@ -78,4 +78,11 @@
 #: qml/ResultDelegate.qml:50
 #, kde-format
 msgid "in category %1"
+msgstr ""
+
+#: qml/ResultDelegate.qml:240
+#, kde-format
+msgctxt ""
+"placeholder is action e.g. run in terminal, in parenthesis is shortcut"
+msgid "%1 (Shift+Return)"
 msgstr ""
\ No newline at 

commit libksysguard5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2017-11-10 14:48:58

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


Package is "libksysguard5"

Fri Nov 10 14:48:58 2017 rev:55 rq:539714 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2017-10-27 13:50:37.734285712 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new/libksysguard5.changes 
2017-11-10 14:49:00.358286501 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:37 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  libksysguard-5.11.2.tar.xz

New:

  libksysguard-5.11.3.tar.xz



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.hORvIg/_old  2017-11-10 14:49:01.518244559 +0100
+++ /var/tmp/diff_new_pack.hORvIg/_new  2017-11-10 14:49:01.518244559 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   libksysguard5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0+

++ libksysguard-5.11.2.tar.xz -> libksysguard-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.11.2/CMakeLists.txt 
new/libksysguard-5.11.3/CMakeLists.txt
--- old/libksysguard-5.11.2/CMakeLists.txt  2017-10-24 13:15:31.0 
+0200
+++ new/libksysguard-5.11.3/CMakeLists.txt  2017-11-07 13:55:37.0 
+0100
@@ -1,5 +1,5 @@
 project(libksysguard)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 




commit libkdecoration2 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2017-11-10 14:48:40

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


Package is "libkdecoration2"

Fri Nov 10 14:48:40 2017 rev:45 rq:539712 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2017-10-27 13:50:19.827122684 +0200
+++ /work/SRC/openSUSE:Factory/.libkdecoration2.new/libkdecoration2.changes 
2017-11-10 14:48:41.634963504 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:34 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  kdecoration-5.11.2.tar.xz

New:

  kdecoration-5.11.3.tar.xz



Other differences:
--
++ libkdecoration2.spec ++
--- /var/tmp/diff_new_pack.nRImIM/_old  2017-11-10 14:48:43.006913897 +0100
+++ /var/tmp/diff_new_pack.nRImIM/_new  2017-11-10 14:48:43.006913897 +0100
@@ -19,7 +19,7 @@
 %define lname   libkdecorations2-5
 %define lname_private   libkdecorations2private5
 Name:   libkdecoration2
-Version:5.11.2
+Version:5.11.3
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.11

++ kdecoration-5.11.2.tar.xz -> kdecoration-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.11.2/CMakeLists.txt 
new/kdecoration-5.11.3/CMakeLists.txt
--- old/kdecoration-5.11.2/CMakeLists.txt   2017-10-24 12:50:24.0 
+0200
+++ new/kdecoration-5.11.3/CMakeLists.txt   2017-11-07 13:35:40.0 
+0100
@@ -1,5 +1,5 @@
 project(decoration-api)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 




commit kwrited5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2017-11-10 14:48:27

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


Package is "kwrited5"

Fri Nov 10 14:48:27 2017 rev:48 rq:539711 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes2017-10-27 
13:50:10.307567621 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes   2017-11-10 
14:48:31.527328975 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:33 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  kwrited-5.11.2.tar.xz

New:

  kwrited-5.11.3.tar.xz



Other differences:
--
++ kwrited5.spec ++
--- /var/tmp/diff_new_pack.HV1GfZ/_old  2017-11-10 14:48:33.195268666 +0100
+++ /var/tmp/diff_new_pack.HV1GfZ/_new  2017-11-10 14:48:33.195268666 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kwrited5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Daemon listening for wall and write messages
 License:GPL-2.0+

++ kwrited-5.11.2.tar.xz -> kwrited-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.11.2/CMakeLists.txt 
new/kwrited-5.11.3/CMakeLists.txt
--- old/kwrited-5.11.2/CMakeLists.txt   2017-10-24 13:11:55.0 +0200
+++ new/kwrited-5.11.3/CMakeLists.txt   2017-11-07 13:52:19.0 +0100
@@ -1,5 +1,5 @@
 project(kwrited)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 set(KF5_MIN_VERSION "5.10.0")




commit kwin5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2017-11-10 14:48:21

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


Package is "kwin5"

Fri Nov 10 14:48:21 2017 rev:66 rq:539710 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2017-10-27 
13:50:05.515791586 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2017-11-10 
14:48:24.163595230 +0100
@@ -1,0 +2,15 @@
+Tue Nov  7 15:15:32 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * Don't use the global KConfig object on the OpenGL freeze detection thread 
(kde#372114)
+  * Fix rendering issues of subsurfaces by using proper clipping (kde#385924)
+  * Fix viewport for screenshot on multiple screens
+  * Set scale on glScissor calls
+  * Fix glScissor calls with y-offset screens
+  * Fix viewport on vertically stacked monitors (kde#386099,kde#385655)
+
+---

Old:

  kwin-5.11.2.tar.xz

New:

  kwin-5.11.3.tar.xz



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.KqHsHG/_old  2017-11-10 14:48:25.591543599 +0100
+++ /var/tmp/diff_new_pack.KqHsHG/_new  2017-11-10 14:48:25.595543454 +0100
@@ -21,7 +21,7 @@
 %define wayland 0%{?suse_version} >= 1330
 %bcond_without lang
 Name:   kwin5
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kwin-5.11.2.tar.xz -> kwin-5.11.3.tar.xz ++
 5032 lines of diff (skipped)




commit ksysguard5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2017-11-10 14:48:08

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


Package is "ksysguard5"

Fri Nov 10 14:48:08 2017 rev:55 rq:539708 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes2017-10-27 
13:49:53.880335417 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes   
2017-11-10 14:48:10.392093171 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:30 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  ksysguard-5.11.2.tar.xz

New:

  ksysguard-5.11.3.tar.xz



Other differences:
--
++ ksysguard5.spec ++
--- /var/tmp/diff_new_pack.RymTP9/_old  2017-11-10 14:48:11.872039661 +0100
+++ /var/tmp/diff_new_pack.RymTP9/_new  2017-11-10 14:48:11.876039516 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksysguard5
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ ksysguard-5.11.2.tar.xz -> ksysguard-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.11.2/CMakeLists.txt 
new/ksysguard-5.11.3/CMakeLists.txt
--- old/ksysguard-5.11.2/CMakeLists.txt 2017-10-24 13:07:25.0 +0200
+++ new/ksysguard-5.11.3/CMakeLists.txt 2017-11-07 13:47:43.0 +0100
@@ -1,5 +1,5 @@
 project(ksysguard)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 




commit kwayland-integration for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kwayland-integration for 
openSUSE:Factory checked in at 2017-11-10 14:48:14

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


Package is "kwayland-integration"

Fri Nov 10 14:48:14 2017 rev:39 rq:539709 version:5.11.3

Changes:

--- 
/work/SRC/openSUSE:Factory/kwayland-integration/kwayland-integration.changes
2017-10-27 13:49:59.544070699 +0200
+++ 
/work/SRC/openSUSE:Factory/.kwayland-integration.new/kwayland-integration.changes
   2017-11-10 14:48:15.339914272 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:31 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  kwayland-integration-5.11.2.tar.xz

New:

  kwayland-integration-5.11.3.tar.xz



Other differences:
--
++ kwayland-integration.spec ++
--- /var/tmp/diff_new_pack.O9GTHx/_old  2017-11-10 14:48:16.199883178 +0100
+++ /var/tmp/diff_new_pack.O9GTHx/_new  2017-11-10 14:48:16.203883033 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kwayland-integration
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kwayland-integration-5.11.2.tar.xz -> kwayland-integration-5.11.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-integration-5.11.2/CMakeLists.txt 
new/kwayland-integration-5.11.3/CMakeLists.txt
--- old/kwayland-integration-5.11.2/CMakeLists.txt  2017-10-24 
13:07:54.0 +0200
+++ new/kwayland-integration-5.11.3/CMakeLists.txt  2017-11-07 
13:48:09.0 +0100
@@ -1,5 +1,5 @@
 project(kwayland-integration)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit ksshaskpass5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2017-11-10 14:48:00

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


Package is "ksshaskpass5"

Fri Nov 10 14:48:00 2017 rev:46 rq:539707 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes
2017-10-27 13:49:47.872616212 +0200
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new/ksshaskpass5.changes   
2017-11-10 14:48:02.368383286 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:29 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  ksshaskpass-5.11.2.tar.xz

New:

  ksshaskpass-5.11.3.tar.xz



Other differences:
--
++ ksshaskpass5.spec ++
--- /var/tmp/diff_new_pack.NZTTys/_old  2017-11-10 14:48:04.300313433 +0100
+++ /var/tmp/diff_new_pack.NZTTys/_new  2017-11-10 14:48:04.304313288 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksshaskpass5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Plasma 5 version of ssh-askpass
 License:GPL-2.0+

++ ksshaskpass-5.11.2.tar.xz -> ksshaskpass-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.11.2/CMakeLists.txt 
new/ksshaskpass-5.11.3/CMakeLists.txt
--- old/ksshaskpass-5.11.2/CMakeLists.txt   2017-10-24 13:06:14.0 
+0200
+++ new/ksshaskpass-5.11.3/CMakeLists.txt   2017-11-07 13:46:42.0 
+0100
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 find_package(Qt5 REQUIRED COMPONENTS Core)
 




commit kscreenlocker for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2017-11-10 14:47:51

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


Package is "kscreenlocker"

Fri Nov 10 14:47:51 2017 rev:36 rq:539706 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes  
2017-10-27 13:49:42.604862422 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new/kscreenlocker.changes 
2017-11-10 14:47:56.128608897 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:28 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  kscreenlocker-5.11.2.tar.xz

New:

  kscreenlocker-5.11.3.tar.xz



Other differences:
--
++ kscreenlocker.spec ++
--- /var/tmp/diff_new_pack.HrrGGO/_old  2017-11-10 14:47:57.152571873 +0100
+++ /var/tmp/diff_new_pack.HrrGGO/_new  2017-11-10 14:47:57.156571729 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreenlocker
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Library and components for secure lock screen architecture
 License:GPL-2.0+

++ kscreenlocker-5.11.2.tar.xz -> kscreenlocker-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.11.2/CMakeLists.txt 
new/kscreenlocker-5.11.3/CMakeLists.txt
--- old/kscreenlocker-5.11.2/CMakeLists.txt 2017-10-24 13:05:34.0 
+0200
+++ new/kscreenlocker-5.11.3/CMakeLists.txt 2017-11-07 13:46:10.0 
+0100
@@ -1,4 +1,4 @@
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.11.2/po/da/kscreenlocker.po 
new/kscreenlocker-5.11.3/po/da/kscreenlocker.po
--- old/kscreenlocker-5.11.2/po/da/kscreenlocker.po 2017-10-24 
13:04:25.0 +0200
+++ new/kscreenlocker-5.11.3/po/da/kscreenlocker.po 2017-11-07 
13:45:12.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander , 2012, 2014, 2015.
+# Martin Schlander , 2012, 2014, 2015, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-03 03:06+0200\n"
-"PO-Revision-Date: 2015-11-22 22:11+0100\n"
+"PO-Revision-Date: 2017-10-28 20:08+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -18,15 +18,7 @@
 "X-Generator: Lokalize 2.0\n"
 
 #: abstractlocker.cpp:52
-#, fuzzy, kde-format
-#| msgid ""
-#| "The screen locker is broken and unlocking is not possible anymore.\n"
-#| "In order to unlock switch to a virtual terminal (e.g. Ctrl+Alt+F2),\n"
-#| "log in and execute the command:\n"
-#| "\n"
-#| "loginctl unlock-sessions\n"
-#| "\n"
-#| "Afterwards switch back to the running session (Ctrl+Alt+F%1)."
+#, kde-format
 msgid ""
 "The screen locker is broken and unlocking is not possible anymore.\n"
 "In order to unlock switch to a virtual terminal (e.g. Ctrl+Alt+F2),\n"
@@ -40,9 +32,9 @@
 "For at låse op, kan du skifte til en virtuel terminal (f.eks. Ctrl+Alt+F2),\n"
 "Logge ind og køre kommandoen:\n"
 "\n"
-"loginctl unlock-sessions\n"
+"loginctl unlock-session %1\n"
 "\n"
-"Bagefter kan du skifte tilbage til den kørende session (Ctrl+Alt+F%1)."
+"Bagefter kan du skifte tilbage til den kørende session (Ctrl+Alt+F%2)."
 
 #. i18n: ectx: label, entry, group (Daemon)
 #: kcfg/kscreenlockersettings.kcfg:10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.11.2/po/pt_BR/kscreenlocker.po 
new/kscreenlocker-5.11.3/po/pt_BR/kscreenlocker.po
--- old/kscreenlocker-5.11.2/po/pt_BR/kscreenlocker.po  2017-10-24 
13:05:11.0 +0200
+++ new/kscreenlocker-5.11.3/po/pt_BR/kscreenlocker.po  2017-11-07 
13:45:50.0 +0100
@@ -4,31 +4,24 @@
 #
 # Marcus Gama , 2012.
 # André Marcelo Alvarenga , 2014, 2015.
+# Luiz Fernando Ranghetti , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kscreenlocker\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-06-03 03:06+0200\n"

commit kscreen5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kscreen5 for openSUSE:Factory 
checked in at 2017-11-10 14:47:43

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


Package is "kscreen5"

Fri Nov 10 14:47:43 2017 rev:49 rq:539705 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes2017-10-27 
13:49:36.661140225 +0200
+++ /work/SRC/openSUSE:Factory/.kscreen5.new/kscreen5.changes   2017-11-10 
14:47:43.365070384 +0100
@@ -1,0 +2,11 @@
+Tue Nov  7 15:15:27 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * Don't re-align outputs when QMLOutput in clone mode moves
+  * Keep the unified QMLOutput always in center
+
+---

Old:

  kscreen-5.11.2.tar.xz

New:

  kscreen-5.11.3.tar.xz



Other differences:
--
++ kscreen5.spec ++
--- /var/tmp/diff_new_pack.WTVvcl/_old  2017-11-10 14:47:44.341035096 +0100
+++ /var/tmp/diff_new_pack.WTVvcl/_new  2017-11-10 14:47:44.345034952 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreen5
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kscreen-5.11.2.tar.xz -> kscreen-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.11.2/CMakeLists.txt 
new/kscreen-5.11.3/CMakeLists.txt
--- old/kscreen-5.11.2/CMakeLists.txt   2017-10-24 13:03:51.0 +0200
+++ new/kscreen-5.11.3/CMakeLists.txt   2017-11-07 13:44:42.0 +0100
@@ -1,5 +1,5 @@
 project(KScreen)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.11.2/kcm/src/declarative/qmloutput.cpp 
new/kscreen-5.11.3/kcm/src/declarative/qmloutput.cpp
--- old/kscreen-5.11.2/kcm/src/declarative/qmloutput.cpp2017-10-24 
13:01:03.0 +0200
+++ new/kscreen-5.11.3/kcm/src/declarative/qmloutput.cpp2017-11-07 
13:43:19.0 +0100
@@ -242,18 +242,25 @@
 return;
 }
 
-if (m_rightDock) {
-QMLOutput *rightDock = m_rightDock;
-float newWidth = currentOutputWidth() * m_screen->outputScale();
-setX(rightDock->x() - newWidth);
-setRightDockedTo(rightDock);
-}
+if (isCloneMode()) {
+const float newWidth = currentOutputWidth() * m_screen->outputScale();
+setX((m_screen->width() - newWidth) / 2);
+const float newHeight = currentOutputHeight() * 
m_screen->outputScale();
+setY((m_screen->height() - newHeight) / 2);
+} else {
+if (m_rightDock) {
+QMLOutput *rightDock = m_rightDock;
+float newWidth = currentOutputWidth() * m_screen->outputScale();
+setX(rightDock->x() - newWidth);
+setRightDockedTo(rightDock);
+}
 
-if (m_bottomDock) {
-QMLOutput *bottomDock = m_bottomDock;
-float newHeight = currentOutputHeight() * m_screen->outputScale();
-setY(bottomDock->y() - newHeight);
-setBottomDockedTo(bottomDock);
+if (m_bottomDock) {
+QMLOutput *bottomDock = m_bottomDock;
+float newHeight = currentOutputHeight() * m_screen->outputScale();
+setY(bottomDock->y() - newHeight);
+setBottomDockedTo(bottomDock);
+}
 }
 
 Q_EMIT currentOutputSizeChanged();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.11.2/kcm/src/declarative/qmlscreen.cpp 
new/kscreen-5.11.3/kcm/src/declarative/qmlscreen.cpp
--- old/kscreen-5.11.2/kcm/src/declarative/qmlscreen.cpp2017-10-24 
13:01:03.0 +0200
+++ new/kscreen-5.11.3/kcm/src/declarative/qmlscreen.cpp2017-11-07 
13:43:19.0 +0100
@@ -233,6 +233,10 @@
 
 void QMLScreen::qmlOutputMoved(QMLOutput *qmlOutput)
 {
+if (qmlOutput->isCloneMode()) {
+return;
+}
+
 updateCornerOutputs();
 
 if (m_leftmost) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.11.2/po/da/kcm_displayconfiguration.po 
new/kscreen-5.11.3/po/da/kcm_displayconfiguration.po
--- old/kscreen-5.11.2/po/da/kcm_displayconfiguration.po2017-10-24 
13:01:48.0 +0200
+++ new/kscreen-5.11.3/po/da/kcm_displayconfiguration.po2017-11-07 
13:43:41.0 +0100
@@ -1,13 +1,13 

commit kinfocenter5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2017-11-10 14:47:27

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


Package is "kinfocenter5"

Fri Nov 10 14:47:27 2017 rev:57 rq:539703 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2017-10-27 13:49:22.881784256 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2017-11-10 14:47:30.853522756 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:25 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  kinfocenter-5.11.2.tar.xz

New:

  kinfocenter-5.11.3.tar.xz



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.61ZOfo/_old  2017-11-10 14:47:32.053479370 +0100
+++ /var/tmp/diff_new_pack.61ZOfo/_new  2017-11-10 14:47:32.053479370 +0100
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   kinfocenter5
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kinfocenter-5.11.2.tar.xz -> kinfocenter-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.11.2/CMakeLists.txt 
new/kinfocenter-5.11.3/CMakeLists.txt
--- old/kinfocenter-5.11.2/CMakeLists.txt   2017-10-24 13:00:01.0 
+0200
+++ new/kinfocenter-5.11.3/CMakeLists.txt   2017-11-07 13:42:23.0 
+0100
@@ -1,5 +1,5 @@
 project(kinfocenter)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kinfocenter-5.11.2/po/ca/docs/kinfocenter/index.docbook 
new/kinfocenter-5.11.3/po/ca/docs/kinfocenter/index.docbook
--- old/kinfocenter-5.11.2/po/ca/docs/kinfocenter/index.docbook 2017-10-24 
12:59:54.0 +0200
+++ new/kinfocenter-5.11.3/po/ca/docs/kinfocenter/index.docbook 2017-11-07 
13:42:17.0 +0100
@@ -362,7 +362,7 @@
 El visor de dispositius mostra un arbre de tots els dispositius actualment 
 >detectats en el PC. Els llistats al començament de l'arbre són les categories de dispositius, 
feu clic esquerre en una categoria per a plegar o desplegar el llistat. Per 
mostrar informació sobre un dispositiu, feu clic esquerra sobre seu en el 
visor, la informació serà mostrada en el plafó informatiu al costat dret. Podeu 
fer clic dret sobre el visor de dispositius per a mostrar les següents opcions: 

+>. Els llistats al començament de l'arbre són les categories de dispositius, 
feu clic esquerre en una categoria per a plegar o desplegar el llistat. Per 
mostrar informació sobre un dispositiu, feu clic esquerre sobre seu en el 
visor, la informació serà mostrada en el plafó informatiu al costat dret. Podeu 
fer clic dret sobre el visor de dispositius per a mostrar les següents opcions: 

 
 , 2008, 2009, 2010, 2011, 2012, 2013, 
2015, 2016.
+# Josep Ma. Ferrer , 2008, 2009, 2010, 2011, 2012, 2013, 
2015, 2016, 2017.
 # Antoni Bella Pérez , 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_pci\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:20+0100\n"
-"PO-Revision-Date: 2016-03-10 21:16+0100\n"
+"PO-Revision-Date: 2017-11-06 21:21+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -967,7 +967,7 @@
 #: kpci_private.h:452 kpci_private.h:575
 #, kde-format
 msgid "Wireless controller"
-msgstr "Controlador de xarxa sense fils"
+msgstr "Controlador de xarxa sense fil"
 
 #: kpci_private.h:453
 #, kde-format
@@ -1447,7 +1447,7 @@
 #: kpci_private.h:576
 #, kde-format
 msgid "Unknown wireless controller"
-msgstr "Controlador desconegut de xarxa sense fils"
+msgstr "Controlador desconegut de xarxa sense fil"
 
 #: kpci_private.h:578
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.11.2/po/sr/kinfocenter.po 

commit kde-user-manager for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kde-user-manager for 
openSUSE:Factory checked in at 2017-11-10 14:47:07

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


Package is "kde-user-manager"

Fri Nov 10 14:47:07 2017 rev:40 rq:539700 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kde-user-manager/kde-user-manager.changes
2017-10-27 13:49:05.766584197 +0200
+++ /work/SRC/openSUSE:Factory/.kde-user-manager.new/kde-user-manager.changes   
2017-11-10 14:47:10.490259009 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:21 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  user-manager-5.11.2.tar.xz

New:

  user-manager-5.11.3.tar.xz



Other differences:
--
++ kde-user-manager.spec ++
--- /var/tmp/diff_new_pack.bsLEWH/_old  2017-11-10 14:47:11.870209116 +0100
+++ /var/tmp/diff_new_pack.bsLEWH/_new  2017-11-10 14:47:11.874208972 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-user-manager
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:KDE System Settings module to manage users
 License:GPL-2.0+

++ user-manager-5.11.2.tar.xz -> user-manager-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.11.2/CMakeLists.txt 
new/user-manager-5.11.3/CMakeLists.txt
--- old/user-manager-5.11.2/CMakeLists.txt  2017-10-24 13:46:14.0 
+0200
+++ new/user-manager-5.11.3/CMakeLists.txt  2017-11-07 14:36:13.0 
+0100
@@ -1,6 +1,6 @@
 project(user-manager)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})




commit kde-gtk-config5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2017-11-10 14:47:00

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


Package is "kde-gtk-config5"

Fri Nov 10 14:47:00 2017 rev:48 rq:539699 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2017-10-27 13:49:00.810815822 +0200
+++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new/kde-gtk-config5.changes 
2017-11-10 14:47:01.634579191 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:19 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * Be flexible to systems without a gtkrc file in /etc (kde#382291)
+
+---

Old:

  kde-gtk-config-5.11.2.tar.xz

New:

  kde-gtk-config-5.11.3.tar.xz



Other differences:
--
++ kde-gtk-config5.spec ++
--- /var/tmp/diff_new_pack.oTkRgA/_old  2017-11-10 14:47:02.722539855 +0100
+++ /var/tmp/diff_new_pack.oTkRgA/_new  2017-11-10 14:47:02.726539711 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-gtk-config5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:KCM Module to Configure GTK2 and GTK3 Applications Appearance 
Under KDE
 License:LGPL-3.0+ and GPL-3.0+

++ kde-gtk-config-5.11.2.tar.xz -> kde-gtk-config-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.11.2/CMakeLists.txt 
new/kde-gtk-config-5.11.3/CMakeLists.txt
--- old/kde-gtk-config-5.11.2/CMakeLists.txt2017-10-24 18:01:30.0 
+0200
+++ new/kde-gtk-config-5.11.3/CMakeLists.txt2017-11-07 13:36:37.0 
+0100
@@ -1,5 +1,5 @@
 project(kde-gtk-config)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 cmake_minimum_required(VERSION 2.8.12)
 
 find_package(ECM 0.0.9 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.11.2/kde-gtk-config.desktop 
new/kde-gtk-config-5.11.3/kde-gtk-config.desktop
--- old/kde-gtk-config-5.11.2/kde-gtk-config.desktop2017-10-24 
18:00:57.0 +0200
+++ new/kde-gtk-config-5.11.3/kde-gtk-config.desktop2017-11-07 
13:36:05.0 +0100
@@ -98,6 +98,7 @@
 X-KDE-Keywords=gnome,style,gtk
 X-KDE-Keywords[ca]=gnome,estil,gtk
 X-KDE-Keywords[ca@valencia]=gnome,estil,gtk
+X-KDE-Keywords[da]=gnome,stil,gtk
 X-KDE-Keywords[es]=gnome,estilo,gtk
 X-KDE-Keywords[eu]=gnome,estiloa,gtk
 X-KDE-Keywords[fr]=gnome,style,gtk
@@ -105,6 +106,7 @@
 X-KDE-Keywords[nl]=gnome,stijl,gtk
 X-KDE-Keywords[pl]=gnome,wygląd,gtk
 X-KDE-Keywords[pt]=gnome,estilo,gtk
+X-KDE-Keywords[pt_BR]=gnome,estilo,gtk
 X-KDE-Keywords[sk]=gnome,štýl,gtk
 X-KDE-Keywords[sr]=gnome,style,gtk,Гном,стил,ГТК
 X-KDE-Keywords[sr@ijekavian]=gnome,style,gtk,Гном,стил,ГТК
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.11.2/po/da/kde-gtk-config.po 
new/kde-gtk-config-5.11.3/po/da/kde-gtk-config.po
--- old/kde-gtk-config-5.11.2/po/da/kde-gtk-config.po   2017-10-24 
18:01:12.0 +0200
+++ new/kde-gtk-config-5.11.3/po/da/kde-gtk-config.po   2017-11-07 
13:36:20.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander , 2014, 2015, 2016.
+# Martin Schlander , 2014, 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-08-10 03:33+0200\n"
-"PO-Revision-Date: 2016-09-24 21:44+0100\n"
+"PO-Revision-Date: 2017-10-28 19:59+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -387,10 +387,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, label_5)
 #: src/ui/gui.ui:412
-#, fuzzy, kde-format
-#| msgid "Select a GTK3 Theme:"
+#, kde-format
 msgid "Prefer Dark GTK3 Theme"
-msgstr "Vælg et GTK3-tema:"
+msgstr "Foretræk mørkt GTK3-tema"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
 #: src/ui/gui.ui:435
@@ -444,16 +443,16 @@
 #: src/ui/gui.ui:503
 #, kde-format
 msgid "On left-clicking the scroll bar:"
-msgstr ""
+msgstr "Ved venstreklik på rullebjælken:"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radioButton_dont_warp)
 #: src/ui/gui.ui:510
 #, kde-format
 msgid 

commit kactivitymanagerd for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kactivitymanagerd for 
openSUSE:Factory checked in at 2017-11-10 14:46:42

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


Package is "kactivitymanagerd"

Fri Nov 10 14:46:42 2017 rev:32 rq:539696 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes  
2017-10-27 13:48:46.283494806 +0200
+++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new/kactivitymanagerd.changes 
2017-11-10 14:46:49.863004796 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:16 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * [resources] Nicely quit threads
+
+---

Old:

  kactivitymanagerd-5.11.2.tar.xz

New:

  kactivitymanagerd-5.11.3.tar.xz



Other differences:
--
++ kactivitymanagerd.spec ++
--- /var/tmp/diff_new_pack.Et9kdr/_old  2017-11-10 14:46:51.018963002 +0100
+++ /var/tmp/diff_new_pack.Et9kdr/_new  2017-11-10 14:46:51.018963002 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kactivitymanagerd
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivitymanagerd-5.11.2.tar.xz -> kactivitymanagerd-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.11.2/src/service/Resources.cpp 
new/kactivitymanagerd-5.11.3/src/service/Resources.cpp
--- old/kactivitymanagerd-5.11.2/src/service/Resources.cpp  2017-10-24 
12:46:04.0 +0200
+++ new/kactivitymanagerd-5.11.3/src/service/Resources.cpp  2017-11-07 
13:32:45.0 +0100
@@ -54,6 +54,11 @@
 {
 }
 
+Resources::Private::~Private()
+{
+quit();
+}
+
 namespace {
 EventList events;
 QMutex events_mutex;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.11.2/src/service/Resources_p.h 
new/kactivitymanagerd-5.11.3/src/service/Resources_p.h
--- old/kactivitymanagerd-5.11.2/src/service/Resources_p.h  2017-10-24 
12:46:04.0 +0200
+++ new/kactivitymanagerd-5.11.3/src/service/Resources_p.h  2017-11-07 
13:32:45.0 +0100
@@ -38,6 +38,7 @@
 
 public:
 Private(Resources *parent);
+~Private();
 
 void run() Q_DECL_OVERRIDE;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivitymanagerd-5.11.2/src/service/plugins/sqlite/ResourceScoreMaintainer.cpp
 
new/kactivitymanagerd-5.11.3/src/service/plugins/sqlite/ResourceScoreMaintainer.cpp
--- 
old/kactivitymanagerd-5.11.2/src/service/plugins/sqlite/ResourceScoreMaintainer.cpp
 2017-10-24 12:46:04.0 +0200
+++ 
new/kactivitymanagerd-5.11.3/src/service/plugins/sqlite/ResourceScoreMaintainer.cpp
 2017-11-07 13:32:45.0 +0100
@@ -40,6 +40,7 @@
 
 class ResourceScoreMaintainer::Private : public QThread {
 public:
+~Private();
 typedef QString ApplicationName;
 typedef QString ActivityID;
 typedef QList ResourceList;
@@ -55,6 +56,11 @@
  const Applications );
 };
 
+ResourceScoreMaintainer::Private::~Private()
+{
+quit();
+}
+
 void ResourceScoreMaintainer::Private::run()
 {
 using namespace kamd::utils;




commit kmenuedit5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2017-11-10 14:47:36

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


Package is "kmenuedit5"

Fri Nov 10 14:47:36 2017 rev:52 rq:539704 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2017-10-27 
13:49:30.917408681 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new/kmenuedit5.changes   
2017-11-10 14:47:38.249255354 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:26 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  kmenuedit-5.11.2.tar.xz

New:

  kmenuedit-5.11.3.tar.xz



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.WtHRj7/_old  2017-11-10 14:47:39.861197072 +0100
+++ /var/tmp/diff_new_pack.WtHRj7/_new  2017-11-10 14:47:39.861197072 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kmenuedit5
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ kmenuedit-5.11.2.tar.xz -> kmenuedit-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.11.2/CMakeLists.txt 
new/kmenuedit-5.11.3/CMakeLists.txt
--- old/kmenuedit-5.11.2/CMakeLists.txt 2017-10-24 13:00:59.0 +0200
+++ new/kmenuedit-5.11.3/CMakeLists.txt 2017-11-07 13:43:15.0 +0100
@@ -1,5 +1,5 @@
 project(kmenuedit)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")




commit khotkeys5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2017-11-10 14:47:21

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


Package is "khotkeys5"

Fri Nov 10 14:47:21 2017 rev:54 rq:539702 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2017-10-27 
13:49:15.822114216 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2017-11-10 
14:47:23.845776129 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:23 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  khotkeys-5.11.2.tar.xz

New:

  khotkeys-5.11.3.tar.xz



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.9HUKNK/_old  2017-11-10 14:47:24.721744458 +0100
+++ /var/tmp/diff_new_pack.9HUKNK/_new  2017-11-10 14:47:24.725744313 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   khotkeys5
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ khotkeys-5.11.2.tar.xz -> khotkeys-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.11.2/CMakeLists.txt 
new/khotkeys-5.11.3/CMakeLists.txt
--- old/khotkeys-5.11.2/CMakeLists.txt  2017-10-24 12:56:21.0 +0200
+++ new/khotkeys-5.11.3/CMakeLists.txt  2017-11-07 13:40:39.0 +0100
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.11.2/po/sr/khotkeys.po 
new/khotkeys-5.11.3/po/sr/khotkeys.po
--- old/khotkeys-5.11.2/po/sr/khotkeys.po   2017-10-24 12:55:57.0 
+0200
+++ new/khotkeys-5.11.3/po/sr/khotkeys.po   2017-11-07 13:40:19.0 
+0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: khotkeys\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:20+0100\n"
-"PO-Revision-Date: 2017-09-28 17:58+0200\n"
+"PO-Revision-Date: 2017-10-30 23:08+0100\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
 "Language: sr\n"
@@ -215,7 +215,7 @@
 #: kcm_hotkeys/global_settings_widget.ui:70
 #, kde-format
 msgid "ms"
-msgstr "ms"
+msgstr " ms"
 
 #. i18n: ectx: property (text), widget (QLabel, gestures_button_label)
 #: kcm_hotkeys/global_settings_widget.ui:99
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.11.2/po/sr@ijekavian/khotkeys.po 
new/khotkeys-5.11.3/po/sr@ijekavian/khotkeys.po
--- old/khotkeys-5.11.2/po/sr@ijekavian/khotkeys.po 2017-10-24 
12:55:57.0 +0200
+++ new/khotkeys-5.11.3/po/sr@ijekavian/khotkeys.po 2017-11-07 
13:40:19.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: khotkeys\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:20+0100\n"
-"PO-Revision-Date: 2017-09-28 17:58+0200\n"
+"PO-Revision-Date: 2017-10-30 23:08+0100\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
 "Language: sr@ijekavian\n"
@@ -215,7 +215,7 @@
 #: kcm_hotkeys/global_settings_widget.ui:70
 #, kde-format
 msgid "ms"
-msgstr "ms"
+msgstr " ms"
 
 #. i18n: ectx: property (text), widget (QLabel, gestures_button_label)
 #: kcm_hotkeys/global_settings_widget.ui:99
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.11.2/po/sr@ijekavianlatin/khotkeys.po 
new/khotkeys-5.11.3/po/sr@ijekavianlatin/khotkeys.po
--- old/khotkeys-5.11.2/po/sr@ijekavianlatin/khotkeys.po2017-10-24 
12:55:57.0 +0200
+++ new/khotkeys-5.11.3/po/sr@ijekavianlatin/khotkeys.po2017-11-07 
13:40:19.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: khotkeys\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:20+0100\n"
-"PO-Revision-Date: 2017-09-28 17:58+0200\n"
+"PO-Revision-Date: 2017-10-30 23:08+0100\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
 "Language: sr@ijekavianlatin\n"
@@ -215,7 +215,7 @@
 #: kcm_hotkeys/global_settings_widget.ui:70
 #, kde-format
 msgid "ms"
-msgstr "ms"
+msgstr " ms"
 
 #. i18n: ectx: property 

commit kde-cli-tools5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2017-11-10 14:46:54

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


Package is "kde-cli-tools5"

Fri Nov 10 14:46:54 2017 rev:58 rq:539698 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2017-10-27 13:48:55.347071190 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new/kde-cli-tools5.changes   
2017-11-10 14:46:56.302771965 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:18 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  kde-cli-tools-5.11.2.tar.xz

New:

  kde-cli-tools-5.11.3.tar.xz



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.J3ux9f/_old  2017-11-10 14:46:57.382732919 +0100
+++ /var/tmp/diff_new_pack.J3ux9f/_new  2017-11-10 14:46:57.382732919 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-cli-tools5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0+

++ kde-cli-tools-5.11.2.tar.xz -> kde-cli-tools-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-cli-tools-5.11.2/CMakeLists.txt 
new/kde-cli-tools-5.11.3/CMakeLists.txt
--- old/kde-cli-tools-5.11.2/CMakeLists.txt 2017-10-24 12:50:19.0 
+0200
+++ new/kde-cli-tools-5.11.3/CMakeLists.txt 2017-11-07 13:35:34.0 
+0100
@@ -1,5 +1,5 @@
 project(KDE-CLI-Tools)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")




commit kgamma5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2017-11-10 14:47:15

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


Package is "kgamma5"

Fri Nov 10 14:47:15 2017 rev:34 rq:539701 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2017-10-27 
13:49:11.658308826 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new/kgamma5.changes 2017-11-10 
14:47:17.062021402 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:22 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  kgamma5-5.11.2.tar.xz

New:

  kgamma5-5.11.3.tar.xz



Other differences:
--
++ kgamma5.spec ++
--- /var/tmp/diff_new_pack.a5pZiB/_old  2017-11-10 14:47:17.913990598 +0100
+++ /var/tmp/diff_new_pack.a5pZiB/_new  2017-11-10 14:47:17.917990454 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kgamma5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0+

++ kgamma5-5.11.2.tar.xz -> kgamma5-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.11.2/CMakeLists.txt 
new/kgamma5-5.11.3/CMakeLists.txt
--- old/kgamma5-5.11.2/CMakeLists.txt   2017-10-24 12:55:00.0 +0200
+++ new/kgamma5-5.11.3/CMakeLists.txt   2017-11-07 13:39:25.0 +0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.9)
 project(kgamma)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)




commit breeze for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-11-10 14:46:08

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


Package is "breeze"

Fri Nov 10 14:46:08 2017 rev:55 rq:539691 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-10-27 
13:48:25.320474581 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-11-10 
14:46:12.748346664 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:11 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.11.2.tar.xz

New:

  breeze-5.11.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.TOMFi7/_old  2017-11-10 14:46:16.624206536 +0100
+++ /var/tmp/diff_new_pack.TOMFi7/_new  2017-11-10 14:46:16.628206391 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.11.2
+Version:5.11.3
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.TOMFi7/_old  2017-11-10 14:46:16.656205379 +0100
+++ /var/tmp/diff_new_pack.TOMFi7/_new  2017-11-10 14:46:16.660205235 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.11.2
+Version:5.11.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

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




commit breeze-gtk for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2017-11-10 14:46:16

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


Package is "breeze-gtk"

Fri Nov 10 14:46:16 2017 rev:34 rq:539692 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes2017-10-27 
13:48:28.704316426 +0200
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new/breeze-gtk.changes   
2017-11-10 14:46:17.948158670 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:12 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  breeze-gtk-5.11.2.tar.xz

New:

  breeze-gtk-5.11.3.tar.xz



Other differences:
--
++ breeze-gtk.spec ++
--- /var/tmp/diff_new_pack.2OmcUr/_old  2017-11-10 14:46:20.448068287 +0100
+++ /var/tmp/diff_new_pack.2OmcUr/_new  2017-11-10 14:46:20.452068142 +0100
@@ -18,7 +18,7 @@
 
 %define _name   breeze
 Name:   breeze-gtk
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:GTK+ theme matching KDE's Breeze
 License:LGPL-2.1

++ breeze-gtk-5.11.2.tar.xz -> breeze-gtk-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.11.2/CMakeLists.txt 
new/breeze-gtk-5.11.3/CMakeLists.txt
--- old/breeze-gtk-5.11.2/CMakeLists.txt2017-10-24 12:40:46.0 
+0200
+++ new/breeze-gtk-5.11.3/CMakeLists.txt2017-11-07 13:28:52.0 
+0100
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)




commit discover for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package discover for openSUSE:Factory 
checked in at 2017-11-10 14:46:23

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


Package is "discover"

Fri Nov 10 14:46:23 2017 rev:28 rq:539694 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/discover/discover.changes2017-10-27 
13:48:36.347959176 +0200
+++ /work/SRC/openSUSE:Factory/.discover.new/discover.changes   2017-11-10 
14:46:33.607592510 +0100
@@ -1,0 +2,26 @@
+Tue Nov  7 15:15:13 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * Don't refresh invalid backends (kde#386045)
+  * Remove unused class
+  * Don't delete resources whenever asked to clear the view
+  * Extend the resetModel until the model is ready to be fetched again
+  * Make sure we set the page size
+  * Unneeded dependency in the library
+  * Fix warning
+  * Remove unused code
+  * --warning: don't capture unused variable
+  * Properly listen to ODRS replies
+  * Assert on ODRS reviews fetched
+  * Don't leak QNetworkAccessManager instances
+  * Recover the right delegate background color
+  * Improve global updates progress reporting
+  * Improve progress reporting in some PackageKit updates
+  * Show errors from refreshing (kde#386244)
+  * Include the progress of transactions (kde#384038)
+
+---

Old:

  discover-5.11.2.tar.xz

New:

  discover-5.11.3.tar.xz



Other differences:
--
++ discover.spec ++
--- /var/tmp/diff_new_pack.zkF814/_old  2017-11-10 14:46:34.723552162 +0100
+++ /var/tmp/diff_new_pack.zkF814/_new  2017-11-10 14:46:34.727552018 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   discover
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:KDE Software Installer
 License:GPL-2.0 and GPL-3.0 and GPL-3.0+

++ discover-5.11.2.tar.xz -> discover-5.11.3.tar.xz ++
/work/SRC/openSUSE:Factory/discover/discover-5.11.2.tar.xz 
/work/SRC/openSUSE:Factory/.discover.new/discover-5.11.3.tar.xz differ: char 
26, line 1




commit drkonqi5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package drkonqi5 for openSUSE:Factory 
checked in at 2017-11-10 14:46:30

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


Package is "drkonqi5"

Fri Nov 10 14:46:30 2017 rev:4 rq:539695 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/drkonqi5/drkonqi5.changes2017-10-27 
13:48:40.963743442 +0200
+++ /work/SRC/openSUSE:Factory/.drkonqi5.new/drkonqi5.changes   2017-11-10 
14:46:38.303422733 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:14 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  drkonqi-5.11.2.tar.xz

New:

  drkonqi-5.11.3.tar.xz



Other differences:
--
++ drkonqi5.spec ++
--- /var/tmp/diff_new_pack.crbSKR/_old  2017-11-10 14:46:39.427382096 +0100
+++ /var/tmp/diff_new_pack.crbSKR/_new  2017-11-10 14:46:39.431381952 +0100
@@ -23,7 +23,7 @@
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
 # Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
 %{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk 
-F. '{print $1"."$2}')}
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Helper for debugging and reporting crashes
 License:GPL-2.0+

++ drkonqi-5.11.2.tar.xz -> drkonqi-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drkonqi-5.11.2/CMakeLists.txt 
new/drkonqi-5.11.3/CMakeLists.txt
--- old/drkonqi-5.11.2/CMakeLists.txt   2017-10-24 12:45:57.0 +0200
+++ new/drkonqi-5.11.3/CMakeLists.txt   2017-11-07 13:32:37.0 +0100
@@ -1,5 +1,5 @@
 project(drkonqi)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drkonqi-5.11.2/po/da/drkonqi5.po 
new/drkonqi-5.11.3/po/da/drkonqi5.po
--- old/drkonqi-5.11.2/po/da/drkonqi5.po2017-10-24 12:45:31.0 
+0200
+++ new/drkonqi-5.11.3/po/da/drkonqi5.po2017-11-07 13:32:16.0 
+0100
@@ -4,13 +4,13 @@
 #
 # Keld Simonsen , 2000.
 # Erik Kjær Pedersen , 2002,2003, 2004, 2005.
-# Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013, 2015, 2016.
+# Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013, 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: drkonqi\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-10-11 09:34+0200\n"
-"PO-Revision-Date: 2016-08-07 13:55+0100\n"
+"PO-Revision-Date: 2017-10-28 19:47+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -2473,11 +2473,9 @@
 
 #. i18n: ectx: property (accessibleName), widget (QTextEdit, m_detailsEdit)
 #: bugzillaintegration/ui/assistantpage_bugzilla_information.ui:48
-#, fuzzy, kde-format
-#| msgctxt "@label:textbox"
-#| msgid "Information about the crash:"
+#, kde-format
 msgid "Information about the crash text"
-msgstr "Information om sammenbruddet:"
+msgstr "Information om sammenbruddet"
 
 #. i18n: ectx: property (title), widget (QGroupBox, m_distributionGroupBox)
 #: bugzillaintegration/ui/assistantpage_bugzilla_information.ui:58
@@ -2520,19 +2518,15 @@
 
 #. i18n: ectx: property (accessibleName), widget (KLineEdit, m_passwordEdit)
 #: bugzillaintegration/ui/assistantpage_bugzilla_login.ui:52
-#, fuzzy, kde-format
-#| msgctxt "@label:textbox bugzilla account password"
-#| msgid "Password:"
+#, kde-format
 msgid "Password input"
-msgstr "Adgangskode:"
+msgstr "Adgangskode-input"
 
 #. i18n: ectx: property (accessibleName), widget (KLineEdit, m_userEdit)
 #: bugzillaintegration/ui/assistantpage_bugzilla_login.ui:65
-#, fuzzy, kde-format
-#| msgctxt "@label:textbox bugzilla account username"
-#| msgid "Username:"
+#, kde-format
 msgid "Username input"
-msgstr "Brugernavn:"
+msgstr "Brugernavn-input"
 
 #. i18n: ectx: property (text), widget (QCheckBox, m_savePasswordCheckBox)
 #: bugzillaintegration/ui/assistantpage_bugzilla_login.ui:77
@@ -2695,22 +2689,14 @@
 "Udviklerinformation.)"
 
 #: drkonqidialog.cpp:132
-#, fuzzy, kde-kuit-format
-#| msgctxt "@info"
-#| msgid ""
-#| "You can help us improve KDE Software by reporting this error.Learn more about bug reporting.It is safe to close this dialog if you do not want to "

commit bluedevil5 for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Factory 
checked in at 2017-11-10 14:45:59

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


Package is "bluedevil5"

Fri Nov 10 14:45:59 2017 rev:47 rq:539690 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes2017-10-27 
13:48:17.940819491 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new/bluedevil5.changes   
2017-11-10 14:46:01.528752298 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:10 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  bluedevil-5.11.2.tar.xz

New:

  bluedevil-5.11.3.tar.xz



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.HUKYVG/_old  2017-11-10 14:46:03.472682018 +0100
+++ /var/tmp/diff_new_pack.HUKYVG/_new  2017-11-10 14:46:03.476681873 +0100
@@ -19,7 +19,7 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0+

++ bluedevil-5.11.2.tar.xz -> bluedevil-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.11.2/CMakeLists.txt 
new/bluedevil-5.11.3/CMakeLists.txt
--- old/bluedevil-5.11.2/CMakeLists.txt 2017-10-24 12:37:21.0 +0200
+++ new/bluedevil-5.11.3/CMakeLists.txt 2017-11-07 13:25:02.0 +0100
@@ -1,5 +1,5 @@
 project(bluedevil)
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.11.2/po/id/bluedevil.po 
new/bluedevil-5.11.3/po/id/bluedevil.po
--- old/bluedevil-5.11.2/po/id/bluedevil.po 2017-10-24 12:35:51.0 
+0200
+++ new/bluedevil-5.11.3/po/id/bluedevil.po 2017-11-07 13:24:10.0 
+0100
@@ -1,16 +1,16 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-#
-# Translators:
 # Rendiyono Wahyu Saputro , 2015.
 # wantoyo , 2015-2016.
-# Wantoyo , 2016.
+# Wantoyo , 2016, 2017.
+#
+# Translators:
 msgid ""
 msgstr ""
 "Project-Id-Version: KDE Frameworks 5 Applications\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-02-25 04:08+0100\n"
-"PO-Revision-Date: 2016-07-20 20:35+0700\n"
+"PO-Revision-Date: 2017-10-24 22:43+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -18,6 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -56,7 +57,7 @@
 #, kde-format
 msgctxt "Radio widget to set if we want the adapter to be temporarily visible"
 msgid "Temporarily visible"
-msgstr "Sementara terlihat"
+msgstr "Terlihat sementara"
 
 #: kcmodule/adapters/adapters.cpp:113
 #, kde-format
@@ -116,13 +117,13 @@
 #: sendfile/main.cpp:40 wizard/main.cpp:42
 #, kde-format
 msgid "Maintainer"
-msgstr "Pengelola"
+msgstr "Pemelihara"
 
 #: kcmodule/adapters/adapters.cpp:278 kcmodule/devices/devices.cpp:124
 #: kcmodule/global/global.cpp:58
 #, kde-format
 msgid "Previous Developer and Maintainer"
-msgstr "Pengembang dan Pengelola sebelumnya"
+msgstr "Pengembang dan Pemelihara sebelumnya"
 
 #: kcmodule/adapters/adapters.cpp:348
 #, kde-format
@@ -233,7 +234,7 @@
 #, kde-format
 msgctxt "This device is a Mouse"
 msgid "Mouse"
-msgstr "Tetikus"
+msgstr "Mouse"
 
 #: kcmodule/devices/devicedetails.cpp:234
 #, kde-format
@@ -251,7 +252,7 @@
 #, kde-format
 msgctxt "This device is a Peripheral device"
 msgid "Peripheral"
-msgstr "Peripheral"
+msgstr "Peranti"
 
 #: kcmodule/devices/devicedetails.cpp:240
 #, kde-format
@@ -266,9 +267,7 @@
 msgstr "Printer"
 
 #: kcmodule/devices/devicedetails.cpp:244
-#, fuzzy, kde-format
-#| msgctxt "This device is an Imaging device"
-#| msgid "Imaging"
+#, kde-format
 msgctxt ""
 "This device is an Imaging device (printer, scanner, camera, display, ...)"
 msgid "Imaging"
@@ -278,7 +277,7 @@
 #, kde-format
 msgctxt "This device is a Wearable"
 msgid "Wearable"
-msgstr "Yang dapat dipakai"
+msgstr "Dapat 

  1   2   >