commit relaxngDatatype for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package relaxngDatatype for openSUSE:Factory 
checked in at 2017-06-10 18:33:33

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


Package is "relaxngDatatype"

Sat Jun 10 18:33:33 2017 rev:15 rq:502560 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/relaxngDatatype/relaxngDatatype.changes  
2014-07-21 10:35:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.relaxngDatatype.new/relaxngDatatype.changes 
2017-06-10 18:33:34.343013642 +0200
@@ -1,0 +2,6 @@
+Fri Jun  9 10:36:56 UTC 2017 - tchva...@suse.com
+
+- Obsolete javadoc to bootstrap using gcj
+- Add patch no-javadoc.patch
+
+---

New:

  no-javadoc.patch



Other differences:
--
++ relaxngDatatype.spec ++
--- /var/tmp/diff_new_pack.8FPqET/_old  2017-06-10 18:33:34.874938432 +0200
+++ /var/tmp/diff_new_pack.8FPqET/_new  2017-06-10 18:33:34.878937867 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package relaxngDatatype
 #
-# 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
@@ -24,9 +24,11 @@
 Group:  Development/Languages/Java
 Url:https://sourceforge.net/projects/relaxng
 Source0:relaxngDatatype-1.0.tar.bz2
+Patch0: no-javadoc.patch
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
+Obsoletes:  %{name}-javadoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -35,38 +37,25 @@
 related to the construction of the RELAX NG language and its
 implementations.
 
-%packagejavadoc
-Summary:RELAX NG Datatype API
-Group:  Development/Languages/Java
-
-%descriptionjavadoc
-RELAX NG is a public space for test cases and other ancillary software
-related to the construction of the RELAX NG language and its
-implementations.
-
 %prep
 %setup -q
 # wrong end of line necoding
 sed -i -e 's/.$//' copying.txt
+%patch0 -p1
 
 %build
-ant -Dbuild.sysclasspath=only -Dant.build.javac.source=1.4 
-Dant.build.javac.target=1.5
+ant \
+-Dbuild.sysclasspath=only \
+-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
 
 %install
 install -Dpm 644 %{name}.jar \
   %{buildroot}%{_javadir}/%{name}-%{version}.jar
 ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
-#
-install -dm 755 %{buildroot}%{_javadocdir}/%{name}
-cp -pr doc/* %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root,-)
 %doc copying.txt
 %{_javadir}/*.jar
 
-%files javadoc
-%defattr(-,root,root,-)
-%doc %{_javadocdir}/%{name}
-
 %changelog

++ no-javadoc.patch ++
Index: relaxngDatatype-1.0/build.xml
===
--- relaxngDatatype-1.0.orig/build.xml
+++ relaxngDatatype-1.0/build.xml
@@ -32,7 +32,7 @@ Implementation-Vendor: relaxng.sourcefor



-   
+   






commit javassist for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package javassist for openSUSE:Factory 
checked in at 2017-06-10 18:33:00

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


Package is "javassist"

Sat Jun 10 18:33:00 2017 rev:10 rq:502546 version:3.21.0

Changes:

--- /work/SRC/openSUSE:Factory/javassist/javassist.changes  2015-01-30 
06:03:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.javassist.new/javassist.changes 2017-06-10 
18:33:01.587644990 +0200
@@ -1,0 +2,7 @@
+Fri Jun  9 10:14:10 UTC 2017 - tchva...@suse.com
+
+- Version update to 3.21.0:
+  * various compiler settings
+  * Require java >= 1.6
+
+---

Old:

  rel_3_19_0_ga.tar.gz

New:

  rel_3_21_0_ga.tar.gz



Other differences:
--
++ javassist.spec ++
--- /var/tmp/diff_new_pack.M9MAI6/_old  2017-06-10 18:33:02.675491177 +0200
+++ /var/tmp/diff_new_pack.M9MAI6/_new  2017-06-10 18:33:02.675491177 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package javassist
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2005, JPackage Project
 # All rights reserved.
 #
@@ -18,19 +18,18 @@
 #
 
 
-
 Summary:Java Programming Assistant: bytecode manipulation
 License:LGPL-2.1+ or MPL-1.1
 Group:  Development/Libraries/Java
 Name:   javassist
-%define tar_version rel_3_19_0_ga
-Version:3.19.0
+%define tar_version rel_3_21_0_ga
+Version:3.21.0
 Release:0
 Url:http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/
 Source0:
https://github.com/jboss-javassist/javassist/archive/%{tar_version}.tar.gz
 BuildRequires:  ant >= 1.6
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-tools
-BuildRequires:  java-devel
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -96,24 +95,14 @@
 cp -pr sample/* $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
 
 # javadoc
-mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr html/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink
+mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+cp -pr html/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
 # manual
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/tutorial
 cp -pr tutorial/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/tutorial
 cp -p License.html $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
-%post javadoc
-rm -f %{_javadocdir}/%{name}
-ln -s %{name}-%{version} %{_javadocdir}/%{name}
-
-%postun javadoc
-if [ "$1" = "0" ]; then
-  rm -f %{_javadocdir}/%{name}
-fi
-
 %files
 %defattr(0644,root,root,0755)
 %dir %{_docdir}/%{name}-%{version}
@@ -126,8 +115,7 @@
 
 %files javadoc
 %defattr(0644,root,root,0755)
-%doc %{_javadocdir}/%{name}-%{version}
-%ghost %doc %{_javadocdir}/%{name}
+%doc %{_javadocdir}/%{name}
 
 %files manual
 %defattr(0644,root,root,0755)

++ rel_3_19_0_ga.tar.gz -> rel_3_21_0_ga.tar.gz ++
 3699 lines of diff (skipped)




commit qdox for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package qdox for openSUSE:Factory checked in 
at 2017-06-10 18:33:19

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


Package is "qdox"

Sat Jun 10 18:33:19 2017 rev:19 rq:502556 version:1.12.1

Changes:

--- /work/SRC/openSUSE:Factory/qdox/qdox.changes2014-09-01 
07:59:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.qdox.new/qdox.changes   2017-06-10 
18:33:20.293000199 +0200
@@ -1,0 +2,6 @@
+Fri Jun  9 10:30:22 UTC 2017 - tchva...@suse.com
+
+- Remove maven conditionals
+- Drop javadoc to bootstrap
+
+---



Other differences:
--
++ qdox.spec ++
--- /var/tmp/diff_new_pack.u10QyA/_old  2017-06-10 18:33:20.856920465 +0200
+++ /var/tmp/diff_new_pack.u10QyA/_new  2017-06-10 18:33:20.860919899 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qdox
 #
-# 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
@@ -16,18 +16,9 @@
 #
 
 
-%bcond_with maven
-%bcond_with junit_test
-# If you want repolib package to be built,
-# issue the following: 'rpmbuild --with repolib'
-%define _with_repolib 1
-%define with_repolib %{?_with_repolib:1}%{!?_with_repolib:0}
-%define without_repolib %{!?_with_repolib:1}%{?_with_repolib:0}
 %define repodir %{_javadir}/repository.jboss.com/qdox/1.6.1-brew
 %define repodirlib %{repodir}/lib
 %define repodirsrc %{repodir}/src
-%define section free
-
 Name:   qdox
 Version:1.12.1
 Release:0
@@ -45,34 +36,16 @@
 Source5:qdox-LocatedDef.java
 Source6:qdox-build.xml
 Source7:qdox-component-info.xml
-BuildRequires:  gpg2
-BuildRequires:  javapackages-tools
-BuildRequires:  xz
-%if %with maven
-BuildRequires:  jmock >= 1.0
-BuildRequires:  maven >= 1.1
-BuildRequires:  maven-plugin-license
-BuildRequires:  maven-plugin-test
-BuildRequires:  maven-plugin-xdoc
-BuildRequires:  maven-plugins-base
-BuildRequires:  mockobjects >= 0.09
-BuildRequires:  saxon9
-BuildRequires:  saxon9-scripts
-%endif
 BuildRequires:  ant >= 1.6
-#BuildRequires:  ant-junit >= 1.6
 BuildRequires:  byaccj
-%if %{with junit_test}
-BuildRequires:  java-cup
-BuildRequires:  jflex
-BuildRequires:  jmock
-BuildRequires:  junit >= 3.8.1
-%else
+BuildRequires:  gpg2
 BuildRequires:  java-cup-bootstrap
+BuildRequires:  javapackages-tools
 BuildRequires:  jflex-bootstrap
-%endif
-BuildArch:  noarch
+BuildRequires:  xz
+Obsoletes:  %{name}-javadoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 QDox is a high speed, small footprint parser for extracting
@@ -80,10 +53,6 @@
 JavaDoc @tags. It is designed to be used by active code generators or
 documentation tools.
 
-
-
-%if %{with_repolib}
-
 %package repolib
 Summary:Artifacts to be uploaded to a repository library
 Group:  Development/Libraries/Java
@@ -94,10 +63,6 @@
 JavaDoc @tags. It is designed to be used by active code generators or
 documentation tools.
 
-
-
-%endif
-
 %package javadoc
 Summary:Extract class/interface/method definitions from sources
 Group:  Development/Libraries/Java
@@ -108,50 +73,20 @@
 JavaDoc @tags. It is designed to be used by active code generators or
 documentation tools.
 
-
-
 %prep
 %setup -q
 # % patch1 -p1
 # % patch2 -p1
 cp -p %{SOURCE5} src/java/com/thoughtworks/qdox/parser/structs/LocatedDef.java 
 sed -e "s/@VERSION@/%{version}/g" %{SOURCE6} > build.xml
-%if %{with_repolib}
 tag=`echo %{name}-%{version}-%{release} | sed 's|\.|_|g'`
 sed -i "s/@TAG@/$tag/g" %{SOURCE7}
-%endif
 
 %build
-%if %with maven
-export DEPCAT=$(pwd)/qdox-1.6-depcat.new.xml
-echo '' > $DEPCAT
-echo '' >> $DEPCAT
-for p in $(find . -name project.xml); do
-pushd $(dirname $p)
-%{_bindir}/saxon9 project.xml %{SOURCE1} >> $DEPCAT
-popd
-done
-echo >> $DEPCAT
-echo '' >> $DEPCAT
-%{_bindir}/saxon9 $DEPCAT %{SOURCE2} > qdox-1.6-depmap.new.xml
-for p in $(find . -name project.xml); do
-pushd $(dirname $p)
-cp project.xml project.xml.orig
-%{_bindir}/saxon9 -o project.xml project.xml.orig %{SOURCE3} map=%{SOURCE4}
-popd
-done
-export MAVEN_HOME_LOCAL=$(pwd)/.maven
-export CLASSPATH=$(build-classpath junit)
-maven \
--Dmaven.repo.remote=file:/usr/share/maven-1.0/repository \
--Dmaven.home.local=$MAVEN_HOME_LOCAL \
--Dqdox.byaccj.executable=byaccj \
-jar javadoc
-%else
 export OPT_JAR_LIST="junit ant/ant-junit"
 mkdir -p target/src/java/com/

commit jdepend for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package jdepend for openSUSE:Factory checked 
in at 2017-06-10 18:33:05

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


Package is "jdepend"

Sat Jun 10 18:33:05 2017 rev:16 rq:502548 version:2.9.1

Changes:

--- /work/SRC/openSUSE:Factory/jdepend/jdepend.changes  2011-09-23 
02:04:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.jdepend.new/jdepend.changes 2017-06-10 
18:33:06.310977147 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 10:17:28 UTC 2017 - tchva...@suse.com
+
+- Drop javadoc so we build with gcj properly
+
+---



Other differences:
--
++ jdepend.spec ++
--- /var/tmp/diff_new_pack.tmPgGv/_old  2017-06-10 18:33:06.842901937 +0200
+++ /var/tmp/diff_new_pack.tmPgGv/_new  2017-06-10 18:33:06.846901371 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package jdepend (Version 2.9.1)
+# spec file for package jdepend
 #
-# Copyright (c) 2008 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
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-# icecream 0
 
 %define sectionfree
-
 Name:   jdepend
 Version:2.9.1
-Release:72
+Release:0
 Summary:Java Design Quality Metrics
 License:BSD-3-Clause
-Url:http://www.clarkware.com/
 Group:  Development/Libraries/Java
+Url:http://www.clarkware.com/
 Source0:%{url}software/%{name}-%{version}.tar.bz2
 Patch0: jdepend-target15.patch
 BuildRequires:  ant
 BuildRequires:  java-devel
-BuildArch:  noarch
+Obsoletes:  %{name}-javadoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 JDepend traverses a set of Java class and source file directories and
@@ -41,26 +39,7 @@
 extensibility, reusability, and maintainability to effectively manage
 and control package dependencies.
 
-
-
-%package javadoc
-License:BSD-3-Clause
-Summary:Javadoc for jdepend
-Group:  Development/Libraries/Java
-
-%description javadoc
-JDepend traverses a set of Java class and source file directories and
-generates design quality metrics for each Java package. JDepend allows
-you to automatically measure the quality of a design in terms of its
-extensibility, reusability, and maintainability to effectively manage
-and control package dependencies.
-
-This package contains the javadoc documentation for JDepend.
-
-
-
 %package demo
-License:BSD-3-Clause
 Summary:Demonstration and sample files for jdepend
 Group:  Development/Libraries/Java
 Requires:   %{name} = %{version}-%{release}
@@ -74,8 +53,6 @@
 
 This package contains demonstration and sample files for JDepend.
 
-
-
 %prep
 %setup -q
 # remove all binary libs
@@ -85,37 +62,23 @@
 %patch0 -b .target15
 
 %build
-ant jar javadoc
+ant jar
 
 %install
 # jars
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
+install -d -m 755 %{buildroot}%{_javadir}
 install -m 644 dist/%{name}-%{version}.jar \
-$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
-(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
-# javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr build/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-rm -rf docs/api
+%{buildroot}%{_javadir}/%{name}-%{version}.jar
+(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
 # demo
-install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
-cp -pr sample $RPM_BUILD_ROOT%{_datadir}/%{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d -m 755 %{buildroot}%{_datadir}/%{name}
+cp -pr sample %{buildroot}%{_datadir}/%{name}
 
 %files
 %defattr(-,root,root)
 %doc CHANGES README LICENSE
 %{_javadir}/*
 
-%files javadoc
-%defattr(-,root,root)
-%doc docs
-%{_javadocdir}/%{name}-%{version}
-%doc %{_javadocdir}/%{name}
-
 %files demo
 %defattr(-,root,root)
 %{_datadir}/%{name}




commit libreadline-java for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libreadline-java for 
openSUSE:Factory checked in at 2017-06-10 18:33:50

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


Package is "libreadline-java"

Sat Jun 10 18:33:50 2017 rev:26 rq:502568 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/libreadline-java/libreadline-java.changes
2014-07-16 16:50:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreadline-java.new/libreadline-java.changes   
2017-06-10 18:33:51.296616548 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 11:06:12 UTC 2017 - tchva...@suse.com
+
+- Require java 1.6.0 or newer to build as gcj won't compile us
+
+---



Other differences:
--
++ libreadline-java.spec ++
--- /var/tmp/diff_new_pack.2VI3KQ/_old  2017-06-10 18:33:51.884533422 +0200
+++ /var/tmp/diff_new_pack.2VI3KQ/_new  2017-06-10 18:33:51.888532856 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libreadline-java
 #
-# 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
@@ -28,11 +28,12 @@
 Patch0: libreadline-java-ncurses.patch
 Patch1: libreadline-java-libdir.patch
 Patch2: libreadline-java-0.8.0-missing-return-type.patch
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-tools
 BuildRequires:  libedit-devel >= 2.9
 BuildRequires:  ncurses-devel
-Requires:   java >= 1.4.2
+BuildRequires:  zlib-devel
+Requires:   java
 Requires:   libedit >= 2.9
 Provides:   gnu.readline
 Provides:   java_readline
@@ -72,9 +73,6 @@
 done
 
 %install
-%if 0%{?suse_version} == 1110
-export NO_BRP_CHECK_BYTECODE_VERSION=true
-%endif
 # install jar file and JNI library under %{_libdir}/%{name}
 # FIXME: fix jpackage-utils to handle multilib correctly
 mkdir -p %{buildroot}%{_libdir}/%{name}




commit isorelax for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package isorelax for openSUSE:Factory 
checked in at 2017-06-10 18:33:38

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


Package is "isorelax"

Sat Jun 10 18:33:38 2017 rev:16 rq:502562 version:0.1

Changes:

--- /work/SRC/openSUSE:Factory/isorelax/isorelax.changes2013-09-11 
13:39:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.isorelax.new/isorelax.changes   2017-06-10 
18:33:38.298454376 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 10:57:53 UTC 2017 - tchva...@suse.com
+
+- Drop javadoc to build with gcj and low in the buildphase
+
+---



Other differences:
--
++ isorelax.spec ++
--- /var/tmp/diff_new_pack.HvoCw4/_old  2017-06-10 18:33:38.930365029 +0200
+++ /var/tmp/diff_new_pack.HvoCw4/_new  2017-06-10 18:33:38.934364463 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package isorelax
 #
-# Copyright (c) 2013 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,30 +16,22 @@
 #
 
 
-%define with_tests %{?_with_tests:1}%{!?_with_tests:0}
-%define without_tests %{!?_with_tests:1}%{?_with_tests:0}
-%definesection free
 %definecvsversion  2004
-
 Name:   isorelax
+Version:0.1
+Release:0
 Summary:Public interfaces useful for applications to support RELAX Core
 License:Apache-2.0 and MIT
 Group:  Development/Libraries/Java
 Url:http://iso-relax.sourceforge.net/
-Version:0.1
-Release:0
-BuildArch:  noarch
 Source0:%{name}.%{cvsversion}.zip
 Source1:%{name}-build.xml
 Source2:isorelax-maven-project.xml
 Source3:isorelax-maven-project.xsd
 Patch0: isorelax-java5-compatibility.patch
 BuildRequires:  ant
-BuildRequires:  javapackages-tools
-%if %{with_tests}
-BuildRequires:  xercesjarv
-%endif
 BuildRequires:  java-devel
+BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xerces-j2
 BuildRequires:  xml-commons-apis
@@ -47,29 +39,17 @@
 Requires:   xml-commons-apis
 Obsoletes:  isorelax-bootstrap
 Provides:   isorelax-bootstrap
+Obsoletes:  %{name}-javadoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 The ISO RELAX project is started to host the public interfaces useful
 for applications to support RELAX Core. But nowadays some of the stuff
 we have is schema language neutral.
 
-
-
-%package javadoc
-Summary:Public interfaces useful for applications to support RELAX Core
-License:MIT
-Group:  Productivity/Publishing/XML
-
-%description javadoc
-The ISO RELAX project is started to host the public interfaces useful
-for applications to support RELAX Core. But nowadays some of the stuff
-we have is schema language neutral.
-
-
-
 %prep
-%setup -T -c -n %{name}-%{version}
+%setup -q -T -c
 unzip -q %{SOURCE0}
 mkdir src
 (cd src; unzip -q ../src.zip)
@@ -88,39 +68,18 @@
 xerces-j2 \
 xml-commons-apis \
 )
-%if %{with_tests}
-CLASSPATH=$CLASSPATH:$(build-classpath xercesjarv)
-ln -s $(find-jar xercesjarv) xercesjarv.jar
-%endif
 ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
 -Dbuild.sysclasspath=only release
-%if %{with_tests}
-CLASSPATH=isorelax.jar:$CLASSPATH
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
--Dbuild.sysclasspath=first ant-task-test
-%endif
 
 %install
 # jars
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
-install -m 644 %{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
-(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed  "s|-%{version}||g"`; done)
-# javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -d -m 755 %{buildroot}%{_javadir}
+install -m 644 %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
+(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed  "s|-%{version}||g"`; done)
 
 %files
 %defattr(-,root,root)
 %doc COPYING.txt
 %{_javadir}/*
 
-%files javadoc
-%defattr(-,root,root)
-%{_javadocdir}/%{name}-%{version}
-%doc %{_javadocdir}/%{name}
-
 %changelog

++ isorelax-build.xml ++
--- /var/tmp/diff_new_pack.HvoCw4/_old  2017-06-10 18:33:38.966359940 +0200
+++ /var/tm

commit jzlib for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package jzlib for openSUSE:Factory checked 
in at 2017-06-10 18:33:29

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


Package is "jzlib"

Sat Jun 10 18:33:29 2017 rev:20 rq:502559 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/jzlib/jzlib.changes  2014-07-16 
16:50:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.jzlib.new/jzlib.changes 2017-06-10 
18:33:29.351719369 +0200
@@ -1,0 +2,7 @@
+Fri Jun  9 10:39:43 UTC 2017 - tchva...@suse.com
+
+- Version update to 1.1.3:
+  * Various small fixes in from the github project
+- Drop javadoc to bootstrap using gcj
+
+---

Old:

  1.1.2.tar.gz

New:

  1.1.3.tar.gz



Other differences:
--
++ jzlib.spec ++
--- /var/tmp/diff_new_pack.2Xd1he/_old  2017-06-10 18:33:29.975631154 +0200
+++ /var/tmp/diff_new_pack.2Xd1he/_new  2017-06-10 18:33:29.979630588 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jzlib
 #
-# 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
@@ -17,20 +17,18 @@
 
 
 Name:   jzlib
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:Re-implementation of zlib in pure Java
 License:BSD-3-Clause
 Group:  Development/Libraries/Java
 Url:http://www.jcraft.com/jzlib/
-# FIXME: getting HTTP 500 from github atm, downloaded from
-# 
http://pkgs.fedoraproject.org/repo/pkgs/jzlib/1.1.2.tar.gz/f220e253a1edde7394d13d3042978805/1.1.2.tar.gz
-#Source0:https://github.com/ymnk/jzlib/archive/1.1.2.tar.gz
-Source0:1.1.2.tar.gz
+Source0:https://github.com/ymnk/jzlib/archive/%{version}.tar.gz
 Source1:%{name}_build.xml
 BuildRequires:  ant >= 1.6
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
+Obsoletes:  %{name}-javadoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -41,13 +39,6 @@
 operating system. The zlib was written by Jean-loup Gailly
 (compression) and Mark Adler (decompression).
 
-%packagejavadoc
-Summary:Re-implementation of zlib in pure Java
-Group:  Development/Libraries/Java
-
-%descriptionjavadoc
-Javadoc for %{summary}.
-
 %packagedemo
 Summary:Re-implementation of zlib in pure Java
 Group:  Development/Libraries/Java
@@ -58,8 +49,6 @@
 %prep
 %setup -q
 cp %{SOURCE1} build.xml
-#mkdir src
-#mv com src
 
 # bnc#500524
 # be sure that we don't distribute GPL derived code marked as BSD
@@ -68,17 +57,13 @@
 %build
 ant \
 -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
-dist javadoc
+dist
 
 %install
 # jar
 install -Dpm 644 dist/lib/%{name}.jar \
   %{buildroot}%{_javadir}/%{name}.jar
 
-# javadoc
-install -dm 755 %{buildroot}%{_javadocdir}/%{name}
-cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}
-
 # examples
 install -dm 755 %{buildroot}%{_datadir}/%{name}-%{version}
 cp -pr example/* %{buildroot}%{_datadir}/%{name}-%{version}
@@ -88,10 +73,6 @@
 %{_javadir}/%{name}.jar
 %doc LICENSE.txt
 
-%files javadoc
-%defattr(0644,root,root,0755)
-%doc %{_javadocdir}/%{name}
-
 %files demo
 %defattr(0644,root,root,0755)
 %doc %{_datadir}/%{name}-%{version}

++ 1.1.2.tar.gz -> 1.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jzlib-1.1.2/pom.xml new/jzlib-1.1.3/pom.xml
--- old/jzlib-1.1.2/pom.xml 2013-02-20 01:39:41.0 +0100
+++ new/jzlib-1.1.3/pom.xml 2013-10-02 03:01:03.0 +0200
@@ -5,7 +5,7 @@
   4.0.0
   com.jcraft
   jzlib
-  1.1.2
+  1.1.3
   JZlib
   JZlib is a re-implementation of zlib in pure Java
   http://www.jcraft.com/jzlib/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jzlib-1.1.2/project/Build.scala 
new/jzlib-1.1.3/project/Build.scala
--- old/jzlib-1.1.2/project/Build.scala 2013-02-20 01:39:41.0 +0100
+++ new/jzlib-1.1.3/project/Build.scala 2013-10-02 03:01:03.0 +0200
@@ -4,8 +4,8 @@
 object BuildSettings {
   val buildName = "jzlib"
   val buildOrganization = "JCraft,Inc."
-  val buildVersion = "1.1.2"
-  val buildScalaVersion = "2.9.1"
+  val buildVersion = "1.1.3"
+  val buildScalaVersion = "2.10.1"
 
   val buildSettings = Defaults.defaultSettings ++ Seq (
 organization := buildOrganization,
@@ -22,20 +22,14 @@
 
   import BuildSettings._
 
-  val scalatest = "org.scalatest" %% "scalatest" % "1.6.1"
-

commit rhino for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package rhino for openSUSE:Factory checked 
in at 2017-06-10 18:32:56

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


Package is "rhino"

Sat Jun 10 18:32:56 2017 rev:30 rq:502533 version:1.7R3

Changes:

--- /work/SRC/openSUSE:Factory/rhino/rhino.changes  2017-05-31 
13:29:26.730869783 +0200
+++ /work/SRC/openSUSE:Factory/.rhino.new/rhino.changes 2017-06-10 
18:32:57.864171461 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 09:59:36 UTC 2017 - tchva...@suse.com
+
+- Drop maven depmap so we can actually bootstrap
+
+---



Other differences:
--
++ rhino.spec ++
--- /var/tmp/diff_new_pack.Cw7USJ/_old  2017-06-10 18:32:58.804038571 +0200
+++ /var/tmp/diff_new_pack.Cw7USJ/_new  2017-06-10 18:32:58.804038571 +0200
@@ -17,7 +17,6 @@
 #
 
 
-%define section free
 %define cvs_version 1_7R3
 Name:   rhino
 Version:1.7R3
@@ -50,7 +49,6 @@
 BuildRequires:  ant
 BuildRequires:  bea-stax-api
 BuildRequires:  java-1_5_0-gcj-compat-devel
-BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  jline
 #BuildRequires:  xerces-j2-bootstrap
@@ -59,8 +57,10 @@
 #!BuildIgnore:  xerces-j2 xml-commons xml-commons-apis xml-commons-resolver
 #!BuildIgnore:  antlr antlr-java
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
-#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel
+#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel 
java-1_6_0-openjdk-headless
+#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel 
java-1_7_0-openjdk-headless
+#!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel 
java-1_8_0-openjdk-headless
+#!BuildIgnore:  java-9-openjdk java-9-openjdk-devel java-9-openjdk-headless
 Requires:   bea-stax-api
 Requires:   jline
 Requires:   xmlbeans
@@ -135,14 +135,6 @@
 cp -a examples/* %{buildroot}%{_datadir}/%{name}
 cp -a build/%{name}%{cvs_version}/%{name}-examples.jar 
%{buildroot}%{_javadir}/%{name}-examples.jar
 
-# poms
-mkdir -p %{buildroot}%{_mavenpomdir}
-
-cp -a %{SOURCE6} %{buildroot}%{_mavenpomdir}/JPP-js.pom
-cp -a %{SOURCE7} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
-%add_maven_depmap JPP-%{name}.pom %{name}.jar
-%add_maven_depmap JPP-js.pom js.jar
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.txt
@@ -151,8 +143,6 @@
 %attr(0755,root,root) %{_bindir}/%{name}-idswitch
 %attr(0755,root,root) %{_bindir}/%{name}-jsc
 %{_javadir}/*.jar
-%{_mavenpomdir}/*
-%{_datadir}/maven-metadata/%{name}.xml
 
 %files demo
 %defattr(0644,root,root,0755)




commit jsch for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package jsch for openSUSE:Factory checked in 
at 2017-06-10 18:33:45

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


Package is "jsch"

Sat Jun 10 18:33:45 2017 rev:20 rq:502563 version:0.1.54

Changes:

--- /work/SRC/openSUSE:Factory/jsch/jsch.changes2017-05-31 
13:29:05.281893059 +0200
+++ /work/SRC/openSUSE:Factory/.jsch.new/jsch.changes   2017-06-10 
18:33:46.269327363 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 10:59:34 UTC 2017 - tchva...@suse.com
+
+- Build with full java, does not compile with gcj
+
+---



Other differences:
--
++ jsch.spec ++
--- /var/tmp/diff_new_pack.TNHmuj/_old  2017-06-10 18:33:46.805251588 +0200
+++ /var/tmp/diff_new_pack.TNHmuj/_new  2017-06-10 18:33:46.805251588 +0200
@@ -28,7 +28,7 @@
 Source2:plugin.properties
 Source3:
http://repo1.maven.org/maven2/com/jcraft/%{name}/%{version}/%{name}-%{version}.pom
 BuildRequires:  ant
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  jzlib





commit jakarta-commons-net for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-net for 
openSUSE:Factory checked in at 2017-06-10 18:33:24

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-net (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-net.new (New)


Package is "jakarta-commons-net"

Sat Jun 10 18:33:24 2017 rev:22 rq:502557 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/jakarta-commons-net/jakarta-commons-net.changes  
2017-05-31 13:30:12.360438167 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-net.new/jakarta-commons-net.changes 
2017-06-10 18:33:25.532259410 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 10:35:43 UTC 2017 - tchva...@suse.com
+
+- Require java 1.6 or newer to build
+
+---



Other differences:
--
++ jakarta-commons-net.spec ++
--- /var/tmp/diff_new_pack.zPBgU9/_old  2017-06-10 18:33:26.288152532 +0200
+++ /var/tmp/diff_new_pack.zPBgU9/_new  2017-06-10 18:33:26.292151967 +0200
@@ -39,7 +39,7 @@
 #http://svn-master.apache.org/viewvc?view=revision&revision=1294922
 Patch3: commons-net-ftp-leap-year-parsing.patch
 BuildRequires:  ant >= 1.6
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  oro




commit oro for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package oro for openSUSE:Factory checked in 
at 2017-06-10 18:33:10

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


Package is "oro"

Sat Jun 10 18:33:10 2017 rev:18 rq:502551 version:2.0.8

Changes:

--- /work/SRC/openSUSE:Factory/oro/oro.changes  2017-05-31 13:31:54.402054938 
+0200
+++ /work/SRC/openSUSE:Factory/.oro.new/oro.changes 2017-06-10 
18:33:11.262277071 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 10:22:50 UTC 2017 - tchva...@suse.com
+
+- Drop javadoc so we can bootstrap using gcj
+
+---



Other differences:
--
++ oro.spec ++
--- /var/tmp/diff_new_pack.xtJLRC/_old  2017-06-10 18:33:11.782203558 +0200
+++ /var/tmp/diff_new_pack.xtJLRC/_new  2017-06-10 18:33:11.782203558 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%define name   oro
 %define full_name  jakarta-%{name}
 Name:   oro
 Version:2.0.8
@@ -29,6 +28,7 @@
 BuildRequires:  ant
 BuildRequires:  xml-commons-apis
 Provides:   %{full_name} = %{version}-%{release}
+Obsoletes:  %{name}-javadoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -43,24 +43,6 @@
 copyright holder of the ORO libraries. Daniel will continue to
 participate in their development under the Jakarta Project.
 
-%package javadoc
-Summary:Javadoc for oro
-Group:  Development/Libraries/Java
-Provides:   %{full_name}-javadoc = %{version}-%{release}
-
-%description javadoc
-The Jakarta-ORO Java classes are a set of text-processing Java classes
-that provide Perl5 compatible regular expressions, AWK-like regular
-expressions, glob expressions, and utility classes for performing
-substitutions, splits, filtering filenames, etc. This library is the
-successor to the OROMatcher, AwkTools, PerlTools, and TextTools
-libraries from ORO, Inc. (www.oroinc.com). They have been donated to
-the Jakarta Project by Daniel Savarese (www.savarese.org), the
-copyright holder of the ORO libraries. Daniel will continue to
-participate in their development under the Jakarta Project.
-
-This package contains the javadoc documentation for ORO.
-
 %prep
 %setup -q -n %{full_name}-%{version}
 # remove all binary libs
@@ -72,7 +54,7 @@
 %build
 ant \
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
-   -Dfinal.name=%{name} jar javadocs
+   -Dfinal.name=%{name} jar
 
 %install
 #jars
@@ -80,18 +62,10 @@
 install -m 644 %{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
 (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed  "s|-%{version}||g"`; done)
 (cd %{buildroot}%{_javadir} && for jar in oro*.jar; do ln -sf ${jar} 
jakarta-${jar}; done)
-#javadoc
-install -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
-cp -pr docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
-rm -rf docs/api
 
 %files
 %defattr(-,root,root)
 %doc COMPILE ISSUES README TODO CHANGES CONTRIBUTORS LICENSE STYLE
 %{_javadir}/*.jar
 
-%files javadoc
-%defattr(-,root,root)
-%{_javadocdir}/%{name}-%{version}
-
 %changelog




commit sac for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package sac for openSUSE:Factory checked in 
at 2017-06-10 18:33:15

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


Package is "sac"

Sat Jun 10 18:33:15 2017 rev:7 rq:502552 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/sac/sac.changes  2017-05-31 13:31:29.073625118 
+0200
+++ /work/SRC/openSUSE:Factory/.sac.new/sac.changes 2017-06-10 
18:33:16.261570211 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 10:25:05 UTC 2017 - tchva...@suse.com
+
+- Require new java to build
+
+---



Other differences:
--
++ sac.spec ++
--- /var/tmp/diff_new_pack.Y1PE1W/_old  2017-06-10 18:33:16.933475208 +0200
+++ /var/tmp/diff_new_pack.Y1PE1W/_new  2017-06-10 18:33:16.937474643 +0200
@@ -31,6 +31,7 @@
 Source2:%{name}-MANIFEST.MF
 Source3:
http://mirrors.ibiblio.org/pub/mirrors/maven2/org/w3c/css/sac/1.3/sac-1.3.pom
 BuildRequires:  ant
+BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip





commit ant for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package ant for openSUSE:Factory checked in 
at 2017-06-10 18:32:40

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


Package is "ant"

Sat Jun 10 18:32:40 2017 rev:61 rq:502516 version:1.9.9

Changes:

--- /work/SRC/openSUSE:Factory/ant/ant-antlr.changes2017-05-31 
13:31:07.716635490 +0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant-antlr.changes   2017-06-10 
18:32:40.794584976 +0200
@@ -1,0 +2,11 @@
+Fri Jun  9 09:05:31 UTC 2017 - tchva...@suse.com
+
+- Do not generate poms on ant core packages to reduce deps and
+  allow bootstrap
+
+---
+Wed May 31 13:35:49 UTC 2017 - tchva...@suse.com
+
+- Fix bootstrap to avoid new cycle bsc#1041966
+
+---
ant-junit.changes: same change
--- /work/SRC/openSUSE:Factory/ant/ant.changes  2017-06-04 01:47:54.237288470 
+0200
+++ /work/SRC/openSUSE:Factory/.ant.new/ant.changes 2017-06-10 
18:32:41.114539736 +0200
@@ -1,0 +2,6 @@
+Fri Jun  9 09:05:31 UTC 2017 - tchva...@suse.com
+
+- Do not generate poms on ant core packages to reduce deps and
+  allow bootstrap
+
+---



Other differences:
--
++ ant-antlr.spec ++
--- /var/tmp/diff_new_pack.h9UzUu/_old  2017-06-10 18:32:42.122397233 +0200
+++ /var/tmp/diff_new_pack.h9UzUu/_new  2017-06-10 18:32:42.126396667 +0200
@@ -45,15 +45,19 @@
 Patch3: reproducible.patch
 %if %{with bootstrap}
 BuildRequires:  java-1_5_0-gcj-compat-devel
-#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel
-#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel
+#!BuildIgnore:  java-1_6_0-openjdk java-1_6_0-openjdk-devel 
java-1_6_0-openjdk-headless
+#!BuildIgnore:  java-1_7_0-openjdk java-1_7_0-openjdk-devel 
java-1_7_0-openjdk-headless
+#!BuildIgnore:  java-1_8_0-openjdk java-1_8_0-openjdk-devel 
java-1_8_0-openjdk-headless
+#!BuildIgnore:  java-9-openjdk java-9-openjdk-devel java-9-openjdk-headless
 %else
 BuildRequires:  java-devel >= 1.5.0
 %endif
 BuildRequires:  antlr-bootstrap
 BuildRequires:  javapackages-tools
 # Needed for maven conversions
+%if !%{with bootstrap}
 BuildRequires:  javapackages-local
+%endif
 BuildRequires:  unzip
 #BuildRequires:  xerces-j2-bootstrap
 #!BuildIgnore: xerces-j2-bootstrap
@@ -457,15 +461,17 @@
   [ $jarname == ant-bootstrap ] && continue
 
   #install pom
+%if !%{with bootstrap}
   install -m 644 src/etc/poms/${jarname}/pom.xml 
%{buildroot}/%{_mavenpomdir}/${pomname}
   echo %%add_maven_depmap "${pomname}" "${destname}${jarname}.jar"
   %add_maven_depmap ${pomname} ${destname}${jarname}.jar
+%endif
 done
 
 %if %{with bootstrap}
 #ant-parent pom
-install -m 644 src/etc/poms/pom.xml 
%{buildroot}/%{_mavenpomdir}/JPP-ant-parent.pom
-%add_maven_depmap JPP-ant-parent.pom
+#install -m 644 src/etc/poms/pom.xml 
%{buildroot}/%{_mavenpomdir}/JPP-ant-parent.pom
+#%add_maven_depmap JPP-ant-parent.pom
 
 # scripts: remove dos and os/2 scripts
 rm -f src/script/*.bat
@@ -566,15 +572,15 @@
 %{ant_home}/lib/ant-bootstrap.jar
 %{ant_home}/lib/ant-launcher.jar
 %dir %{_sysconfdir}/ant.d
-%{_mavenpomdir}/JPP-ant-launcher.pom
-%{_mavenpomdir}/JPP-ant-parent.pom
-%{_mavenpomdir}/JPP-ant.pom
-%if %{?suse_version} > 1320
-%{_datadir}/maven-metadata/ant.xml
-%else
-%config(noreplace) %{_mavendepmapfragdir}/ant
-%endif
-%dir %{_mavenpomdir}
+#%{_mavenpomdir}/JPP-ant-launcher.pom
+#%{_mavenpomdir}/JPP-ant-parent.pom
+#%{_mavenpomdir}/JPP-ant.pom
+#%if %{?suse_version} > 1320
+#%{_datadir}/maven-metadata/ant.xml
+#%else
+#%config(noreplace) %{_mavendepmapfragdir}/ant
+#%endif
+#%dir %{_mavenpomdir}
 
 %endif
 %if %{with antlr}
@@ -618,15 +624,15 @@
 %{_javadir}/ant/ant-jmf.jar
 %{ant_home}/lib/ant-jmf.jar
 %config(noreplace) %{_sysconfdir}/ant.d/jmf
-%{_mavenpomdir}/JPP.ant-ant-jmf.pom
+#%{_mavenpomdir}/JPP.ant-ant-jmf.pom
 
 %files -n ant-swing
 %defattr(0644,root,root,0755)
 %{_javadir}/ant/ant-swing.jar
 %{ant_home}/lib/ant-swing.jar
 %config(noreplace) %{_sysconfdir}/ant.d/swing
-%{_mavenpomdir}/JPP.ant-ant-swing.pom
-%dir %{_mavenpomdir}
+#%{_mavenpomdir}/JPP.ant-ant-swing.pom
+#%dir %{_mavenpomdir}
 
 %files -n ant-scripts
 %defattr(0755,root,root,0755)

ant-junit.spec: same change
++ ant.spec ++
--- /var/tmp/diff_new_pack.h9UzUu/_old  2017-06-10 18:32:42.174389881 +0200
+++ /var/tmp/diff_new_pack.h9UzUu/_new  2017-06-10 18:32:42.178389316 +0200
@@ -54,7 +54,9 @@
 BuildRequires:  antlr-bootstrap
 BuildRequires:  javapackages-tools
 # Needed for maven conversions
+%if !%{with bootstrap}
 BuildRequires:  javapackages-local
+%endif
 BuildRequires:  unzip

commit jline for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package jline for openSUSE:Factory checked 
in at 2017-06-10 18:32:45

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


Package is "jline"

Sat Jun 10 18:32:45 2017 rev:20 rq:502528 version:0.9.94

Changes:

--- /work/SRC/openSUSE:Factory/jline/jline.changes  2017-05-31 
13:28:56.095187940 +0200
+++ /work/SRC/openSUSE:Factory/.jline.new/jline.changes 2017-06-10 
18:32:46.301806294 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 09:35:59 UTC 2017 - tchva...@suse.com
+
+- Reduce depgraph and drop maven fragment to allow bootstrap
+
+---



Other differences:
--
++ jline.spec ++
--- /var/tmp/diff_new_pack.NGCO0n/_old  2017-06-10 18:32:46.901721470 +0200
+++ /var/tmp/diff_new_pack.NGCO0n/_new  2017-06-10 18:32:46.905720905 +0200
@@ -16,14 +16,6 @@
 #
 
 
-%define with()  %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
-%define without()   %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
-%define bcond_with()%{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
-%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
-%define _without_maven 1
-%define section free
-%define repo_dir.m2/repository
-%bcond_without  maven
 Name:   jline
 Version:0.9.94
 Release:0
@@ -37,32 +29,11 @@
 Source3:jline-0.9.94.pom
 BuildRequires:  ant
 BuildRequires:  java-1_5_0-gcj-compat-devel
-# Needed for maven conversions
-BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 BuildRequires:  xml-commons-resolver
-Requires:   /bin/sh
-Requires:   /bin/stty
-#bnc#816314: for update_maven_depmap
-Requires(post): findutils
-Requires(post): javapackages-tools
-Requires(postun): findutils
-Requires(postun): javapackages-tools
 #!BuildIgnore:  antlr antlr-java
 BuildArch:  noarch
-%if %with maven
-BuildRequires:  maven-release
-BuildRequires:  maven-surefire-plugin
-BuildRequires:  maven2
-BuildRequires:  maven2-plugin-assembly
-BuildRequires:  maven2-plugin-compiler
-BuildRequires:  maven2-plugin-install
-BuildRequires:  maven2-plugin-jar
-BuildRequires:  maven2-plugin-javadoc
-BuildRequires:  maven2-plugin-resources
-BuildRequires:  maven2-plugin-site
-%endif
 
 %description
 JLine is a java library for reading and editing user input in console
@@ -90,28 +61,16 @@
 mkdir -p build
 cp -p %{SOURCE1} build/CatalogManager.properties
 cp -p %{SOURCE2} src/build.xml
-%if %without maven
 perl -p -i -e 's|^.*

commit antlr for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package antlr for openSUSE:Factory checked 
in at 2017-06-10 18:32:50

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


Package is "antlr"

Sat Jun 10 18:32:50 2017 rev:34 rq:502530 version:2.7.7

Changes:

--- /work/SRC/openSUSE:Factory/antlr/antlr.changes  2017-05-31 
13:30:05.605390313 +0200
+++ /work/SRC/openSUSE:Factory/.antlr.new/antlr.changes 2017-06-10 
18:32:51.377088686 +0200
@@ -1,0 +2,6 @@
+Fri Jun  9 09:43:34 UTC 2017 - tchva...@suse.com
+
+- Drop the javadoc so we can be build with java bootstrapping reducing
+  the cycle/failures
+
+---



Other differences:
--
++ antlr.spec ++
--- /var/tmp/diff_new_pack.NzsLyJ/_old  2017-06-10 18:32:52.060991987 +0200
+++ /var/tmp/diff_new_pack.NzsLyJ/_new  2017-06-10 18:32:52.060991987 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%define section free
 Name:   antlr
 Version:2.7.7
 Release:0
@@ -41,6 +40,7 @@
 Requires:   %{name}-java
 Provides:   %{name}-bootstrap = %{version}
 Obsoletes:  %{name}-bootstrap < %{version}
+Obsoletes:  %{name}-javadoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -76,19 +76,6 @@
 
 This package provides the manual and examples for antlr.
 
-%packagejavadoc
-Summary:ANother Tool for Language Recognition (Java Documentation)
-Group:  Development/Tools/Other
-BuildArch:  noarch
-
-%descriptionjavadoc
-ANTLR, Another Tool for Language Recognition, (formerly PCCTS) is a
-language tool that provides a framework for constructing recognizers,
-compilers, and translators from grammatical descriptions containing C++
-or Java actions (you can use PCCTS 1.xx to generate C-based parsers).
-
-This package provides the Javadoc for antlr.
-
 %packagedevel
 Summary:ANother Tool for Language Recognition (c++ runtime)
 Group:  Development/Tools/Other
@@ -132,7 +119,8 @@
 %build
 ant \
 -Dj2se.apidoc=%{_javadocdir}/java \
--Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
+-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+jar
 %configure
 make -j1
 %py_compile lib/python/antlr
@@ -151,10 +139,6 @@
 install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/%{name}
 install -m 0755 scripts/%{name}-config %{buildroot}%{_bindir}/
 
-### javadoc ###
-install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
-cp -ar work/api/* %{buildroot}%{_javadocdir}/%{name}
-
 ### python runtime ###
 install -d -m 0755 %{buildroot}%{py_sitedir}/%{name}
 cp -a lib/python/antlr/* %{buildroot}%{py_sitedir}/%{name}
@@ -189,10 +173,6 @@
 %defattr(0644,root,root,0755)
 %doc doc examples
 
-%files javadoc
-%defattr(0644,root,root,0755)
-%doc %{_javadocdir}/%{name}
-
 %files devel
 %defattr(0644,root,root,0755)
 %attr(755,root,root) %{_libdir}/libantlr.a




commit plasma-nm5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2017-06-10 17:56:20

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


Package is "plasma-nm5"

Sat Jun 10 17:56:20 2017 rev:52 rq:501500 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2017-06-01 
16:26:54.460419436 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes   
2017-06-10 17:56:25.693846002 +0200
@@ -1,0 +2,15 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Restrict shared connections to permanent hardware address (kde#380379)
+  * Allow to have wider password dialog while preffering minimum size 
(kde#380399)
+  * Openconnect: make sure we accept the dialog (kde#380299)
+  * Properly pass specific vpn type when selecting new connection by double 
click
+  * Openconnect (juniper): Properly make sure we are compatible with the rest 
of nm tools
+  * Openconnect (juniper): Make sure we are compatible with the rest of nm 
tools (kde#380244)
+
+---

Old:

  plasma-nm-5.10.0.tar.xz

New:

  plasma-nm-5.10.1.tar.xz



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.E9oPbQ/_old  2017-06-10 17:56:26.293761257 +0200
+++ /var/tmp/diff_new_pack.E9oPbQ/_new  2017-06-10 17:56:26.297760692 +0200
@@ -19,13 +19,13 @@
 %bcond_without lang
 %define mm_support 1
 Name:   plasma-nm5
-Version:5.10.0
+Version:5.10.1
 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)
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/projects/playground/network/plasma-nm
-Source: plasma-nm-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-nm-%{version}.tar.xz
 BuildRequires:  NetworkManager-devel >= 0.9.8.4
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes

++ plasma-nm-5.10.0.tar.xz -> plasma-nm-5.10.1.tar.xz ++
 3202 lines of diff (skipped)




commit systemsettings5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2017-06-10 17:56:36

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


Package is "systemsettings5"

Sat Jun 10 17:56:36 2017 rev:48 rq:501505 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2017-06-01 16:27:11.697988858 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 
2017-06-10 17:56:37.92811 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:57 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  systemsettings-5.10.0.tar.xz

New:

  systemsettings-5.10.1.tar.xz



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.g27zfc/_old  2017-06-10 17:56:39.263929079 +0200
+++ /var/tmp/diff_new_pack.g27zfc/_new  2017-06-10 17:56:39.263929079 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   systemsettings5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:KDE's control center
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: systemsettings-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/systemsettings-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System 
Administration category, needed at least for YaST KCM
 Patch0: install_administration_category.diff
 # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to 
Configure Desktop, in order to cause less confusion for KDE4 users

++ systemsettings-5.10.0.tar.xz -> systemsettings-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.10.0/CMakeLists.txt 
new/systemsettings-5.10.1/CMakeLists.txt
--- old/systemsettings-5.10.0/CMakeLists.txt2017-05-26 11:26:42.0 
+0200
+++ new/systemsettings-5.10.1/CMakeLists.txt2017-06-06 16:43:17.0 
+0200
@@ -1,5 +1,5 @@
 project(systemsettings)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 
 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/systemsettings-5.10.0/doc/CMakeLists.txt 
new/systemsettings-5.10.1/doc/CMakeLists.txt
--- old/systemsettings-5.10.0/doc/CMakeLists.txt2017-05-26 
11:26:42.0 +0200
+++ new/systemsettings-5.10.1/doc/CMakeLists.txt2017-06-06 
16:43:17.0 +0200
@@ -1,8 +1,8 @@
-add_subdirectory(uk)
 add_subdirectory(pt_BR)
-add_subdirectory(ca)
-add_subdirectory(de)
-add_subdirectory(pt)
 add_subdirectory(nl)
+add_subdirectory(uk)
 add_subdirectory(it)
+add_subdirectory(ca)
 add_subdirectory(en)
+add_subdirectory(pt)
+add_subdirectory(de)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.10.0/po/da/systemsettings.po 
new/systemsettings-5.10.1/po/da/systemsettings.po
--- old/systemsettings-5.10.0/po/da/systemsettings.po   2017-05-26 
11:26:10.0 +0200
+++ new/systemsettings-5.10.1/po/da/systemsettings.po   2017-06-06 
16:42:50.0 +0200
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Martin Schlander , 2008.
-# Martin Schlander , 2008, 2009, 2015.
+# Martin Schlander , 2008, 2009, 2015, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: systemsettings\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-03-14 08:49+0100\n"
-"PO-Revision-Date: 2015-11-09 22:53+0100\n"
+"PO-Revision-Date: 2017-05-30 22:12+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -47,10 +47,9 @@
 msgstr "Systemindstillinger"
 
 #: app/main.cpp:37
-#, fuzzy, kde-format
-#| msgid "Central configuration center for KDE."
+#, kde-format
 msgid "Central configuration center by KDE."
-msgstr "Centralt konfigurationscenter til KDE."
+msgstr "Centralt konfigurationscenter fra KDE."
 
 #: app/main.cpp:37 classic/ClassicMode.cpp:71 icons/IconMode.cpp:61
 #, kde-format




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

2017-06-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-06-10 17:56:25

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"

Sat Jun 10 17:56:25 2017 rev:39 rq:501503 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes
2017-06-01 16:26:58.263883129 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new/polkit-kde-agent-5.changes   
2017-06-10 17:56:28.605434708 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

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

New:

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



Other differences:
--
++ polkit-kde-agent-5.spec ++
--- /var/tmp/diff_new_pack.2rDclI/_old  2017-06-10 17:56:29.097365217 +0200
+++ /var/tmp/diff_new_pack.2rDclI/_new  2017-06-10 17:56:29.097365217 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   polkit-kde-agent-5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:PolicyKit authentication agent for KDE
 License:GPL-2.0 and LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:https://projects.kde.org/polkit-kde-agent-1
-Source: polkit-kde-agent-1-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/polkit-kde-agent-1-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Config)

++ polkit-kde-agent-1-5.10.0.tar.xz -> polkit-kde-agent-1-5.10.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.10.0/CMakeLists.txt 
new/polkit-kde-agent-1-5.10.1/CMakeLists.txt
--- old/polkit-kde-agent-1-5.10.0/CMakeLists.txt2017-05-26 
11:21:10.0 +0200
+++ new/polkit-kde-agent-1-5.10.1/CMakeLists.txt2017-06-06 
16:39:45.0 +0200
@@ -1,5 +1,5 @@
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 
 # minimal requirements
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)




commit powerdevil5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2017-06-10 17:56:30

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


Package is "powerdevil5"

Sat Jun 10 17:56:30 2017 rev:45 rq:501504 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2017-06-01 
16:27:04.295032709 +0200
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new/powerdevil5.changes 
2017-06-10 17:56:33.256777655 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:57 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  powerdevil-5.10.0.tar.xz

New:

  powerdevil-5.10.1.tar.xz



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.rvwY7M/_old  2017-06-10 17:56:34.152651102 +0200
+++ /var/tmp/diff_new_pack.rvwY7M/_new  2017-06-10 17:56:34.152651102 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   powerdevil5
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.9.4)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -28,9 +28,9 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: powerdevil-%{version}.tar.xz
-# PATCHES 100-200 and above are from upstream 5.9 branch
-# PATCHES 201-300 and above are from upstream master/5.10 branch
+Source: 
http://download.kde.org/stable/plasma/%{version}/powerdevil-%{version}.tar.xz
+# PATCHES 100-200 and above are from upstream 5.10 branch
+# PATCHES 201-300 and above are from upstream master/5.11 branch
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz

++ powerdevil-5.10.0.tar.xz -> powerdevil-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.10.0/CMakeLists.txt 
new/powerdevil-5.10.1/CMakeLists.txt
--- old/powerdevil-5.10.0/CMakeLists.txt2017-05-26 11:25:06.0 
+0200
+++ new/powerdevil-5.10.1/CMakeLists.txt2017-06-06 16:41:45.0 
+0200
@@ -1,5 +1,5 @@
 project(PowerDevil)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 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.10.0/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
 
new/powerdevil-5.10.1/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
--- 
old/powerdevil-5.10.0/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
2017-05-26 11:23:36.0 +0200
+++ 
new/powerdevil-5.10.1/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
2017-06-06 16:40:00.0 +0200
@@ -7,6 +7,7 @@
 Name[ca]=Sense fils
 Name[ca@valencia]=Sense fils
 Name[cs]=Bezdrátové
+Name[da]=Trådløst
 Name[de]=Drahtlos
 Name[el]=Ασύρματο
 Name[en_GB]=Wireless
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.10.0/po/da/powerdevil.po 
new/powerdevil-5.10.1/po/da/powerdevil.po
--- old/powerdevil-5.10.0/po/da/powerdevil.po   2017-05-26 11:24:01.0 
+0200
+++ new/powerdevil-5.10.1/po/da/powerdevil.po   2017-06-06 16:40:22.0 
+0200
@@ -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 , 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016.
+# Martin Schlander , 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: powerdevil\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-05-11 03:05+0200\n"
-"PO-Revision-Date: 2016-09-24 21:45+0100\n"
+"PO-Revision-Date: 2017-05-30 22:12+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -114,7 +114,7 @@
 #: actions/bundled/suspendsessionconfig.cpp:90
 #, kde-format
 msgid "Hybrid suspend"
-msgstr ""
+msgstr "Hybrid-suspendér"
 
 #: actions/bundled/handlebuttoneventsconfig.cpp:110
 #: actions/bundled/suspendsessionconfig.cpp:92
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.10.0/po/sl/powerdevilglobalconfig.po 
new/powerdevil-5.10.1/po/sl/powerdevilglobalconfig.po
--- old/powerdevil-5.10.0/po/sl/powerdevilglobalconfig.po

commit plasma5-addons for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2017-06-10 17:56:41

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


Package is "plasma5-addons"

Sat Jun 10 17:56:41 2017 rev:43 rq:501508 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2017-06-01 16:26:31.531652507 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new/plasma5-addons.changes   
2017-06-10 17:56:45.719017227 +0200
@@ -1,0 +2,11 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Make QuickShare plasmoid compatible with Purpose 1.1 (kde#380883)
+  * FEATURE: Remove the moon it doesn't get built, contains unclearly licenced 
files causing problem for distributors, there is a modern equivalent in KDE 
store https://store.kde.org/p/1165459/
+
+---

Old:

  kdeplasma-addons-5.10.0.tar.xz

New:

  kdeplasma-addons-5.10.1.tar.xz



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.GFtgSv/_old  2017-06-10 17:56:46.258940957 +0200
+++ /var/tmp/diff_new_pack.GFtgSv/_new  2017-06-10 17:56:46.258940957 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-addons
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -28,7 +28,7 @@
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kdeplasma-addons-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kdeplasma-addons-%{version}.tar.xz
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5Activities) >= 5.25.0
 BuildRequires:  cmake(KF5Config) >= 5.25.0

++ kdeplasma-addons-5.10.0.tar.xz -> kdeplasma-addons-5.10.1.tar.xz ++
 7511 lines of diff (skipped)




commit plasma5-workspace for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2017-06-10 17:56:14

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


Package is "plasma5-workspace"

Sat Jun 10 17:56:14 2017 rev:65 rq:501498 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2017-06-01 16:27:39.974001820 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2017-06-10 17:56:23.702127354 +0200
@@ -1,0 +2,28 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Fix testing when the test has qml syntax errors
+  * Fix variable name and logic
+  * Only enable MPRIS global shortcuts on demand (kde#380526)
+  * Small fix on test helper
+  * [xembedsniproxy] Fix check whether to use XTest (kde#362941,kde#375017)
+  * dont' crash if we don't have a launcherTasksModel
+  * don't show logout when kauthorized doesn't want it (kde#380344)
+  * [TaskGroupingProxyModel] Use LauncherUrlWithoutIcon
+  * Always add data sources in SystemMonitorEngine::sourceRequestEvent() 
(kde#380209)
+- Remove patches, now upstream:
+  * xembedsniproxy-fix-using-XTest.patch
+  * 0001-dont-crash-if-we-don-t-have-a-launcherTasksModel.patch
+
+---
+Wed May 31 13:18:59 UTC 2017 - wba...@tmo.at
+
+- Add xembedsniproxy-fix-using-XTest.patch to fix clicking on
+  system tray icons of certain applications, mainly GTK3 and Java
+  (boo#1026999, kde#362941, kde#375017)
+
+---

Old:

  0001-dont-crash-if-we-don-t-have-a-launcherTasksModel.patch
  plasma-workspace-5.10.0.tar.xz

New:

  plasma-workspace-5.10.1.tar.xz



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.oczEoy/_old  2017-06-10 17:56:24.482017186 +0200
+++ /var/tmp/diff_new_pack.oczEoy/_new  2017-06-10 17:56:24.486016621 +0200
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-workspace
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.9.1)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -30,15 +30,13 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: plasma-workspace-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE 0001-Rename-qdbus-in-startkde.patch cgiboude...@gmx.com 
-- Rename the qdbus executable in startkde
 Patch0: 0001-Rename-qdbus-in-startkde.patch
 # PATCH-FIX-OPENSUSE 0001-Ignore-default-sddm-face-icons.patch boo#1001364 
fab...@ritter-vogt.de -- Ignore default sddm face icons
 Patch1: 0001-Ignore-default-sddm-face-icons.patch
 # PATCHES 100-200 and above are from upstream 5.10 branch
-# PATCH-FIX-UPSTREAM
-Patch100:   0001-dont-crash-if-we-don-t-have-a-launcherTasksModel.patch
 # PATCHES 201-300 and above are from upstream master/5.11 branch
 BuildRequires:  breeze5-icons
 BuildRequires:  fdupes
@@ -211,7 +209,6 @@
 %setup -q -n plasma-workspace-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch100 -p1
 
 %build
   %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

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




commit plasma5-pa for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-06-10 17:55:58

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


Package is "plasma5-pa"

Sat Jun 10 17:55:58 2017 rev:31 rq:501495 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-06-01 
16:26:45.713652773 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-06-10 17:56:03.748945961 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Don't call setDefaultSink/Source when already default (kde#380414)
+
+---

Old:

  plasma-pa-5.10.0.tar.xz

New:

  plasma-pa-5.10.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.GB8l5o/_old  2017-06-10 17:56:04.224878730 +0200
+++ /var/tmp/diff_new_pack.GB8l5o/_new  2017-06-10 17:56:04.228878165 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.10.0.tar.xz -> plasma-pa-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.0/CMakeLists.txt 
new/plasma-pa-5.10.1/CMakeLists.txt
--- old/plasma-pa-5.10.0/CMakeLists.txt 2017-05-26 11:11:52.0 +0200
+++ new/plasma-pa-5.10.1/CMakeLists.txt 2017-06-06 15:53:16.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.0/po/da/kcm_pulseaudio.po 
new/plasma-pa-5.10.1/po/da/kcm_pulseaudio.po
--- old/plasma-pa-5.10.0/po/da/kcm_pulseaudio.po2017-05-26 
11:10:44.0 +0200
+++ new/plasma-pa-5.10.1/po/da/kcm_pulseaudio.po2017-06-06 
15:52:15.0 +0200
@@ -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 , 2015, 2016.
+# Martin Schlander , 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-05-03 03:00+0200\n"
-"PO-Revision-Date: 2016-09-24 21:32+0100\n"
+"PO-Revision-Date: 2017-05-30 22:17+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -52,26 +52,20 @@
 msgstr "Ophavsmand"
 
 #: kcm/package/contents/ui/Advanced.qml:41
-#, fuzzy, kde-format
-#| msgctxt "@label"
-#| msgid "Profile:"
+#, kde-format
 msgid "Device Profiles"
-msgstr "Profil:"
+msgstr "Enhedsprofiler"
 
 #: kcm/package/contents/ui/Advanced.qml:42
-#, fuzzy, kde-format
-#| msgctxt "@label"
-#| msgid "No Input Devices Available"
+#, kde-format
 msgctxt "@label"
 msgid "No Device Profiles Available"
-msgstr "Ingen input-enheder tilgængelige"
+msgstr "Ingen enhedsprofiler tilgængelige"
 
 #: kcm/package/contents/ui/Advanced.qml:58
-#, fuzzy, kde-format
-#| msgctxt "@title:tab"
-#| msgid "Configuration"
+#, kde-format
 msgid "Advanced Output Configuration"
-msgstr "Konfiguration"
+msgstr "Avanceret output-konfiguration"
 
 #: kcm/package/contents/ui/Advanced.qml:70
 #, kde-format
@@ -91,12 +85,12 @@
 #: kcm/package/contents/ui/Advanced.qml:90
 #, kde-format
 msgid "Requires 'module-gconf' PulseAudio module"
-msgstr ""
+msgstr "Kræver PulseAudio-modulet \"module-gconf\""
 
 #: kcm/package/contents/ui/Applications.qml:43
 #, kde-format
 msgid "Playback"
-msgstr ""
+msgstr "Afspilning"
 
 #: kcm/package/contents/ui/Applications.qml:44
 #, kde-format
@@ -107,7 +101,7 @@
 #: kcm/package/contents/ui/Applications.qml:82
 #, kde-format
 msgid "Capture"
-msgstr ""
+msgstr "Optagelse"
 
 #: kcm/package/contents/ui/Applications.qml:83
 #, kde-format
@@ -129,26 +123,24 @@
 #: kcm/package/contents/ui/DeviceListItem.qml:73
 #, kde-format
 msgid "Port"
-msgstr ""
+msgstr "Port"
 
 #: kcm

commit plasma5-desktop for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2017-06-10 17:55:40

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


Package is "plasma5-desktop"

Sat Jun 10 17:55:40 2017 rev:62 rq:501492 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2017-06-01 16:26:34.559225603 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2017-06-10 17:55:44.747629324 +0200
@@ -1,0 +2,31 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Set 5.7 as minimum Qt version as it will not compile with anything less
+  * Disable session restoration in kaccess
+  * Force KAccess to run under XCB (kde#372597)
+  * [Folder View] Use a copy of QMimeData in signal handler (kde#380806)
+  * Add missing semicolon.
+  * React to changes in the size hint. (kde#378443)
+  * add session and power mgmt runners to kickoff
+- Remove patches, now upstream:
+  * 0001-Folder-View-Use-a-copy-of-QMimeData-in-signal-handle.patch
+
+---
+Sun Jun  4 15:21:58 UTC 2017 - fab...@ritter-vogt.de
+
+- Add upstream patch to fix crash with upcoming kdeclarative 5.35:
+  * 0001-Folder-View-Use-a-copy-of-QMimeData-in-signal-handle.patch
+
+---
+Sat Jun  3 21:21:36 UTC 2017 - fab...@ritter-vogt.de
+
+- Add workaround for boo#1038368:
+  * Rename org.kde.desktopcontainment to "Desktop Containment"
+to not conflict with "Desktop" provided by org.kde.plasma.desktop
+
+---

Old:

  plasma-desktop-5.10.0.tar.xz

New:

  plasma-desktop-5.10.1.tar.xz



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.Bj86Cp/_old  2017-06-10 17:55:45.427533320 +0200
+++ /var/tmp/diff_new_pack.Bj86Cp/_new  2017-06-10 17:55:45.431532755 +0200
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   plasma5-desktop
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -30,11 +30,11 @@
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: plasma-desktop-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
 Patch1: 0001-Use-themed-user-face-icon-in-kickoff.patch
-# PATCHES 100-200 and above are from upstream 5.9 branch
-# PATCHES 201-300 and above are from upstream master/5.10 branch
+# PATCHES 100-200 and above are from upstream 5.10 branch
+# PATCHES 201-300 and above are from upstream master/5.11 branch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -178,6 +178,8 @@
 %prep
 %setup -q -n plasma-desktop-%{version}
 %patch1 -p1
+# Workaround for boo#1038368
+sed -i"" "s/Name=Desktop/Name=Desktop Containment/g" 
containments/desktop/package/metadata.desktop
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ plasma-desktop-5.10.0.tar.xz -> plasma-desktop-5.10.1.tar.xz ++
 13644 lines of diff (skipped)




commit plasma5-openSUSE for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package plasma5-openSUSE for 
openSUSE:Factory checked in at 2017-06-10 17:55:50

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


Package is "plasma5-openSUSE"

Sat Jun 10 17:55:50 2017 rev:51 rq:501494 version:42.1.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes
2017-06-01 16:27:17.781131108 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new/plasma5-openSUSE.changes   
2017-06-10 17:55:51.346697522 +0200
@@ -1,0 +2,5 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+
+---



Other differences:
--
++ plasma5-openSUSE.spec ++
--- /var/tmp/diff_new_pack.hWuaX4/_old  2017-06-10 17:55:51.998605472 +0200
+++ /var/tmp/diff_new_pack.hWuaX4/_new  2017-06-10 17:55:52.002604907 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define plasma_version 5.10.0
+%define plasma_version 5.10.1
 
 Name:   plasma5-openSUSE
 Version:42.1.1




commit oxygen5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2017-06-10 17:55:35

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


Package is "oxygen5"

Sat Jun 10 17:55:35 2017 rev:49 rq:501489 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2017-06-01 
16:26:25.528498984 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2017-06-10 
17:55:37.416664470 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  oxygen-5.10.0.tar.xz

New:

  oxygen-5.10.1.tar.xz



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.mkVvuK/_old  2017-06-10 17:55:38.020579196 +0200
+++ /var/tmp/diff_new_pack.mkVvuK/_new  2017-06-10 17:55:38.020579196 +0200
@@ -20,7 +20,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -30,7 +30,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: oxygen-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/oxygen-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  extra-cmake-modules >= 0.0.9
 BuildRequires:  kf5-filesystem

++ oxygen-5.10.0.tar.xz -> oxygen-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.10.0/CMakeLists.txt 
new/oxygen-5.10.1/CMakeLists.txt
--- old/oxygen-5.10.0/CMakeLists.txt2017-05-26 11:00:52.0 +0200
+++ new/oxygen-5.10.1/CMakeLists.txt2017-06-06 13:43:56.0 +0200
@@ -1,5 +1,5 @@
 project(oxygen)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 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.10.0/po/sl/oxygen_style_demo.po 
new/oxygen-5.10.1/po/sl/oxygen_style_demo.po
--- old/oxygen-5.10.0/po/sl/oxygen_style_demo.po2017-05-26 
11:00:36.0 +0200
+++ new/oxygen-5.10.1/po/sl/oxygen_style_demo.po2017-06-06 
13:43:39.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-25 05:45+0200\n"
-"PO-Revision-Date: 2017-03-31 21:26+0100\n"
+"PO-Revision-Date: 2017-06-04 13:18+0100\n"
 "Last-Translator: Andrej Mernik \n"
 "Language-Team: Slovenian \n"
 "Language: sl\n"
@@ -79,7 +79,7 @@
 #: oxygendemodialog.cpp:88
 #, kde-format
 msgid "Style"
-msgstr ""
+msgstr "Slog"
 
 #: oxygendemodialog.cpp:105
 #, kde-format
@@ -219,7 +219,7 @@
 #: oxygenstylechooser.cpp:53
 #, kde-format
 msgid "Select the application widget style"
-msgstr ""
+msgstr "Izberite slog gradnikov programa"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: ui/oxygenbenchmarkwidget.ui:29




commit plasma5-session for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package plasma5-session for openSUSE:Factory 
checked in at 2017-06-10 17:56:05

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


Package is "plasma5-session"

Sat Jun 10 17:56:05 2017 rev:40 rq:501497 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-session/plasma5-session.changes  
2017-06-01 16:26:49.257153122 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-session.new/plasma5-session.changes 
2017-06-10 17:56:08.336297947 +0200
@@ -1,0 +2,15 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+
+---
+Sun Jun  4 12:42:06 UTC 2017 - fab...@ritter-vogt.de
+
+- Don't mark %{_datadir}/xsessions/default.desktop as %ghost
+
+---
+Fri Jun  2 18:00:15 UTC 2017 - fab...@ritter-vogt.de
+
+- Fix typo in %post script
+
+---



Other differences:
--
++ plasma5-session.spec ++
--- /var/tmp/diff_new_pack.uyOIyN/_old  2017-06-10 17:56:10.947929025 +0200
+++ /var/tmp/diff_new_pack.uyOIyN/_new  2017-06-10 17:56:10.947929025 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-session
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:The KDE Session
 License:GPL-2.0+
@@ -122,7 +122,7 @@
   default-xsession.desktop %{_datadir}/xsessions/plasma5.desktop 25
 
 %postun
-[ -f %{_datadir}/xsessions/icewm.desktop ] || %{_sbindir}/update-alternatives \
+[ -f %{_datadir}/xsessions/plasma5.desktop ] || 
%{_sbindir}/update-alternatives \
   --remove default-xsession.desktop %{_datadir}/xsessions/plasma5.desktop
 
 %files
@@ -132,7 +132,7 @@
 %{_datadir}/xsessions/kde-plasma.desktop
 %endif
 %ghost %{_sysconfdir}/alternatives/default-xsession.desktop
-%ghost %{_datadir}/xsessions/default.desktop
+%{_datadir}/xsessions/default.desktop
 %dir %{_datadir}/doc/packages/plasma5-session
 %{_datadir}/doc/packages/plasma5-session/COPYING
 




commit milou5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2017-06-10 17:55:31

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


Package is "milou5"

Sat Jun 10 17:55:31 2017 rev:46 rq:501488 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2017-06-01 
16:26:20.417219702 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes   2017-06-10 
17:55:32.329382803 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  milou-5.10.0.tar.xz

New:

  milou-5.10.1.tar.xz



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.O1Vu13/_old  2017-06-10 17:55:32.833311647 +0200
+++ /var/tmp/diff_new_pack.O1Vu13/_new  2017-06-10 17:55:32.837311083 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   milou5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/milou
-Source: milou-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ milou-5.10.0.tar.xz -> milou-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.10.0/CMakeLists.txt 
new/milou-5.10.1/CMakeLists.txt
--- old/milou-5.10.0/CMakeLists.txt 2017-05-26 10:59:14.0 +0200
+++ new/milou-5.10.1/CMakeLists.txt 2017-06-06 13:42:19.0 +0200
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 




commit plasma5-integration for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package plasma5-integration for 
openSUSE:Factory checked in at 2017-06-10 17:55:44

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


Package is "plasma5-integration"

Sat Jun 10 17:55:44 2017 rev:24 rq:501493 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes  
2017-06-01 16:26:40.518385332 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-integration.new/plasma5-integration.changes 
2017-06-10 17:55:47.839192789 +0200
@@ -1,0 +2,11 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Don't ignore initially selected mime type filter
+  * Make sure we always set a default mime filter in save mode
+
+---

Old:

  plasma-integration-5.10.0.tar.xz

New:

  plasma-integration-5.10.1.tar.xz



Other differences:
--
++ plasma5-integration.spec ++
--- /var/tmp/diff_new_pack.OAh11B/_old  2017-06-10 17:55:48.351120504 +0200
+++ /var/tmp/diff_new_pack.OAh11B/_new  2017-06-10 17:55:48.355119939 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-integration
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -28,7 +28,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-integration-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 5.17.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  libQt5Gui-private-headers-devel >= 5.5.0

++ plasma-integration-5.10.0.tar.xz -> plasma-integration-5.10.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.10.0/CMakeLists.txt 
new/plasma-integration-5.10.1/CMakeLists.txt
--- old/plasma-integration-5.10.0/CMakeLists.txt2017-05-26 
11:06:56.0 +0200
+++ new/plasma-integration-5.10.1/CMakeLists.txt2017-06-06 
13:51:00.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(PlasmaIntegration)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 include(FeatureSummary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.10.0/autotests/kfiledialog_unittest.cpp 
new/plasma-integration-5.10.1/autotests/kfiledialog_unittest.cpp
--- old/plasma-integration-5.10.0/autotests/kfiledialog_unittest.cpp
2017-05-26 11:06:27.0 +0200
+++ new/plasma-integration-5.10.1/autotests/kfiledialog_unittest.cpp
2017-06-06 13:50:27.0 +0200
@@ -104,13 +104,23 @@
 
 QFETCH(QStringList, mimeTypeFilters);
 dialog.setMimeTypeFilters(mimeTypeFilters);
-dialog.show();
 
 QFETCH(QString, targetMimeTypeFilter);
 dialog.selectMimeTypeFilter(targetMimeTypeFilter);
 
+dialog.show();
 QCOMPARE(dialog.selectedMimeTypeFilter(), targetMimeTypeFilter);
 }
+
+void testFallbackOnFirstFilterInSaveMode()
+{
+QFileDialog dialog;
+dialog.setAcceptMode(QFileDialog::AcceptSave);
+dialog.setMimeTypeFilters({QStringLiteral("application/json"), 
QStringLiteral("application/zip")});
+dialog.show();
+QCOMPARE(dialog.selectedMimeTypeFilter(), 
QStringLiteral("application/json"));
+}
+
 #endif
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.10.0/src/platformtheme/kdeplatformfiledialoghelper.cpp 
new/plasma-integration-5.10.1/src/platformtheme/kdeplatformfiledialoghelper.cpp
--- 
old/plasma-integration-5.10.0/src/platformtheme/kdeplatformfiledialoghelper.cpp 
2017-05-26 11:06:27.0 +0200
+++ 
new/plasma-integration-5.10.1/src/platformtheme/kdeplatformfiledialoghelper.cpp 
2017-06-06 13:50:27.0 +0200
@@ -298,7 +298,16 @@
 const QStringList mimeFilters = options()->mimeTypeFilters();
 const QStringList nameFilters = options()->nameFilters();
 if (!mimeFilters.isEmpty()) {
-dialog->m_fileWidget->setMimeFilter(mimeFilters);
+QString defaultMimeFilter;
+if (options()->acceptMode() == QFileDialogOptions::AcceptSave) {
+#if QT_VERSION >= QT_VERSION_CH

commit libkscreen2 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2017-06-10 17:55:19

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


Package is "libkscreen2"

Sat Jun 10 17:55:19 2017 rev:49 rq:501486 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2017-06-01 
16:26:11.638457556 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes 
2017-06-10 17:55:23.678604308 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Add setScale option to kscreendoctor
+
+---

Old:

  libkscreen-5.10.0.tar.xz

New:

  libkscreen-5.10.1.tar.xz



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.7Sq4Mc/_old  2017-06-10 17:55:25.150396489 +0200
+++ /var/tmp/diff_new_pack.7Sq4Mc/_new  2017-06-10 17:55:25.154395924 +0200
@@ -18,7 +18,7 @@
 
 %define lname   libKF5Screen7
 Name:   libkscreen2
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -40,7 +40,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: libkscreen-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/libkscreen-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libkscreen-5.10.0.tar.xz -> libkscreen-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.10.0/CMakeLists.txt 
new/libkscreen-5.10.1/CMakeLists.txt
--- old/libkscreen-5.10.0/CMakeLists.txt2017-05-26 10:55:40.0 
+0200
+++ new/libkscreen-5.10.1/CMakeLists.txt2017-06-06 13:38:49.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 
 find_package(ECM 5.14.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.10.0/src/doctor/doctor.cpp 
new/libkscreen-5.10.1/src/doctor/doctor.cpp
--- old/libkscreen-5.10.0/src/doctor/doctor.cpp 2017-05-26 10:55:40.0 
+0200
+++ new/libkscreen-5.10.1/src/doctor/doctor.cpp 2017-06-06 13:38:49.0 
+0200
@@ -223,7 +223,17 @@
 return;
 }
 qCDebug(KSCREEN_DOCTOR) << "Output" << output_id << "set 
mode" << mode_id;
-
+} else if (ops.count() == 4 && ops[2] == 
QStringLiteral("scale")) {
+int scale = ops[3].toInt(&ok);
+if (!ok || scale < 1) {
+cerr << "Unable to parse scale" << ops[3] << endl;
+qApp->exit(5);
+return;
+}
+if (!setScale(output_id, scale)) {
+qApp->exit(1);
+return;
+}
 } else if (ops.count() == 4 && ops[2] == 
QStringLiteral("position")) {
 QStringList _pos = ops[3].split(',');
 if (_pos.count() != 2) {
@@ -386,6 +396,25 @@
 m_changed = true;
 return true;
 }
+}
+cout << "Output with id " << id << " not found." << endl;
+return false;
+}
+
+bool Doctor::setScale(int id, const int scale)
+{
+if (!m_config) {
+qCWarning(KSCREEN_DOCTOR) << "Invalid config.";
+return false;
+}
+
+Q_FOREACH (const auto &output, m_config->outputs()) {
+if (output->id() == id) {
+qCDebug(KSCREEN_DOCTOR) << "Set scale position" << scale;
+output->setScale(scale);
+m_changed = true;
+return true;
+}
 }
 cout << "Output with id " << id << " not found." << endl;
 return false;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.10.0/src/doctor/doctor.h 
new/libkscreen-5.10.1/src/doctor/doctor.h
--- old/libkscreen-5.10.0/src/doctor/doctor.h   2017-05-26 10:55:40.0 
+0200
+++ new/libkscreen-5.10.1/src/doctor/doctor.h   2017-06-06 13:38:49.0 
+0200
@@ -51,6 +51,7 @@
 
 bool setEnabl

commit libksysguard5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2017-06-10 17:55:25

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


Package is "libksysguard5"

Sat Jun 10 17:55:25 2017 rev:47 rq:501487 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2017-06-01 16:26:17.521627996 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new/libksysguard5.changes 
2017-06-10 17:55:29.825736322 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  libksysguard-5.10.0.tar.xz

New:

  libksysguard-5.10.1.tar.xz



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.DWiQIC/_old  2017-06-10 17:55:30.333664602 +0200
+++ /var/tmp/diff_new_pack.DWiQIC/_new  2017-06-10 17:55:30.333664602 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   libksysguard5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.kde.org
-Source: libksysguard-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem

++ libksysguard-5.10.0.tar.xz -> libksysguard-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.10.0/CMakeLists.txt 
new/libksysguard-5.10.1/CMakeLists.txt
--- old/libksysguard-5.10.0/CMakeLists.txt  2017-05-26 10:57:34.0 
+0200
+++ new/libksysguard-5.10.1/CMakeLists.txt  2017-06-06 13:40:46.0 
+0200
@@ -1,5 +1,5 @@
 project(libksysguard)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 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/libksysguard-5.10.0/po/cs/processui.po 
new/libksysguard-5.10.1/po/cs/processui.po
--- old/libksysguard-5.10.0/po/cs/processui.po  2017-05-26 10:56:32.0 
+0200
+++ new/libksysguard-5.10.1/po/cs/processui.po  2017-06-06 13:39:47.0 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: processui\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-02-05 04:12+0100\n"
-"PO-Revision-Date: 2017-02-22 14:58+0100\n"
+"PO-Revision-Date: 2017-05-31 17:37+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -840,7 +840,7 @@
 #, kde-kuit-format
 msgctxt "@info:tooltip"
 msgid "Running on: %1"
-msgstr "Bežící na: %1"
+msgstr "Běžící na: %1"
 
 #: ProcessModel.cpp:1448
 #, kde-kuit-format




commit libkdecoration2 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2017-06-10 17:55:15

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


Package is "libkdecoration2"

Sat Jun 10 17:55:15 2017 rev:37 rq:501485 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2017-06-01 16:26:06.443190118 +0200
+++ /work/SRC/openSUSE:Factory/.libkdecoration2.new/libkdecoration2.changes 
2017-06-10 17:55:16.271650182 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kdecoration-5.10.0.tar.xz

New:

  kdecoration-5.10.1.tar.xz



Other differences:
--
++ libkdecoration2.spec ++
--- /var/tmp/diff_new_pack.3VhSW8/_old  2017-06-10 17:55:16.795576203 +0200
+++ /var/tmp/diff_new_pack.3VhSW8/_new  2017-06-10 17:55:16.795576203 +0200
@@ -19,7 +19,7 @@
 %define lname   libkdecorations2-5
 %define lname_private   libkdecorations2private5
 Name:   libkdecoration2
-Version:5.10.0
+Version:5.10.1
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.11
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kdecoration-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kdecoration-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdecoration-5.10.0.tar.xz -> kdecoration-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.10.0/CMakeLists.txt 
new/kdecoration-5.10.1/CMakeLists.txt
--- old/kdecoration-5.10.0/CMakeLists.txt   2017-05-26 10:29:44.0 
+0200
+++ new/kdecoration-5.10.1/CMakeLists.txt   2017-06-06 13:14:39.0 
+0200
@@ -1,5 +1,5 @@
 project(decoration-api)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 




commit kwayland-integration for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kwayland-integration for 
openSUSE:Factory checked in at 2017-06-10 17:54:58

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


Package is "kwayland-integration"

Sat Jun 10 17:54:58 2017 rev:31 rq:501482 version:5.10.1

Changes:

--- 
/work/SRC/openSUSE:Factory/kwayland-integration/kwayland-integration.changes
2017-06-01 16:25:51.313323517 +0200
+++ 
/work/SRC/openSUSE:Factory/.kwayland-integration.new/kwayland-integration.changes
   2017-06-10 17:55:01.169782589 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kwayland-integration-5.10.0.tar.xz

New:

  kwayland-integration-5.10.1.tar.xz



Other differences:
--
++ kwayland-integration.spec ++
--- /var/tmp/diff_new_pack.3vmnyO/_old  2017-06-10 17:55:01.765698445 +0200
+++ /var/tmp/diff_new_pack.3vmnyO/_new  2017-06-10 17:55:01.769697880 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwayland-integration
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -27,7 +27,7 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Source: kwayland-integration-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kwayland-integration-%{version}.tar.xz
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  kf5-filesystem

++ kwayland-integration-5.10.0.tar.xz -> kwayland-integration-5.10.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-integration-5.10.0/CMakeLists.txt 
new/kwayland-integration-5.10.1/CMakeLists.txt
--- old/kwayland-integration-5.10.0/CMakeLists.txt  2017-05-26 
10:51:07.0 +0200
+++ new/kwayland-integration-5.10.1/CMakeLists.txt  2017-06-06 
13:29:07.0 +0200
@@ -1,5 +1,5 @@
 project(kwayland-integration)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit kwin5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2017-06-10 17:55:04

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


Package is "kwin5"

Sat Jun 10 17:55:04 2017 rev:55 rq:501483 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2017-06-01 
16:25:58.564301087 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2017-06-10 
17:55:07.820843450 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Fix Aurorae decorations with non integer DPI (kde#380524)
+
+---

Old:

  kwin-5.10.0.tar.xz

New:

  kwin-5.10.1.tar.xz



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.SfK1wq/_old  2017-06-10 17:55:09.452613041 +0200
+++ /var/tmp/diff_new_pack.SfK1wq/_new  2017-06-10 17:55:09.452613041 +0200
@@ -21,7 +21,7 @@
 %define wayland 0%{?suse_version} >= 1330
 %bcond_without lang
 Name:   kwin5
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kwin-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kwin-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ kwin-5.10.0.tar.xz -> kwin-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwin-5.10.0/CMakeLists.txt 
new/kwin-5.10.1/CMakeLists.txt
--- old/kwin-5.10.0/CMakeLists.txt  2017-05-26 10:54:24.0 +0200
+++ new/kwin-5.10.1/CMakeLists.txt  2017-06-06 13:37:41.0 +0200
@@ -1,5 +1,5 @@
 project(KWIN)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 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/kwin-5.10.0/effects/fade/package/metadata.desktop 
new/kwin-5.10.1/effects/fade/package/metadata.desktop
--- old/kwin-5.10.0/effects/fade/package/metadata.desktop   2017-05-26 
10:52:46.0 +0200
+++ new/kwin-5.10.1/effects/fade/package/metadata.desktop   2017-06-06 
13:36:09.0 +0200
@@ -50,7 +50,7 @@
 Name[nl]=Opkomen/vervagen
 Name[nn]=Ton inn og ut
 Name[pa]=ਫਿੱਕਾ
-Name[pl]=Znikanie/wyłanianie
+Name[pl]=Zanikanie/wyłanianie
 Name[pt]=Desvanecer
 Name[pt_BR]=Fade
 Name[ro]=Decolorare
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwin-5.10.0/effects/maximize/package/metadata.desktop 
new/kwin-5.10.1/effects/maximize/package/metadata.desktop
--- old/kwin-5.10.0/effects/maximize/package/metadata.desktop   2017-05-26 
10:52:46.0 +0200
+++ new/kwin-5.10.1/effects/maximize/package/metadata.desktop   2017-06-06 
13:36:09.0 +0200
@@ -27,7 +27,7 @@
 Comment[nds]=Animeren för en Finster, dat maximeert/vun maximeert 
wedderherstellt warrt
 Comment[nl]=Animatie voor een venster dat gaat naar maximaliseren/herstellen 
vanuit maximaliseren
 Comment[nn]=Vindaugsanimasjon i samband med bruk av maksimering/gjenoppretting.
-Comment[pl]=Efekt skalowania okien przy ich maksymalizowaniu i powrocie z niego
+Comment[pl]=Efekt skalowania okien przy maksymalizowaniu i powrocie z niego
 Comment[pt]=Animação para um janela que se vai maximizar/repor da maximização
 Comment[pt_BR]=Animação para uma janela a ser maximizada/restaurada
 Comment[ro]=Animație pentru o fereastră ce trece la maximizare/restabilire din 
maximizare
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwin-5.10.0/plugins/kdecorations/aurorae/src/lib/themeconfig.cpp 
new/kwin-5.10.1/plugins/kdecorations/aurorae/src/lib/themeconfig.cpp
--- old/kwin-5.10.0/plugins/kdecorations/aurorae/src/lib/themeconfig.cpp
2017-05-26 10:52:46.0 +0200
+++ new/kwin-5.10.1/plugins/kdecorations/aurorae/src/lib/themeconfig.cpp
2017-06-06 13:36:09.0 +0200
@@ -125,53 +125,53 @@
 m_shadow = general.readEntry("Shadow", defaultShadow());
 m_decorationPosition = general.readEntry("DecorationPosition", 
defaultDecorationPosition());
 
-int scaleFactor = 1;
+qreal scaleFactor = 1;
 QScreen *primary = QGuiApplication::primaryScreen();
 

commit kmenuedit5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2017-06-10 17:54:30

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


Package is "kmenuedit5"

Sat Jun 10 17:54:30 2017 rev:44 rq:501477 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2017-06-01 
16:25:27.344703241 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new/kmenuedit5.changes   
2017-06-10 17:54:35.493408127 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kmenuedit-5.10.0.tar.xz

New:

  kmenuedit-5.10.1.tar.xz



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.VdZ1ae/_old  2017-06-10 17:54:36.205307607 +0200
+++ /var/tmp/diff_new_pack.VdZ1ae/_new  2017-06-10 17:54:36.209307042 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kmenuedit5
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -28,7 +28,7 @@
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kmenuedit-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kmenuedit-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++ kmenuedit-5.10.0.tar.xz -> kmenuedit-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.10.0/CMakeLists.txt 
new/kmenuedit-5.10.1/CMakeLists.txt
--- old/kmenuedit-5.10.0/CMakeLists.txt 2017-05-26 10:37:19.0 +0200
+++ new/kmenuedit-5.10.1/CMakeLists.txt 2017-06-06 13:22:08.0 +0200
@@ -1,5 +1,5 @@
 project(kmenuedit)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 
 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/kmenuedit-5.10.0/doc/CMakeLists.txt 
new/kmenuedit-5.10.1/doc/CMakeLists.txt
--- old/kmenuedit-5.10.0/doc/CMakeLists.txt 2017-05-26 10:37:19.0 
+0200
+++ new/kmenuedit-5.10.1/doc/CMakeLists.txt 2017-06-06 13:22:08.0 
+0200
@@ -1,8 +1,8 @@
-add_subdirectory(uk)
 add_subdirectory(pt_BR)
-add_subdirectory(ca)
-add_subdirectory(de)
-add_subdirectory(pt)
 add_subdirectory(nl)
+add_subdirectory(uk)
 add_subdirectory(it)
+add_subdirectory(ca)
 add_subdirectory(en)
+add_subdirectory(pt)
+add_subdirectory(de)




commit kwrited5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2017-06-10 17:55:11

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


Package is "kwrited5"

Sat Jun 10 17:55:11 2017 rev:40 rq:501484 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes2017-06-01 
16:26:02.807702742 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes   2017-06-10 
17:55:12.864131329 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kwrited-5.10.0.tar.xz

New:

  kwrited-5.10.1.tar.xz



Other differences:
--
++ kwrited5.spec ++
--- /var/tmp/diff_new_pack.iAorEZ/_old  2017-06-10 17:55:13.356061868 +0200
+++ /var/tmp/diff_new_pack.iAorEZ/_new  2017-06-10 17:55:13.360061303 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   kwrited5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:Daemon listening for wall and write messages
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kwrited-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.11
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz

++ kwrited-5.10.0.tar.xz -> kwrited-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.10.0/CMakeLists.txt 
new/kwrited-5.10.1/CMakeLists.txt
--- old/kwrited-5.10.0/CMakeLists.txt   2017-05-26 10:54:47.0 +0200
+++ new/kwrited-5.10.1/CMakeLists.txt   2017-06-06 13:38:06.0 +0200
@@ -1,5 +1,5 @@
 project(kwrited)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 set(KF5_MIN_VERSION "5.10.0")




commit kscreenlocker for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2017-06-10 17:54:43

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


Package is "kscreenlocker"

Sat Jun 10 17:54:43 2017 rev:27 rq:501479 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes  
2017-06-01 16:25:37.391286609 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new/kscreenlocker.changes 
2017-06-10 17:54:45.368013821 +0200
@@ -1,0 +2,21 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Fixup protocol mismatch between greeter and kcheckpass (kde#380491)
+  * Fix detection of sys/event.h on FreeBSD < 12
+  * kcheckpass: Add support in for non-Linux platforms via kevent.
+- Remove patches, now upstream:
+  * 0001-Fixup-protocol-mismatch-between-greeter-and-kcheckpa.patch
+
+---
+Sun Jun  4 19:00:05 UTC 2017 - fab...@ritter-vogt.de
+
+- Add upstream patch to fix screenlocker breaking with empty password
+  (kde#380491):
+  * 0001-Fixup-protocol-mismatch-between-greeter-and-kcheckpa.patch
+
+---

Old:

  kscreenlocker-5.10.0.tar.xz

New:

  kscreenlocker-5.10.1.tar.xz



Other differences:
--
++ kscreenlocker.spec ++
--- /var/tmp/diff_new_pack.I502EP/_old  2017-06-10 17:54:45.887940406 +0200
+++ /var/tmp/diff_new_pack.I502EP/_new  2017-06-10 17:54:45.891939842 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kscreenlocker
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:Library and components for secure lock screen architecture
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/kscreenlocker
-Source: kscreenlocker-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kscreenlocker-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE fix-wayland-version-requirement.diff -- Changes wayland 
requirement from 1.3 to 1.2.1
 Patch0: fix-wayland-version-requirement.diff
 BuildRequires:  cmake >= 2.8.12

++ kscreenlocker-5.10.0.tar.xz -> kscreenlocker-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.10.0/CMakeLists.txt 
new/kscreenlocker-5.10.1/CMakeLists.txt
--- old/kscreenlocker-5.10.0/CMakeLists.txt 2017-05-26 10:48:45.0 
+0200
+++ new/kscreenlocker-5.10.1/CMakeLists.txt 2017-06-06 13:26:49.0 
+0200
@@ -1,4 +1,4 @@
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
@@ -33,6 +33,20 @@
  CAN_DISABLE_PTRACE
  "Required for disallowing ptrace on greeter and kcheckpass 
process")
 
+check_include_file("sys/signalfd.h" HAVE_SIGNALFD_H)
+if (NOT HAVE_SIGNALFD_H)
+check_include_files("sys/types.h;sys/event.h" HAVE_EVENT_H)
+endif ()
+if (NOT (HAVE_SIGNALFD_H OR HAVE_EVENT_H))
+message(FATAL_ERROR "kcheckpass either needs signalfd() or 
kevent()&sigtimedwait() to work")
+endif ()
+add_feature_info("sys/signalfd.h"
+ HAVE_SIGNALFD_H
+ "Use the signalfd() api for signalhandling")
+add_feature_info("sys/event.h"
+ HAVE_EVENT_H
+ "Use the kevent() and sigwaitinfo() api for signalhandling")
+
 find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
 Crash
 Declarative
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.10.0/config-kscreenlocker.h.cmake 
new/kscreenlocker-5.10.1/config-kscreenlocker.h.cmake
--- old/kscreenlocker-5.10.0/config-kscreenlocker.h.cmake   2017-05-26 
10:47:19.0 +0200
+++ new/kscreenlocker-5.10.1/config-kscreenlocker.h.cmake   2017-06-06 
13:25:13.0 +0200
@@ -13,3 +13,5 @@
 #cmakedefine01 HAVE_SYS_PROCCTL_H
 #cmakedefine01 HAVE_PROC_TRACE_CTL
 #cmakedefine01 HAVE_SECCOMP
+#cmakedefine01 HAVE_SIGNALFD_H
+#cmakedefine01 HAVE_EVENT_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.10.0/greeter/authenticator.cpp 
new/kscreenlocker-5.10.1/greeter/authenticator.cpp
--- old/kscreenlocker-5.10.0/greeter/authenticator.cpp  2017-05-26 
10:47:19.0 +0200
+++ new/kscreenlocker-5.10.1/greeter/authenticator.cp

commit kscreen5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kscreen5 for openSUSE:Factory 
checked in at 2017-06-10 17:54:39

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


Package is "kscreen5"

Sat Jun 10 17:54:39 2017 rev:41 rq:501478 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes2017-06-01 
16:25:32.423987029 +0200
+++ /work/SRC/openSUSE:Factory/.kscreen5.new/kscreen5.changes   2017-06-10 
17:54:40.464706174 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kscreen-5.10.0.tar.xz

New:

  kscreen-5.10.1.tar.xz



Other differences:
--
++ kscreen5.spec ++
--- /var/tmp/diff_new_pack.ETUOr7/_old  2017-06-10 17:54:41.184604524 +0200
+++ /var/tmp/diff_new_pack.ETUOr7/_new  2017-06-10 17:54:41.188603959 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreen5
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -28,7 +28,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kscreen-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kscreen-%{version}.tar.xz
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes

++ kscreen-5.10.0.tar.xz -> kscreen-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreen-5.10.0/CMakeLists.txt 
new/kscreen-5.10.1/CMakeLists.txt
--- old/kscreen-5.10.0/CMakeLists.txt   2017-05-26 10:39:04.0 +0200
+++ new/kscreen-5.10.1/CMakeLists.txt   2017-06-06 13:24:06.0 +0200
@@ -1,5 +1,5 @@
 project(KScreen)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 
 cmake_minimum_required(VERSION 2.8.12)
 




commit ksysguard5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2017-06-10 17:54:53

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


Package is "ksysguard5"

Sat Jun 10 17:54:53 2017 rev:47 rq:501481 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes2017-06-01 
16:25:46.577991227 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes   
2017-06-10 17:54:56.746407176 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  ksysguard-5.10.0.tar.xz

New:

  ksysguard-5.10.1.tar.xz



Other differences:
--
++ ksysguard5.spec ++
--- /var/tmp/diff_new_pack.OMHbKe/_old  2017-06-10 17:54:57.318326420 +0200
+++ /var/tmp/diff_new_pack.OMHbKe/_new  2017-06-10 17:54:57.322325856 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksysguard5
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -28,7 +28,7 @@
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: ksysguard-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/ksysguard-%{version}.tar.xz
 Source1:ksysguardd.service
 # PATCH-FIX-OPENSUSE 0001-Use-run-for-ksysguardd-s-pid-file.patch
 Patch0: 0001-Use-run-for-ksysguardd-s-pid-file.patch

++ ksysguard-5.10.0.tar.xz -> ksysguard-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.10.0/CMakeLists.txt 
new/ksysguard-5.10.1/CMakeLists.txt
--- old/ksysguard-5.10.0/CMakeLists.txt 2017-05-26 10:50:25.0 +0200
+++ new/ksysguard-5.10.1/CMakeLists.txt 2017-06-06 13:28:24.0 +0200
@@ -1,5 +1,5 @@
 project(ksysguard)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 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/ksysguard-5.10.0/doc/CMakeLists.txt 
new/ksysguard-5.10.1/doc/CMakeLists.txt
--- old/ksysguard-5.10.0/doc/CMakeLists.txt 2017-05-26 10:50:25.0 
+0200
+++ new/ksysguard-5.10.1/doc/CMakeLists.txt 2017-06-06 13:28:24.0 
+0200
@@ -1,9 +1,9 @@
-add_subdirectory(uk)
-add_subdirectory(pt_BR)
-add_subdirectory(ca)
-add_subdirectory(de)
 add_subdirectory(et)
-add_subdirectory(pt)
+add_subdirectory(pt_BR)
 add_subdirectory(nl)
+add_subdirectory(uk)
 add_subdirectory(it)
+add_subdirectory(ca)
 add_subdirectory(en)
+add_subdirectory(pt)
+add_subdirectory(de)




commit ksshaskpass5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2017-06-10 17:54:48

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


Package is "ksshaskpass5"

Sat Jun 10 17:54:48 2017 rev:38 rq:501480 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes
2017-06-01 16:25:41.834660066 +0200
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new/ksshaskpass5.changes   
2017-06-10 17:54:49.295459260 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  ksshaskpass-5.10.0.tar.xz

New:

  ksshaskpass-5.10.1.tar.xz



Other differences:
--
++ ksshaskpass5.spec ++
--- /var/tmp/diff_new_pack.cwZ4QT/_old  2017-06-10 17:54:50.599275160 +0200
+++ /var/tmp/diff_new_pack.cwZ4QT/_new  2017-06-10 17:54:50.603274595 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   ksshaskpass5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:Plasma 5 version of ssh-askpass
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:
http://kde-apps.org/CONTENT/content-files/50971-ksshaskpass-0.5.3.tar.gz
-Source: ksshaskpass-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/ksshaskpass-%{version}.tar.xz
 Patch1: suse-tweaks.diff
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem

++ ksshaskpass-5.10.0.tar.xz -> ksshaskpass-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.10.0/CMakeLists.txt 
new/ksshaskpass-5.10.1/CMakeLists.txt
--- old/ksshaskpass-5.10.0/CMakeLists.txt   2017-05-26 10:49:28.0 
+0200
+++ new/ksshaskpass-5.10.1/CMakeLists.txt   2017-06-06 13:27:31.0 
+0200
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 
 find_package(Qt5 REQUIRED COMPONENTS Core)
 




commit kde-user-manager for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kde-user-manager for 
openSUSE:Factory checked in at 2017-06-10 17:54:10

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


Package is "kde-user-manager"

Sat Jun 10 17:54:10 2017 rev:31 rq:501473 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kde-user-manager/kde-user-manager.changes
2017-06-01 16:25:07.699473347 +0200
+++ /work/SRC/openSUSE:Factory/.kde-user-manager.new/kde-user-manager.changes   
2017-06-10 17:54:11.348817369 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  user-manager-5.10.0.tar.xz

New:

  user-manager-5.10.1.tar.xz



Other differences:
--
++ kde-user-manager.spec ++
--- /var/tmp/diff_new_pack.oowi5C/_old  2017-06-10 17:54:12.096711766 +0200
+++ /var/tmp/diff_new_pack.oowi5C/_new  2017-06-10 17:54:12.100711201 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kde-user-manager
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:KDE System Settings module to manage users
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: user-manager-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/user-manager-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  libpwquality-devel
 BuildRequires:  cmake(KF5I18n)

++ user-manager-5.10.0.tar.xz -> user-manager-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.10.0/CMakeLists.txt 
new/user-manager-5.10.1/CMakeLists.txt
--- old/user-manager-5.10.0/CMakeLists.txt  2017-05-26 11:27:28.0 
+0200
+++ new/user-manager-5.10.1/CMakeLists.txt  2017-06-06 16:43:56.0 
+0200
@@ -1,6 +1,6 @@
 project(user-manager)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})




commit kinfocenter5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2017-06-10 17:54:25

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


Package is "kinfocenter5"

Sat Jun 10 17:54:25 2017 rev:49 rq:501476 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2017-06-01 16:25:24.829057963 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2017-06-10 17:54:27.806493529 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kinfocenter-5.10.0.tar.xz

New:

  kinfocenter-5.10.1.tar.xz



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.yzQlUZ/_old  2017-06-10 17:54:28.798353477 +0200
+++ /var/tmp/diff_new_pack.yzQlUZ/_new  2017-06-10 17:54:28.802352912 +0200
@@ -20,7 +20,7 @@
 
 %bcond_without lang
 Name:   kinfocenter5
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -30,7 +30,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kinfocenter-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE plasma-session-name.patch
 Patch0: plasma-session-name.patch
 BuildRequires:  extra-cmake-modules >= 1.2.0

++ kinfocenter-5.10.0.tar.xz -> kinfocenter-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.10.0/CMakeLists.txt 
new/kinfocenter-5.10.1/CMakeLists.txt
--- old/kinfocenter-5.10.0/CMakeLists.txt   2017-05-26 10:36:22.0 
+0200
+++ new/kinfocenter-5.10.1/CMakeLists.txt   2017-06-06 13:21:11.0 
+0200
@@ -1,5 +1,5 @@
 project(kinfocenter)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 
 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.10.0/doc/CMakeLists.txt 
new/kinfocenter-5.10.1/doc/CMakeLists.txt
--- old/kinfocenter-5.10.0/doc/CMakeLists.txt   2017-05-26 10:36:22.0 
+0200
+++ new/kinfocenter-5.10.1/doc/CMakeLists.txt   2017-06-06 13:21:11.0 
+0200
@@ -1,10 +1,10 @@
-add_subdirectory(uk)
-add_subdirectory(sr)
-add_subdirectory(pt_BR)
-add_subdirectory(ca)
-add_subdirectory(de)
-add_subdirectory(pt)
 add_subdirectory(sr@latin)
+add_subdirectory(pt_BR)
 add_subdirectory(nl)
+add_subdirectory(uk)
 add_subdirectory(it)
+add_subdirectory(sr)
+add_subdirectory(ca)
 add_subdirectory(en)
+add_subdirectory(pt)
+add_subdirectory(de)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.10.0/po/da/kcminfo.po 
new/kinfocenter-5.10.1/po/da/kcminfo.po
--- old/kinfocenter-5.10.0/po/da/kcminfo.po 2017-05-26 10:35:07.0 
+0200
+++ new/kinfocenter-5.10.1/po/da/kcminfo.po 2017-06-06 13:19:50.0 
+0200
@@ -6,13 +6,13 @@
 # Thomas Tanghus , 1998.
 # Lars K. Schunk , 2001.
 # Erik Kjær Pedersen , 2002,2003, 2004, 2005, 2006.
-# Martin Schlander , 2008, 2010, 2014, 2015.
+# Martin Schlander , 2008, 2010, 2014, 2015, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcminfo\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-05-03 02:59+0200\n"
-"PO-Revision-Date: 2015-11-22 21:54+0100\n"
+"PO-Revision-Date: 2017-05-30 22:11+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -292,7 +292,7 @@
 #, kde-format
 msgctxt "The scale factor of the output"
 msgid "Scale"
-msgstr ""
+msgstr "Skala"
 
 #: ../base/info_wayland.cpp:200
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kinfocenter-5.10.0/po/sl/kcminfo.po 
new/kinfocenter-5.10.1/po/sl/kcminfo.po
--- old/kinfocenter-5.10.0/po/sl/kcminfo.po 2017-05-26 10:35:51.0 
+0200
+++ new/kinfocenter-5.10.1/po/sl/kcminfo.po 2017-06-06 13:20:42.0 
+0200
@@ -2,26 +2,26 @@
 # Translation of kcminfo.po to Slovenian
 # KCMINFO translation to Slovene language.
 # Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
-# $Id: kcminfo.po 1488621 2017-05-03 02:02:24Z scripty $
+# $Id: kcmin

commit khotkeys5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2017-06-10 17:54:20

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


Package is "khotkeys5"

Sat Jun 10 17:54:20 2017 rev:46 rq:501475 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2017-06-01 
16:25:16.482234919 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2017-06-10 
17:54:23.303129408 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  khotkeys-5.10.0.tar.xz

New:

  khotkeys-5.10.1.tar.xz



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.ioFFDO/_old  2017-06-10 17:54:23.815057124 +0200
+++ /var/tmp/diff_new_pack.ioFFDO/_new  2017-06-10 17:54:23.819056560 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   khotkeys5
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -28,7 +28,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: khotkeys-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/khotkeys-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.1.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz

++ khotkeys-5.10.0.tar.xz -> khotkeys-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.10.0/CMakeLists.txt 
new/khotkeys-5.10.1/CMakeLists.txt
--- old/khotkeys-5.10.0/CMakeLists.txt  2017-05-26 10:34:29.0 +0200
+++ new/khotkeys-5.10.1/CMakeLists.txt  2017-06-06 13:19:12.0 +0200
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 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.10.0/po/it/khotkeys.po 
new/khotkeys-5.10.1/po/it/khotkeys.po
--- old/khotkeys-5.10.0/po/it/khotkeys.po   2017-05-26 10:34:00.0 
+0200
+++ new/khotkeys-5.10.1/po/it/khotkeys.po   2017-06-06 13:18:45.0 
+0200
@@ -410,7 +410,7 @@
 #: kcm_hotkeys/helper_widgets/window_definition_widget.ui:232
 #, kde-format
 msgid "Dock"
-msgstr "Attacca"
+msgstr "Area d'aggancio"
 
 #: kcm_hotkeys/hotkeys_context_menu.cpp:43
 #: kcm_hotkeys/hotkeys_context_menu.cpp:55




commit kde-gtk-config5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2017-06-10 17:54:05

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


Package is "kde-gtk-config5"

Sat Jun 10 17:54:05 2017 rev:39 rq:501472 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2017-06-01 16:25:02.628188433 +0200
+++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new/kde-gtk-config5.changes 
2017-06-10 17:54:06.117556028 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kde-gtk-config-5.10.0.tar.xz

New:

  kde-gtk-config-5.10.1.tar.xz



Other differences:
--
++ kde-gtk-config5.spec ++
--- /var/tmp/diff_new_pack.oXADsl/_old  2017-06-10 17:54:07.849311503 +0200
+++ /var/tmp/diff_new_pack.oXADsl/_new  2017-06-10 17:54:07.849311503 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-gtk-config5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:KCM Module to Configure GTK2 and GTK3 Applications Appearance 
Under KDE
 License:LGPL-3.0+ and GPL-3.0+
@@ -27,7 +27,7 @@
 Source1:kde_gtk_config.suse.sh
 Source2:gtkrc-2.0-kde4.template
 Source3:gtk3-settings.ini-kde4.template
-Source: kde-gtk-config-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.9
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz

++ kde-gtk-config-5.10.0.tar.xz -> kde-gtk-config-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.10.0/CMakeLists.txt 
new/kde-gtk-config-5.10.1/CMakeLists.txt
--- old/kde-gtk-config-5.10.0/CMakeLists.txt2017-05-26 10:30:48.0 
+0200
+++ new/kde-gtk-config-5.10.1/CMakeLists.txt2017-06-06 13:15:40.0 
+0200
@@ -1,5 +1,5 @@
 project(kde-gtk-config)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 cmake_minimum_required(VERSION 2.8.12)
 
 find_package(ECM 0.0.9 REQUIRED NO_MODULE)




commit kgamma5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kgamma5 for openSUSE:Factory checked 
in at 2017-06-10 17:54:14

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


Package is "kgamma5"

Sat Jun 10 17:54:14 2017 rev:26 rq:501474 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kgamma5/kgamma5.changes  2017-06-01 
16:25:12.350817477 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma5.new/kgamma5.changes 2017-06-10 
17:54:17.667925105 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kgamma5-5.10.0.tar.xz

New:

  kgamma5-5.10.1.tar.xz



Other differences:
--
++ kgamma5.spec ++
--- /var/tmp/diff_new_pack.1Ndd1L/_old  2017-06-10 17:54:18.187851691 +0200
+++ /var/tmp/diff_new_pack.1Ndd1L/_new  2017-06-10 17:54:18.187851691 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kgamma5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Source: kgamma5-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kgamma5-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 1.0.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz

++ kgamma5-5.10.0.tar.xz -> kgamma5-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma5-5.10.0/CMakeLists.txt 
new/kgamma5-5.10.1/CMakeLists.txt
--- old/kgamma5-5.10.0/CMakeLists.txt   2017-05-26 10:33:26.0 +0200
+++ new/kgamma5-5.10.1/CMakeLists.txt   2017-06-06 13:18:14.0 +0200
@@ -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.10.0")
+set(PROJECT_VERSION "5.10.1")
 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 kde-cli-tools5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2017-06-10 17:54:00

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


Package is "kde-cli-tools5"

Sat Jun 10 17:54:00 2017 rev:50 rq:501471 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2017-06-01 16:24:58.576759712 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new/kde-cli-tools5.changes   
2017-06-10 17:54:02.450073880 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kde-cli-tools-5.10.0.tar.xz

New:

  kde-cli-tools-5.10.1.tar.xz



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.CeRdvy/_old  2017-06-10 17:54:03.125978442 +0200
+++ /var/tmp/diff_new_pack.CeRdvy/_new  2017-06-10 17:54:03.129977877 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kde-cli-tools5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: kde-cli-tools-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
 Patch0: kdesu-add-some-i18n-love.patch
 BuildRequires:  extra-cmake-modules >= 1.3.0

++ kde-cli-tools-5.10.0.tar.xz -> kde-cli-tools-5.10.1.tar.xz ++
 2093 lines of diff (skipped)




commit breeze for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2017-06-10 17:53:34

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


Package is "breeze"

Sat Jun 10 17:53:34 2017 rev:47 rq:501465 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2017-06-01 
16:24:39.307476818 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2017-06-10 
17:53:47.964119307 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.10.0.tar.xz

New:

  breeze-5.10.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.8oiTwg/_old  2017-06-10 17:53:49.127954973 +0200
+++ /var/tmp/diff_new_pack.8oiTwg/_new  2017-06-10 17:53:49.127954973 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.10.0
+Version:5.10.1
 Release:0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
@@ -56,7 +56,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.8oiTwg/_old  2017-06-10 17:53:49.151951585 +0200
+++ /var/tmp/diff_new_pack.8oiTwg/_new  2017-06-10 17:53:49.155951020 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.10.0
+Version:5.10.1
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12
@@ -30,7 +30,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: breeze-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE add-support-for-Q3ListView-to-the-KDE4-style.patch 
boo#973728 wba...@tmo.at -- fixes collapse/expand icon in Q3ListView that still 
may be used by some KDE4 applications (knode e.g.)
 Patch:  add-support-for-Q3ListView-to-the-KDE4-style.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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




commit kcm_sddm for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2017-06-10 17:53:55

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


Package is "kcm_sddm"

Sat Jun 10 17:53:55 2017 rev:38 rq:501470 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes2017-06-01 
16:24:52.369634960 +0200
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new/kcm_sddm.changes   2017-06-10 
17:53:55.779015839 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  sddm-kcm-5.10.0.tar.xz

New:

  sddm-kcm-5.10.1.tar.xz



Other differences:
--
++ kcm_sddm.spec ++
--- /var/tmp/diff_new_pack.U4iQv2/_old  2017-06-10 17:53:57.442780914 +0200
+++ /var/tmp/diff_new_pack.U4iQv2/_new  2017-06-10 17:53:57.442780914 +0200
@@ -21,10 +21,10 @@
 Summary:A sddm control module for KDE
 License:GPL-2.0
 Group:  System/GUI/KDE
-Version:5.10.0
+Version:5.10.1
 Release:0
 Url:https://projects.kde.org/projects/kdereview/sddm-kcm/repository
-Source: sddm-kcm-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE set-default-session-to-plasma5-for-autologin.patch 
boo#951886 wba...@tmo.at -- set the default autologin session to plasma5.desktop
 Patch:  set-default-session-to-plasma5-for-autologin.patch
 BuildRequires:  extra-cmake-modules >= 1.0.0

++ sddm-kcm-5.10.0.tar.xz -> sddm-kcm-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.10.0/CMakeLists.txt 
new/sddm-kcm-5.10.1/CMakeLists.txt
--- old/sddm-kcm-5.10.0/CMakeLists.txt  2017-05-26 11:25:46.0 +0200
+++ new/sddm-kcm-5.10.1/CMakeLists.txt  2017-06-06 16:42:24.0 +0200
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 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)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.10.0/po/da/kcm_sddm.po 
new/sddm-kcm-5.10.1/po/da/kcm_sddm.po
--- old/sddm-kcm-5.10.0/po/da/kcm_sddm.po   2017-05-26 11:25:31.0 
+0200
+++ new/sddm-kcm-5.10.1/po/da/kcm_sddm.po   2017-06-06 16:42:09.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-27 02:56+0200\n"
-"PO-Revision-Date: 2017-02-11 12:10+0100\n"
+"PO-Revision-Date: 2017-05-30 22:12+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -134,7 +134,7 @@
 #, kde-format
 msgctxt "%1 is the name of a session"
 msgid "%1 (Wayland)"
-msgstr ""
+msgstr "%1 (Wayland)"
 
 #: src/themeconfig.cpp:189
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.10.0/po/sl/kcm_sddm.po 
new/sddm-kcm-5.10.1/po/sl/kcm_sddm.po
--- old/sddm-kcm-5.10.0/po/sl/kcm_sddm.po   2017-05-26 11:25:42.0 
+0200
+++ new/sddm-kcm-5.10.1/po/sl/kcm_sddm.po   2017-06-06 16:42:20.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-04-27 02:56+0200\n"
-"PO-Revision-Date: 2017-04-01 15:14+0100\n"
+"PO-Revision-Date: 2017-06-04 13:35+0100\n"
 "Last-Translator: Andrej Mernik \n"
 "Language-Team: Slovenian \n"
 "Language: sl\n"
@@ -135,7 +135,7 @@
 #, kde-format
 msgctxt "%1 is the name of a session"
 msgid "%1 (Wayland)"
-msgstr ""
+msgstr "%1 (Wayland)"
 
 #: src/themeconfig.cpp:189
 #, kde-format




commit discover for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package discover for openSUSE:Factory 
checked in at 2017-06-10 17:53:46

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


Package is "discover"

Sat Jun 10 17:53:46 2017 rev:19 rq:501467 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/discover/discover.changes2017-06-01 
16:24:42.643006484 +0200
+++ /work/SRC/openSUSE:Factory/.discover.new/discover.changes   2017-06-10 
17:53:50.403774827 +0200
@@ -1,0 +2,17 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * fix typo
+  * Qt 5.7 is needed, make it explicit when searching for Qt
+  * Change look of the close description button
+  * Rename the generic snap library to DiscoverSnapClient (kde#380356)
+  * Don't elide the name, always elide the category label (kde#378351)
+  * Improve how we initialize json objects
+  * Make the tasks page a global overlay rather than just over the pages 
(kde#378566)
+  * Remove unused file
+
+---

Old:

  discover-5.10.0.tar.xz

New:

  discover-5.10.1.tar.xz



Other differences:
--
++ discover.spec ++
--- /var/tmp/diff_new_pack.UY6mzT/_old  2017-06-10 17:53:51.211660753 +0200
+++ /var/tmp/diff_new_pack.UY6mzT/_new  2017-06-10 17:53:51.211660753 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   discover
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:KDE Software Installer
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:https://quickgit.kde.org/?p=discover.git
-Source: discover-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz
 BuildRequires:  PackageKit-Qt5-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules

++ discover-5.10.0.tar.xz -> discover-5.10.1.tar.xz ++
/work/SRC/openSUSE:Factory/discover/discover-5.10.0.tar.xz 
/work/SRC/openSUSE:Factory/.discover.new/discover-5.10.1.tar.xz differ: char 
25, line 1




commit breeze-gtk for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2017-06-10 17:53:40

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


Package is "breeze-gtk"

Sat Jun 10 17:53:40 2017 rev:26 rq:501466 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes2017-06-01 
16:24:41.151216837 +0200
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new/breeze-gtk.changes   
2017-06-10 17:53:49.379919396 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  breeze-gtk-5.10.0.tar.xz

New:

  breeze-gtk-5.10.1.tar.xz



Other differences:
--
++ breeze-gtk.spec ++
--- /var/tmp/diff_new_pack.28AW3m/_old  2017-06-10 17:53:49.895846546 +0200
+++ /var/tmp/diff_new_pack.28AW3m/_new  2017-06-10 17:53:49.899845982 +0200
@@ -18,13 +18,13 @@
 
 %define _name   breeze
 Name:   breeze-gtk
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:GTK+ theme matching KDE's Breeze
 License:LGPL-2.1
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/breeze-gtk
-Source: breeze-gtk-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE update_from_BreezeGTK.patch boo#994832 -- update user's 
config from the old BreezyGTK theme
 Patch: update_from_BreezeGTK.patch
 BuildRequires:  cmake >= 2.8.12

++ breeze-gtk-5.10.0.tar.xz -> breeze-gtk-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.10.0/CMakeLists.txt 
new/breeze-gtk-5.10.1/CMakeLists.txt
--- old/breeze-gtk-5.10.0/CMakeLists.txt2017-05-26 10:13:38.0 
+0200
+++ new/breeze-gtk-5.10.1/CMakeLists.txt2017-06-06 12:59:21.0 
+0200
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)




commit kactivitymanagerd for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package kactivitymanagerd for 
openSUSE:Factory checked in at 2017-06-10 17:53:51

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


Package is "kactivitymanagerd"

Sat Jun 10 17:53:51 2017 rev:23 rq:501469 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes  
2017-06-01 16:24:47.282352303 +0200
+++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new/kactivitymanagerd.changes 
2017-06-10 17:53:51.467624610 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:55 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * None
+
+---

Old:

  kactivitymanagerd-5.10.0.tar.xz

New:

  kactivitymanagerd-5.10.1.tar.xz



Other differences:
--
++ kactivitymanagerd.spec ++
--- /var/tmp/diff_new_pack.J2kSwi/_old  2017-06-10 17:53:52.059541031 +0200
+++ /var/tmp/diff_new_pack.J2kSwi/_new  2017-06-10 17:53:52.063540467 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   kactivitymanagerd
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivitymanagerd
-Source: kactivitymanagerd-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else

++ kactivitymanagerd-5.10.0.tar.xz -> kactivitymanagerd-5.10.1.tar.xz ++




commit bluedevil5 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Factory 
checked in at 2017-06-10 17:53:28

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


Package is "bluedevil5"

Sat Jun 10 17:53:28 2017 rev:39 rq:501464 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes2017-06-01 
16:24:32.276468242 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new/bluedevil5.changes   
2017-06-10 17:53:30.526581498 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:54 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Wizard: Use emblem-success and emblem-error icons
+
+---

Old:

  bluedevil-5.10.0.tar.xz

New:

  bluedevil-5.10.1.tar.xz



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.mKd3F1/_old  2017-06-10 17:53:31.186488319 +0200
+++ /var/tmp/diff_new_pack.mKd3F1/_new  2017-06-10 17:53:31.186488319 +0200
@@ -19,13 +19,13 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:Bluetooth Manager for KDE Plasma
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://www.kde.org/
-Source: bluedevil-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/bluedevil-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem

++ bluedevil-5.10.0.tar.xz -> bluedevil-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.10.0/CMakeLists.txt 
new/bluedevil-5.10.1/CMakeLists.txt
--- old/bluedevil-5.10.0/CMakeLists.txt 2017-05-26 10:07:26.0 +0200
+++ new/bluedevil-5.10.1/CMakeLists.txt 2017-06-06 12:56:17.0 +0200
@@ -1,5 +1,5 @@
 project(bluedevil)
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 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.10.0/src/wizard/pages/fail.cpp 
new/bluedevil-5.10.1/src/wizard/pages/fail.cpp
--- old/bluedevil-5.10.0/src/wizard/pages/fail.cpp  2017-05-26 
10:06:06.0 +0200
+++ new/bluedevil-5.10.1/src/wizard/pages/fail.cpp  2017-06-06 
12:54:48.0 +0200
@@ -38,7 +38,7 @@
 {
 setupUi(this);
 
-
failIcon->setPixmap(QIcon::fromTheme(QStringLiteral("task-reject")).pixmap(48));
+
failIcon->setPixmap(QIcon::fromTheme(QStringLiteral("emblem-error")).pixmap(48));
 }
 
 void FailPage::initializePage()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.10.0/src/wizard/pages/fail.ui 
new/bluedevil-5.10.1/src/wizard/pages/fail.ui
--- old/bluedevil-5.10.0/src/wizard/pages/fail.ui   2017-05-26 
10:06:06.0 +0200
+++ new/bluedevil-5.10.1/src/wizard/pages/fail.ui   2017-06-06 
12:54:48.0 +0200
@@ -13,6 +13,9 @@
   

 
+ 
+  10
+ 
  
   

diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.10.0/src/wizard/pages/success.cpp 
new/bluedevil-5.10.1/src/wizard/pages/success.cpp
--- old/bluedevil-5.10.0/src/wizard/pages/success.cpp   2017-05-26 
10:06:06.0 +0200
+++ new/bluedevil-5.10.1/src/wizard/pages/success.cpp   2017-06-06 
12:54:48.0 +0200
@@ -33,7 +33,7 @@
 {
 setupUi(this);
 
-
successIcon->setPixmap(QIcon::fromTheme(QStringLiteral("task-complete")).pixmap(48));
+
successIcon->setPixmap(QIcon::fromTheme(QStringLiteral("emblem-success")).pixmap(48));
 }
 
 int SuccessPage::nextId() const
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.10.0/src/wizard/pages/success.ui 
new/bluedevil-5.10.1/src/wizard/pages/success.ui
--- old/bluedevil-5.10.0/src/wizard/pages/success.ui2017-05-26 
10:06:06.0 +0200
+++ new/bluedevil-5.10.1/src/wizard/pages/success.ui2017-06-06 
12:54:48.0 +0200
@@ -13,6 +13,9 @@
   

 
+ 
+  10
+ 
  
   





commit python-certifi for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package python-certifi for openSUSE:Factory 
checked in at 2017-06-10 17:51:50

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


Package is "python-certifi"

Sat Jun 10 17:51:50 2017 rev:6 rq:502763 version:2017.4.17

Changes:

--- /work/SRC/openSUSE:Factory/python-certifi/python-certifi.changes
2017-04-20 20:53:11.009015132 +0200
+++ /work/SRC/openSUSE:Factory/.python-certifi.new/python-certifi.changes   
2017-06-10 17:51:51.528560016 +0200
@@ -1,0 +2,5 @@
+Sat Jun 10 08:46:52 UTC 2017 - dmuel...@suse.com
+
+- update to 2017.4.17
+
+---

Old:

  certifi-2017.1.23.tar.gz

New:

  certifi-2017.4.17.tar.gz



Other differences:
--
++ python-certifi.spec ++
--- /var/tmp/diff_new_pack.acCMoK/_old  2017-06-10 17:51:52.664399636 +0200
+++ /var/tmp/diff_new_pack.acCMoK/_new  2017-06-10 17:51:52.668399071 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certifi
-Version:2017.1.23
+Version:2017.4.17
 Release:0
 Summary:Python package for providing Mozilla's CA Bundle
 License:MPL-2.0

++ certifi-2017.1.23.tar.gz -> certifi-2017.4.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certifi-2017.1.23/PKG-INFO 
new/certifi-2017.4.17/PKG-INFO
--- old/certifi-2017.1.23/PKG-INFO  2017-01-23 22:21:10.0 +0100
+++ new/certifi-2017.4.17/PKG-INFO  2017-04-17 21:36:30.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: certifi
-Version: 2017.1.23
+Version: 2017.4.17
 Summary: Python package for providing Mozilla's CA Bundle.
 Home-page: http://certifi.io/
 Author: Kenneth Reitz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certifi-2017.1.23/certifi/__init__.py 
new/certifi-2017.4.17/certifi/__init__.py
--- old/certifi-2017.1.23/certifi/__init__.py   2017-01-23 22:20:32.0 
+0100
+++ new/certifi-2017.4.17/certifi/__init__.py   2017-04-17 21:36:13.0 
+0200
@@ -1,3 +1,3 @@
 from .core import where, old_where
 
-__version__ = "2017.01.23"
+__version__ = "2017.04.17"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certifi-2017.1.23/certifi/cacert.pem 
new/certifi-2017.4.17/certifi/cacert.pem
--- old/certifi-2017.1.23/certifi/cacert.pem2017-01-23 22:18:13.0 
+0100
+++ new/certifi-2017.4.17/certifi/cacert.pem2017-04-17 21:34:34.0 
+0200
@@ -1614,42 +1614,6 @@
 pGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey
 -END CERTIFICATE-
 
-# Issuer: CN=WellsSecure Public Root Certificate Authority O=Wells Fargo 
WellsSecure OU=Wells Fargo Bank NA
-# Subject: CN=WellsSecure Public Root Certificate Authority O=Wells Fargo 
WellsSecure OU=Wells Fargo Bank NA
-# Label: "WellsSecure Public Root Certificate Authority"
-# Serial: 1
-# MD5 Fingerprint: 15:ac:a5:c2:92:2d:79:bc:e8:7f:cb:67:ed:02:cf:36
-# SHA1 Fingerprint: e7:b4:f6:9d:61:ec:90:69:db:7e:90:a7:40:1a:3c:f4:7d:4f:e8:ee
-# SHA256 Fingerprint: 
a7:12:72:ae:aa:a3:cf:e8:72:7f:7f:b3:9f:0f:b3:d1:e5:42:6e:90:60:b0:6e:e6:f1:3e:9a:3c:58:33:cd:43
--BEGIN CERTIFICATE-
-MIIEvTCCA6WgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBhTELMAkGA1UEBhMCVVMx
-IDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdlbGxzU2VjdXJlMRwwGgYDVQQLDBNXZWxs
-cyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQDDC1XZWxsc1NlY3VyZSBQdWJsaWMgUm9v
-dCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDcxMjEzMTcwNzU0WhcNMjIxMjE0
-MDAwNzU0WjCBhTELMAkGA1UEBhMCVVMxIDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdl
-bGxzU2VjdXJlMRwwGgYDVQQLDBNXZWxscyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQD
-DC1XZWxsc1NlY3VyZSBQdWJsaWMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkw
-ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDub7S9eeKPCCGeOARBJe+r
-WxxTkqxtnt3CxC5FlAM1iGd0V+PfjLindo8796jE2yljDpFoNoqXjopxaAkH5OjU
-Dk/41itMpBb570OYj7OeUt9tkTmPOL13i0Nj67eT/DBMHAGTthP796EfvyXhdDcs
-HqRePGj4S78NuR4uNuip5Kf4D8uCdXw1LSLWwr8L87T8bJVhHlfXBIEyg1J55oNj
-z7fLY4sR4r1e6/aN7ZVyKLSsEmLpSjPmgzKuBXWVvYSV2ypcm44uDLiBK0HmOFaf
-SZtsdvqKXfcBeYF8wYNABf5x/Qw/zE5gCQ5lRxAvAcAFP4/4s0HvWkJ+We/Slwxl
-AgMBAAGjggE0MIIBMDAPBgNVHRMBAf8EBTADAQH/MDkGA1UdHwQyMDAwLqAsoCqG
-KGh0dHA6Ly9jcmwucGtpLndlbGxzZmFyZ28uY29tL3dzcHJjYS5jcmwwDgYDVR0P
-AQH/BAQDAgHGMB0GA1UdDgQWBBQmlRkQ2eihl5H/3BnZtQQ+0nMKajCBsgYDVR0j
-BIGqMIGngBQmlRkQ2eihl5H/3BnZtQQ+0nMKaqGBi6SBiDCBhTELMAkGA1UEBhMC
-VVMxIDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdlbGxzU2VjdXJlMRwwGgYDVQQLDBNX
-ZWxscyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQDDC1XZWxsc1NlY3VyZSBQdWJsaWMg
-Um9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHmCAQEwDQYJKoZIhvcNAQEFBQADggEB
-ALkVsUSRzCPIK0134/iaeycNzXK7mQDKfGYZUMbVmO

commit purple-facebook for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package purple-facebook for openSUSE:Factory 
checked in at 2017-06-10 17:51:38

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


Package is "purple-facebook"

Sat Jun 10 17:51:38 2017 rev:3 rq:502646 version:0.9.4

Changes:

--- /work/SRC/openSUSE:Factory/purple-facebook/purple-facebook.changes  
2017-04-14 13:42:01.118948274 +0200
+++ /work/SRC/openSUSE:Factory/.purple-facebook.new/purple-facebook.changes 
2017-06-10 17:51:45.997341020 +0200
@@ -1,0 +2,8 @@
+Fri Jun  9 11:47:35 UTC 2017 - michal.hruse...@opensuse.org
+
+- update to version 0.9.4
+  * Add content-type header to all requests, fixes http error 400
+  * Change error message when sync_sequence_id is missing, for clarity
+  * Bump orca version. Purely speculative, may not help with anything.
+
+---

Old:

  purple-facebook-0.9.3-c9b74a765767.tar.gz

New:

  purple-facebook-0.9.4-c9b74a765767.tar.gz



Other differences:
--
++ purple-facebook.spec ++
--- /var/tmp/diff_new_pack.ywyt2D/_old  2017-06-10 17:51:46.641250101 +0200
+++ /var/tmp/diff_new_pack.ywyt2D/_new  2017-06-10 17:51:46.645249536 +0200
@@ -18,7 +18,7 @@
 
 %define _revc9b74a765767
 Name:   purple-facebook
-Version:0.9.3
+Version:0.9.4
 Release:0
 Summary:Facebook protocol plugin for libpurple
 License:GPL-2.0+

++ purple-facebook-0.9.3-c9b74a765767.tar.gz -> 
purple-facebook-0.9.4-c9b74a765767.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purple-facebook-0.9.3-c9b74a765767/Makefile.in 
new/purple-facebook-0.9.4-c9b74a765767/Makefile.in
--- old/purple-facebook-0.9.3-c9b74a765767/Makefile.in  2017-03-30 
07:29:18.0 +0200
+++ new/purple-facebook-0.9.4-c9b74a765767/Makefile.in  2017-06-08 
20:18:17.0 +0200
@@ -166,8 +166,8 @@
$(top_srcdir)/build-aux/ltmain.sh \
$(top_srcdir)/build-aux/missing AUTHORS COPYING ChangeLog \
INSTALL NEWS README build-aux/compile build-aux/config.guess \
-   build-aux/config.sub build-aux/depcomp build-aux/install-sh \
-   build-aux/ltmain.sh build-aux/missing
+   build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh \
+   build-aux/missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purple-facebook-0.9.3-c9b74a765767/Makefile.mingw 
new/purple-facebook-0.9.4-c9b74a765767/Makefile.mingw
--- old/purple-facebook-0.9.3-c9b74a765767/Makefile.mingw   2017-03-30 
07:27:57.0 +0200
+++ new/purple-facebook-0.9.4-c9b74a765767/Makefile.mingw   2017-06-08 
18:59:57.0 +0200
@@ -1,4 +1,4 @@
-PLUGIN_VERSION = 0.9.3-$(shell cat VERSION)
+PLUGIN_VERSION = 0.9.4-$(shell cat VERSION)
 PURPLE_VERSION = 2.10.11
 
 TREE_TOP = ../../../..
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/purple-facebook-0.9.3-c9b74a765767/aclocal.m4 
new/purple-facebook-0.9.4-c9b74a765767/aclocal.m4
--- old/purple-facebook-0.9.3-c9b74a765767/aclocal.m4   2017-03-30 
07:29:17.0 +0200
+++ new/purple-facebook-0.9.4-c9b74a765767/aclocal.m4   2017-06-08 
20:18:17.0 +0200
@@ -20,9 +20,9 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
-dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29.1)
-dnl
+# pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
+# serial 12 (pkg-config-0.29.2)
+
 dnl Copyright © 2004 Scott James Remnant .
 dnl Copyright © 2012-2015 Dan Nicholson 
 dnl
@@ -63,7 +63,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29.1])
+[m4_define([PKG_MACROS_VERSION], [0.29.2])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
 [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
@@ -164,7 +164,7 @@
 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
 pkg_failed=no
-AC_MSG_CHECKING([for $1])
+AC_MSG_CHECKING([for $2])
 
 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
@@ -174,11 +174,11 @@
 See the pkg-config man page for more details.])
 
 if test $pkg_failed = yes; then
-   AC_MSG_RESULT(

commit libvirt-python for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2017-06-10 17:51:46

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


Package is "libvirt-python"

Sat Jun 10 17:51:46 2017 rev:42 rq:502727 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2017-05-09 18:09:52.215913160 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2017-06-10 17:51:50.504704583 +0200
@@ -1,0 +2,6 @@
+Fri Jun  2 17:43:08 UTC 2017 - jfeh...@suse.com
+
+- Update to 3.4.0
+  - Add all new APIs and constants in libvirt 3.4.0
+
+---

Old:

  libvirt-python-3.3.0.tar.gz
  libvirt-python-3.3.0.tar.gz.asc

New:

  libvirt-python-3.4.0.tar.gz
  libvirt-python-3.4.0.tar.gz.asc



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.8sK6Jw/_old  2017-06-10 17:51:51.048627782 +0200
+++ /var/tmp/diff_new_pack.8sK6Jw/_new  2017-06-10 17:51:51.052627217 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:3.3.0
+Version:3.4.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-3.3.0.tar.gz -> libvirt-python-3.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.3.0/AUTHORS 
new/libvirt-python-3.4.0/AUTHORS
--- old/libvirt-python-3.3.0/AUTHORS2017-05-05 21:48:18.0 +0200
+++ new/libvirt-python-3.4.0/AUTHORS2017-06-02 09:04:21.0 +0200
@@ -77,5 +77,6 @@
Viktor Mihajlovski 
Wojtek Porczyk 
Wu Zongyong 
+   Xavier Fernandez 
Zeeshan Ali (Khattak) 
Zhou Yimin 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.3.0/ChangeLog 
new/libvirt-python-3.4.0/ChangeLog
--- old/libvirt-python-3.3.0/ChangeLog  2017-05-05 21:48:18.0 +0200
+++ new/libvirt-python-3.4.0/ChangeLog  2017-06-02 09:04:21.0 +0200
@@ -1,3 +1,69 @@
+2017-05-24 Daniel P. Berrange  
+
+Fix error check for virDomainGetTime method
+The virDomainGetTime returns either a dict or None, but the python
+glue layer for checking for '-1'. Thus it failed to raise an
+exception on error.
+
+
+
+2017-05-24 Michal Privoznik  
+
+examples: Introduce sparsestream.py
+Sparse streams are not that straight forward to use for the very
+first time. Especially the sparseRecvAll() and sparseSendAll()
+methods which expects callbacks. What we can do to make it easier
+for developers is to have an example where they can take an
+inspiration from.
+
+
+
+2017-05-24 Michal Privoznik  
+
+virStream: Introduce virStreamSparse{Recv,Send}All
+Yet again, our parser is not capable of generating proper
+wrapper. To be fair, this one wold be really tough anyway.
+
+
+
+2017-05-23 Michal Privoznik  
+
+virStream: Introduce virStreamRecvFlags
+Yet again, we need a custom wrapper over virStreamRecvFlags
+because our generator is not capable of generating it.
+
+
+
+2017-05-23 Michal Privoznik  
+
+Implement virStreamSendHole/virStreamRecvHole
+The return value for virStreamRecvHole is slightly different to
+its C counterpart. In python, either it returns the hole size or
+None if C API fails.
+
+
+
+2017-05-17 Xavier Fernandez  
+
+Use better comparison in virStream.sendAll for Python 3
+In Python 3, if the file is open in binary mode, @got will end up
+being equal to b"" and b"" != "" in Python 3.
+
+
+2017-05-15 Martin Kletzander  
+
+spec: Install egg-info with rpm package
+This was being done due to now deprecated policy and that file should
+be installed so that pip can recognize that the packages is already
+installed in the system.
+
+
+
+2017-05-05 Daniel Veillard  
+
+Release of libvirt-python-3.3.0
+
+
 2017-04-04 Daniel P. Berrange  
 
 event-test: add ability to run the asyncio event loop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-3.3.0/PKG-INFO 
new/libvirt-python-3.4.0/PKG-INFO
--- old/libvirt-python-3.3.0/PKG-INFO   2017-05-05 21:48:18.0 +0200
+++ new/libvirt-python-3.4.0/PKG-INFO   2017-06-02 09:04:21.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 3.3.0
+Version: 3.4.0
 Summary: The l

commit perl-Image-ExifTool for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package perl-Image-ExifTool for 
openSUSE:Factory checked in at 2017-06-10 17:51:42

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


Package is "perl-Image-ExifTool"

Sat Jun 10 17:51:42 2017 rev:24 rq:502673 version:10.55

Changes:

--- /work/SRC/openSUSE:Factory/perl-Image-ExifTool/perl-Image-ExifTool.changes  
2017-04-24 09:49:48.435272027 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Image-ExifTool.new/perl-Image-ExifTool.changes 
2017-06-10 17:51:47.205170476 +0200
@@ -1,0 +2,55 @@
+Fri Jun  9 15:20:40 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 10.55 (changes since 10.50):
+  * Add a "NoDups" utility function for use in advanced formatting 
+expressions.
+  * Add a new Pentax LensType.
+  * Add some new Pentax DriveMode values.
+  * Enhance the -ver option to report Perl include directories with 
+-v2.
+  * Improve a warning message when advanced formatting expression 
+returns undef.
+  * A minor change to a few FujiFilm print conversion strings.
+  * Change behaviour when interpolating Shortcut tags in a string
+(the values are now separated according to the -sep option
+setting instead of simply being concatenated).
+  * Allow file times to be set on systems where futimes is not
+available.
+  * Add some new values to a number of FujiFilm tags and change
+some others.
+  * Decode a number of new Sony tags for the ILCE-9.
+  * Make SonyISO writable.
+  * Change behaviour of advanced formatting expression for
+Shortcut tags so it now applies to the combined value rather
+than individual constituent values.
+  * Minor changes to some Pentax print conversions.
+  * Fix a problem using new NoDups utility with Shortcut tags.
+  * Add support for the "MeSa" Photoshop IRB resource.
+  * Make XMP-GSpherical tags writable.
+  * Improve German translations.
+  * Add support for Google XMP GImage and GAudio tags.
+  * Add a new Olympus CameraType.
+  * Add a two new Sony lenses and decode more ILCE-9 tags.
+  * Add new values to some Pentax tags.
+  * Add a new Canon LensType.
+  * Add an additional checks to the experimental -validate feature.
+  * Improve user-defined FileTypes feature to provide more
+flexibility.
+  * Enhance the -ext option to allow specific files extensions to
+be processed along with supported files.
+  * Add support for GIF multimedia extensions.
+  * Add a couple of new Sony/Minolta lenses.
+  * Add a new Nikon LensID.
+  * Add a new Composite TotalPathPoints tag to
+photoshop_paths.config.
+  * Decode a number of new Sony tags and updated some others.
+  * Decode a new Pentax tag and fix decoding of another.
+  * Update iptcCore.args for new IPTC specification.
+  * Change description of a couple of AVI Model tags to match EXIF.
+  * Patch tests to avoid failures with Perl 5.25.11 due to missing
+"." in @INC.
+  * Fix an incorrect warning from the experimental Validate feature.
+  * API Changes:
++ add ListJoin option to replace List and ListSep options.
+
+---

Old:

  Image-ExifTool-10.50.tar.gz

New:

  Image-ExifTool-10.55.tar.gz



Other differences:
--
++ perl-Image-ExifTool.spec ++
--- /var/tmp/diff_new_pack.Np1ixp/_old  2017-06-10 17:51:47.841080686 +0200
+++ /var/tmp/diff_new_pack.Np1ixp/_new  2017-06-10 17:51:47.845080121 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name Image-ExifTool
 Name:   perl-Image-ExifTool
-Version:10.50
+Version:10.55
 Release:0
 Summary:Perl module to read and write meta information
 License:GPL-1.0+ or Artistic-1.0

++ Image-ExifTool-10.50.tar.gz -> Image-ExifTool-10.55.tar.gz ++
 15540 lines of diff (skipped)




commit hawk2 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-06-10 17:51:35

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


Package is "hawk2"

Sat Jun 10 17:51:35 2017 rev:40 rq:500619 version:2.1.0+git.1496403895.2d3dbf1f

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-05-10 
20:53:22.186698350 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-06-10 
17:51:37.398555164 +0200
@@ -1,0 +2,7 @@
+Fri Jun 02 11:46:01 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1496403895.2d3dbf1f:
+  * Add have-watchdog to list of readonly options (bsc#1042361)
+  * UI: Move sidebar down slightly when batch mode is enabled (bsc#1042360)
+
+---

Old:

  hawk2-2.1.0+git.1494403016.19b2aada.tar.bz2

New:

  hawk2-2.1.0+git.1496403895.2d3dbf1f.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.QmXXHR/_old  2017-06-10 17:51:38.114454079 +0200
+++ /var/tmp/diff_new_pack.QmXXHR/_new  2017-06-10 17:51:38.114454079 +0200
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.1.0+git.1494403016.19b2aada
+%define version_unconverted 2.1.0+git.1496403895.2d3dbf1f
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1494403016.19b2aada
+Version:2.1.0+git.1496403895.2d3dbf1f
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.QmXXHR/_old  2017-06-10 17:51:38.170446173 +0200
+++ /var/tmp/diff_new_pack.QmXXHR/_new  2017-06-10 17:51:38.170446173 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  19b2aada0bd98cd28e8ee2e70a1b7d0222ba0492
\ No newline at end of file
+  2d3dbf1f7098d87725d904503e77f6c82664e31c
\ No newline at end of file

++ hawk2-2.1.0+git.1494403016.19b2aada.tar.bz2 -> 
hawk2-2.1.0+git.1496403895.2d3dbf1f.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1494403016.19b2aada.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1496403895.2d3dbf1f.tar.bz2
 differ: char 11, line 1




commit gphoto for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package gphoto for openSUSE:Factory checked 
in at 2017-06-10 17:51:18

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


Package is "gphoto"

Sat Jun 10 17:51:18 2017 rev:44 rq:501210 version:2.5.14

Changes:

--- /work/SRC/openSUSE:Factory/gphoto/gphoto.changes2016-11-22 
18:56:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.gphoto.new/gphoto.changes   2017-06-10 
17:51:22.924598875 +0200
@@ -1,0 +2,7 @@
+Mon Jun  5 19:09:31 UTC 2017 - meiss...@suse.com
+
+- updated to 2.5.14 release
+  * translation updates: french, esperanto
+  * some bugfixes
+
+---

Old:

  gphoto2-2.5.11.tar.bz2
  gphoto2-2.5.11.tar.bz2.asc

New:

  gphoto2-2.5.14.tar.bz2
  gphoto2-2.5.14.tar.bz2.asc



Other differences:
--
++ gphoto.spec ++
--- /var/tmp/diff_new_pack.epV2Bs/_old  2017-06-10 17:51:24.736343057 +0200
+++ /var/tmp/diff_new_pack.epV2Bs/_new  2017-06-10 17:51:24.736343057 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gphoto
 #
-# 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
@@ -27,7 +27,7 @@
 Summary:A Digital Camera Utility
 License:GPL-2.0+
 Group:  Hardware/Camera
-Version:2.5.11
+Version:2.5.14
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/gphoto/%{version}/%{name}2-%{version}.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/gphoto/%{version}/%{name}2-%{version}.tar.bz2.asc


++ gphoto2-2.5.11.tar.bz2 -> gphoto2-2.5.14.tar.bz2 ++
 47783 lines of diff (skipped)




commit php7 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2017-06-10 17:51:37

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


Package is "php7"

Sat Jun 10 17:51:37 2017 rev:20 rq:502522 version:7.1.6

Changes:

--- /work/SRC/openSUSE:Factory/php7/php7.changes2017-05-16 
14:46:24.592551885 +0200
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2017-06-10 
17:51:42.001905174 +0200
@@ -1,0 +2,5 @@
+Fri Jun  9 09:06:38 UTC 2017 - pgaj...@suse.com
+
+- updated to 7.1.6: Several bugs have been fixed.
+
+---

Old:

  php-7.1.5.tar.xz
  php-7.1.5.tar.xz.asc

New:

  php-7.1.6.tar.xz
  php-7.1.6.tar.xz.asc



Other differences:
--
++ php7.spec ++
--- /var/tmp/diff_new_pack.XH9yTP/_old  2017-06-10 17:51:43.237730676 +0200
+++ /var/tmp/diff_new_pack.XH9yTP/_new  2017-06-10 17:51:43.237730676 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php7
 #
-# 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
@@ -46,7 +46,7 @@
 %define need_libxml2_hack %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h; then echo 1; else echo 
0; fi; else echo 0; fi)
 
 Name:   php7
-Version:7.1.5
+Version:7.1.6
 Release:0
 Summary:PHP7 Core Files
 License:PHP-3.01
@@ -220,8 +220,8 @@
 
 %package devel
 Summary:Include files of PHP7
-Group:  Development/Languages/C and C++
 # this is required by the installed  development headers
+Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
 Requires:   libxml2-devel


++ php-7.1.5.tar.xz -> php-7.1.6.tar.xz ++
/work/SRC/openSUSE:Factory/php7/php-7.1.5.tar.xz 
/work/SRC/openSUSE:Factory/.php7.new/php-7.1.6.tar.xz differ: char 27, line 1





commit xfsdump for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package xfsdump for openSUSE:Factory checked 
in at 2017-06-10 17:51:05

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


Package is "xfsdump"

Sat Jun 10 17:51:05 2017 rev:30 rq:501181 version:3.1.6

Changes:

--- /work/SRC/openSUSE:Factory/xfsdump/xfsdump.changes  2015-11-24 
22:31:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfsdump.new/xfsdump.changes 2017-06-10 
17:51:10.786312789 +0200
@@ -1,0 +2,6 @@
+Wed May 31 19:29:27 UTC 2017 - je...@suse.com
+
+- Fix building on 32-bit architectures with updated xfsprogs.
+  - Added xfsdump-fix-build-on-32-bit-platforms.patch
+
+---

New:

  xfsdump-fix-build-on-32-bit-platforms.patch



Other differences:
--
++ xfsdump.spec ++
--- /var/tmp/diff_new_pack.dBL8hn/_old  2017-06-10 17:51:12.406084078 +0200
+++ /var/tmp/diff_new_pack.dBL8hn/_new  2017-06-10 17:51:12.406084078 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfsdump
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,8 +27,12 @@
 Source1:
ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsdump-%{version}.tar.gz.sig
 Source2:%{name}.keyring
 Patch0: xfsdump-docdir.diff
+Patch1: xfsdump-fix-build-on-32-bit-platforms.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libattr-devel
+BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 BuildRequires:  xfsprogs-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,8 +57,11 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
+rm -f configure
+make configure
 export DEBUG=-DNDEBUG
 %configure --bindir=%{_sbindir}
 make %{?_smp_mflags}


++ xfsdump-fix-build-on-32-bit-platforms.patch ++
From: Eric Sandeen 
Subject: xfsdump: fix build on 32-bit platforms
Patch-mainlne: Submitted to linux-xfs, 17 Feb 2017

Now that xfsprogs requires anyone using the headers to
properly define 64-bit file access, xfsdump has stopped
building on 32-bit platforms.

I think this is all it needs; works for me here.

Signed-off-by: Eric Sandeen 
Acked-by: Jeff Mahoney 
---

cc: Eric Biggers because he seems to enjoy this stuff :)

 configure.ac |2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index 7bb6f1d..8d78ed4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,8 @@ AC_CONFIG_SRCDIR([common/main.c])
 AC_CONFIG_HEADER(include/config.h)
 AC_PREFIX_DEFAULT(/usr)
 
+AC_SYS_LARGEFILE
+
 AC_PROG_LIBTOOL
 
 AC_ARG_ENABLE(shared,




commit libgphoto2 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2017-06-10 17:51:14

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


Package is "libgphoto2"

Sat Jun 10 17:51:14 2017 rev:112 rq:501208 version:2.5.14

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2017-04-17 
10:23:48.491483231 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2017-06-10 17:51:16.097562845 +0200
@@ -1,0 +2,29 @@
+Mon Jun  5 18:58:54 UTC 2017 - meiss...@suse.com
+
+- updated to 2.5.14 release
+  * ptp2:
+* Canon EOS M remote control / capture support (M3, M5, M10 ... but not 
the original EOS M currently)
+* fix for Canon EOS camera crash bug introduced in 2.5.13.
+* Fuji XT-2 capture support (firmware update needed, might work for other 
Fuji XT too)
+* Canon EOS 77D added.
+* various bugfixes
+* added USB IDs:
+  * Sony DSC-RX10M3, DSC-HX90V
+  * Sony UMC-R10C
+  * Nikon D5600,
+  * Canon EOS 77D
+  * Fuji XT-20
+* synced MTP device ids from libmtp
+* more issues fixed that were found by the AFL fuzzer
+  * pentax:
+* Added Pentax K5-II, Pentax K3-II
+  * libgphoto2_port:
+* fixed gp_log_remove_func
+  * libgphoto2_port/vusb:
+* support f-number, shutterspeed, and exposurebias in the virtual PTP 
camera
+  * all:
+* several issues found by gcc 7 fixed
+  * translations:
+* updated ukrainian, polish, vietnamese, french, swedish
+
+---

Old:

  libgphoto2-2.5.13.tar.bz2
  libgphoto2-2.5.13.tar.bz2.asc

New:

  libgphoto2-2.5.14.tar.bz2
  libgphoto2-2.5.14.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.zgcrLO/_old  2017-06-10 17:51:16.825460067 +0200
+++ /var/tmp/diff_new_pack.zgcrLO/_new  2017-06-10 17:51:16.829459502 +0200
@@ -49,7 +49,7 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.13
+Version:2.5.14
 Release:0
 Source0:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
 Source1:
https://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}//%{name}-%{version}.tar.bz2.asc

++ libgphoto2-2.5.13.tar.bz2 -> libgphoto2-2.5.14.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.13.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.14.tar.bz2 differ: 
char 11, line 1





commit libetonyek for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libetonyek for openSUSE:Factory 
checked in at 2017-06-10 17:51:01

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


Package is "libetonyek"

Sat Jun 10 17:51:01 2017 rev:15 rq:501089 version:0.1.6

Changes:

--- /work/SRC/openSUSE:Factory/libetonyek/libetonyek.changes2017-02-19 
00:41:44.902376860 +0100
+++ /work/SRC/openSUSE:Factory/.libetonyek.new/libetonyek.changes   
2017-06-10 17:51:02.339505469 +0200
@@ -1,0 +2,9 @@
+Mon Jun  5 08:00:24 UTC 2017 - tchva...@suse.com
+
+- Apply patches from debian (and taken from upstream git):
+  * fix-brain-fart.diff
+  * mdds-1.2.diff
+- Add patch to fix test on i686:
+  * 0001-fix-test-on-i686.patch
+
+---

New:

  0001-fix-test-on-i686.patch
  fix-brain-fart.diff
  mdds-1.2.diff



Other differences:
--
++ libetonyek.spec ++
--- /var/tmp/diff_new_pack.PoBD17/_old  2017-06-10 17:51:02.975415679 +0200
+++ /var/tmp/diff_new_pack.PoBD17/_new  2017-06-10 17:51:02.975415679 +0200
@@ -26,11 +26,11 @@
 Url:https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
 Source0:
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
 Patch0: libetonyek-0.1.6-drop_test.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
+Patch1: fix-brain-fart.diff
+Patch2: mdds-1.2.diff
+Patch3: 0001-fix-test-on-i686.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -38,16 +38,22 @@
 BuildRequires:  gperf
 BuildRequires:  help2man
 BuildRequires:  liblangtag-devel
-BuildRequires:  pkg-config
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cppunit)
 BuildRequires:  pkgconfig(librevenge-0.0)
 BuildRequires:  pkgconfig(librevenge-generators-0.0)
 BuildRequires:  pkgconfig(librevenge-stream-0.0)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(mdds-1.0)
+BuildRequires:  pkgconfig(mdds-1.2)
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 Libetonyek is library providing ability to interpret and import Apple Keynote
@@ -90,9 +96,10 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%autopatch -p1
 
 %build
+autoreconf -fvi
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
--disable-silent-rules \
@@ -102,7 +109,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
@@ -120,7 +127,6 @@
 make check %{?_smp_mflags}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}

++ 0001-fix-test-on-i686.patch ++
>From b63a2f52d95243aef4660b2d4573f0e149eeb9a6 Mon Sep 17 00:00:00 2001
From: David Tardon 
Date: Wed, 22 Feb 2017 15:03:19 -0500
Subject: [PATCH] fix test on i686

Change-Id: Ib9dafdfd76175cc6bbcd94596f7a7bd8b924ed34
---
 src/test/IWORKTransformationTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/IWORKTransformationTest.cpp 
b/src/test/IWORKTransformationTest.cpp
index 77f0b27..5e96e60 100644
--- a/src/test/IWORKTransformationTest.cpp
+++ b/src/test/IWORKTransformationTest.cpp
@@ -232,7 +232,7 @@ void IWORKTransformationTest::testInverseOperations()
 
   CPPUNIT_ASSERT(scale(2, 1) * scale(0.5, 1) == eye);
   CPPUNIT_ASSERT(scale(1, 2) * scale(1, 0.5) == eye);
-  CPPUNIT_ASSERT(scale(3, 2) * scale(1.0 / 3, 0.5) == eye);
+  CPPUNIT_ASSERT(approxEqual(scale(3, 2) * scale(1.0 / 3, 0.5), eye));
 
   // CPPUNIT_ASSERT(shear() == eye);
 
-- 
2.11.1

++ fix-brain-fart.diff ++
>From 649f459c499ceab07446ed913ae661c31e13044a Mon Sep 17 00:00:00 2001
From: David Tardon 
Date: Thu, 14 Jan 2016 09:16:16 +0100
Subject: [PATCH] fix brain fart

Change-Id: If7c5e3c6cebe2f97f1c9f5793cf25cea135a7735
---
 src/lib/IWORKText.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/IWORKText.cpp b/src/lib/IWORKText.cpp
index 20d7c5b..ef34b4b 100644
--- a/src/lib/IWORKText.cpp
+++ b/src/lib/IWORKText.cpp
@@ -763,7 +763,7 @@ void IWORKText::insertBlockContent(const 
IWORKOutputElements &elements)
 {
   if (m_inPara)
 closePara();
-  if (!m_inSection and needsSection())
+  if (!m_inSection && needsSection())
 openSection();
   m_elements.append(elements);
   m_ignoreEmptyPa

commit MozillaFirefox-branding-openSUSE for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package MozillaFirefox-branding-openSUSE for 
openSUSE:Factory checked in at 2017-06-10 17:50:48

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


Package is "MozillaFirefox-branding-openSUSE"

Sat Jun 10 17:50:48 2017 rev:54 rq:501082 version:45

Changes:

--- 
/work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE/MozillaFirefox-branding-openSUSE.changes
2017-05-04 08:52:38.387900105 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new/MozillaFirefox-branding-openSUSE.changes
   2017-06-10 17:50:53.488755184 +0200
@@ -1,0 +2,5 @@
+Mon Jun  5 07:19:51 UTC 2017 - w...@rosenauer.org
+
+- really fix boo#1036679 (recognize Leap 42.3)
+
+---



Other differences:
--
++ MozillaFirefox-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.AcDJvb/_old  2017-06-10 17:50:55.068532122 +0200
+++ /var/tmp/diff_new_pack.AcDJvb/_new  2017-06-10 17:50:55.072531557 +0200
@@ -53,12 +53,12 @@
 %else
 %if %sle_version == 120200
 %global suseversion 42.2
-%endif
 %else
 %if %sle_version == 120300
 %global suseversion 42.3
 %endif
 %endif
+%endif
 %global prjname Leap:%{suseversion}
 %else
 %global distname openSUSE




commit npth for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package npth for openSUSE:Factory checked in 
at 2017-06-10 17:50:42

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


Package is "npth"

Sat Jun 10 17:50:42 2017 rev:13 rq:501060 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/npth/npth.changes2017-05-20 
14:31:06.329457032 +0200
+++ /work/SRC/openSUSE:Factory/.npth.new/npth.changes   2017-06-10 
17:50:45.665859767 +0200
@@ -1,0 +2,7 @@
+Sun Jun  4 19:31:19 UTC 2017 - astie...@suse.com
+
+- update to 1.5:
+  * Fix the busy waiting emulation of pthread_mutex_timedlock for
+Unices lacking that function
+
+---

Old:

  npth-1.4.tar.bz2
  npth-1.4.tar.bz2.sig

New:

  npth-1.5.tar.bz2
  npth-1.5.tar.bz2.sig



Other differences:
--
++ npth.spec ++
--- /var/tmp/diff_new_pack.KCSP3B/_old  2017-06-10 17:50:46.421753036 +0200
+++ /var/tmp/diff_new_pack.KCSP3B/_new  2017-06-10 17:50:46.421753036 +0200
@@ -18,7 +18,7 @@
 
 %define lname  libnpth0
 Name:   npth
-Version:1.4
+Version:1.5
 Release:0
 Summary:New GNU Portable Threads library
 License:LGPL-2.0+

++ npth-1.4.tar.bz2 -> npth-1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/ChangeLog new/npth-1.5/ChangeLog
--- old/npth-1.4/ChangeLog  2017-05-16 09:46:47.0 +0200
+++ new/npth-1.5/ChangeLog  2017-06-02 10:42:13.0 +0200
@@ -1,3 +1,15 @@
+2017-06-02  Werner Koch  
+
+   Release 1.5.
+   + commit 77c094e606b3952c470ccfa21b546bb13e4de1db
+   * configure.ac: Set LT version to C1/A1/R1.
+
+2017-06-01  NIIBE Yutaka  
+
+   Fix busy_wait_for.
+   + commit 4fae99976c31bae53183aeec8df2032aaba2e689
+   * src/npth.c (busy_wait_for): Remove comparison negation.
+
 2017-05-16  Werner Koch  
 
Release 1.4.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/NEWS new/npth-1.5/NEWS
--- old/npth-1.4/NEWS   2017-05-16 09:42:14.0 +0200
+++ new/npth-1.5/NEWS   2017-06-02 10:38:49.0 +0200
@@ -1,3 +1,10 @@
+Noteworthy changes in version 1.5 (2017-06-02)  [C1/A1/R1]
+--
+
+ * Fix the busy waiting emulation of pthread_mutex_timedlock for
+   Unices lacking that function; e.g. macOS Sierra.
+
+
 Noteworthy changes in version 1.4 (2017-05-16)  [C1/A1/R0]
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/VERSION new/npth-1.5/VERSION
--- old/npth-1.4/VERSION2017-05-16 09:46:47.0 +0200
+++ new/npth-1.5/VERSION2017-06-02 10:42:13.0 +0200
@@ -1 +1 @@
-1.4
+1.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/npth-1.4/configure new/npth-1.5/configure
--- old/npth-1.4/configure  2017-05-16 09:45:34.0 +0200
+++ new/npth-1.5/configure  2017-06-02 10:41:45.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for npth 1.4.
+# Generated by GNU Autoconf 2.69 for npth 1.5.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='npth'
 PACKAGE_TARNAME='npth'
-PACKAGE_VERSION='1.4'
-PACKAGE_STRING='npth 1.4'
+PACKAGE_VERSION='1.5'
+PACKAGE_STRING='npth 1.5'
 PACKAGE_BUGREPORT='gnupg-de...@gnupg.org'
 PACKAGE_URL=''
 
@@ -1349,7 +1349,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures npth 1.4 to adapt to many kinds of systems.
+\`configure' configures npth 1.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1419,7 +1419,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of npth 1.4:";;
+ short | recursive ) echo "Configuration of npth 1.5:";;
esac
   cat <<\_ACEOF
 
@@ -1531,7 +1531,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-npth configure 1.4
+npth configure 1.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1954,7 +1954,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by npth $as_me 1.4, which was
+It was created by npth $as_me 1.5, which was
 generated by GNU Autoconf 2.69.  Invocati

commit xfsprogs for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Factory 
checked in at 2017-06-10 17:50:09

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


Package is "xfsprogs"

Sat Jun 10 17:50:09 2017 rev:44 rq:497831 version:4.9.0

Changes:

--- /work/SRC/openSUSE:Factory/xfsprogs/xfsprogs.changes2016-03-31 
13:02:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfsprogs.new/xfsprogs.changes   2017-06-10 
17:50:15.786078749 +0200
@@ -1,0 +2,245 @@
+Tue May 16 14:52:53 UTC 2017 - je...@suse.com
+
+- Update to 4.9.0
+  * xfs_quota: handle wrapped id from GETNEXTQUOTA
+  * xfs_repair: don't indicate dirtiness if FSGEOMETRY fails
+  * xfs_repair: junk leaf attribute if count == 0
+  * xfs_repair: fix some potential null pointer deferences
+  * xfs_repair: fix bogus rmapbt record owner check
+  * xfs.h: require transparent LFS for all users
+  * xfs_io: Fix initial -m option
+  * xfs_io: add command line option -i to start an idle thread
+  * xfsprogs: Update FSF address in COPYING file
+  * mkfs.xfs: format reflink enabled filesystems
+  * xfs_repair: use thread pools to sort rmap data
+  * xfs_repair: check for mergeable refcount records
+  * xfs_repair: use range query when while checking rmaps
+  * xfs_repair: check the CoW extent size hint
+  * xfs_repair: complain about copy-on-write leftovers
+  * xfs_repair: rebuild the refcount btree
+  * xfs_repair: check the refcount btree against our observed reference counts 
when -n
+  * xfs_repair: fix inode reflink flags
+  * xfs_repair: record reflink inode state
+  * xfs_repair: process reverse-mapping data into refcount data
+  * xfs_repair: handle multiple owners of data blocks
+  * xfs_repair: check the existing refcount btree
+  * xfs_repair: fix get_agino_buf to avoid corrupting inodes
+  * xfs_logprint: support bmap redo items
+  * xfs_logprint: support refcount redo items
+  * xfs_logprint: support cowextsize reporting in log contents
+  * xfs_io: try to unshare copy-on-write blocks via fallocate
+  * xfs_io: provide long-format help for falloc
+  * xfs_io: support injecting the 'per-AG reservation critically low' error
+  * xfs_io: add refcount+bmap error injection types
+  * xfs_io: get and set the CoW extent size hint
+  * libxfs: add autoconf mechanism to override system header fsxattr
+  * xfs_io: bmap should support querying CoW fork, shared blocks
+  * xfs_growfs: report the presence of the reflink feature
+  * xfs_db: print one array element per line
+  * xfs_db: deal with the CoW extent size hint
+  * xfs_db: metadump should copy the refcount btree too
+  * xfs_db: add support for checking the refcount btree
+  * xfs_db: dump refcount btree data
+  * libxfs: add fsxattr flags and fields for cowextsize
+  * libxfs: free the CoW fork from an inode
+  * libxfs: plumb in bmap deferred op log items
+  * libxfs: plumb in refcount deferred op log items
+  * libxfs: add xfs_refcount.h to the standard include list
+  * libxfs: initialize the in-core mount context for refcount btrees
+  * xfs_buflock: handling parsing errors more gracefully
+  * xfs_logprint: fix up the RUI printing code to reflect new format
+  * xfs: defer should abort intent items if the trans roll fails
+  * xfs: add xfs_trim_extent
+  * libxfs: clean up _calc_dquots_per_chunk
+  * xfs: rework refcount cow recovery error handling
+  * xfs: implement swapext for rmap filesystems
+  * xfs: recognize the reflink feature bit
+  * xfs: simulate per-AG reservations being critically low
+  * xfs: don't mix reflink and DAX mode for now
+  * xfs: check for invalid inode reflink flags
+  * xfs: convert unwritten status of reverse mappings for shared files
+  * xfs: use interval query for rmap alloc operations on shared files
+  * xfs: add shared rmap map/unmap/convert log item types
+  * xfs: increase log reservations for reflink
+  * xfs: try other AGs to allocate a BMBT block
+  * xfs: preallocate blocks for worst-case btree expansion
+  * xfs: create a separate cow extent size hint for the allocator
+  * xfs: teach get_bmapx about shared extents and the CoW fork
+  * xfs: store in-progress CoW allocations in the refcount btree
+  * xfs: support removing extents from CoW fork
+  * xfs: support allocating delayed extents in CoW fork
+  * xfs: support bmapping delalloc extents in the CoW fork
+  * xfs: introduce the CoW fork
+  * xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
+  * xfs: add reflink feature flag to geometry
+  * xfs: return work remaining at the end of a bunmapi operation
+  * xfs: implement deferred bmbt map/unmap operations
+  * xfs: pass bmapi flags through to bmap_del_extent
+  * xfs: map an inode's offset to an exact physical block
+  * xfs: log bmap intent items
+  * xfs: create bmbt update intent log items
+  * xfs: i

commit libglvnd for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package libglvnd for openSUSE:Factory 
checked in at 2017-06-10 17:50:21

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


Package is "libglvnd"

Sat Jun 10 17:50:21 2017 rev:5 rq:500985 version:0.1.2~20170427~6bcecd8

Changes:

--- /work/SRC/openSUSE:Factory/libglvnd/libglvnd.changes2017-06-04 
01:49:54.668272672 +0200
+++ /work/SRC/openSUSE:Factory/.libglvnd.new/libglvnd.changes   2017-06-10 
17:50:27.480427524 +0200
@@ -1,0 +2,26 @@
+Thu Jun  1 11:37:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.1.2~20170427~6bcecd8:
+  * Print out $host_cpu when undetected, for easier debugging.
+  * Fix compile errors.
+  * armv7: make sure asm is compiled in unified syntax mode.
+  * Treat armv7hl as armv7l.
+  * tests: Expand the unit tests for libGLdispatch.
+  * GLdispatch: Minor cleanup of the x86-64 TLS stubs.
+  * GLdispatch: Add support for x32.
+  * Shorten the generated x86-64 TLS stubs.
+  * GLX: Fix GLX entrypoint generation for x32.
+  * tests: Add support for x32.
+  * GLdispatch: Remove the ".syntax divided" directive for ARMv7.
+  * Update the README file.
+  * GLdispatch: Fix TEXTREL in the ARMv7 TSD stubs.
+  * GLdispatch: Improve the documentation in entry_arm7_tsd.c.
+  * Makefile and structural changes for ppc64le support.
+  * GLdispatch: Implement the TSD dispatch stubs for PPC64LE.
+  * GLdispatch: Implement the TLS dispatch stubs for PPC64LE.
+  * GLX: Implement GLX dispatch stubs for PPC64LE.
+  * tests: Fill in the ASM code in the template in patch_ppc64le().
+  * GLX: Add cache-flushing sequence to the generated GLX stubs.
+  * GLdispatch: Rename entry_x86_64_common.c to entry_simple_asm.c.
+
+---

Old:

  libglvnd-0.1.1~20161222~dc16f8c.tar.gz

New:

  libglvnd-0.1.2~20170427~6bcecd8.tar.gz



Other differences:
--
++ libglvnd.spec ++
--- /var/tmp/diff_new_pack.9BL8xN/_old  2017-06-10 17:50:28.300311758 +0200
+++ /var/tmp/diff_new_pack.9BL8xN/_new  2017-06-10 17:50:28.304311194 +0200
@@ -20,7 +20,7 @@
 #
 
 Name:   libglvnd
-Version:0.1.1~20161222~dc16f8c
+Version:0.1.2~20170427~6bcecd8
 Release:0
 Summary:The GL Vendor-Neutral Dispatch library
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.9BL8xN/_old  2017-06-10 17:50:28.328307805 +0200
+++ /var/tmp/diff_new_pack.9BL8xN/_new  2017-06-10 17:50:28.332307241 +0200
@@ -2,7 +2,7 @@
   
 https://github.com/NVIDIA/libglvnd.git
 git
-0.1.1~%cd~%h
+0.1.2~%cd~%h
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.9BL8xN/_old  2017-06-10 17:50:28.352304417 +0200
+++ /var/tmp/diff_new_pack.9BL8xN/_new  2017-06-10 17:50:28.356303853 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/NVIDIA/libglvnd.git
-  7067ba11c58f6f95a3b1bc1a3ebe342ce806fcde
\ No newline at end of file
+  6bcecd8f330f92e8033819f9c99e87e4e7519eb1
\ No newline at end of file

++ libglvnd-0.1.1~20161222~dc16f8c.tar.gz -> 
libglvnd-0.1.2~20170427~6bcecd8.tar.gz ++
 2034 lines of diff (skipped)