commit libwacom for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2015-04-28 20:42:27

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


Package is libwacom

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2015-04-03 
14:33:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2015-04-28 
20:42:28.0 +0200
@@ -1,0 +2,11 @@
+Sat Apr 25 07:30:56 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.13:
+  + New devices:
+- DTU-1141.
+- Huion H610 Pro.
+  + Several memory leak fixes.
+  + Added libwacom_match_get_name() to allow data-file matching on
+the name as well as the pid/vid.
+
+---

Old:

  libwacom-0.12.tar.bz2

New:

  libwacom-0.13.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.g4aQTZ/_old  2015-04-28 20:42:28.0 +0200
+++ /var/tmp/diff_new_pack.g4aQTZ/_new  2015-04-28 20:42:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.12
+Version:0.13
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.12.tar.bz2 - libwacom-0.13.tar.bz2 ++
 2770 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.12/NEWS new/libwacom-0.13/NEWS
--- old/libwacom-0.12/NEWS  2015-03-10 03:25:55.0 +0100
+++ new/libwacom-0.13/NEWS  2015-04-20 04:07:26.0 +0200
@@ -1,3 +1,11 @@
+libwacom 0.13:
+- New devices:
+  - DTU-1141
+  - Huion H610 Pro
+- Several memory leak fixes
+- Added libwacom_match_get_name() to allow data-file matching on the name as
+  well as the pid/vid
+
 libwacom 0.12:
 - Added libwacom_stylus_has_wheel() for relative wheel detection
 - Added libwacom_stylus_get_axes() for a list of supported axes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.12/compile new/libwacom-0.13/compile
--- old/libwacom-0.12/compile   2014-11-06 01:11:29.0 +0100
+++ new/libwacom-0.13/compile   2015-04-17 06:18:07.0 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey tro...@cygnus.com.
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.12/configure.ac new/libwacom-0.13/configure.ac
--- old/libwacom-0.12/configure.ac  2015-03-10 03:21:48.0 +0100
+++ new/libwacom-0.13/configure.ac  2015-04-20 04:06:42.0 +0200
@@ -1,6 +1,6 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.12])
+AC_INIT([libwacom], [0.13])
 AC_CONFIG_HEADERS([config.h])
 
 # Initialize Automake
@@ -17,7 +17,7 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBWACOM_LT_VERSION=5:0:3
+LIBWACOM_LT_VERSION=6:0:4
 AC_SUBST(LIBWACOM_LT_VERSION)
 
 # Initialize libtool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.12/data/dtu-1141.tablet new/libwacom-0.13/data/dtu-1141.tablet
--- old/libwacom-0.12/data/dtu-1141.tablet  1970-01-01 01:00:00.0 
+0100
+++ new/libwacom-0.13/data/dtu-1141.tablet  2015-04-17 06:17:52.0 
+0200
@@ -0,0 +1,37 @@
+# Wacom
+# DTU-1141 Interactive Pen Display
+# Button Map:
+# (A=1, B=2, C=3, ...)
+#
+#A B C D
+#  *-*
+#  

commit python3-setuptools for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2015-04-28 20:42:51

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


Package is python3-setuptools

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2015-04-22 01:13:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2015-04-28 20:42:53.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr 26 19:03:22 UTC 2015 - a...@gmx.de
+
+- update to version 15.2:
+  * Issue #373: Provisionally expose
+pkg_resources._initialize_master_working_set, allowing for
+imperative re-initialization of the master working set.
+
+---

Old:

  setuptools-15.1.tar.gz

New:

  setuptools-15.2.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.D4WRoI/_old  2015-04-28 20:42:54.0 +0200
+++ /var/tmp/diff_new_pack.D4WRoI/_new  2015-04-28 20:42:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:15.1
+Version:15.2
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-15.1.tar.gz - setuptools-15.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-15.1/CHANGES.txt 
new/setuptools-15.2/CHANGES.txt
--- old/setuptools-15.1/CHANGES.txt 2015-04-15 15:01:36.0 +0200
+++ new/setuptools-15.2/CHANGES.txt 2015-04-26 16:50:48.0 +0200
@@ -3,6 +3,14 @@
 ===
 
 
+15.2
+
+
+* Issue #373: Provisionally expose
+  ``pkg_resources._initialize_master_working_set``, allowing for
+  imperative re-initialization of the master working set.
+
+
 15.1
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-15.1/PKG-INFO new/setuptools-15.2/PKG-INFO
--- old/setuptools-15.1/PKG-INFO2015-04-15 15:16:31.0 +0200
+++ new/setuptools-15.2/PKG-INFO2015-04-26 17:02:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: setuptools
-Version: 15.1
+Version: 15.2
 Summary: Easily download, build, install, upgrade, and uninstall Python 
packages
 Home-page: https://bitbucket.org/pypa/setuptools
 Author: Python Packaging Authority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-15.1/ez_setup.py 
new/setuptools-15.2/ez_setup.py
--- old/setuptools-15.1/ez_setup.py 2015-04-04 00:26:40.0 +0200
+++ new/setuptools-15.2/ez_setup.py 2015-04-25 23:25:16.0 +0200
@@ -30,7 +30,7 @@
 except ImportError:
 USER_SITE = None
 
-DEFAULT_VERSION = 15.1
+DEFAULT_VERSION = 15.2
 DEFAULT_URL = https://pypi.python.org/packages/source/s/setuptools/;
 DEFAULT_SAVE_DIR = os.curdir
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-15.1/pkg_resources/__init__.py 
new/setuptools-15.2/pkg_resources/__init__.py
--- old/setuptools-15.1/pkg_resources/__init__.py   2015-04-04 
00:34:27.0 +0200
+++ new/setuptools-15.2/pkg_resources/__init__.py   2015-04-26 
16:58:18.0 +0200
@@ -89,6 +89,12 @@
 import packaging.specifiers
 
 
+# declare some globals that will be defined later to
+# satisfy the linters.
+require = None
+working_set = None
+
+
 class PEP440Warning(RuntimeWarning):
 
 Used when there is an issue with a version or specifier not complying with
@@ -3045,28 +3051,49 @@
 warnings.filterwarnings(ignore, category=PEP440Warning, append=True)
 
 
-# Set up global resource manager (deliberately not state-saved)
-_manager = ResourceManager()
-def _initialize(g):
-for name in dir(_manager):
+# from jaraco.functools 1.3
+def _call_aside(f, *args, **kwargs):
+f(*args, **kwargs)
+return f
+
+
+@_call_aside
+def _initialize(g=globals()):
+Set up global resource manager (deliberately not state-saved)
+manager = ResourceManager()
+g['_manager'] = manager
+for name in dir(manager):
 if not name.startswith('_'):
-g[name] = getattr(_manager, name)
-_initialize(globals())
+g[name] = getattr(manager, name)
 
-# Prepare the master working set and make the ``require()`` API available
-working_set = WorkingSet._build_master()
-_declare_state('object', working_set=working_set)
-
-require = working_set.require
-iter_entry_points = working_set.iter_entry_points

commit gpm for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package gpm for openSUSE:Factory checked in 
at 2015-04-28 20:41:25

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


Package is gpm

Changes:

--- /work/SRC/openSUSE:Factory/gpm/gpm.changes  2014-04-08 22:37:04.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gpm.new/gpm.changes 2015-04-28 
20:41:27.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 16:15:49 UTC 2015 - jeng...@inai.de
+
+- Update license: the only GPL3 parts found are in the scripts/
+  directory, which is not packaged.
+
+---



Other differences:
--
++ gpm.spec ++
--- /var/tmp/diff_new_pack.NRB4cD/_old  2015-04-28 20:41:28.0 +0200
+++ /var/tmp/diff_new_pack.NRB4cD/_new  2015-04-28 20:41:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -76,6 +76,7 @@
 
 %package -n %lname
 Summary:Console mouse support library
+License:GPL-2.0+
 Group:  System/Libraries
 
 %description -n %lname
@@ -85,6 +86,7 @@
 
 %package devel
 Summary:Development files for gpm (Console Mouse Support)
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 





commit aaa_base for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2015-04-28 20:41:32

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


Package is aaa_base

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2015-03-23 
12:11:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2015-04-28 
20:41:33.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 24 08:30:11 UTC 2015 - r...@suse.com
+
+- add SOCKS5_SERVER and socks_proxy to proxy settings (bnc#928398)
+- Simplify version check
+
+---

Old:

  aaa_base-13.2+git20150309.be5760c.tar.xz

New:

  aaa_base-13.2+git20150424.4a32a7a.tar.xz



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.7VFN82/_old  2015-04-28 20:41:34.0 +0200
+++ /var/tmp/diff_new_pack.7VFN82/_new  2015-04-28 20:41:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aaa_base
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
 
 
 Name:   aaa_base
-Version:13.2+git20150309.be5760c
+Version:13.2+git20150424.4a32a7a
 Release:0
 Url:https://github.com/openSUSE/aaa_base
 Provides:   aaa_skel = %{version}-%{release}

++ aaa_base-13.2+git20150309.be5760c.tar.xz - 
aaa_base-13.2+git20150424.4a32a7a.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20150309.be5760c/files/etc/profile.d/profile.csh 
new/aaa_base-13.2+git20150424.4a32a7a/files/etc/profile.d/profile.csh
--- old/aaa_base-13.2+git20150309.be5760c/files/etc/profile.d/profile.csh   
2015-03-09 15:26:21.0 +0100
+++ new/aaa_base-13.2+git20150424.4a32a7a/files/etc/profile.d/profile.csh   
2015-04-24 10:28:37.0 +0200
@@ -65,6 +65,15 @@
if (! ${%proxy_enabled} == yes ) continue
setenv gopher_proxy ${val:q}
breaksw
+case SOCKS_PROXY=*:
+   if (! ${%proxy_enabled} == yes ) continue
+   setenv socks_proxy ${val:q}
+   setenv SOCKS_PROXY ${val:q}
+   breaksw
+case SOCKS5_SERVER=*:
+   if (! ${%proxy_enabled} == yes ) continue
+   setenv SOCKS5_SERVER ${val:q}
+   breaksw
 case NO_PROXY=*:
if (! ${%proxy_enabled} == yes ) continue
setenv no_proxy ${val:q}
@@ -99,7 +108,7 @@
 
 if ( ${?proxy_enabled} ) then
 if ( $proxy_enabled != yes ) then
-   unsetenv http_proxy https_proxy ftp_proxy gopher_proxy no_proxy
+   unsetenv http_proxy https_proxy ftp_proxy gopher_proxy no_proxy 
socks_proxy SOCKS_PROXY SOCKS5_SERVER
 endif
 unset proxy_enabled
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20150309.be5760c/files/etc/profile.d/profile.sh 
new/aaa_base-13.2+git20150424.4a32a7a/files/etc/profile.d/profile.sh
--- old/aaa_base-13.2+git20150309.be5760c/files/etc/profile.d/profile.sh
2015-03-09 15:26:21.0 +0100
+++ new/aaa_base-13.2+git20150424.4a32a7a/files/etc/profile.d/profile.sh
2015-04-24 10:28:37.0 +0200
@@ -64,6 +64,18 @@
gopher_proxy=${val}
export gopher_proxy
;;
+   SOCKS_PROXY=*)
+   test $PROXY_ENABLED = yes || continue
+   socks_proxy=${val}
+   export socks_proxy
+   SOCKS_PROXY=${val}
+   export SOCKS_PROXY
+   ;;
+   SOCKS5_SERVER=*)
+   test $PROXY_ENABLED = yes || continue
+   SOCKS5_SERVER=${val}
+   export SOCKS5_SERVER
+   ;;
NO_PROXY=*)
test $PROXY_ENABLED = yes || continue
no_proxy=${val}
@@ -102,7 +114,7 @@
 fi
 
 if test $PROXY_ENABLED != yes ; then
-unset http_proxy https_proxy ftp_proxy gopher_proxy no_proxy NO_PROXY
+unset http_proxy https_proxy ftp_proxy gopher_proxy no_proxy NO_PROXY 
socks_proxy SOCKS_PROXY SOCKS5_SERVER
 fi
 unset PROXY_ENABLED
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20150309.be5760c/files/var/adm/fillup-templates/sysconfig.proxy
 
new/aaa_base-13.2+git20150424.4a32a7a/files/var/adm/fillup-templates/sysconfig.proxy
--- 
old/aaa_base-13.2+git20150309.be5760c/files/var/adm/fillup-templates/sysconfig.proxy
2015-03-09 15:26:21.0 +0100
+++ 

commit gnutls for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2015-04-28 20:42:20

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


Package is gnutls

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2015-04-18 
10:38:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2015-04-28 
20:42:22.0 +0200
@@ -0,0 +1,4 @@
+---
+Sun Apr 26 08:54:53 UTC 2015 - sch...@linux-m68k.org
+
+- Disable buggy valgrind on armv7l



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.fRvCJA/_old  2015-04-28 20:42:23.0 +0200
+++ /var/tmp/diff_new_pack.fRvCJA/_new  2015-04-28 20:42:23.0 +0200
@@ -58,9 +58,12 @@
 Requires:   libgnutls-dane%{gnutls_dane_sover} = %{version}
 %endif
 # disabled ppc - valgrind crashes on email cert tests currently. Marcus 
20150413
+# disabled armv7l - valgrind appears to mishandle some insns
+%ifnarch armv7hl
 %ifarch %ix86 x86_64 ppc64 s390x ppc64le %arm aarch64
 BuildRequires:  valgrind
 %endif
+%endif
 %if %suse_version = 1230
 BuildRequires:  makeinfo
 %endif
@@ -192,7 +195,7 @@
 %if %{with gnutls_openssl_compat}
--enable-openssl-compatibility \
 %endif
-
+   %{nil}
 %__make
 
 %install
@@ -213,7 +216,10 @@
 
 %check
 %if ! 0%{?qemu_user_space_build}
-%__make check
+%__make check || {
+find -name test-suite.log -print -exec cat {} \;
+exit 1
+}
 %endif
 
 %post -n libgnutls%{gnutls_sover} -p /sbin/ldconfig






commit python-pexpect for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package python-pexpect for openSUSE:Factory 
checked in at 2015-04-28 20:48:06

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


Package is python-pexpect

Changes:

--- /work/SRC/openSUSE:Factory/python-pexpect/python-pexpect.changes
2014-04-14 20:47:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pexpect.new/python-pexpect.changes   
2015-04-28 20:48:07.0 +0200
@@ -1,0 +2,33 @@
+Mon Apr 27 14:24:59 UTC 2015 - tbecht...@suse.com
+
+- update to 3.3:
+  * Added a mechanism to wrap REPLs, or shells, in an object which can
+conveniently be used to send commands and wait for the output
+(:mod:`pexpect.replwrap`).
+  * Fixed issue where pexpect would attempt to execute a directory because
+it has the 'execute' bit set (:ghissue:`37`).
+  * Removed the ``pexpect.psh`` module. This was never documented, and we found
+no evidence that people use it. The new :mod:`pexpect.replwrap` module
+provides a more flexible alternative.
+  * Fixed ``TypeError: got type 'str' ('\r\n') as pattern`` in
+:meth:`spawnu.readline`
+method (:ghissue:`67`).
+  * Fixed issue where EOF was not correctly detected in :meth:`~.interact`,
+causing a repeating loop of output on Linux, and blocking before EOF
+on BSD and Solaris (:ghissue:`49`).
+  * Several Solaris (SmartOS) bugfixes, preventing :exc:`IOError` exceptions,
+especially when used with cron(1) (:ghissue:`44`).
+  * Added new keyword argument ``echo=True`` for :class:`spawn`.  On SVR4-like
+systems, the method :meth:`~.isatty` will always return *False*: the child
+pty does not appear as a terminal.  Therefore, :meth:`~.setecho`,
+:meth:`~.getwinsize
+  * Fix exception handling from :func:`select.select` on Python 2 
(:ghpull:`38`)
+This was accidentally broken in the previous release when it was fixed for
+Python 3.
+  * Removed a workaround for ``TIOCSWINSZ`` on very old systems, which was
+causing issues on some BSD systems (:ghpull:`40`).
+  * Fixed an issue with exception handling in :mod:`~pexpect.pxssh`
+(:ghpull:`43`)
+
+
+---

Old:

  pexpect-3.1.tar.gz

New:

  pexpect-3.3.tar.gz



Other differences:
--
++ python-pexpect.spec ++
--- /var/tmp/diff_new_pack.mbuW9K/_old  2015-04-28 20:48:08.0 +0200
+++ /var/tmp/diff_new_pack.mbuW9K/_new  2015-04-28 20:48:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pexpect
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
 
 Name:   python-pexpect
 BuildRequires:  python-devel
-Version:3.1
+Version:3.3
 Release:0
 Summary:Pure Python Expect-like module
 License:ISC

++ pexpect-3.1.tar.gz - pexpect-3.3.tar.gz ++
 4539 lines of diff (skipped)




commit raptor for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package raptor for openSUSE:Factory checked 
in at 2015-04-28 20:48:00

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


Package is raptor

Changes:

--- /work/SRC/openSUSE:Factory/raptor/raptor.changes2015-03-18 
13:00:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.raptor.new/raptor.changes   2015-04-28 
20:48:01.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 26 19:52:44 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Update dependencies
+
+---

New:

  raptor.keyring
  raptor2-2.0.15.tar.gz.asc



Other differences:
--
++ raptor.spec ++
--- /var/tmp/diff_new_pack.0IZov8/_old  2015-04-28 20:48:02.0 +0200
+++ /var/tmp/diff_new_pack.0IZov8/_new  2015-04-28 20:48:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package raptor
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,19 +24,21 @@
 Group:  System/Libraries
 Url:http://librdf.org/raptor/
 Source0:http://download.librdf.org/source/%{name}2-%{version}.tar.gz
-Source1:baselibs.conf
-BuildRequires:  autoconf
+Source1:http://download.librdf.org/source/raptor2-%{version}.tar.gz.asc
+Source2:%{name}.keyring
+Source3:baselibs.conf
+BuildRequires:  bison
 BuildRequires:  curl-devel
+BuildRequires:  libicu-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  pkg-config
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if !0%{?sles_version}
 BuildRequires:  pkgconfig(libxml-2.0)
 %else
 BuildRequires:  libxml2-devel
 %endif
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 %description
 Raptor is the RDF Parser Toolkit for Redland that provides a set of
 standalone RDF parsers, generating triples from RDF/XML or N-Triples.
@@ -66,11 +68,16 @@
 %setup -q -n %{name}2-%{version}
 
 %build
-%configure --disable-gtk-doc --disable-static --with-pic 
--with-html-dir=%{_docdir}
-make %{?_smp_flags}
+%configure \
+   --disable-gtk-doc \
+   --disable-static \
+   --with-pic \
+   --with-icu-config=%{_bindir}/icu-config \
+   --with-html-dir=%{_docdir}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 mv %{buildroot}%{_docdir}/raptor2 %{buildroot}%{_docdir}/raptor-devel
 #causes some ugly  dependency bloat..
 rm -f %{buildroot}%{_libdir}/libraptor2.la




commit libpcap for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package libpcap for openSUSE:Factory checked 
in at 2015-04-28 20:42:57

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


Package is libpcap

Changes:

--- /work/SRC/openSUSE:Factory/libpcap/libpcap.changes  2015-03-16 
06:53:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpcap.new/libpcap.changes 2015-04-28 
20:42:59.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 26 18:55:17 UTC 2015 - astie...@suse.com
+
+- libpcap 1.7.3:
+  * work around a Linux bonding driver bug.
+
+---

Old:

  libpcap-1.7.2.tar.gz
  libpcap-1.7.2.tar.gz.sig

New:

  libpcap-1.7.3.tar.gz
  libpcap-1.7.3.tar.gz.sig



Other differences:
--
++ libpcap.spec ++
--- /var/tmp/diff_new_pack.LCAzkS/_old  2015-04-28 20:43:00.0 +0200
+++ /var/tmp/diff_new_pack.LCAzkS/_new  2015-04-28 20:43:00.0 +0200
@@ -20,7 +20,7 @@
 %bcond_withbluetooth
 
 Name:   libpcap
-Version:1.7.2
+Version:1.7.3
 Release:0
 Summary:A Library for Network Sniffers
 License:BSD-3-Clause

++ libpcap-1.7.2.tar.gz - libpcap-1.7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpcap-1.7.2/CHANGES new/libpcap-1.7.3/CHANGES
--- old/libpcap-1.7.2/CHANGES   2015-03-09 20:22:07.0 +0100
+++ new/libpcap-1.7.3/CHANGES   2015-04-22 22:19:15.0 +0200
@@ -1,15 +1,27 @@
+Friday Apr. 10, 2015 g...@alum.mit.edu
+  Summary for 1.7.3 libpcap release
+   Work around a Linux bonding driver bug.
+
 Thursday Feb. 12, 2015 g...@alum.mit.edu/m...@sandelman.ca
-  Summary for 1.8.0 libpcap release
+  Summary for 1.7.2 libpcap release
Support for filtering Geneve encapsulated packets.
+   Generalize encapsulation handling, fixing some bugs.
+   Don't add null addresses to address lists.
+   Add pcap_dump_open_append() to open for appending.
+   Fix the swapping of isochronous descriptors in Linux USB.
+   Attempt to handle TPACKET_V1 with 32-bit userland and 64-bit kernel.
 
 Wednesday Nov. 12, 2014 g...@alum.mit.edu/m...@sandelman.ca
   Summary for 1.7.0 libpcap release
Fix handling of zones for BPF on Solaris
new DLT for ZWAVE
clarifications for read timeouts.
-   added bpf_filter1() with extensions
+   Use BPF extensions in compiled filters, fixing VLAN filters
some fixes to compilation without stdint.h
EBUSY can now be returned by SNFv3 code.
+   Fix the range checks in BPF loads
+   Various DAG fixes.
+   Various Linux fixes.
 
 Monday Aug. 12, 2014 g...@alum.mit.edu
   Summary for 1.6.2 libpcap release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpcap-1.7.2/VERSION new/libpcap-1.7.3/VERSION
--- old/libpcap-1.7.2/VERSION   2015-03-09 20:23:05.0 +0100
+++ new/libpcap-1.7.3/VERSION   2015-04-22 22:19:15.0 +0200
@@ -1 +1 @@
-1.7.2
+1.7.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpcap-1.7.2/config.h.in 
new/libpcap-1.7.3/config.h.in
--- old/libpcap-1.7.2/config.h.in   2015-03-09 20:22:07.0 +0100
+++ new/libpcap-1.7.3/config.h.in   2015-04-22 22:19:15.0 +0200
@@ -76,12 +76,18 @@
 /* Define to 1 if you have the linux/ethtool.h header file. */
 #undef HAVE_LINUX_ETHTOOL_H
 
+/* Define to 1 if you have the linux/if_bonding.h header file. */
+#undef HAVE_LINUX_IF_BONDING_H
+
 /* Define to 1 if you have the linux/if_packet.h header file. */
 #undef HAVE_LINUX_IF_PACKET_H
 
 /* Define to 1 if you have the linux/net_tstamp.h header file. */
 #undef HAVE_LINUX_NET_TSTAMP_H
 
+/* Define to 1 if you have the linux/sockios.h header file. */
+#undef HAVE_LINUX_SOCKIOS_H
+
 /* if tp_vlan_tci exists */
 #undef HAVE_LINUX_TPACKET_AUXDATA_TP_VLAN_TCI
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpcap-1.7.2/configure new/libpcap-1.7.3/configure
--- old/libpcap-1.7.2/configure 2015-03-09 20:22:07.0 +0100
+++ new/libpcap-1.7.3/configure 2015-04-22 22:19:15.0 +0200
@@ -4710,6 +4710,28 @@
 
 fi
 
+case $host_os in
+linux*)
+   for ac_header in linux/sockios.h linux/if_bonding.h
+do :
+  as_ac_Header=`$as_echo ac_cv_header_$ac_header | $as_tr_sh`
+ac_fn_c_check_header_compile $LINENO $ac_header $as_ac_Header 
+#include sys/socket.h
+#include linux/if.h
+
+
+if eval test \x\$$as_ac_Header\ = xyes; then :
+  cat confdefs.h _ACEOF
+#define `$as_echo HAVE_$ac_header | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+   ;;
+esac
+
 if test $GCC = 

commit llvm for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2015-04-28 20:42:38

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


Package is llvm

Changes:

--- /work/SRC/openSUSE:Factory/llvm/lldb.changes2014-09-19 
13:55:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/lldb.changes   2015-04-28 
20:42:39.0 +0200
@@ -1,0 +2,8 @@
+Mon Mar  2 10:14:22 UTC 2015 - idon...@suse.com
+
+- Update to version 3.6.0
+  * No changelog upstream
+- Merge lldb-underlink.patch into lldb-cmake.patch
+- Swich to static library build, shared build is not supported
+
+---
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2015-02-22 
17:20:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2015-04-28 
20:42:40.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr 24 12:19:33 UTC 2015 - idon...@suse.com
+
+- Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs. 
+
+---
+Mon Mar  2 10:12:32 UTC 2015 - idon...@suse.com
+
+- Update to version 3.6.0
+  * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html
+- Add python-xml dependency for regression tests
+- Removed the following patches, fixed upstream:
+  * arm-remove-xfails.diff
+  * libcxx-libdir.patch
+  * llvm-config-lib64.patch
+  * llvm-fix-intrusiverefcntptr.patch
+
+---

Old:

  arm-remove-xfails.diff
  cfe-3.5.0.src.tar.xz
  cfe-docs-3.5.0.tar.xz
  compiler-rt-3.5.0.src.tar.xz
  libcxx-3.5.0.src.tar.xz
  libcxx-libdir.patch
  libcxxabi-3.5.0.src.tar.xz
  lldb-3.5.0.src.tar.xz
  lldb-underlink.patch
  llvm-3.5.0.src.tar.xz
  llvm-config-lib64.patch
  llvm-docs-3.5.0.tar.xz
  llvm-fix-intrusiverefcntptr.patch

New:

  cfe-3.6.0.src.tar.xz
  cfe-docs-3.6.0.src.tar.xz
  compiler-rt-3.6.0.src.tar.xz
  libcxx-3.6.0.src.tar.xz
  libcxxabi-3.6.0.src.tar.xz
  lldb-3.6.0.src.tar.xz
  llvm-3.6.0.src.tar.xz
  llvm-docs-3.6.0.src.tar.xz
  llvm-fix-parsearmarch.patch



Other differences:
--
++ lldb.spec ++
--- /var/tmp/diff_new_pack.SK3LbZ/_old  2015-04-28 20:42:42.0 +0200
+++ /var/tmp/diff_new_pack.SK3LbZ/_new  2015-04-28 20:42:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lldb
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define _revision   216961
+%define _revision   230777
 
 Name:   lldb
-Version:3.5.0
+Version:3.6.0
 Release:0
 Summary:The LLDB Debugger
 License:NCSA
@@ -27,7 +27,6 @@
 Url:http://lldb.llvm.org/
 Source: http://llvm.org/releases/%{version}/lldb-%{version}.src.tar.xz
 Patch1: lldb-cmake.patch
-Patch2: lldb-underlink.patch
 BuildRequires:  cmake
 BuildRequires:  libedit-devel
 BuildRequires:  llvm-clang-devel = %{version}
@@ -68,7 +67,6 @@
 %prep
 %setup -q -n %{name}-%{version}.src
 %patch1 -p1
-%patch2 -p1
 
 sed -i s,LLDB_REVISION,\%{_revision}\,g source/lldb.cpp
 
@@ -78,7 +76,9 @@
 
 cmake -DCMAKE_C_COMPILER=clang \
   -DCMAKE_CXX_COMPILER=clang++ \
+  -DBUILD_SHARED_LIBS=OFF \
   -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+  -DCMAKE_BUILD_TYPE=Release \
 %if %{_lib} == lib64
   -DLLVM_LIBDIR_SUFFIX=64 \
 %endif

++ llvm.spec ++
--- /var/tmp/diff_new_pack.SK3LbZ/_old  2015-04-28 20:42:42.0 +0200
+++ /var/tmp/diff_new_pack.SK3LbZ/_new  2015-04-28 20:42:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package llvm
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,8 +16,8 @@
 #
 
 
-%define _revision   216961
-%define _release_version 3.5.0
+%define _revision   230777
+%define _release_version 3.6.0
 
 %define build_libcxx 0
 
@@ -26,7 +26,7 @@
 %endif
 
 Name:   llvm
-Version:3.5.0
+Version:3.6.0
 Release:0
 Summary:Low Level Virtual Machine
 License:NCSA
@@ -41,9 +41,9 @@
 # cd docs
 # make -f Makefile.sphinx man html
 # cd ..
-# tar cvJf llvm-docs-3.5.0.tar.xz llvm-3.5.0.src/docs/_build/{man,html}
-Source5:llvm-docs-%{version}.tar.xz
-Source6:

commit perl-Test-NoWarnings for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-NoWarnings for 
openSUSE:Factory checked in at 2015-04-28 20:43:04

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


Package is perl-Test-NoWarnings

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-NoWarnings/perl-Test-NoWarnings.changes
2013-01-02 13:00:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-NoWarnings.new/perl-Test-NoWarnings.changes
   2015-04-28 20:43:05.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 27 04:57:38 UTC 2015 - co...@suse.com
+
+- regenerate using cpanspec.yml
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Test-NoWarnings.spec ++
--- /var/tmp/diff_new_pack.qNNa4x/_old  2015-04-28 20:43:05.0 +0200
+++ /var/tmp/diff_new_pack.qNNa4x/_new  2015-04-28 20:43:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-NoWarnings
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,21 +19,20 @@
 Name:   perl-Test-NoWarnings
 Version:1.04
 Release:0
+#Upstream: SUSE-Public-Domain
 %define cpan_name Test-NoWarnings
 Summary:Make sure you didn't emit any warnings while testing
 License:LGPL-2.1+
 Group:  Development/Libraries/Perl
-# MANUAL
 Url:http://search.cpan.org/dist/Test-NoWarnings/
-Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::Builder)
+BuildRequires:  perl(Test::Builder) = 0.86
 BuildRequires:  perl(Test::Tester) = 0.107
-#BuildRequires: perl(Test::NoWarnings)
-#BuildRequires: perl(Test::NoWarnings::Warning)
 Requires:   perl(Test::Builder) = 0.86
 %{perl_requires}
 
@@ -69,6 +68,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE MYMETA.json README
+%doc Changes LICENSE README
 
 %changelog

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e s,hunspell-X,$hunspell, t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
license: LGPL-2.1+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-B-Utils for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package perl-B-Utils for openSUSE:Factory 
checked in at 2015-04-28 20:48:18

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


Package is perl-B-Utils

Changes:

--- /work/SRC/openSUSE:Factory/perl-B-Utils/perl-B-Utils.changes
2015-04-16 14:13:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-B-Utils.new/perl-B-Utils.changes   
2015-04-28 20:48:19.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 28 06:03:46 UTC 2015 - co...@suse.com
+
+- updated to 0.26
+   see /usr/share/doc/packages/perl-B-Utils/Changes
+
+---

Old:

  B-Utils-0.25.tar.gz

New:

  B-Utils-0.26.tar.gz



Other differences:
--
++ perl-B-Utils.spec ++
--- /var/tmp/diff_new_pack.Xh5QjP/_old  2015-04-28 20:48:20.0 +0200
+++ /var/tmp/diff_new_pack.Xh5QjP/_new  2015-04-28 20:48:20.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-B-Utils
-Version:0.25
+Version:0.26
 Release:0
 %define cpan_name B-Utils
 Summary:Helper functions for op tree manipulation
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/B-Utils/
-Source0:
http://www.cpan.org/authors/id/J/JJ/JJORE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:perl-B-Utils-rpmlintrc
 Source2:cpanspec.yml
 Patch0: parent-impl.patch
@@ -58,6 +58,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc build Changes LICENSE README
 
 %changelog

++ B-Utils-0.25.tar.gz - B-Utils-0.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/Changes new/B-Utils-0.26/Changes
--- old/B-Utils-0.25/Changes2014-04-25 08:45:19.0 +0200
+++ new/B-Utils-0.26/Changes2015-04-27 03:59:50.0 +0200
@@ -1,8 +1,14 @@
 Revision history for Perl extension B::Utils.
 
-0.24
+0.26
+   - fix tests for perl 5.21.7 (change to nulled COPs) (RT#100508, Father
+ Chrysostomos)
+
+0.25
- Export C symbols, breakage from 0.22
 
+0.24
+
 0.23
- 5.10, 5.12, 5.14 compatibile syntax
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/MANIFEST new/B-Utils-0.26/MANIFEST
--- old/B-Utils-0.25/MANIFEST   2014-04-25 08:45:19.0 +0200
+++ new/B-Utils-0.26/MANIFEST   2015-04-27 03:59:50.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.015.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.035.
 BUtils.h
 BUtils_op.h
 Changes
@@ -16,7 +16,6 @@
 ppport.h
 t/10use.t
 t/11export.t
-t/12static.t~
 t/regression_walkallops_filtered.t
 t/release-pod-syntax.t
 t/utils/20all_starts.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/META.yml new/B-Utils-0.26/META.yml
--- old/B-Utils-0.25/META.yml   2014-04-25 08:45:19.0 +0200
+++ new/B-Utils-0.26/META.yml   2015-04-27 03:59:50.0 +0200
@@ -9,7 +9,7 @@
   ExtUtils::CBuilder: '0'
   ExtUtils::Depends: '0.301'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.015, CPAN::Meta::Converter version 
2.140640'
+generated_by: 'Dist::Zilla version 5.035, CPAN::Meta::Converter version 
2.150003'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,4 +24,4 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=B-Utils
   homepage: http://search.cpan.org/dist/B-Utils
   repository: git://github.com/jbenjore/b-utils.git
-version: '0.25'
+version: '0.26'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/README new/B-Utils-0.26/README
--- old/B-Utils-0.25/README 2014-04-25 08:45:19.0 +0200
+++ new/B-Utils-0.26/README 2015-04-27 03:59:50.0 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution B-Utils,
-version 0.25:
+version 0.26:
 
   Helper functions for op tree manipulation
 
@@ -11,5 +11,5 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.015.
+This README file was generated by Dist::Zilla::Plugin::Readme v5.035.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/B-Utils-0.25/build/IFiles.pm 
new/B-Utils-0.26/build/IFiles.pm
--- old/B-Utils-0.25/build/IFiles.pm2014-04-25 

commit wireshark for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2015-04-28 20:48:09

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


Package is wireshark

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2015-04-10 
10:20:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2015-04-28 
20:48:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 28 02:13:25 UTC 2015 - crrodrig...@opensuse.org
+
+- Build the qt frontend against QT5 in Factory (only). 
+
+---



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.L3Ls3J/_old  2015-04-28 20:48:12.0 +0200
+++ /var/tmp/diff_new_pack.L3Ls3J/_new  2015-04-28 20:48:12.0 +0200
@@ -54,11 +54,18 @@
 %endif # use_gtk3
 %endif # with gtk
 %if %{with qt}
+%if 0%{?suse_version}  1320
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Widgets)
+%else
 %if 0%{?suse_version} = 1220
 BuildRequires:  pkgconfig(QtCore) = 4.6.0
 %else
 BuildRequires:  libqt4-devel = 4.6.0
 %endif # 12.20
+%endif
 %endif # with qt
 BuildRequires:  krb5-devel
 BuildRequires:  libcap-devel
@@ -192,6 +199,12 @@
 export CFLAGS=%optflags -fPIE
 export CXXFLAGS=%optflags -fPIE
 export LDFLAGS=-pie
+
+%if 0%{?suse_version}  1320
+#XXX: buggy autoconf checks..
+export PATH=%{_libdir}/qt5/bin:$PATH
+%endif
+
 %configure \
 %if 0%{?suse_version}  1220
 --without-zlib \






commit perl-Carton for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Carton for openSUSE:Factory 
checked in at 2015-04-28 20:48:20

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


Package is perl-Carton

Changes:

--- /work/SRC/openSUSE:Factory/perl-Carton/perl-Carton.changes  2015-04-27 
07:46:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carton.new/perl-Carton.changes 
2015-04-28 20:48:22.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 28 06:05:59 UTC 2015 - co...@suse.com
+
+- updated to 1.0.17
+   see /usr/share/doc/packages/perl-Carton/Changes
+
+  v1.0.17  2015-04-27 16:18:04 PDT
+  - Add back warnings to Carton::CLI
+  - Properly fail when a command is not found in carton exec (hachi) 
#193
+
+---

Old:

  Carton-v1.0.16.tar.gz

New:

  Carton-v1.0.17.tar.gz



Other differences:
--
++ perl-Carton.spec ++
--- /var/tmp/diff_new_pack.Eq4zkm/_old  2015-04-28 20:48:22.0 +0200
+++ /var/tmp/diff_new_pack.Eq4zkm/_new  2015-04-28 20:48:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Carton
-Version:1.0.16
+Version:1.0.17
 Release:0
 %define cpan_name Carton
 Summary:Perl module dependency manager (aka Bundler for Perl)

++ Carton-v1.0.16.tar.gz - Carton-v1.0.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.16/Changes new/Carton-v1.0.17/Changes
--- old/Carton-v1.0.16/Changes  2015-04-25 15:37:20.0 +0200
+++ new/Carton-v1.0.17/Changes  2015-04-28 01:18:11.0 +0200
@@ -1,5 +1,9 @@
 Revision history for carton
 
+v1.0.17  2015-04-27 16:18:04 PDT
+- Add back warnings to Carton::CLI
+- Properly fail when a command is not found in carton exec (hachi) #193
+
 v1.0.16  2015-04-25 06:37:17 PDT
 - update 02packages.details.txt whitespace padding to follow PAUSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.16/META.json new/Carton-v1.0.17/META.json
--- old/Carton-v1.0.16/META.json2015-04-25 15:37:20.0 +0200
+++ new/Carton-v1.0.17/META.json2015-04-28 01:18:11.0 +0200
@@ -76,12 +76,13 @@
  web : https://github.com/perl-carton/carton;
   }
},
-   version : v1.0.16,
+   version : v1.0.17,
x_contributors : [
   Christian Walde walde.christ...@googlemail.com,
   David Golden dagol...@cpan.org,
   David Steinbrunner dsteinbrun...@pobox.com,
   ikasam_a masaki.nakag...@gmail.com,
+  Jonathan Steinert ha...@fastly.com,
   Kan Fushihara kan.fushih...@gmail.com,
   Masahiro Chiba ch...@everqueue.com,
   NAKAGAWA Masaki masaki.nakag...@gmail.com,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.16/META.yml new/Carton-v1.0.17/META.yml
--- old/Carton-v1.0.16/META.yml 2015-04-25 15:37:20.0 +0200
+++ new/Carton-v1.0.17/META.yml 2015-04-28 01:18:11.0 +0200
@@ -45,12 +45,13 @@
   bugtracker: https://github.com/perl-carton/carton/issues
   homepage: https://github.com/perl-carton/carton
   repository: https://github.com/perl-carton/carton.git
-version: v1.0.16
+version: v1.0.17
 x_contributors:
   - 'Christian Walde walde.christ...@googlemail.com'
   - 'David Golden dagol...@cpan.org'
   - 'David Steinbrunner dsteinbrun...@pobox.com'
   - 'ikasam_a masaki.nakag...@gmail.com'
+  - 'Jonathan Steinert ha...@fastly.com'
   - 'Kan Fushihara kan.fushih...@gmail.com'
   - 'Masahiro Chiba ch...@everqueue.com'
   - 'NAKAGAWA Masaki masaki.nakag...@gmail.com'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.16/Makefile.PL 
new/Carton-v1.0.17/Makefile.PL
--- old/Carton-v1.0.16/Makefile.PL  2015-04-25 15:37:20.0 +0200
+++ new/Carton-v1.0.17/Makefile.PL  2015-04-28 01:18:11.0 +0200
@@ -36,7 +36,7 @@
 Try::Tiny = 0.09,
 parent = 0.223
   },
-  VERSION = v1.0.16,
+  VERSION = v1.0.17,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.16/lib/Carton/CLI.pm 
new/Carton-v1.0.17/lib/Carton/CLI.pm
--- old/Carton-v1.0.16/lib/Carton/CLI.pm2015-04-25 15:37:20.0 
+0200
+++ new/Carton-v1.0.17/lib/Carton/CLI.pm2015-04-28 01:18:11.0 
+0200
@@ -1,5 +1,6 @@
 package Carton::CLI;
 use strict;
+use warnings;
 use Config;
 use Getopt::Long;
 use Path::Tiny;
@@ -387,7 +388,12 @@
 local $ENV{PERL5LIB} = $path/lib/perl5;
 local $ENV{PATH} = $path/bin:$ENV{PATH};
 
-

commit python-boto for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2015-04-28 20:48:11

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


Package is python-boto

Changes:

--- /work/SRC/openSUSE:Factory/python-boto/python-boto.changes  2014-11-04 
17:29:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto.changes 
2015-04-28 20:48:12.0 +0200
@@ -1,0 +2,105 @@
+Mon Apr 27 18:44:37 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.38.0:
+  * Add support for Amazon Machine Learning
+  * Fix issue with modify reserved instances for modifying instance
+type
+- additional changes from version 2.37.0:
+  * Update AWS CloudTrail to the latest API.
+  * Add support for UsePreviousValue to CloudFormation UpdateStack.
+  * Fix BOTH_PATH to work with Windows drives
+  * Fix division calculation in S3 docs.
+  * Add Boto 3 link in README.
+  * Add more regions for configservice
+  * Add ``eu-central-1`` endpoints (Frankfurt region) for IAM and
+Route53
+  * Fix unit tests from hanging
+  * Fixed wording in dynamodb tutorial
+  * Update SWF objects to keep a consistent region name.
+  * Print archive ID in glacier upload script.
+  * Add some minor documentation for Route53 tutorial.
+  * Add Amazon DynamoDB online indexing support on High level API
+  * Ensure Content-Length header is a string.
+  * Correct docs around overriding SGs on ELBs
+  * Fix DynamoDB tests.
+  * Fix region bug.
+  * Fix import for ``boto.cloudhsm.layer1.CloudHSMConnection``.
+- additional changes from version 2.36.0:
+  * Add Amazon DynamoDB online indexing support.
+  * Allow for binary to be passed to sqs message
+  * Kinesis update
+  * Fixed spelling of boto.awslambda package.
+  * Add support for Amazon EC2 Container Service
+  * Add support for CloudHSM
+  * Add support for AWS Config
+  * Add support for AWS CodeDeploy
+  * Add support for AWS Lambda
+  * Update both Cognito's to the latest APIs
+  * Add sts for eu-central-1.
+  * Update opsworks to latest API
+  * Add AWS Key Managment Support
+- additional changes from version 2.35.2:
+  * Add support for new data types in DynamoDB.
+  * Expose cloudformation `UsePreviousTemplate` parameter.
+  * Fix documentation around using custom connections for DynamoDB
+tables.
+  * Fixed bug that unable call query_2 after call describe method
+on dynamodb2 module.
+- additional changes from version 2.35.1:
+  * Check for results left after computing self._keys_left
+- additional changes from version 2.35.0:
+  * Add Amazon EC2 Classic Link support
+  * Add query string to body for anon STS POST
+  * Fix bug that prevented initializing a dynamo item from existing
+item
+  * switchover-sigv4:   Add integ tests for sigv4 switchover
+Switch elb/ec2 over to signature version 4
+  * Return SetStackPolicyResponse
+  * Added ELB Attributes to docs.
+  * Fix bug by using correct string joining syntax.
+  * Fix SES get_identity_dkim_attributes when input length  1.
+  * DynamoDB table batch_get fails to process all remaining results
+if single batch result is empty.
+  * Added suppport for additional fields in EMR objects.
+  * Pass version_id in copy if key is versioned.
+  * Add support for SQS PurgeQueue operation.
+  * Update documentation for launchconfig.
+  * Remove unimplemented config param.
+  * Add support for private hosted zones.
+  * Fix Key.change_storage_class so that it obeys dst_bucket.
+  * Fix for s3put host specification.
+  * Improve handling of Glacier HTTP 204 responses.
+  * Fix raising exception syntax in Python 3.
+  * Privatezone: Adding unit/integration test coverage
+  * Minor documentation/pep8 fixes.
+  * Correct argument type in doc string.
+  * Use exclusive start key to get all items from DynamoDB query.
+  * Updated link to current config documentation.
+  * Fix the SQS certificate error for region cn-north-1.
+  * Adds support for getting health checker IP ranges from Route53.
+  * fix: snap.create_volume documentation lists general purpose ssd
+Fixes @2774.
+  * Fixed param type in get_contents_to_filename docstring.
+  * Update DynamoDB local example to include fake access key id.
+  * Added 'end' attribute to ReservedInstance.
+  * Parse ClusterStatus’s StateChangeReason.
+  * Adds SupportedProducts field to EMR JobFlow objects.
+  * Fix EMR endpoint.
+  * Detect old-style S3 URL for auto-sigv4.
+  * Throw host warning for cloudsearch domain
+  * Fix CloudSearch2 to work with IAM-based search and upload
+requests
+  * iam: add support for Account Password Policy APIs
+  * Handle sigv4 non-string header values properly
+  * Url encode query string for pure query
+- update project URL
+- point source URL to pypi
+- build 

commit calibre for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-04-28 20:48:16

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


Package is calibre

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-04-21 
10:52:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-04-28 
20:48:18.0 +0200
@@ -1,0 +2,35 @@
+Mon Apr 27 20:29:54 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.26.0:
+  * New Features:
+- Driver for the soon to be released Kobo Glo HD.
+  * Bug Fixes:
+- Do not use a separate process to draw the splash screen. This
+  might fix the issue of calibre randomly freezing on startup
+  on a few windows systems.
+- MOBI Ouput: Fix :first-letter applied to elements containing
+  a comment causing conversion to fail.
+- Properly display names of libraries containing the ampersand
+  character.
+- When sorting filenames in comics treat the file extension as
+  a secondary sort key. Fixes xyz.jpg sorting before xyz_1.jpg.
+- Fix a regression in 2.25 that broke the search  replace
+  wizard in the conversion dialog when converting a book with
+  multiple formats.
+- Content server: Fix errors when library contains enough
+  virtual libraries to cause grouping.
+- Manage tags dialog: Fix setting a tag to empty causes an
+  unhandled error.
+- E-book viewer: Fix a regression that caused the viewer to
+  occasionally skip the last page in a chapter when displaying
+  more than one pages per screen and scrolling by screen.
+- Edit Book: Fix open OPF file not being refreshed when
+  deleting items from the file browser.
+  * New news sources:
+- Discover Magazine Monthly by Michael Marotta
+  * Improved news sources:
+- WirtschaftsWoche Online
+- Wired
+- CNN
+
+---
@@ -4 +39 @@
-- Update to version 225.0:
+- Update to version 2.25.0:

Old:

  calibre-2.25.0.tar.xz

New:

  calibre-2.26.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.u71D1P/_old  2015-04-28 20:48:19.0 +0200
+++ /var/tmp/diff_new_pack.u71D1P/_new  2015-04-28 20:48:19.0 +0200
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.25.0
+Version:2.26.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.25.0.tar.xz - calibre-2.26.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.25.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.26.0.tar.xz differ: char 27, 
line 1





commit linux-glibc-devel for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2015-04-28 20:41:38

Comparing /work/SRC/openSUSE:Factory/linux-glibc-devel (Old)
 and  /work/SRC/openSUSE:Factory/.linux-glibc-devel.new (New)


Package is linux-glibc-devel

Changes:

--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes  
2015-02-08 11:41:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2015-04-28 20:41:39.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 23 21:02:23 UTC 2015 - crrodrig...@opensuse.org
+
+- Update to kernel headers 4.0 
+
+---

Old:

  linux-glibc-devel-3.17.tar.xz

New:

  linux-glibc-devel-4.0.tar.xz



Other differences:
--
++ linux-glibc-devel.spec ++
--- /var/tmp/diff_new_pack.tBnmpj/_old  2015-04-28 20:41:40.0 +0200
+++ /var/tmp/diff_new_pack.tBnmpj/_new  2015-04-28 20:41:40.0 +0200
@@ -23,10 +23,10 @@
 BuildArch:  noarch
 # this confusing version number has no meaning, it's the version
 # of the Linux kernel where these headers come from
-Version:3.17
+Version:4.0
 Release:0
 # A - is not allowed in version
-%define upstream_version 3.17
+%define upstream_version 4.0
 Url:http://www.kernel.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes

++ linux-glibc-devel-3.17.tar.xz - linux-glibc-devel-4.0.tar.xz ++
 17177 lines of diff (skipped)




commit timezone for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2015-04-28 20:41:18

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


Package is timezone

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2015-03-25 
21:02:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes  
2015-04-28 20:41:20.0 +0200
@@ -1,0 +2,28 @@
+Tue Apr 21 23:38:49 UTC 2015 - crrodrig...@opensuse.org
+
+- Revert initrd generation updates, they add a new build cycle. 
+
+---
+Tue Apr 14 06:59:29 UTC 2015 - astie...@suse.com
+
+- timezone update 2015c [boo#927029]
+  * correct Egypt 2015 DST transition from April 24 to April 30
+  * Changes affecting past time stamps and historic DST changes
+  * time zones turned into links where this affects UTC offsets
+in pre-1970 time stamps only: America/Montreal
+
+---
+Thu Apr  2 18:21:23 UTC 2015 - crrodrig...@opensuse.org
+
+- BuildRequire suse-module-tools otherwise initrd macros 
+  are never defined.
+
+---
+Sat Mar 28 21:00:31 UTC 2015 - crrodrig...@opensuse.org
+
+- we should regenerate the initrd when the timezone
+ package is updated, as the timezone selected by the user
+ plus UTC is nowadays required by SUSE-specific warpclock
+ dracut module.
+
+---
timezone.changes: same change

Old:

  tzcode2015b.tar.gz
  tzcode2015b.tar.gz.asc
  tzdata2015b.tar.gz
  tzdata2015b.tar.gz.asc

New:

  tzcode2015c.tar.gz
  tzcode2015c.tar.gz.asc
  tzdata2015c.tar.gz
  tzdata2015c.tar.gz.asc



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.cGl2R6/_old  2015-04-28 20:41:23.0 +0200
+++ /var/tmp/diff_new_pack.cGl2R6/_new  2015-04-28 20:41:23.0 +0200
@@ -25,7 +25,7 @@
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2015b
+Version:2015c
 Release:0
 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz

++ timezone.spec ++
--- /var/tmp/diff_new_pack.cGl2R6/_old  2015-04-28 20:41:23.0 +0200
+++ /var/tmp/diff_new_pack.cGl2R6/_new  2015-04-28 20:41:23.0 +0200
@@ -23,7 +23,7 @@
 Url:http://www.iana.org/time-zones
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2015b
+Version:2015c
 Release:0
 Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
@@ -40,6 +40,7 @@
 Patch5: tzcode-symlink.patch
 # COMMON-END
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
 %global AREAEtc
 %global ZONEUTC
 


++ tzcode2015b.tar.gz - tzcode2015c.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Makefile new/Makefile
--- old/Makefile2015-03-20 07:29:24.0 +0100
+++ new/Makefile2015-04-11 17:57:06.0 +0200
@@ -5,7 +5,7 @@
 PACKAGE=   tzcode
 
 # Version numbers of the code and data distributions.
-VERSION=   2015b
+VERSION=   2015c
 
 # Email address for bug reports.
 BUGEMAIL=  t...@iana.org
@@ -149,18 +149,18 @@
 #  $(GCC_DEBUG_FLAGS) if you are using GCC and want lots of checking
 GCC_DEBUG_FLAGS = -Dlint -g3 -O3 -fno-common -fstrict-aliasing \
-Wall -Wextra \
-   -Wbad-function-cast -Wcast-align -Wcast-qual \
+   -Wbad-function-cast -Wcast-align -Wdate-time \
-Wdeclaration-after-statement \
+   -Wdouble-promotion \
-Wformat=2 -Winit-self -Wjump-misses-init \
-   -Wmissing-declarations -Wmissing-noreturn -Wmissing-prototypes \
-   -Wnested-externs -Wno-address -Wno-cast-qual \
-   -Wno-format-nonliteral -Wno-sign-compare -Wno-sign-conversion \
-   -Wno-type-limits \
-   -Wno-unused-parameter -Woverlength-strings -Wpointer-arith \
+   -Wlogical-op -Wmissing-prototypes -Wnested-externs \
+   -Wold-style-definition -Woverlength-strings -Wpointer-arith \
-Wshadow -Wstrict-prototypes -Wsuggest-attribute=const \
-Wsuggest-attribute=format -Wsuggest-attribute=noreturn \
-Wsuggest-attribute=pure -Wtrampolines \
-   -Wwrite-strings
+   -Wunused -Wwrite-strings \
+   -Wno-address -Wno-format-nonliteral -Wno-sign-compare \
+   -Wno-type-limits -Wno-unused-parameter
 #
 # If you want to use 

commit libtool for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package libtool for openSUSE:Factory checked 
in at 2015-04-28 20:41:44

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


Package is libtool

Changes:

--- /work/SRC/openSUSE:Factory/libtool/libtool-testsuite.changes
2014-09-09 19:00:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libtool.new/libtool-testsuite.changes   
2015-04-28 20:41:46.0 +0200
@@ -1,0 +2,278 @@
+Mon Apr 20 12:25:22 CEST 2015 - p...@suse.de
+
+- Remove empty entry.
+
+---
+Sun Apr 19 12:41:43 UTC 2015 - mplus...@suse.com
+
+- Use url for signature
+- Add keyring file for automatic verification of signature
+- Cleanup spec file with spec-cleaner
+- Remove old ppc/ppc64 obsolete/provides
+- Update info pre/post requires and replace postun with preun
+
+---
+Fri Apr 17 10:02:12 CEST 2015 - p...@suse.de
+
+- Update to 2.4.6:
+  Noteworthy changes in release 2.4.6 (2015-02-15) [stable]
+
+  * New features:
+
+   - LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time
+ and persists correctly in the generated libtool script.
+
+  * Bug fixes:
+
+   - Fix a race condition in ltdl dryrun test that would cause spurious
+ random failures of that test.
+
+   - LT_SYS_DLSEARCH_PATH is munged correctly.
+
+- Add tarball signature.
+
+---
+Mon Feb  9 12:45:26 CET 2015 - p...@suse.de
+
+- Add libtool-no_host_name.patch to remove the host name from
+  generated scripts (bnc#916268).
+
+---
+Thu Jan 22 23:26:38 UTC 2015 - f...@grueninger.de
+
+- Update to libtool 2.4.5
+  New features:
+
+  - Libtoolize searches for the best available M4 on the user PATH at
+runtime, rather than settling for the first one found.
+
+  - Support munging sys_lib_dlsearch_path_spec with LT_SYS_LIBRARY_PATH
+environment variable.
+
+  Bug fixes:
+
+  - Bail out at configure time if the installed M4 is not sufficient
+for the purposes of libtoolize.
+
+  - freebsd-elf library versioning was upgraded incorrectly in 2.4.4,
+but now works properly again.
+
+  - Fix a 2.4.4 regression so that libltdl subprojects do not warn
+about missing libltdl/libltdl directory as in prior releases.
+
+  - When using Sun C++ on Solaris or GNU/Linux we used to set libtool's
+postdeps permanently, based on the contents of $CXX and $CXXFLAGS at
+configure time, which was brittle and error-prone.  Now, we no
+longer check for a SunCC ABI at configure time, but augment the
+postdeps at libtool time based on the current invocation flags on
+each call.
+
+  Changes in supported systems or compilers:
+
+  - /usr/local prefixed rpaths are now added to the link-line on
+ia64-hp-hpux*, because the default system runtime loader path does
+not contain them.
+
+  - Previously, when using Sun C++ on Solaris or GNU/Linux, `-Cstd -Crun`
+flags were added to $postdeps unless CXX or CXXFLAGS contained
+`-library=stlport4`.  Newer releases have added other compiler flags
+that are also incompatible with `-Cstd -Crun`, so now we don't add
+them if any of `-std=c++[0-9][0-9]`, `-library=stdcxx4` or
+`-compat=g` were found in CXX or CXXFLAGS when the Sun C++ compiler
+is detected.
+
+---
+Sat Dec  6 21:11:04 UTC 2014 - f...@grueninger.de
+
+- Require M4 as libtool's libtoolize requires it since 2.4.3
+
+---
+Sat Nov 29 19:48:44 UTC 2014 - f...@grueninger.de
+
+- Drop patch libtool-dont_delete_gnulib_files.patch which is
+  included in 2.4.4
+
+- Update to libtool 2.4.4
+** New features:
+
+  - Libltdl maintains its own fork of argz, with macros and files in
+the LT_ and lt__ namespaces (resp.) where they cannot clash with
+client projects' use of gnulib argz.
+
+** Bug fixes:
+
+  - Installation of 'libtoolize' once again obeys '--program-prefix',
+'--program-suffix' and '--program-transform-name' configure options.
+
+  - `libtoolize` doesn't remove any files that it can't reinstall,
+including old versions of the snippet directory, and gnulib's
+version of the argz module and supporting files.
+
+  - LT_FUNC_DLYSM_USCORE now works correctly on systems that don't
+support self dlopen()ing.
+
+** Important incompatible changes:
+
+  - LT_LIB_DLLOAD no longer prepends -ldl or -ldld to LIBS, causing
+duplicate occurrences in libltdl link lines.  If you need to
+add a library for dlopen() or shl_load() in your Makefile, then
+use 

commit openmpi for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2015-04-28 20:41:53

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


Package is openmpi

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi-testsuite.changes
2015-02-12 10:20:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi-testsuite.changes   
2015-04-28 20:41:54.0 +0200
@@ -1,0 +2,18 @@
+Mon Apr 27 20:04:06 UTC 2015 - co...@suse.com
+
+- don't package test suite logs - noone reads them anyway and it 
+  would require latest automake
+
+---
+Sun Apr 26 07:36:08 UTC 2015 - co...@suse.com
+
+- don't autogen.sh - upstream tar should be enough for anyone
+  (fixes build with latest libtool)
+
+---
+Mon Feb 23 13:19:25 UTC 2015 - rguent...@suse.com
+
+- Disable Fortran 2008 module and remove mpi_ext.mod which get built
+  automatically when using GCC 5.
+
+---
--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2015-02-27 
11:07:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2015-04-28 
20:41:54.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr 27 20:04:06 UTC 2015 - co...@suse.com
+
+- don't package test suite logs - noone reads them anyway and it 
+  would require latest automake
+
+---
+Sun Apr 26 07:36:08 UTC 2015 - co...@suse.com
+
+- don't autogen.sh - upstream tar should be enough for anyone
+  (fixes build with latest libtool)
+
+---



Other differences:
--
++ openmpi-testsuite.spec ++
--- /var/tmp/diff_new_pack.OdP7Bq/_old  2015-04-28 20:41:55.0 +0200
+++ /var/tmp/diff_new_pack.OdP7Bq/_new  2015-04-28 20:41:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openmpi-testsuite
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -129,9 +129,6 @@
 %patch3 -p1
 
 %build
-%if 0%suse_version  1230
-./autogen.sh
-%endif
 %configure --prefix=%{mpi_prefix} \
--exec-prefix=%{mpi_prefix} \
--bindir=%{mpi_bindir} \
@@ -152,7 +149,8 @@
 %endif
 %endif
--with-devel-headers \
-  --with-package-string=Open MPI Distribution for SUSE
+  --with-package-string=Open MPI Distribution for SUSE \
+  --enable-mpi-fortran=usempi
 make %{?_smp_mflags} V=1
 
 %if %{name} == openmpi-testsuite
@@ -194,6 +192,10 @@
 #done
 popd
 
+# GCC 5 builds the ignore-tkr extension and there is no way to
+# turn that off
+rm -f %{buildroot}%{mpi_libdir}/mpi_ext.mod
+
 mkdir -p %{buildroot}%{_datadir}/modules/gnu-openmpi
 %fdupes %{buildroot}%{mpi_mandir} %{buildroot}%{mpi_datadir}
 
@@ -507,11 +509,6 @@
 %{mpi_libdir}/*.so
 %{mpi_libdir}/pkgconfig/*.pc
 
-%else
-
-%files
-%defattr(-, root, root)
-%doc test/util/test-suite.log
 %endif
 
 %changelog

++ openmpi.spec ++
--- /var/tmp/diff_new_pack.OdP7Bq/_old  2015-04-28 20:41:55.0 +0200
+++ /var/tmp/diff_new_pack.OdP7Bq/_new  2015-04-28 20:41:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openmpi
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -129,9 +129,6 @@
 %patch3 -p1
 
 %build
-%if 0%suse_version  1230
-./autogen.sh
-%endif
 %configure --prefix=%{mpi_prefix} \
--exec-prefix=%{mpi_prefix} \
--bindir=%{mpi_bindir} \
@@ -512,11 +509,6 @@
 %{mpi_libdir}/*.so
 %{mpi_libdir}/pkgconfig/*.pc
 
-%else
-
-%files
-%defattr(-, root, root)
-%doc test/util/test-suite.log
 %endif
 
 %changelog




commit ypbind for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package ypbind for openSUSE:Factory checked 
in at 2015-04-28 20:42:08

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


Package is ypbind

Changes:

--- /work/SRC/openSUSE:Factory/ypbind/ypbind.changes2014-12-16 
14:47:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.ypbind.new/ypbind.changes   2015-04-28 
20:42:09.0 +0200
@@ -1,0 +2,14 @@
+Thu Dec  4 14:57:22 CET 2014 - ku...@suse.de
+
+- Update to ypbind-2.2
+  - fix handling of not reacheable NIS server
+  - check that the port of the NIS server hasn't changed
+
+---
+Mon Dec  1 16:20:33 CET 2014 - ku...@suse.de
+
+- Update to ypbind-2.1
+  - remove references to obsolete dbus feature
+  - use shorter timeouts
+
+---

Old:

  ypbind-mt-2.0.tar.bz2

New:

  ypbind-mt-2.2.tar.bz2



Other differences:
--
++ ypbind.spec ++
--- /var/tmp/diff_new_pack.8uqiZI/_old  2015-04-28 20:42:10.0 +0200
+++ /var/tmp/diff_new_pack.8uqiZI/_new  2015-04-28 20:42:10.0 +0200
@@ -19,7 +19,7 @@
 Name:   ypbind
 PreReq: %insserv_prereq %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:2.0
+Version:2.2
 Release:0
 Url:http://www.linux-nis.org/nis/ypbind-mt
 Summary:NIS client daemon
@@ -69,7 +69,6 @@
 install -m 644 %SOURCE1 
$RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/ypbind
 # Install rc.config add-on
 install -m 644 etc/sysconfig.ypbind $RPM_BUILD_ROOT/var/adm/fillup-templates/
-# Install SuSEconfig.ypclient
 # Create dummy yp.conf
 touch $RPM_BUILD_ROOT/etc/yp.conf
 # Create filelist with translatins

++ ypbind-mt-2.0.tar.bz2 - ypbind-mt-2.2.tar.bz2 ++
 2681 lines of diff (skipped)




commit Mesa for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2015-04-28 20:42:14

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2015-04-22 
01:15:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2015-04-28 
20:42:15.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 27 09:55:36 UTC 2015 - sndir...@suse.com
+
+- Update to 10.5.4
+  * This release includes fixes for the mesa state-tracker used by
+all the gallium drivers, a drirc workaround for Second Life, 
+plus i965 fixes. For the Android users out there, this release
+includes many compilation fixes with more to come shortly.
+
+---

Old:

  mesa-10.5.3.tar.xz

New:

  mesa-10.5.4.tar.xz



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.L1udNm/_old  2015-04-28 20:42:17.0 +0200
+++ /var/tmp/diff_new_pack.L1udNm/_new  2015-04-28 20:42:17.0 +0200
@@ -18,7 +18,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 10.5.3
+%define _version 10.5.4
 %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x
 %define gallium_loader 1
 %else
@@ -37,7 +37,7 @@
 %define with_nine 1
 %endif
 Name:   Mesa
-Version:10.5.3
+Version:10.5.4
 Release:0
 Summary:System for rendering interactive 3-D graphics
 License:MIT

++ mesa-10.5.3.tar.xz - mesa-10.5.4.tar.xz ++
/work/SRC/openSUSE:Factory/Mesa/mesa-10.5.3.tar.xz 
/work/SRC/openSUSE:Factory/.Mesa.new/mesa-10.5.4.tar.xz differ: char 27, line 1




commit libnettle for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package libnettle for openSUSE:Factory 
checked in at 2015-04-28 20:43:11

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


Package is libnettle

Changes:

--- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes  2015-04-25 
16:47:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnettle.new/libnettle.changes 2015-04-28 
20:43:12.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr 26 19:43:52 UTC 2015 - astie...@suse.com
+
+- nettle 3.1.1
+  Non-critical bugfix release, binary compatible to 3.1
+  * By accident, nettle-3.1 disabled the assembly code for the
+secp_224r1 and secp_521r1 elliptic curves on all x86_64
+configurations, making signature operations on those curves
+10%-30% slower. This code is now re-enabled.
+  * The x86_64 assembly implementation of gcm hashing has been
+fixed to work with the Sun/Oracle assembler.
+
+---

Old:

  nettle-3.1.tar.gz
  nettle-3.1.tar.gz.sig

New:

  nettle-3.1.1.tar.gz
  nettle-3.1.1.tar.gz.sig



Other differences:
--
++ libnettle.spec ++
--- /var/tmp/diff_new_pack.jX7ElV/_old  2015-04-28 20:43:14.0 +0200
+++ /var/tmp/diff_new_pack.jX7ElV/_new  2015-04-28 20:43:14.0 +0200
@@ -19,7 +19,7 @@
 %define soname 6
 %define hogweed_soname 4
 Name:   libnettle
-Version:3.1
+Version:3.1.1
 Release:0
 Summary:Cryptographic Library
 License:LGPL-2.1+ and GPL-2.0+


++ nettle-3.1.tar.gz - nettle-3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nettle-3.1/ChangeLog new/nettle-3.1.1/ChangeLog
--- old/nettle-3.1/ChangeLog2015-04-07 21:00:09.0 +0200
+++ new/nettle-3.1.1/ChangeLog  2015-04-24 19:22:03.0 +0200
@@ -1,4 +1,26 @@
-2015-03-31  Niels Möller  ni...@diamant.hack.org
+2015-04-24  Niels Möller  ni...@lysator.liu.se
+
+   * Released nettle-3.1.1.
+
+   * configure.ac: Bump package version, to nettle-3.1.1.
+   (LIBNETTLE_MINOR, LIBHOGWEED_MINOR): Bump minor versions, to
+   libnettle.so.6.1 and and libhogweed.so.4.1.
+
+2015-04-22  Niels Möller  ni...@lysator.liu.se
+
+   * x86_64/gcm-hash8.asm: Use .value instead of .short, since
+   the latter is not supported by the Sun/Oracle assembler.
+
+2015-04-13  Niels Möller  ni...@lysator.liu.se
+
+   * configure.ac: Fix shell quoting in test of GMP_NUMB_BITS asm
+   compatibility. Reported by Edward Sheldrake.
+
+2015-04-07  Niels Möller  ni...@lysator.liu.se
+
+   * Released nettle-3.1.
+
+2015-03-31  Niels Möller  ni...@lysator.liu.se
 
* x86_64/ecc-224-modp.asm: Require that GMP_NUMB_BITS == 64.
* x86_64/ecc-521-modp.asm: Likewise. Note that the other
@@ -16,7 +38,7 @@
* Makefile.in (clean-here): Unconditionally delete *.a (including
stub libraries like *.dll.a).
 
-2015-03-30  Niels Möller  ni...@diamant.hack.org
+2015-03-30  Niels Möller  ni...@lysator.liu.se
 
* version.h.in (GMP_NUMB_BITS) [NETTLE_USE_MINI_GMP]: Move
definition here (uses configure substitution).
@@ -29,7 +51,7 @@
version.h, not bignum.h. Allow leading underscore on mini-gmp
symbols.
 
-2015-03-26  Niels Möller  ni...@diamant.hack.org
+2015-03-26  Niels Möller  ni...@lysator.liu.se
 
* Makefile.in (PRE_CPPFLAGS): Drop -I$(srcdir), no longer needed.
(HEADERS): Added bignum.h. Removed version.h.
@@ -46,7 +68,7 @@
 
* version.h.in (NETTLE_USE_MINI_GMP): Substitute here.
 
-2015-03-25  Niels Möller  ni...@diamant.hack.org
+2015-03-25  Niels Möller  ni...@lysator.liu.se
 
* configure.ac (MAJOR_VERSION, MINOR_VERSION): Tweak sed
expressions, to tolerate version suffixes.
@@ -57,7 +79,7 @@
* ed25519-sha512-pubkey.c: Fix stack overwrite. The digest array
must have room for a complete sha512 digest.
 
-2015-03-19  Niels Möller  ni...@diamant.hack.org
+2015-03-19  Niels Möller  ni...@lysator.liu.se
 
* Makefile.in (OPT_HOGWEED_SOURCES): Deleted make variable.
(nettle_SOURCES, hogweed_SOURCES): Don't include optional sources
@@ -85,7 +107,7 @@
variables.
* version.h.in: New file, defining version numbers.
 
-2015-03-18  Niels Möller  ni...@diamant.hack.org
+2015-03-18  Niels Möller  ni...@lysator.liu.se
 
EdDSA interface change, use plain strings to represent keys.
* eddsa.h (_ED25519_LIMB_SIZE): Deleted constant.
@@ -110,13 +132,13 @@
* testsuite/ed25519-test.c (test_one): Test
ed25519_sha512_public_key, and adapt to new ed25519 interface.
 
-2015-03-14  

commit vlc for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2015-04-28 20:43:19

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


Package is vlc

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2015-04-21 10:50:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2015-04-28 
20:43:20.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 24 10:07:55 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Build against qt5 for openSUSE  13.2.
+
+---
+Tue Apr 21 12:33:01 UTC 2015 - seife+...@b1-systems.com
+
+- remove build host name (again) from binaries
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.8NnTpr/_old  2015-04-28 20:43:21.0 +0200
+++ /var/tmp/diff_new_pack.8NnTpr/_new  2015-04-28 20:43:21.0 +0200
@@ -75,7 +75,14 @@
 BuildRequires:  libnotify-devel
 BuildRequires:  libogg-devel = 1.0
 BuildRequires:  libopus-devel = 1.0.3
+%if 0%{?suse_version}  1320
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5X11Extras)
+%else
 BuildRequires:  libqt4-devel = 4.6.0
+%endif
 BuildRequires:  libraw1394 = 2.0.1
 BuildRequires:  librsvg-devel = 2.9.0
 BuildRequires:  libsamplerate-devel
@@ -425,6 +432,11 @@
 sed -e 's/tar cvv/tar cvv --format=ustar/' -i share/Makefile
 %endif
 
+# make sure the build hostname is not embedded in the binaries -- or we'll
+# continuously republish packages -- seife
+### ONLY REMOVE THIS IF YOU KNOW WHAT YOU ARE DOING!
+sed -i 's/^#define.*VLC_COMPILE_HOST.*/#define VLC_COMPILE_HOST obs-build/' 
config.h
+
 make %{?_smp_mflags}
 
 %install




commit git for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2015-04-28 20:47:56

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


Package is git

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2015-04-10 09:46:45.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2015-04-28 
20:47:57.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 26 18:09:29 UTC 2015 - astie...@suse.com
+
+- git 2.3.6:
+ * diff-highlight (in contrib/) multibyte character support
+
+---

Old:

  git-2.3.5.tar.xz

New:

  git-2.3.6.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.mqNaCw/_old  2015-04-28 20:47:58.0 +0200
+++ /var/tmp/diff_new_pack.mqNaCw/_new  2015-04-28 20:47:58.0 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   git
-Version:2.3.5
+Version:2.3.6
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-2.3.5.tar.xz - git-2.3.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.3.5/Documentation/CodingGuidelines 
new/git-2.3.6/Documentation/CodingGuidelines
--- old/git-2.3.5/Documentation/CodingGuidelines2015-04-01 
00:14:52.0 +0200
+++ new/git-2.3.6/Documentation/CodingGuidelines2015-04-21 
23:09:37.0 +0200
@@ -1,5 +1,5 @@
 Like other projects, we also have some guidelines to keep to the
-code.  For Git in general, three rough rules are:
+code.  For Git in general, a few rough rules are:
 
  - Most importantly, we never say It's in POSIX; we'll happily
ignore your needs should your system not conform to it.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.3.5/Documentation/RelNotes/2.3.6.txt 
new/git-2.3.6/Documentation/RelNotes/2.3.6.txt
--- old/git-2.3.5/Documentation/RelNotes/2.3.6.txt  1970-01-01 
01:00:00.0 +0100
+++ new/git-2.3.6/Documentation/RelNotes/2.3.6.txt  2015-04-21 
23:09:37.0 +0200
@@ -0,0 +1,13 @@
+Git v2.3.6 Release Notes
+
+
+Fixes since v2.3.5
+--
+
+ * diff-highlight (in contrib/) used to show byte-by-byte
+   differences, which meant that multi-byte characters can be chopped
+   in the middle.  It learned to pay attention to character boundaries
+   (assuming the UTF-8 payload).
+
+Also contains typofixes, documentation updates and trivial code
+clean-ups.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.3.5/Documentation/git-cherry-pick.txt 
new/git-2.3.6/Documentation/git-cherry-pick.txt
--- old/git-2.3.5/Documentation/git-cherry-pick.txt 2015-04-01 
00:14:52.0 +0200
+++ new/git-2.3.6/Documentation/git-cherry-pick.txt 2015-04-21 
23:09:37.0 +0200
@@ -131,7 +131,8 @@
 --keep-redundant-commits::
If a commit being cherry picked duplicates a commit already in the
current history, it will become empty.  By default these
-   redundant commits are ignored.  This option overrides that behavior and
+   redundant commits cause `cherry-pick` to stop so the user can
+   examine the commit. This option overrides that behavior and
creates an empty commit object.  Implies `--allow-empty`.
 
 --strategy=strategy::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.3.5/Documentation/git-fast-import.txt 
new/git-2.3.6/Documentation/git-fast-import.txt
--- old/git-2.3.5/Documentation/git-fast-import.txt 2015-04-01 
00:14:52.0 +0200
+++ new/git-2.3.6/Documentation/git-fast-import.txt 2015-04-21 
23:09:37.0 +0200
@@ -507,10 +507,6 @@
 the first ancestor of the current commit, and the branch will start
 out with no files.  An unlimited number of `merge` commands per
 commit are permitted by fast-import, thereby establishing an n-way merge.
-However Git's other tools never create commits with more than 15
-additional ancestors (forming a 16-way merge).  For this reason
-it is suggested that frontends do not use more than 15 `merge`
-commands per commit; 16, if starting a new, empty branch.
 
 Here `commit-ish` is any of the commit specification expressions
 also accepted by `from` (see above).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/git-2.3.5/Documentation/git.txt 
new/git-2.3.6/Documentation/git.txt
--- old/git-2.3.5/Documentation/git.txt 2015-04-01 00:14:52.0 +0200
+++ new/git-2.3.6/Documentation/git.txt 2015-04-21 

commit python-alembic for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2015-04-28 20:48:02

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


Package is python-alembic

Changes:

--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes
2015-02-06 10:23:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes   
2015-04-28 20:48:03.0 +0200
@@ -1,0 +2,46 @@
+Sat Apr 25 15:53:02 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 0.7.5.post2:
+  * Added a new feature Config.attributes, to help with the use
+case of sharing state such as engines and connections on the
+outside with a series of Alembic API calls; also added a new
+cookbook section to describe this simple but pretty important
+use case.
+  * The format of the default env.py script has been refined a bit;
+it now uses context managers not only for the scope of the
+transaction, but also for connectivity from the starting
+engine. The engine is also now called a “connectable” in
+support of the use case of an external connection being passed
+in.
+  * Added support for “alembic stamp” to work when given “heads” as
+an argument, when multiple heads are present.
+  * The --autogenerate option is not valid when used in conjunction
+with “offline” mode, e.g. --sql. This now raises a
+CommandError, rather than failing more deeply later on. Pull
+request courtesy Johannes Erdfelt.
+  * Fixed bug where the mssql DROP COLUMN directive failed to
+include modifiers such as “schema” when emitting the DDL.
+  * Postgresql “functional” indexes are necessarily skipped from
+the autogenerate process, as the SQLAlchemy backend currently
+does not support reflection of these structures. A warning is
+emitted both from the SQLAlchemy backend as well as from the
+Alembic backend for Postgresql when such an index is detected.
+  * Fixed bug where MySQL backend would report dropped unique
+indexes and/or constraints as both at the same time. This is
+because MySQL doesn’t actually have a “unique constraint”
+construct that reports differently than a “unique index”, so it
+is present in both lists. The net effect though is that the
+MySQL backend will report a dropped unique index/constraint as
+an index in cases where the object was first created as a
+unique constraint, if no other information is available to make
+the decision. This differs from other backends like Postgresql
+which can report on unique constraints and unique indexes
+separately.
+  * Fixed bug where using a partial revision identifier as the
+“starting revision” in --sql mode in a downgrade operation
+would fail to resolve properly.
+- set minimum version for SQLAlchemy to 0.7.6
+- use update-alternatives for alembic binary
+- always run the tests when building the package
+
+---

Old:

  alembic-0.7.4.tar.gz

New:

  alembic-0.7.5.post2.tar.gz



Other differences:
--
++ python-alembic.spec ++
--- /var/tmp/diff_new_pack.096TYT/_old  2015-04-28 20:48:04.0 +0200
+++ /var/tmp/diff_new_pack.096TYT/_new  2015-04-28 20:48:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-alembic
-Version:0.7.4
+Version:0.7.5.post2
 Release:0
 Url:http://bitbucket.org/zzzeek/alembic
 Summary:A database migration tool for SQLAlchemy
@@ -29,13 +29,15 @@
 BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-Mako
-BuildRequires:  python-SQLAlchemy = 0.7.5
+BuildRequires:  python-SQLAlchemy = 0.7.6
 BuildRequires:  python-argparse
 BuildRequires:  python-mock
 BuildRequires:  python-nose = 0.11
 Requires:   python-Mako
-Requires:   python-SQLAlchemy = 0.7.5
+Requires:   python-SQLAlchemy = 0.7.6
 Requires:   python-argparse
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
@@ -64,17 +66,30 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# update-alternatives
+mv %{buildroot}%{_bindir}/alembic %{buildroot}%{_bindir}/alembic-%{py_ver}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/alembic
+ln -sf %{_sysconfdir}/alternatives/alembic %{buildroot}%{_bindir}/alembic
 
-#NOTE(saschpe): Check back
-%if 0%{?suse_version} = 1130
 %check
 

commit NetworkManager-iodine for openSUSE:Factory

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-iodine for 
openSUSE:Factory checked in at 2015-04-28 20:47:54

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


Package is NetworkManager-iodine

Changes:

New Changes file:

--- /dev/null   2015-04-28 19:41:38.568688810 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-iodine.new/NetworkManager-iodine.changes
 2015-04-28 20:47:55.0 +0200
@@ -0,0 +1,27 @@
+---
+Sun Oct 12 17:23:15 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.0.5:
+  + Use libsecret.
+  + Use libnm-gtk.
+  + Updated translations.
+- Add pkgconfig(libnm-gtk) BuildRequires: new dependency.
+- Replace pkgconfig(gnome-keyring-1) BuildRequires with
+  pkgconfig(libsecret-1), following upstream.
+
+---
+Tue Feb 19 21:53:32 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.0.4:
+  + Check password write result to avoid warning.
+  + Remove unused define.
+  + Log connection information at message level.
+  + Removed markup from UI file.
+  + Add external ui support.
+  + Updated translations.
+
+---
+Thu Sep  6 18:55:51 UTC 2012 - malcolmle...@opensuse.org
+
+- Initial build.
+

New:

  NetworkManager-iodine-0.0.5.tar.xz
  NetworkManager-iodine.changes
  NetworkManager-iodine.spec



Other differences:
--
++ NetworkManager-iodine.spec ++
#
# spec file for package NetworkManager-iodine
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Malcolm J Lewis malcolmle...@opensuse.org
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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

Name:   NetworkManager-iodine
Version:0.0.5
Release:0
License:GPL-2.0+
Summary:NetworkManager VPN support for iodine
Url:https://honk.sigxcpu.org/piki/projects/network-manager-iodine/
Group:  Productivity/Networking/System
Source0:
http://ftp.acc.umu.se/pub/GNOME/sources/NetworkManager-iodine/0.0/%{name}-%{version}.tar.xz
BuildRequires:  intltool
BuildRequires:  pkgconfig(NetworkManager) = 0.9.2
BuildRequires:  pkgconfig(libnm-gtk) = 0.9.9.0
BuildRequires:  pkgconfig(libsecret-1)
BuildRequires:  pkgconfig(gtk+-3.0)
Requires:   NetworkManager = 0.9.2
Requires:   iodine = 0.6.0rc1
Recommends: %{name}-lang
Supplements:packageand(NetworkManager:iodine)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
A network manager VPN plugin that allows you to tunnel your connection
through a DNS tunnel. This can be useful if internet access is
firewalled but DNS traffic is still allowed.

%package gnome
Summary:NetworkManager VPN support for iodine
Group:  Productivity/Networking/System
Requires:   %{name} = %{version}-%{release}
Requires:   NetworkManager-gnome
Supplements:packageand(NetworkManager-gnome:iodine)

%description gnome
A network manager VPN plugin that allows you to tunnel your connection
through a DNS tunnel. This can be useful if internet access is
firewalled but DNS traffic is still allowed.

%lang_package
%prep
%setup -q

%build
%configure --disable-static \
   --disable-more-warnings
make %{?_smp_mflags}

%install
%makeinstall
%find_lang %{name} %{?no_lang_C}
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print

%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS
%{_libexecdir}/nm-iodine-service
%config %{_sysconfdir}/NetworkManager/VPN/nm-iodine-service.name
%config %{_sysconfdir}/dbus-1/system.d/nm-iodine-service.conf

%files gnome
%defattr(-,root,root)
%{_libexecdir}/nm-iodine-auth-dialog
%{_libdir}/NetworkManager/libnm-iodine-properties.so
%{_datadir}/gnome-vpn-properties/

%files lang -f %{name}.lang

%changelog



commit docker for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package docker for openSUSE:13.2:Update 
checked in at 2015-04-28 12:32:04

Comparing /work/SRC/openSUSE:13.2:Update/docker (Old)
 and  /work/SRC/openSUSE:13.2:Update/.docker.new (New)


Package is docker

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ngk8gU/_old  2015-04-28 12:32:06.0 +0200
+++ /var/tmp/diff_new_pack.ngk8gU/_new  2015-04-28 12:32:06.0 +0200
@@ -1 +1 @@
-link package='docker.3526' cicount='copy' /
+link package='docker.3715' cicount='copy' /




commit patchinfo.3715 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.3715 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:32:06

Comparing /work/SRC/openSUSE:13.2:Update/patchinfo.3715 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.patchinfo.3715.new (New)


Package is patchinfo.3715

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=3715
  categoryrecommended/category
  ratingmoderate/rating
  packagerflavio_castelli/packager
  summaryRecommended udpate for docker/summary
  descriptionThis recommended udpate for docker provides version 1.6.0 with 
several fixes and improvements:
- Updated to version 1.6.0 (2015-04-07)
  + Builder:
* Building images from an image ID
* build containers with resource constraints, ie `docker build 
--cpu-shares=100 --memory=1024m...`
* `commit --change` to apply specified Dockerfile instructions while 
committing the image
* `import --change` to apply specified Dockerfile instructions while 
importing the image
* basic build cancellation
  + Client:
* Windows Support
  + Runtime:
* Container and image Labels
* `--cgroup-parent` for specifying a parent cgroup to place container 
cgroup within
* Logging drivers, `json-file`, `syslog`, or `none`
* Pulling images by ID
* `--ulimit` to set the ulimit on a container
* `--default-ulimit` option on the daemon which applies to all created 
containers (and overwritten by `--ulimit` on run)

- Support of Docker Registry API v2. (bnc#908033)
- Enable build for armv7l
- Fix building with the latest version of our Go pacakge.
- Fix check made by the docker daemon against the dockerinit binary.
- Updated systemd service and socket units to fix socket activation and to 
align with best practices recommended by upstream. Moreover socket activation 
fixes bnc#920645./description
  issue tracker=bnc id=908033docker-registry needs to be included in sle 
12 tech preview of docker/issue
  issue tracker=bnc id=920645[yast2-docker] error: connection refused - 
connect(2) for /var/run/docker.sock/issue
/patchinfo



commit breeze4-style for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package breeze4-style for 
openSUSE:13.2:Update checked in at 2015-04-28 12:33:08

Comparing /work/SRC/openSUSE:13.2:Update/breeze4-style (Old)
 and  /work/SRC/openSUSE:13.2:Update/.breeze4-style.new (New)


Package is breeze4-style

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.JXPrKU/_old  2015-04-28 12:33:11.0 +0200
+++ /var/tmp/diff_new_pack.JXPrKU/_new  2015-04-28 12:33:11.0 +0200
@@ -1 +1 @@
-link package='breeze4-style.3666' cicount='copy' /
+link package='breeze4-style.3714' cicount='copy' /




commit breeze for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:06

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


Package is breeze

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0WWHmV/_old  2015-04-28 12:33:07.0 +0200
+++ /var/tmp/diff_new_pack.0WWHmV/_new  2015-04-28 12:33:07.0 +0200
@@ -1 +1 @@
-link package='breeze.3666' cicount='copy' /
+link package='breeze.3714' cicount='copy' /




commit kapidox for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kapidox for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:19

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


Package is kapidox

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.SpeiXV/_old  2015-04-28 12:33:20.0 +0200
+++ /var/tmp/diff_new_pack.SpeiXV/_new  2015-04-28 12:33:20.0 +0200
@@ -1 +1 @@
-link package='kapidox.3666' cicount='copy' /
+link package='kapidox.3714' cicount='copy' /




commit kbookmarks.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kbookmarks.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:33:26

Comparing /work/SRC/openSUSE:13.2:Update/kbookmarks.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kbookmarks.3714.new (New)


Package is kbookmarks.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kbookmarks.3714.new/kbookmarks.changes  
2015-04-28 12:33:28.0 +0200
@@ -0,0 +1,126 @@
+---
+Sat Apr  4 14:40:58 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * Fix build with Qt 5.5
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Added kconfig-devel and kcodecs-devel BuildRequires
+- Added kwidgetsaddons-devel Requires to devel subpackage
+- Drop no longer needed Requires of the devel subpackage:
+  kconfigwidgets-devel, kiconthemes-devel and kxmlgui-devel
+
+---
+Sat Mar  7 16:58:58 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:34 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:31 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:51 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:47:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:58 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Fix encoding issue in KIO places dialog (kde#337642)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:36:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Added libqt5-linguist-devel BuildRequires
+- Add baselibs.conf
+
+---
+Sun May  4 01:40:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:35:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+

commit frameworkintegration for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:13.2:Update checked in at 2015-04-28 12:33:15

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


Package is frameworkintegration

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.MAvBqu/_old  2015-04-28 12:33:15.0 +0200
+++ /var/tmp/diff_new_pack.MAvBqu/_new  2015-04-28 12:33:15.0 +0200
@@ -1 +1 @@
-link package='frameworkintegration.3666' cicount='copy' /
+link package='frameworkintegration.3714' cicount='copy' /




commit kded for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:10

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


Package is kded

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.HqlKoY/_old  2015-04-28 12:34:13.0 +0200
+++ /var/tmp/diff_new_pack.HqlKoY/_new  2015-04-28 12:34:13.0 +0200
@@ -1 +1 @@
-link package='kded.3666' cicount='copy' /
+link package='kded.3714' cicount='copy' /




commit kcodecs for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kcodecs for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:39

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


Package is kcodecs

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.03RrCK/_old  2015-04-28 12:33:40.0 +0200
+++ /var/tmp/diff_new_pack.03RrCK/_new  2015-04-28 12:33:40.0 +0200
@@ -1 +1 @@
-link package='kcodecs.3666' cicount='copy' /
+link package='kcodecs.3714' cicount='copy' /




commit kconfig for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kconfig for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:46

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


Package is kconfig

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4wY8mt/_old  2015-04-28 12:33:47.0 +0200
+++ /var/tmp/diff_new_pack.4wY8mt/_new  2015-04-28 12:33:47.0 +0200
@@ -1 +1 @@
-link package='kconfig.3666' cicount='copy' /
+link package='kconfig.3714' cicount='copy' /




commit kcompletion for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:44

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


Package is kcompletion

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0F4Cts/_old  2015-04-28 12:33:45.0 +0200
+++ /var/tmp/diff_new_pack.0F4Cts/_new  2015-04-28 12:33:45.0 +0200
@@ -1 +1 @@
-link package='kcompletion.3666' cicount='copy' /
+link package='kcompletion.3714' cicount='copy' /




commit kauth for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:25

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


Package is kauth

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.fyFQNl/_old  2015-04-28 12:33:26.0 +0200
+++ /var/tmp/diff_new_pack.fyFQNl/_new  2015-04-28 12:33:26.0 +0200
@@ -1 +1 @@
-link package='kauth.3666' cicount='copy' /
+link package='kauth.3714' cicount='copy' /




commit attica-qt5 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:04

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


Package is attica-qt5

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.y5AzqG/_old  2015-04-28 12:33:06.0 +0200
+++ /var/tmp/diff_new_pack.y5AzqG/_new  2015-04-28 12:33:06.0 +0200
@@ -1 +1 @@
-link package='attica-qt5.3666' cicount='copy' /
+link package='attica-qt5.3714' cicount='copy' /




commit extra-cmake-modules for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:13.2:Update checked in at 2015-04-28 12:33:13

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


Package is extra-cmake-modules

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QkXNU6/_old  2015-04-28 12:33:15.0 +0200
+++ /var/tmp/diff_new_pack.QkXNU6/_new  2015-04-28 12:33:15.0 +0200
@@ -1 +1 @@
-link package='extra-cmake-modules.3666' cicount='copy' /
+link package='extra-cmake-modules.3714' cicount='copy' /




commit kactivities5 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:33:17

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


Package is kactivities5

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.XLUGgX/_old  2015-04-28 12:33:18.0 +0200
+++ /var/tmp/diff_new_pack.XLUGgX/_new  2015-04-28 12:33:18.0 +0200
@@ -1 +1 @@
-link package='kactivities5.3666' cicount='copy' /
+link package='kactivities5.3714' cicount='copy' /




commit kdeclarative for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for 
openSUSE:13.2:Update checked in at 2015-04-28 12:34:06

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


Package is kdeclarative

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.7fygFU/_old  2015-04-28 12:34:07.0 +0200
+++ /var/tmp/diff_new_pack.7fygFU/_new  2015-04-28 12:34:07.0 +0200
@@ -1 +1 @@
-link package='kdeclarative.3666' cicount='copy' /
+link package='kdeclarative.3714' cicount='copy' /




commit kcrash for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kcrash for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:58

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


Package is kcrash

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.w1GGff/_old  2015-04-28 12:33:59.0 +0200
+++ /var/tmp/diff_new_pack.w1GGff/_new  2015-04-28 12:33:59.0 +0200
@@ -1 +1 @@
-link package='kcrash.3666' cicount='copy' /
+link package='kcrash.3714' cicount='copy' /




commit kcmutils for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kcmutils for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:36

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


Package is kcmutils

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yNAn04/_old  2015-04-28 12:33:37.0 +0200
+++ /var/tmp/diff_new_pack.yNAn04/_new  2015-04-28 12:33:37.0 +0200
@@ -1 +1 @@
-link package='kcmutils.3666' cicount='copy' /
+link package='kcmutils.3714' cicount='copy' /




commit kjobwidgets for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kjobwidgets for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:08

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


Package is kjobwidgets

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.pm1MHb/_old  2015-04-28 12:35:09.0 +0200
+++ /var/tmp/diff_new_pack.pm1MHb/_new  2015-04-28 12:35:09.0 +0200
@@ -1 +1 @@
-link package='kjobwidgets.3666' cicount='copy' /
+link package='kjobwidgets.3714' cicount='copy' /




commit kemoticons.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kemoticons.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:34:29

Comparing /work/SRC/openSUSE:13.2:Update/kemoticons.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kemoticons.3714.new (New)


Package is kemoticons.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kemoticons.3714.new/kemoticons.changes  
2015-04-28 12:34:31.0 +0200
@@ -0,0 +1,123 @@
+---
+Sat Apr  4 14:40:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed karchive-devel Requires of the
+  devel subpackage
+
+---
+Sat Mar  7 16:58:48 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:20 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:21 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Add KEmoticonsIntegrationPlugin for KTextToHTML from KCoreAddons
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:47:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Add unicode characters to Glass emoticon theme
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:12 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:35:54 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+---
+Sun May  4 01:41:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:39:18 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---
+Sat Feb  8 02:18:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init kemoticons package
+

New:

  baselibs.conf
  

commit kdnssd-framework for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kdnssd-framework for 
openSUSE:13.2:Update checked in at 2015-04-28 12:34:25

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


Package is kdnssd-framework

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.2zIjCI/_old  2015-04-28 12:34:27.0 +0200
+++ /var/tmp/diff_new_pack.2zIjCI/_new  2015-04-28 12:34:27.0 +0200
@@ -1 +1 @@
-link package='kdnssd-framework.3666' cicount='copy' /
+link package='kdnssd-framework.3714' cicount='copy' /




commit kguiaddons for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kguiaddons for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:39

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


Package is kguiaddons

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.syTIgS/_old  2015-04-28 12:34:40.0 +0200
+++ /var/tmp/diff_new_pack.syTIgS/_new  2015-04-28 12:34:40.0 +0200
@@ -1 +1 @@
-link package='kguiaddons.3666' cicount='copy' /
+link package='kguiaddons.3714' cicount='copy' /




commit kitemviews for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kitemviews for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:05

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


Package is kitemviews

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jk1rLL/_old  2015-04-28 12:35:06.0 +0200
+++ /var/tmp/diff_new_pack.jk1rLL/_new  2015-04-28 12:35:06.0 +0200
@@ -1 +1 @@
-link package='kitemviews.3666' cicount='copy' /
+link package='kitemviews.3714' cicount='copy' /




commit kimageformats for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kimageformats for 
openSUSE:13.2:Update checked in at 2015-04-28 12:34:49

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


Package is kimageformats

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5V0Jjb/_old  2015-04-28 12:34:50.0 +0200
+++ /var/tmp/diff_new_pack.5V0Jjb/_new  2015-04-28 12:34:50.0 +0200
@@ -1 +1 @@
-link package='kimageformats.3666' cicount='copy' /
+link package='kimageformats.3714' cicount='copy' /




commit kdesignerplugin for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kdesignerplugin for 
openSUSE:13.2:Update checked in at 2015-04-28 12:34:17

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


Package is kdesignerplugin

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.W78aCr/_old  2015-04-28 12:34:19.0 +0200
+++ /var/tmp/diff_new_pack.W78aCr/_new  2015-04-28 12:34:19.0 +0200
@@ -1 +1 @@
-link package='kdesignerplugin.3666' cicount='copy' /
+link package='kdesignerplugin.3714' cicount='copy' /




commit kdewebkit.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kdewebkit.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:34:22

Comparing /work/SRC/openSUSE:13.2:Update/kdewebkit.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kdewebkit.3714.new (New)


Package is kdewebkit.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kdewebkit.3714.new/kdewebkit.changes
2015-04-28 12:34:23.0 +0200
@@ -0,0 +1,119 @@
+---
+Sat Apr  4 14:40:37 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---
+Sat Mar  7 16:58:38 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:11 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:46:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:18 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:02 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:35:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:11 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+---
+Sun May  4 01:41:07 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:31 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:38:11 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---
+Sat Feb  8 02:18:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init kdewebkit package
+

New:

  baselibs.conf
  kdewebkit-5.9.0.tar.xz
  kdewebkit.changes
  kdewebkit.spec



Other differences:
--
++ kdewebkit.spec ++
#
# spec 

commit kinit.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kinit.3714 for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:51

Comparing /work/SRC/openSUSE:13.2:Update/kinit.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kinit.3714.new (New)


Package is kinit.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kinit.3714.new/kinit.changes
2015-04-28 12:34:53.0 +0200
@@ -0,0 +1,154 @@
+---
+Sat Apr  4 14:40:51 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---
+Sat Mar  7 16:58:51 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:24 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * OSX: load the correct shared libraries at runtime
+  * Mingw compilation fixes
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:24 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:45 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:47:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Wed Oct 29 16:01:01 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Devel package doesn't require kinit; it provides only DBus
+  interface file and cmake config files/macros
+
+---
+Sat Oct  4 17:59:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+- Rebase fpie.patch
+
+---
+Sat Aug  2 10:20:15 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Sun Jul 27 01:07:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added fpie.patch: add -(f)pie link flags to start_kdeinit target
+  (also stop passing those flags to cmake cmdline)
+- Added more_verbose.patch: add more usefull verbosity to kdeinit5
+  and klauncher
+
+---
+Fri Jul 11 09:48:44 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:35:59 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:30 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Drop disable-OOM-protection.patch, better solution applied upstream
+- Added libcap-devel and libcap-progs BuildRequires, to enable capabilities
+  OOM-killer protection
+- Add baselibs.conf
+
+---
+Sun May  4 01:41:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+- Added kdoctools-devel BuildRequires
+
+---
+Tue Apr 22 19:17:57 UTC 2014 - 

commit kio for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kio for openSUSE:13.2:Update checked 
in at 2015-04-28 12:34:56

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


Package is kio

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lSQAZm/_old  2015-04-28 12:34:57.0 +0200
+++ /var/tmp/diff_new_pack.lSQAZm/_new  2015-04-28 12:34:57.0 +0200
@@ -1 +1 @@
-link package='kio.3666' cicount='copy' /
+link package='kio.3714' cicount='copy' /




commit kjobwidgets.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kjobwidgets.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:35:06

Comparing /work/SRC/openSUSE:13.2:Update/kjobwidgets.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kjobwidgets.3714.new (New)


Package is kjobwidgets.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kjobwidgets.3714.new/kjobwidgets.changes
2015-04-28 12:35:07.0 +0200
@@ -0,0 +1,123 @@
+---
+Sat Apr  4 14:40:32 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * Propagate error code to JobView DBus interface
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---
+Sat Mar  7 16:58:34 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+- Drop kwidgetaddons-devel requires from devel package
+
+---
+Sun Feb  8 18:15:03 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Fix compilation with Qt 5.2.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:46:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:19:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:45 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:35:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Added libqt5-linguist-devel BuildRequires
+- Add baselibs.conf
+
+---
+Sun May  4 01:41:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:44 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:36:30 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---
+Sat Feb  8 02:19:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init kjobwidgets package
+

New:

  baselibs.conf
  

commit kitemviews.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kitemviews.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:35:03

Comparing /work/SRC/openSUSE:13.2:Update/kitemviews.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kitemviews.3714.new (New)


Package is kitemviews.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kitemviews.3714.new/kitemviews.changes  
2015-04-28 12:35:04.0 +0200
@@ -0,0 +1,123 @@
+---
+Sat Apr  4 14:41:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---
+Sat Mar  7 16:59:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:42 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:37 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:56 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:47:53 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 18:00:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:44 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:27 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+- Harden required Qt5 libs versions
+- Pass the location of lconvert executable
+
+---
+Tue Jul  1 21:36:15 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Added libqt5-linguist-devel BuildRequires
+- Add baselibs.conf
+
+---
+Sun May  4 01:41:15 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:36:12 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---
+Wed Feb 19 14:09:15 UTC 2014 - cfarr...@suse.com
+
+- license update: LGPL-2.1+ and GPL-2.0+
+  See autotests/klistwidgetsearchlinetest.cpp
+
+---
+Sat Feb  8 02:19:02 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init kitemviews package
+

New:

  baselibs.conf
  kitemviews-5.9.0.tar.xz
  

commit kinit for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kinit for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:53

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


Package is kinit

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.LDnxoS/_old  2015-04-28 12:34:55.0 +0200
+++ /var/tmp/diff_new_pack.LDnxoS/_new  2015-04-28 12:34:55.0 +0200
@@ -1 +1 @@
-link package='kinit.3666' cicount='copy' /
+link package='kinit.3714' cicount='copy' /




commit kjs for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:13.2:Update checked 
in at 2015-04-28 12:35:11

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


Package is kjs

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lORDTN/_old  2015-04-28 12:35:12.0 +0200
+++ /var/tmp/diff_new_pack.lORDTN/_new  2015-04-28 12:35:12.0 +0200
@@ -1 +1 @@
-link package='kjs.3666' cicount='copy' /
+link package='kjs.3714' cicount='copy' /




commit kjsembed.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kjsembed.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:35:12

Comparing /work/SRC/openSUSE:13.2:Update/kjsembed.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kjsembed.3714.new (New)


Package is kjsembed.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kjsembed.3714.new/kjsembed.changes  
2015-04-28 12:35:13.0 +0200
@@ -0,0 +1,119 @@
+---
+Sat Apr  4 14:40:38 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---
+Sat Mar  7 16:58:40 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:10 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:12 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:46:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:46 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:35:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+---
+Sun May  4 01:41:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:45 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:38:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---
+Sat Feb  8 02:19:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init kjsembed package
+

New:

  baselibs.conf
  kjsembed-5.9.0.tar.xz
  kjsembed.changes
  kjsembed.spec



Other differences:
--
++ kjsembed.spec ++
#
# spec file for package 

commit kparts.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kparts.3714 for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:31

Comparing /work/SRC/openSUSE:13.2:Update/kparts.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kparts.3714.new (New)


Package is kparts.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kparts.3714.new/kparts.changes  
2015-04-28 12:35:32.0 +0200
@@ -0,0 +1,121 @@
+---
+Sat Apr  4 14:40:54 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed knotifications-devel Requires of the
+  devel subpackage
+
+---
+Sat Mar  7 16:58:54 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:48 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:47:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:53 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:35 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:18 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:48 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:36:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:35 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+---
+Sun May  4 01:41:20 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:48 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:40:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---
+Sat Feb  8 02:19:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init kparts package
+

New:

  baselibs.conf
  kparts-5.9.0.tar.xz
  kparts.changes
  kparts.spec



Other differences:

commit kcoreaddons for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:56

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


Package is kcoreaddons

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.8aBGLA/_old  2015-04-28 12:33:57.0 +0200
+++ /var/tmp/diff_new_pack.8aBGLA/_new  2015-04-28 12:33:57.0 +0200
@@ -1 +1 @@
-link package='kcoreaddons.3666' cicount='copy' /
+link package='kcoreaddons.3714' cicount='copy' /




commit kded.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kded.3714 for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:07

Comparing /work/SRC/openSUSE:13.2:Update/kded.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kded.3714.new (New)


Package is kded.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kded.3714.new/kded.changes  2015-04-28 
12:34:09.0 +0200
@@ -0,0 +1,123 @@
+---
+Sat Apr  4 14:40:58 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed Requires of the devel subpackage:
+  pkgconfig(Qt5DBus), pkgconfig(Qt5Network), pkgconfig(Qt5Widgets)
+  and pkgconfig(Qt5Xml)
+
+---
+Sat Mar  7 16:58:58 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:35 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Add support for loading kded modules with JSON metadata
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:31 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:47:45 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 18:00:00 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+- No need to depend on versioned kf5-filesystem
+
+---
+Tue Sep  9 09:49:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:36:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+
+---
+Sun May  4 01:41:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:36:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---
+Sat Feb  8 02:17:56 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init kded package
+

New:

  kded-5.9.0.tar.xz
  

commit kbookmarks for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:30

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


Package is kbookmarks

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4UbOyT/_old  2015-04-28 12:33:31.0 +0200
+++ /var/tmp/diff_new_pack.4UbOyT/_new  2015-04-28 12:33:31.0 +0200
@@ -1 +1 @@
-link package='kbookmarks.3666' cicount='copy' /
+link package='kbookmarks.3714' cicount='copy' /




commit kcompletion.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kcompletion.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:33:41

Comparing /work/SRC/openSUSE:13.2:Update/kcompletion.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kcompletion.3714.new (New)


Package is kcompletion.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kcompletion.3714.new/kcompletion.changes
2015-04-28 12:33:42.0 +0200
@@ -0,0 +1,140 @@
+---
+Sat Apr  4 14:40:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---
+Sat Mar  7 16:58:35 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+- Use pkgconfig(Qt5Widgets) instead of kconfig-devel and
+  kwidgetsaddons-devel for devel package requires
+
+---
+Sun Feb  8 18:15:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:31 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Fix PageUp/Down actions in the completion popup box
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:46:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:11 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Fixed size hint and positioning of clear button in highDpi mode
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:19:58 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:37 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:35:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:07 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Added libqt5-linguist-devel BuildRequires
+- Add baselibs.conf
+
+---
+Sun May  4 01:26:29 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Tue Apr 22 19:29:09 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Removed pkgconfig(Qt5Xml) BuildRequires, no longer needed
+- Removed pkgconfig(Qt5Core) Requires from devel subpackage, no
+  longer (explicitly) needed
+
+---
+Sat Mar 29 19:47:23 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+- Delete ki18n.patch, it was removed in previous change, but wasn't
+  removed
+

commit kdeclarative.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:34:01

Comparing /work/SRC/openSUSE:13.2:Update/kdeclarative.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kdeclarative.3714.new (New)


Package is kdeclarative.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kdeclarative.3714.new/kdeclarative.changes  
2015-04-28 12:34:02.0 +0200
@@ -0,0 +1,150 @@
+---
+Sat Apr  4 14:40:53 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Added kcoreaddons-devel Requires to devel subpackage
+
+---
+Sat Mar  7 16:58:53 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * Prefer exposing lists to QML with QJsonArray
+  * Handle non default devicePixelRatios in images
+  * Expose hasUrls in DeclarativeMimeData
+  * Allow users to configure how many horizontal lines are drawn
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+- Added kpackage-devel BuildRequires
+- Added pkgconfig(Qt5Qml), kconfig-devel and kpackage-devel to
+  devel package requires
+- Drop kio-devel from devel package requires
+- New tools subpackage, containing kpackagelauncherqml tool
+
+---
+Sun Feb  8 18:15:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Added a plotter component
+  * Added overload method for Formats::formatDuration taking int
+  * New properties paintedWidth and paintedHeight added to
+QPixmapItem and QImageItem
+  * Fixed painting QImageItem and QPixmapItem
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Added libepoxy-devel BuildRequires
+
+---
+Sat Jan  3 18:03:26 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Use Qt's method of blocking for component completion rather
+than our own
+  * Make it possible to delay initialization of object incubated
+from QmlObject
+  * Add guard when trying to access root object before
+component is complete
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:47:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Optimize IconItem in QIconItem in memory and speed
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Split out libKF5QuickAddons library, and QML components into
+  separate subpackages
+
+---
+Sat Oct  4 17:59:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * KDeclarative: added org.kde.kio component.
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:36:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+- Drop af7c0f8194.patch, merged upstream
+
+---
+Sun Jun  1 18:02:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+- Add 

commit kcoreaddons.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:33:51

Comparing /work/SRC/openSUSE:13.2:Update/kcoreaddons.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kcoreaddons.3714.new (New)


Package is kcoreaddons.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kcoreaddons.3714.new/kcoreaddons.changes
2015-04-28 12:33:53.0 +0200
@@ -0,0 +1,173 @@
+---
+Sat Apr  4 14:40:43 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---
+Sat Mar  7 16:58:44 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * KPluginMetadata: add support for Hidden key
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * KAboutData: Call addHelpOption and addVersionOption
+automatically, for convenience and consistency
+  * KAboutData: Bring back Please use http://bugs.kde.org
+to report bugs. when no other email/url is set
+  * KAutoSaveFile: allStaleFiles() now works as expected
+for local files, fixed staleFiles() too
+  * KRandomSequence now uses int's internally and exposes
+int-api for 64-bit unambiguity
+  * Mimetype definitions: *.qmltypes and *.qmlproject files
+also have the text/x-qml mime type
+  * KShell: make quoteArgs quote urls with QChar::isSpace(),
+unusual space characters were not handled properly
+  * KSharedDataCache: fix creation of directory containing
+the cache (porting bug)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:17 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * KDirWatch can now watch /dev/shm as well (kde#314982)
+  * KDELibs4Migration now always returns an absolute path
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Add KTextToHTML class for plaintext-HTML conversion
+  * Add KPluginMetaData::metaDataFileName()
+  * Allow to read KPluginMetaData from .desktop files
+  * Kdelibs4Migration now gives priority to distro-provided
+KDE4_DEFAULT_HOME
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+- Drop 0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch,
+  merged upstream
+
+---
+Sun Nov 09 05:05:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in post/postun scripts
+
+---
+Sun Nov  2 17:47:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * Various build fixes (QNX, Ubuntu 14.04)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Kdelibs4Migration: allow distributions to set
+_KDE4_DEFAULT_HOME_POSTFIX so that the kde4 home
+is found properly.
+  * Compilation fixes for MSVC and gcc 4.5
+  * Turn KFormat into a Q_GADGET so we can expose its
+properties to QML indirectly
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+- Pass -DKDE4_DEFAULT_HOME=.kde4, used in kdelibs4migration class
+
+---
+Tue Sep  9 09:49:24 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * KCoreAddons: Mark KAboutData::setProgramIconName() as deprecated,
+it did not do anything.
+Use QApplication::setWindowIcon(QIcon::fromTheme(...)) instead.
+  * KCoreAddons: new classes Kdelibs4ConfigMigrator and KPluginMetaData
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Tue Aug 26 21:24:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0001-Let-Kdelibs4Migration-searches-in-.kde4-first-it-s-p.patch:
+  Let Kdelibs4Migration searches in .kde4 first, it's possible that
+  some users have ancient unused config in .kde, and openSUSE
+  has .kde4 as default
+

commit kjsembed for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kjsembed for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:15

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


Package is kjsembed

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.GCOc9q/_old  2015-04-28 12:35:17.0 +0200
+++ /var/tmp/diff_new_pack.GCOc9q/_new  2015-04-28 12:35:17.0 +0200
@@ -1 +1 @@
-link package='kjsembed.3666' cicount='copy' /
+link package='kjsembed.3714' cicount='copy' /




commit knotifications for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package knotifications for 
openSUSE:13.2:Update checked in at 2015-04-28 12:35:20

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


Package is knotifications

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yqZ592/_old  2015-04-28 12:35:21.0 +0200
+++ /var/tmp/diff_new_pack.yqZ592/_new  2015-04-28 12:35:21.0 +0200
@@ -1 +1 @@
-link package='knotifications.3666' cicount='copy' /
+link package='knotifications.3714' cicount='copy' /




commit kdewebkit for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kdewebkit for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:23

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


Package is kdewebkit

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.IBzdiy/_old  2015-04-28 12:34:24.0 +0200
+++ /var/tmp/diff_new_pack.IBzdiy/_new  2015-04-28 12:34:24.0 +0200
@@ -1 +1 @@
-link package='kdewebkit.3666' cicount='copy' /
+link package='kdewebkit.3714' cicount='copy' /




commit karchive for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package karchive for openSUSE:13.2:Update 
checked in at 2015-04-28 12:33:23

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


Package is karchive

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.LsHIUP/_old  2015-04-28 12:33:24.0 +0200
+++ /var/tmp/diff_new_pack.LsHIUP/_new  2015-04-28 12:33:24.0 +0200
@@ -1 +1 @@
-link package='karchive.3666' cicount='copy' /
+link package='karchive.3714' cicount='copy' /




commit krunner for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package krunner for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:52

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


Package is krunner

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.bNTkCo/_old  2015-04-28 12:35:53.0 +0200
+++ /var/tmp/diff_new_pack.bNTkCo/_new  2015-04-28 12:35:53.0 +0200
@@ -1 +1 @@
-link package='krunner.3666' cicount='copy' /
+link package='krunner.3714' cicount='copy' /




commit plasma5-desktop for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package plasma5-desktop for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:35

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


Package is plasma5-desktop

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.9OoMyK/_old  2015-04-28 12:36:36.0 +0200
+++ /var/tmp/diff_new_pack.9OoMyK/_new  2015-04-28 12:36:36.0 +0200
@@ -1 +1 @@
-link package='plasma5-desktop.3666' cicount='copy' /
+link package='plasma5-desktop.3714' cicount='copy' /




commit kxmlgui for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:13.2:Update 
checked in at 2015-04-28 12:36:20

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


Package is kxmlgui

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Uu48kz/_old  2015-04-28 12:36:21.0 +0200
+++ /var/tmp/diff_new_pack.Uu48kz/_new  2015-04-28 12:36:21.0 +0200
@@ -1 +1 @@
-link package='kxmlgui.3666' cicount='copy' /
+link package='kxmlgui.3714' cicount='copy' /




commit plasma-framework for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:29

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


Package is plasma-framework

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.TBaQOu/_old  2015-04-28 12:36:30.0 +0200
+++ /var/tmp/diff_new_pack.TBaQOu/_new  2015-04-28 12:36:30.0 +0200
@@ -1 +1 @@
-link package='plasma-framework.3666' cicount='copy' /
+link package='plasma-framework.3714' cicount='copy' /




commit libKF5ModemManagerQt for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package libKF5ModemManagerQt for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:25

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


Package is libKF5ModemManagerQt

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.XqXPHg/_old  2015-04-28 12:36:26.0 +0200
+++ /var/tmp/diff_new_pack.XqXPHg/_new  2015-04-28 12:36:26.0 +0200
@@ -1 +1 @@
-link package='libKF5ModemManagerQt.3666' cicount='copy' /
+link package='libKF5ModemManagerQt.3714' cicount='copy' /




commit ktextwidgets for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:05

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


Package is ktextwidgets

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Dsr4kq/_old  2015-04-28 12:36:07.0 +0200
+++ /var/tmp/diff_new_pack.Dsr4kq/_new  2015-04-28 12:36:07.0 +0200
@@ -1 +1 @@
-link package='ktextwidgets.3666' cicount='copy' /
+link package='ktextwidgets.3714' cicount='copy' /




commit khtml for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package khtml for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:41

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


Package is khtml

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Y72J8K/_old  2015-04-28 12:34:43.0 +0200
+++ /var/tmp/diff_new_pack.Y72J8K/_new  2015-04-28 12:34:43.0 +0200
@@ -1 +1 @@
-link package='khtml.3666' cicount='copy' /
+link package='khtml.3714' cicount='copy' /




commit kiconthemes for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kiconthemes for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:45

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


Package is kiconthemes

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yHBnHJ/_old  2015-04-28 12:34:46.0 +0200
+++ /var/tmp/diff_new_pack.yHBnHJ/_new  2015-04-28 12:34:46.0 +0200
@@ -1 +1 @@
-link package='kiconthemes.3666' cicount='copy' /
+link package='kiconthemes.3714' cicount='copy' /




commit kmediaplayer for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kmediaplayer for 
openSUSE:13.2:Update checked in at 2015-04-28 12:35:17

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


Package is kmediaplayer

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5Nw2wi/_old  2015-04-28 12:35:18.0 +0200
+++ /var/tmp/diff_new_pack.5Nw2wi/_new  2015-04-28 12:35:18.0 +0200
@@ -1 +1 @@
-link package='kmediaplayer.3666' cicount='copy' /
+link package='kmediaplayer.3714' cicount='copy' /




commit knewstuff for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:18

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


Package is knewstuff

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.rWBIJR/_old  2015-04-28 12:35:20.0 +0200
+++ /var/tmp/diff_new_pack.rWBIJR/_new  2015-04-28 12:35:20.0 +0200
@@ -1 +1 @@
-link package='knewstuff.3666' cicount='copy' /
+link package='knewstuff.3714' cicount='copy' /




commit kglobalaccel for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kglobalaccel for 
openSUSE:13.2:Update checked in at 2015-04-28 12:34:37

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


Package is kglobalaccel

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.AAablD/_old  2015-04-28 12:34:38.0 +0200
+++ /var/tmp/diff_new_pack.AAablD/_new  2015-04-28 12:34:38.0 +0200
@@ -1 +1 @@
-link package='kglobalaccel.3666' cicount='copy' /
+link package='kglobalaccel.3714' cicount='copy' /




commit knotifyconfig for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package knotifyconfig for 
openSUSE:13.2:Update checked in at 2015-04-28 12:35:23

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


Package is knotifyconfig

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qWau9j/_old  2015-04-28 12:35:24.0 +0200
+++ /var/tmp/diff_new_pack.qWau9j/_new  2015-04-28 12:35:24.0 +0200
@@ -1 +1 @@
-link package='knotifyconfig.3666' cicount='copy' /
+link package='knotifyconfig.3714' cicount='copy' /




commit kemoticons for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kemoticons for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:35

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


Package is kemoticons

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4xIccT/_old  2015-04-28 12:34:36.0 +0200
+++ /var/tmp/diff_new_pack.4xIccT/_new  2015-04-28 12:34:36.0 +0200
@@ -1 +1 @@
-link package='kemoticons.3666' cicount='copy' /
+link package='kemoticons.3714' cicount='copy' /




commit ktexteditor for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package ktexteditor for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:58

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


Package is ktexteditor

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kDNOqV/_old  2015-04-28 12:35:59.0 +0200
+++ /var/tmp/diff_new_pack.kDNOqV/_new  2015-04-28 12:35:59.0 +0200
@@ -1 +1 @@
-link package='ktexteditor.3666' cicount='copy' /
+link package='ktexteditor.3714' cicount='copy' /




commit kservice.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kservice.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:35:54

Comparing /work/SRC/openSUSE:13.2:Update/kservice.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kservice.3714.new (New)


Package is kservice.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kservice.3714.new/kservice.changes  
2015-04-28 12:35:55.0 +0200
@@ -0,0 +1,153 @@
+---
+Sun Apr 19 15:54:46 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Recommend kded package, it is a runtime requirement, but can't
+  be marked as Required as it would create a buildcycle
+
+---
+Sat Apr  4 14:40:36 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed Requires of the devel subpackage:
+  kdbusaddons-devel and ki18n-devel
+
+---
+Sat Mar  7 16:58:37 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * KPluginInfo: support stringlists as properties
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Include unknown properties when converting
+KPluginInfo from KService
+  * KPluginInfo: fixed properties not being
+copied from KService::Ptr
+  * OS X: performance fix for kbuildsycoca4 (skip app bundles)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:10 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * Fix build on MSVC.
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:33 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * Fix KPluginTrader::query() for old JSON
+  * Deprecate kservice_desktop_to_json for
+kcoreaddons_desktop_to_json
+  * Implement KPluginTrader::query() using
+KPluginLoader::findPlugins()
+  * Fix KPluginInfo::entryPath() being empty
+when not loaded from .desktop
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:46:44 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+- Drop 0001-Don-t-call-enableTestMode-when-QStandardPaths-isTest.patch,
+  merged upstream
+
+---
+Thu Oct  9 21:31:30 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add 0001-Don-t-call-enableTestMode-when-QStandardPaths-isTest.patch
+  from upstream: fixes bug where kded would be called in test mode,
+  which made it use ~/.qttest as home dir
+
+---
+Sat Oct  4 17:59:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * Many many fixes to KPluginInfo
+  * Add functions to convert between lists KPluginMetaData
+and KPluginInfo
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:17 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:01 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:50 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:35:37 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * 

commit kservice for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kservice for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:56

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


Package is kservice

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.XpNpZB/_old  2015-04-28 12:35:57.0 +0200
+++ /var/tmp/diff_new_pack.XpNpZB/_new  2015-04-28 12:35:57.0 +0200
@@ -1 +1 @@
-link package='kservice.3666' cicount='copy' /
+link package='kservice.3714' cicount='copy' /




commit kitemmodels for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:01

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


Package is kitemmodels

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QejTZB/_old  2015-04-28 12:35:03.0 +0200
+++ /var/tmp/diff_new_pack.QejTZB/_new  2015-04-28 12:35:03.0 +0200
@@ -1 +1 @@
-link package='kitemmodels.3666' cicount='copy' /
+link package='kitemmodels.3714' cicount='copy' /




commit kidletime for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kidletime for openSUSE:13.2:Update 
checked in at 2015-04-28 12:34:47

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


Package is kidletime

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zFdvo6/_old  2015-04-28 12:34:48.0 +0200
+++ /var/tmp/diff_new_pack.zFdvo6/_new  2015-04-28 12:34:48.0 +0200
@@ -1 +1 @@
-link package='kidletime.3666' cicount='copy' /
+link package='kidletime.3714' cicount='copy' /




commit kplotting.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kplotting.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:35:36

Comparing /work/SRC/openSUSE:13.2:Update/kplotting.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kplotting.3714.new (New)


Package is kplotting.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.kplotting.3714.new/kplotting.changes
2015-04-28 12:35:37.0 +0200
@@ -0,0 +1,115 @@
+---
+Sat Apr  4 14:40:56 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+---
+Sat Mar  7 16:58:56 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:32 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:50 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:47:37 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:56 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:20 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+- Harden required Qt5 libs versions
+
+---
+Tue Jul  1 21:36:07 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+---
+Sun May  4 01:41:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:48 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:35:53 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---
+Sat Feb  8 02:19:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init kplotting package
+

New:

  baselibs.conf
  kplotting-5.9.0.tar.xz
  kplotting.changes
  kplotting.spec



Other differences:
--
++ kplotting.spec ++
#
# spec file for package kplotting
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the 

commit kpeople5 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kpeople5 for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:35

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


Package is kpeople5

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.y1VrNN/_old  2015-04-28 12:35:36.0 +0200
+++ /var/tmp/diff_new_pack.y1VrNN/_new  2015-04-28 12:35:36.0 +0200
@@ -1 +1 @@
-link package='kpeople5.3666' cicount='copy' /
+link package='kpeople5.3714' cicount='copy' /




commit kunitconversion.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kunitconversion.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:07

Comparing /work/SRC/openSUSE:13.2:Update/kunitconversion.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.kunitconversion.3714.new (New)


Package is kunitconversion.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ 
/work/SRC/openSUSE:13.2:Update/.kunitconversion.3714.new/kunitconversion.changes
2015-04-28 12:36:08.0 +0200
@@ -0,0 +1,122 @@
+---
+Sat Apr  4 14:40:45 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Drop no longer needed Requires of the devel subpackage:
+  kconfig-devel and ki18n-devel
+
+---
+Sat Mar  7 16:58:46 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+---
+Sun Feb  8 18:15:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed infinite recursion in Unit::setUnitMultiplier
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---
+Sat Jan  3 18:03:19 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+---
+Sat Dec  6 12:53:41 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.5.0.php
+
+---
+Sun Nov  2 17:47:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.4.0.php
+
+---
+Sat Oct  4 17:59:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.3.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.3.0.php
+
+---
+Tue Sep  9 09:49:27 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.0
+  * For more details please see:
+http://kde.org/announcements/kde-frameworks-5.2.php
+
+---
+Sat Aug  2 10:20:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+---
+Fri Jul 11 09:48:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Define kf5_version within package
+
+---
+Tue Jul  1 21:35:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+  * Final release of KDE Frameworks 5
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.0.php
+
+---
+Sun Jun  1 18:02:23 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+---
+Sun May  4 01:41:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.99.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta2.php
+
+---
+Sat Mar 29 19:47:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.98.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-beta1.php
+
+---
+Tue Mar  4 16:39:00 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.97.0:
+  * Buildsystem fixes
+  * For more details please see:
+http://www.kde.org/announcements/announce-frameworks5-alpha2.php
+
+---
+Sat Feb  8 02:19:53 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Init kunitconversion package
+

New:

  baselibs.conf
  

commit plasma5-openSUSE for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package plasma5-openSUSE for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:39

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


Package is plasma5-openSUSE

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1iRPEY/_old  2015-04-28 12:36:40.0 +0200
+++ /var/tmp/diff_new_pack.1iRPEY/_new  2015-04-28 12:36:40.0 +0200
@@ -1 +1 @@
-link package='plasma5-openSUSE.3666' cicount='copy' /
+link package='plasma5-openSUSE.3714' cicount='copy' /




commit kunitconversion for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kunitconversion for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:11

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


Package is kunitconversion

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.OlpXBx/_old  2015-04-28 12:36:13.0 +0200
+++ /var/tmp/diff_new_pack.OlpXBx/_new  2015-04-28 12:36:13.0 +0200
@@ -1 +1 @@
-link package='kunitconversion.3666' cicount='copy' /
+link package='kunitconversion.3714' cicount='copy' /




commit threadweaver for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package threadweaver for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:48

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


Package is threadweaver

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zTuPsJ/_old  2015-04-28 12:36:49.0 +0200
+++ /var/tmp/diff_new_pack.zTuPsJ/_new  2015-04-28 12:36:49.0 +0200
@@ -1 +1 @@
-link package='threadweaver.3666' cicount='copy' /
+link package='threadweaver.3714' cicount='copy' /




commit plasma5-openSUSE.3714 for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package plasma5-openSUSE.3714 for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:37

Comparing /work/SRC/openSUSE:13.2:Update/plasma5-openSUSE.3714 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.plasma5-openSUSE.3714.new (New)


Package is plasma5-openSUSE.3714

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ 
/work/SRC/openSUSE:13.2:Update/.plasma5-openSUSE.3714.new/plasma5-openSUSE.changes
  2015-04-28 12:36:38.0 +0200
@@ -0,0 +1,1291 @@
+---
+Wed Mar 25 17:08:26 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Rebuild against latest plasma5-workspace to pull in the locker fix
+
+---
+Fri Mar 20 02:06:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Rebuild against Plasma 5.2.2
+
+---
+Fri Feb 20 02:52:21 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Rebuild against Plasma 5.2.1
+
+---
+Mon Feb  9 21:24:12 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Make sure greeter is only started within KDE sessions, boo#911205
+
+---
+Thu Jan 15 15:58:31 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update oS.diff patch to sync with upstream changes
+- (Build)Require plasma5-[desktop,workspace] at atleast 5.1.95
+
+---
+Thu Nov  6 22:26:27 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update oS.diff patch to sync with upstream changes
+
+---
+Fri Oct 17 21:13:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Activate contrast effect for the plasma theme
+- Don't hardcode colorscheme within kdeglobals, this is redundant
+  with Plasma5 mechanism, and also has bad side-effect where users
+  can't change the scheme
+- Forward-port plasma-change-defaults.diff from kdebase4-openSUSE;
+  in adition to adjusting the patch for Plasma5, also change the
+  default launcher to Application Menu aka Kicker
+  
+---
+Thu Sep 25 08:33:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add toolbox icon
+- Don't ship icons, they are install by kdebase4 branding
+
+---
+Wed Sep 24 08:38:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add 13.2 branding
+
+---
+Thu Jul 24 21:34:11 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Activate plasma5-branding-openSUSE (history of kdebase4-openSUSE
+  preserved)
+
+---
+Wed May 21 13:08:40 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Comment out graphicssystem from kwinrc branding: test to see does
+  explicitly requiring raster rendering from KWin triggers OOM on cyrrus
+
+---
+Thu Apr 17 20:52:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Try to apply plasma-change-defaults.diff without offset
+- Bump kdebase4-workspace BuildRequires to 4.11.8, as the above
+  patch would fail with earlier versions
+
+---
+Mon Mar 30 14:18:21 UTC 2014 - tittiatc...@gmail.com
+
+- Remove an unwanted remainder of one of the patch commands
+
+---
+Sun Mar  2 18:53:21 UTC 2014 - tittiatc...@gmail.com
+
+- Bump version to 13.2
+- Tarball update to fix building issues with new rpm version
+
+---
+Fri Dec 20 11:10:56 UTC 2013 - tittiatc...@gmail.com
+
+- Revert:  Bump version to 13.2
+  * other packages are not ready yet (branding-openSUSE)
+
+---
+Thu Dec 19 13:15:56 UTC 2013 - tittiatc...@gmail.com
+
+- Bump version to 13.2
+
+---
+Tue Dec 10 16:15:56 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Rebuild for 4.12 update/branding
+
+---
+Tue Oct 29 23:11:24 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Remove apper tray script, as was agreed in bnc#802960
+- Make plasma-nm icon works with the latest naming
+
+---
+Fri Oct  4 18:46:01 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Updated tar from github
+  * Activate VolumeOverdrive for KMix - this enable boosting the
+volume over 100% (as with e.g. Pavucontrol)
+  * By default disable 

commit kwallet for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kwallet for openSUSE:13.2:Update 
checked in at 2015-04-28 12:36:13

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


Package is kwallet

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wTkt1X/_old  2015-04-28 12:36:15.0 +0200
+++ /var/tmp/diff_new_pack.wTkt1X/_new  2015-04-28 12:36:15.0 +0200
@@ -1 +1 @@
-link package='kwallet.3666' cicount='copy' /
+link package='kwallet.3714' cicount='copy' /




commit kplotting for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:13.2:Update 
checked in at 2015-04-28 12:35:39

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


Package is kplotting

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.fJjYuq/_old  2015-04-28 12:35:40.0 +0200
+++ /var/tmp/diff_new_pack.fJjYuq/_new  2015-04-28 12:35:40.0 +0200
@@ -1 +1 @@
-link package='kplotting.3666' cicount='copy' /
+link package='kplotting.3714' cicount='copy' /




commit kwindowsystem for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kwindowsystem for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:17

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


Package is kwindowsystem

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.gnN2kr/_old  2015-04-28 12:36:18.0 +0200
+++ /var/tmp/diff_new_pack.gnN2kr/_new  2015-04-28 12:36:18.0 +0200
@@ -1 +1 @@
-link package='kwindowsystem.3666' cicount='copy' /
+link package='kwindowsystem.3714' cicount='copy' /




commit libKF5NetworkManagerQt for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:27

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


Package is libKF5NetworkManagerQt

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.FVbazA/_old  2015-04-28 12:36:28.0 +0200
+++ /var/tmp/diff_new_pack.FVbazA/_new  2015-04-28 12:36:28.0 +0200
@@ -1 +1 @@
-link package='libKF5NetworkManagerQt.3666' cicount='copy' /
+link package='libKF5NetworkManagerQt.3714' cicount='copy' /




commit kwidgetsaddons for openSUSE:13.2:Update

2015-04-28 Thread h_root
Hello community,

here is the log from the commit of package kwidgetsaddons for 
openSUSE:13.2:Update checked in at 2015-04-28 12:36:15

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


Package is kwidgetsaddons

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.GRDcrE/_old  2015-04-28 12:36:16.0 +0200
+++ /var/tmp/diff_new_pack.GRDcrE/_new  2015-04-28 12:36:16.0 +0200
@@ -1 +1 @@
-link package='kwidgetsaddons.3666' cicount='copy' /
+link package='kwidgetsaddons.3714' cicount='copy' /




  1   2   >