commit docker for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2014-08-16 15:38:01

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


Package is docker

Changes:

--- /work/SRC/openSUSE:Factory/docker/docker.changes2014-08-01 
11:48:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes   2014-08-16 
15:38:16.0 +0200
@@ -1,0 +2,21 @@
+Fri Aug  8 15:31:41 UTC 2014 - fcaste...@suse.com
+
+- Final changes to README_SUSE.md
+
+---
+Fri Aug  8 10:28:48 UTC 2014 - fcaste...@suse.com
+
+- Added other small fixes to README_SUSE.md
+
+---
+Thu Aug  7 14:06:30 UTC 2014 - fcaste...@suse.com
+
+- Small improvements to README_SUSE.md
+
+---
+Thu Aug  7 13:29:30 UTC 2014 - fcaste...@suse.com
+
+- Removed useless sysctl rule.
+- Added README_SUSE.md
+
+---

Old:

  sysctl-docker.conf

New:

  README_SUSE.md



Other differences:
--
++ docker.spec ++
--- /var/tmp/diff_new_pack.YSvcW4/_old  2014-08-16 15:38:17.0 +0200
+++ /var/tmp/diff_new_pack.YSvcW4/_new  2014-08-16 15:38:17.0 +0200
@@ -27,11 +27,11 @@
 Url:http://www.docker.io
 Source: %{name}-%{version}.tar.bz2
 Source1:docker.service
-Source2:sysctl-docker.conf
 Source3:80-docker.rules
 Source4:sysconfig.docker
 Source5:docker.socket
 Source6:docker-rpmlintrc
+Source7:README_SUSE.md
 Patch0: 0002-Stripped-dockerinit-binary.patch
 BuildRequires:  bash-completion
 BuildRequires:  device-mapper-devel = 1.2.68
@@ -91,6 +91,7 @@
 %prep
 %setup -q -n docker
 %patch0 -p1
+cp %{SOURCE7} .
 
 %build
 %{go_disable_brp_strip_static_archive}
@@ -121,8 +122,6 @@
 install -D -m 0644 %SOURCE1 %{buildroot}%{_unitdir}/%{name}.service
 install -D -m 0644 %SOURCE5 %{buildroot}%{_unitdir}/%{name}.socket
 
-install -D -m 0644 %SOURCE2 
%{buildroot}%{_sysconfdir}/sysctl.d/200-%{name}.conf
-
 #
 # udev rules that prevents dolphin to show all docker devices and slows down
 # upstream report https://bugs.kde.org/show_bug.cgi?id=329930
@@ -150,9 +149,8 @@
 
 %files
 %defattr(-,root,root)
-%doc README.md LICENSE
+%doc README.md LICENSE README_SUSE.md
 %{_bindir}/docker
-%config %{_sysconfdir}/sysctl.d/200-docker.conf
 %{_prefix}/lib/docker/
 %{_prefix}/lib/docker/dockerinit
 %{_unitdir}/%{name}.service

++ README_SUSE.md ++
# Abstract

Docker is a lightweight virtualization method to run multiple virtual units
(containers, akin to “chroot”) simultaneously on a single control host.
Containers are isolated with Kernel Control Groups (cgroups) and Kernel 
Namespaces.

Docker provides an operating system-level virtualization where the Kernel
controls the isolated containers. With other full virtualization solutions
like Xen, KVM, or libvirt the processor simulates a complete hardware
environment and controls its virtual machines.

# Terminology

## chroot

A change root (chroot, or change root jail) is a section in the file system
which is isolated from the rest of the file system. For this purpose, the chroot
command is used to change the root of the file system. A program which is
executed in such a “chroot jail” cannot access files outside the designated
directory tree.

## cgroups

Kernel Control Groups (commonly referred to as just “cgroups”) are a Kernel
feature that allows aggregating or partitioning tasks (processes) and all their
children into hierarchical organized groups to isolate resources.

## Image

A virtual machine on the host server that can run any Linux system, for
example openSUSE, SUSE Linux Enterprise Desktop, or SUSE Linux Enterprise 
Server.

A Docker image is made by a series of layers built one over the other. Each 
layer
corresponds to a permanent change committed from a container to the image.

For more details checkout [Docker's official 
documentation](http://docs.docker.com/terms/image/).

## Image Name

A name that refers to an image. The name is used by the docker commands.

## Container

A running Docker Image.

## Container ID

A ID that refers to a container. The ID is used by the docker commands.

## TAG

A string associated to a Image. It commonly used to identify a specific version
of a Image (like tags in version control systems). It is also possible to refer
the same Image with different TAGs.

## Kernel Namespaces

A Kernel feature to isolate some resources like network, users, and others for
a group of processes.

commit octave for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2014-08-16 15:38:00

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


Package is octave

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2014-08-14 
14:59:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2014-08-16 
15:38:15.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 15 13:58:40 UTC 2014 - dmitr...@opensuse.org
+
+- Fix runtime dependencies: makeinfo instead of texinfo [bnc#892123]
+
+---



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.Sy9za0/_old  2014-08-16 15:38:16.0 +0200
+++ /var/tmp/diff_new_pack.Sy9za0/_new  2014-08-16 15:38:16.0 +0200
@@ -111,7 +111,7 @@
 %else
 Requires:   gnuplot
 %endif
-Requires:   texinfo
+Requires:   makeinfo
 Recommends: blas-devel
 Recommends: fftw3-devel
 Recommends: fftw3-threads-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgcrypt for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package libgcrypt for openSUSE:Factory 
checked in at 2014-08-16 15:37:35

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


Package is libgcrypt

Changes:

--- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes  2014-06-01 
18:54:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2014-08-16 
15:37:36.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 12 07:43:19 UTC 2014 - meiss...@suse.com
+
+- split off the -hmac package that contains the checksums
+
+---



Other differences:
--
++ libgcrypt.spec ++
--- /var/tmp/diff_new_pack.O3T2vL/_old  2014-08-16 15:37:38.0 +0200
+++ /var/tmp/diff_new_pack.O3T2vL/_new  2014-08-16 15:37:38.0 +0200
@@ -83,6 +83,16 @@
 Libgcrypt is a general purpose crypto library based on the code used in
 GnuPG (alpha version).
 
+%package -n %{libsoname}-hmac
+Summary:HMAC checksums for the GNU Crypto Library
+License:GPL-2.0+ and LGPL-2.1+
+Group:  Development/Libraries/C and C++
+
+%description -n %{libsoname}-hmac
+Libgcrypt is a general purpose crypto library based on the code used in
+GnuPG (alpha version). This package contains the HMAC checksum files
+for integrity checking the library, as required by FIPS 140-2.
+
 %package devel
 Summary:The GNU Crypto Library
 License:GFDL-1.1 and GPL-2.0+ and LGPL-2.1+ and MIT
@@ -216,6 +226,9 @@
 %defattr(-,root,root)
 %doc COPYING.LIB
 %{_libdir}/%{name}.so.*
+
+%files -n %{libsoname}-hmac
+%defattr(-,root,root)
 %if 0%{?build_hmac256}
 %{_libdir}/.libgcrypt.so.*.hmac
 %endif # %if 0%{?build_hmac256}
@@ -234,6 +247,7 @@
 %{_datadir}/aclocal/%{name}.m4
 
 %if 0%{?separate_hmac256_binary}
+
 %files hmac256
 %defattr(-,root,root)
 %endif # %if 0%{?separate_hmac256_binary}

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.O3T2vL/_old  2014-08-16 15:37:38.0 +0200
+++ /var/tmp/diff_new_pack.O3T2vL/_new  2014-08-16 15:37:38.0 +0200
@@ -1,6 +1,7 @@
 libgcrypt20
   obsoletes libgcrypt-targettype = version
   provides libgcrypt-targettype = version
+libgcrypt20-hmac
 libgcrypt-devel
  requires -libgcrypt-targettype
  requires libgcrypt20-targettype = version


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit autoyast2 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2014-08-16 15:37:36

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


Package is autoyast2

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2014-08-07 
08:08:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-08-16 
15:37:38.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 13 16:35:56 CEST 2014 - sch...@suse.de
+
+- Warning that an already existing autoyast configuration file will
+  be overwritten. (bnc#888546)
+- 3.1.54
+
+---

Old:

  autoyast2-3.1.53.tar.bz2

New:

  autoyast2-3.1.54.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.XJlIJz/_old  2014-08-16 15:37:39.0 +0200
+++ /var/tmp/diff_new_pack.XJlIJz/_new  2014-08-16 15:37:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.53
+Version:3.1.54
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-3.1.53.tar.bz2 - autoyast2-3.1.54.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.53/package/autoyast2.changes 
new/autoyast2-3.1.54/package/autoyast2.changes
--- old/autoyast2-3.1.53/package/autoyast2.changes  2014-08-06 
16:59:43.0 +0200
+++ new/autoyast2-3.1.54/package/autoyast2.changes  2014-08-13 
17:05:12.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Aug 13 16:35:56 CEST 2014 - sch...@suse.de
+
+- Warning that an already existing autoyast configuration file will
+  be overwritten. (bnc#888546)
+- 3.1.54
+
+---
 Wed Aug  6 12:11:15 CEST 2014 - sch...@suse.de
 
 - Exporting user deleted packages correctly. Only locked packages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.53/package/autoyast2.spec 
new/autoyast2-3.1.54/package/autoyast2.spec
--- old/autoyast2-3.1.53/package/autoyast2.spec 2014-08-06 16:59:43.0 
+0200
+++ new/autoyast2-3.1.54/package/autoyast2.spec 2014-08-13 17:05:12.0 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.53
+Version:3.1.54
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.53/src/clients/clone_system.rb 
new/autoyast2-3.1.54/src/clients/clone_system.rb
--- old/autoyast2-3.1.53/src/clients/clone_system.rb2014-08-06 
16:59:43.0 +0200
+++ new/autoyast2-3.1.54/src/clients/clone_system.rb2014-08-13 
17:05:12.0 +0200
@@ -22,6 +22,7 @@
   Yast.import CommandLine
   Yast.import Y2ModuleConfig
   Yast.import Mode
+  Yast.import FileUtils
 
   textdomain autoinst
 
@@ -83,6 +84,16 @@
 
 def doClone(options)
   target_path = options[target_path] || /root/autoinst.xml
+
+  # Autoyast overwriting an already existing config file.
+  # The warning is only needed while calling yast clone_system. It is not
+  # needed in the installation workflow where it will be checked by the 
file selection box
+  # directly. (bnc#888546)
+  if Mode.normal  FileUtils.Exists(target_path)
+# TRANSLATORS: Warning that an already existing autoyast configuration 
file will be overwritten.
+return false unless Popup.ContinueCancel(_(File %s exists! Really 
overwrite?) % target_path)
+  end
+
   Popup.ShowFeedback(
 _(Cloning the system...),
 # TRANSLATORS: %s is path where profile can be found

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-billiard for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package python-billiard for openSUSE:Factory 
checked in at 2014-08-16 15:37:56

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


Package is python-billiard

Changes:

--- /work/SRC/openSUSE:Factory/python-billiard/python-billiard.changes  
2013-12-02 09:53:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-billiard.new/python-billiard.changes 
2014-08-16 15:38:09.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 15 11:40:21 UTC 2014 - mci...@suse.cz
+
+- Update to 3.3.0.18
+  - see https://pypi.python.org/pypi/billiard for complete changelog
+
+---

Old:

  billiard-3.3.0.8.tar.gz

New:

  billiard-3.3.0.18.tar.gz



Other differences:
--
++ python-billiard.spec ++
--- /var/tmp/diff_new_pack.6WFKqc/_old  2014-08-16 15:38:10.0 +0200
+++ /var/tmp/diff_new_pack.6WFKqc/_new  2014-08-16 15:38:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-billiard
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-billiard
-Version:3.3.0.8
+Version:3.3.0.18
 Release:0
 Url:http://github.com/ask/billiard
 Summary:Python multiprocessing fork

++ billiard-3.3.0.8.tar.gz - billiard-3.3.0.18.tar.gz ++
 5367 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-greenlet for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package python-greenlet for openSUSE:Factory 
checked in at 2014-08-16 15:37:55

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


Package is python-greenlet

Changes:

--- /work/SRC/openSUSE:Factory/python-greenlet/python-greenlet.changes  
2014-01-23 15:54:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-greenlet.new/python-greenlet.changes 
2014-08-16 15:38:08.0 +0200
@@ -1,0 +2,13 @@
+Fri Aug 15 11:58:41 UTC 2014 - mci...@suse.cz
+
+- Update to version 0.4.3:
+  + Better slp_switch performance on SPARC
+  + Drop support for Python 2.3
+  + Fix trashcan assertions on debug builds of Python
+  + Remove deprecated -fno-tree-dominator-opts compiler switch
+  + Enable switch code for SunStudio on 32-bit SunOS
+  + Support for abc abstract methods in greenlet subclasses
+  + Support custom directories for tests
+  + Document switch tracing support
+
+---

Old:

  greenlet-0.4.1.zip
  greenlet-0.4.2.zip

New:

  greenlet-0.4.3.zip



Other differences:
--
++ python-greenlet.spec ++
--- /var/tmp/diff_new_pack.ttIE58/_old  2014-08-16 15:38:09.0 +0200
+++ /var/tmp/diff_new_pack.ttIE58/_new  2014-08-16 15:38:09.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   python-greenlet
-Version:0.4.2
+Version:0.4.3
 Release:0
 Url:http://pypi.python.org/pypi/greenlet
 Summary:Lightweight in-process concurrent programming

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-rtslib for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package python-rtslib for openSUSE:Factory 
checked in at 2014-08-16 15:37:58

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


Package is python-rtslib

Changes:

--- /work/SRC/openSUSE:Factory/python-rtslib/python-rtslib.changes  
2014-07-10 14:56:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 
2014-08-16 15:38:13.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  6 11:21:56 PDT 2014 - ldun...@suse.com
+
+- Added iblock backstore policy file (bnc#885565), so
+  targetcli does not backtrace when creating same, adding
+  rtslib-add-iblock-backstore-policy.patch
+
+---

New:

  rtslib-add-iblock-backstore-policy.patch



Other differences:
--
++ python-rtslib.spec ++
--- /var/tmp/diff_new_pack.GAcoZo/_old  2014-08-16 15:38:14.0 +0200
+++ /var/tmp/diff_new_pack.GAcoZo/_new  2014-08-16 15:38:14.0 +0200
@@ -29,6 +29,7 @@
 Patch0: %{oname}-git-update.patch
 Patch1: %{oname}-set-git-version-for-sle12.patch
 Patch2: %{oname}-add-prot-info-attributes.patch
+Patch3: %{oname}-add-iblock-backstore-policy.patch
 Requires:   python-configobj
 Requires:   python-ipaddr
 Requires:   python-netifaces
@@ -70,6 +71,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 python setup.py build

++ rtslib-add-iblock-backstore-policy.patch ++
diff --unidirectional-new-file -aurp 
rtslib-2.2.orig/policy/backstore_iblock.lio 
rtslib-2.2/policy/backstore_iblock.lio
--- rtslib-2.2.orig/policy/backstore_iblock.lio 1969-12-31 16:00:00.0 
-0800
+++ rtslib-2.2/policy/backstore_iblock.lio  2014-07-11 10:38:56.028996415 
-0700
@@ -0,0 +1,28 @@
+storage iblock disk %str {
+path %str 
+attribute {
+block_size %int(512)
+emulate_3pc %bool(yes)
+emulate_caw %bool(yes)
+emulate_dpo %bool(no)
+emulate_fua_read %bool(no)
+emulate_fua_write %bool(yes)
+emulate_model_alias %bool(no)
+emulate_rest_reord %bool(no)
+emulate_tas %bool(yes)
+emulate_tpu %bool(no)
+emulate_tpws %bool(no)
+emulate_ua_intlck_ctrl %bool(no)
+emulate_write_cache %bool(no)
+enforce_pr_isids %bool(yes)
+fabric_max_sectors %int(8192)
+is_nonrot %bool(yes)
+max_unmap_block_desc_count %int(0)
+max_unmap_lba_count %int(0)
+max_write_same_len %int(65535)
+optimal_sectors %int(8192)
+queue_depth %int(128)
+unmap_granularity %int(0)
+unmap_granularity_alignment %int(0)
+}
+}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiwi for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-08-16 15:37:41

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2014-08-13 
17:20:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-08-16 
15:37:44.0 +0200
@@ -1,0 +2,119 @@
+Fri Aug 15 12:36:19 CEST 2014 - m...@suse.de
+
+- v5.06.153 released
+  
+---
+Fri Aug 15 12:09:05 CEST 2014 - m...@suse.de
+  
+- Add RHEL7 JeOS template to kiwi-templates in spec file
+  
+---
+Fri Aug 15 12:05:15 CEST 2014 - m...@suse.de
+  
+- RHEL7 parted cannot set swap flag, skip this flag setup
+  
+---
+Thu Aug 14 18:24:16 CEST 2014 - m...@suse.de
+  
+- Added oemboot description for RHEL7
+  
+---
+Thu Aug 14 18:18:21 CEST 2014 - m...@suse.de
+  
+- Added vmxboot description for RHEL7
+  
+---
+Thu Aug 14 17:00:29 CEST 2014 - m...@suse.de
+  
+- Use lookup function to check for initrd tools pidof/killall5
+  
+---
+Thu Aug 14 16:59:58 CEST 2014 - m...@suse.de
+  
+- Use menu.c32 for live ISO boot menu if not gfxboot theme exists
+  
+---
+Thu Aug 14 15:11:30 CEST 2014 - rjsch...@suse.de
+  
+- fix ovf file generation
+  + missing name space qualifiers for
+- Description, Info, Network, OperatingSystem, Name
+  + tag mismatch on line 38 of .ovf file
+  + missing entry in schemaLocation
+
+---
+Thu Aug 14 12:44:35 CEST 2014 - m...@suse.de
+  
+- v5.06.152 released
+  
+---
+Thu Aug 14 12:14:57 CEST 2014 - m...@suse.de
+  
+- Use group_command=compat in yum.conf
+  
+  if this is not used I get errors saying:
+  There is no installed groups file.
+  
+---
+Thu Aug 14 11:41:37 CEST 2014 - m...@suse.de
+  
+- Fixed file logging
+  
+  log messages were still written to stdout/stderr
+  channels even if a logfile was set
+  
+---
+Thu Aug 14 11:28:05 CEST 2014 - m...@suse.de
+  
+- Added RHEL7 JeOS template
+  
+---
+Thu Aug 14 11:27:35 CEST 2014 - m...@suse.de
+
+- Added isoboot description for RHEL7
+  
+---
+Thu Aug 14 10:40:22 CEST 2014 - m...@suse.de
+  
+- v5.06.151 released
+  
+---
+Wed Aug 13 23:19:07 CEST 2014 - m...@suse.de
+  
+- Update JeOS templates for SLE12 / Factory
+  
+  Fix ec2 type to use the correct loader and firmware setup
+  Make use of LVM without boot partition as an example for the vmx type
+  
+---
+Wed Aug 13 23:15:27 CEST 2014 - m...@suse.de
+  
+- Add grub2 modules for lvm and btrfs/xfs filesystems on demand
+  
+---
+Wed Aug 13 23:06:34 CEST 2014 - m...@suse.de
+  
+- Update vmx|oemboot descriptions for SLE12 / Factory
+  
+  Make sure grub2-x86_64-xen is installed if a xen or ec2
+  profile is in use and the architecture is x86_64
+  
+---
+Wed Aug 13 21:48:22 CEST 2014 - m...@suse.de
+  
+- v5.06.150 released
+  
+---
+Wed Aug 13 19:20:08 CEST 2014 - m...@suse.de
+  
+- Allow to boot LVM images without extra boot partition
+  
+  Added new type attribute bootpartition=true|false. The value
+  controls the creation of a boot partition for disk images and
+  overwrites the default layout kiwi would create if this is not
+  specified. It's not guaranteed that the resulting image is able
+  to boot with regards to the underlaying bootloader capabilities
+  Given that grub2 in a recent version is used booting LVM images
+  using extX and btrfs filesystems will work
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.WSBg5N/_old  2014-08-16 

commit libvirt for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2014-08-16 15:38:02

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


Package is libvirt

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2014-08-05 
10:24:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2014-08-16 
15:38:17.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  8 03:23:10 UTC 2014 - cy...@suse.com
+
+- bnc#820399 - virsh blockcopy should refuse identical device
+  blockcopy-check-dst-identical-device.patch   
+
+---
@@ -28,0 +35 @@
+

New:

  blockcopy-check-dst-identical-device.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.RTdnX6/_old  2014-08-16 15:38:19.0 +0200
+++ /var/tmp/diff_new_pack.RTdnX6/_new  2014-08-16 15:38:19.0 +0200
@@ -431,6 +431,7 @@
 # Need to go upstream
 Patch100:   xen-name-for-devid.patch
 Patch101:   xen-pv-cdrom.patch
+Patch102:   blockcopy-check-dst-identical-device.patch
 # Our patches
 Patch200:   libvirtd-defaults.patch
 Patch201:   libvirtd-init-script.patch
@@ -944,6 +945,7 @@
 %setup -q
 %patch100 -p1
 %patch101 -p1
+%patch102 -p1
 %patch200 -p1
 %patch201 -p1
 %patch202 -p1

++ blockcopy-check-dst-identical-device.patch ++
From 475b272c126d53f3985860422dc96b01b470423e Mon Sep 17 00:00:00 2001
From: Chunyan Liu cy...@suse.com
Date: Tue, 29 Jul 2014 17:31:28 +0800
Subject: [PATCH] blockcopy: check dst = identical device

Check whether dst is the same device as source, if yes, report
error and exit.

Signed-off-by: Chunyan Liu cy...@suse.com
---
 src/qemu/qemu_driver.c | 7 +++
 1 file changed, 7 insertions(+)

Index: libvirt-1.2.7/src/qemu/qemu_driver.c
===
--- libvirt-1.2.7.orig/src/qemu/qemu_driver.c
+++ libvirt-1.2.7/src/qemu/qemu_driver.c
@@ -15330,6 +15330,13 @@ qemuDomainBlockCopy(virDomainObjPtr vm,
 }
 
 /* Prepare the destination file.  */
+if (STREQ_NULLABLE(realpath(disk-src-path, NULL), realpath(dest, NULL))) 
{
+virReportError(VIR_ERR_INVALID_ARG,
+   _(destination '%s' is the same as disk '%s' source),
+   dest, path);
+goto endjob;
+}
+
 if (stat(dest, st)  0) {
 if (errno != ENOENT) {
 virReportSystemError(errno, _(unable to stat for disk %s: %s),
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libNetworkManagerQt for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package libNetworkManagerQt for 
openSUSE:Factory checked in at 2014-08-16 15:37:31

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


Package is libNetworkManagerQt

Changes:

--- /work/SRC/openSUSE:Factory/libNetworkManagerQt/libNetworkManagerQt.changes  
2014-07-16 16:16:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libNetworkManagerQt.new/libNetworkManagerQt.changes 
2014-08-16 15:37:32.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 12 21:17:12 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Move away from kde4-macros in filelist: libNetworkManagerQt doesn't
+  use kdelibs4 buildsystem
+
+---



Other differences:
--
++ libNetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.SHjwro/_old  2014-08-16 15:37:33.0 +0200
+++ /var/tmp/diff_new_pack.SHjwro/_new  2014-08-16 15:37:33.0 +0200
@@ -70,12 +70,12 @@
 %files -n libNetworkManagerQt%{soversion}
 %defattr(-,root,root)
 %doc COPYING.LIB
-%{_kde4_libdir}/libNetworkManagerQt.so.*
+%{_libdir}/libNetworkManagerQt.so.*
 
 %files devel
 %defattr(-,root,root)
-%{_kde4_includedir}/NetworkManagerQt/
-%{_kde4_libdir}/libNetworkManagerQt.so
-%{_kde4_libdir}/pkgconfig/NetworkManagerQt.pc
+%{_includedir}/NetworkManagerQt/
+%{_libdir}/libNetworkManagerQt.so
+%{_libdir}/pkgconfig/NetworkManagerQt.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit phonon for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package phonon for openSUSE:Factory checked 
in at 2014-08-16 15:37:29

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


Package is phonon

Changes:

--- /work/SRC/openSUSE:Factory/phonon/phonon.changes2014-06-24 
15:15:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.phonon.new/phonon.changes   2014-08-16 
15:37:30.0 +0200
@@ -1,0 +2,9 @@
+Tue Aug 12 19:32:55 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.7.80
+   * 4.8 beta: PA interaction improvements, documentation fixes and
+ standard bugfixes
+- Move away from kde4-filesystem macros: phonon doesn't use kdelibs4
+  buildsystem
+
+---

Old:

  phonon-4.7.2.tar.xz

New:

  phonon-4.7.80.tar.xz



Other differences:
--
++ phonon.spec ++
--- /var/tmp/diff_new_pack.XDkJAf/_old  2014-08-16 15:37:31.0 +0200
+++ /var/tmp/diff_new_pack.XDkJAf/_new  2014-08-16 15:37:31.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   phonon
-Version:4.7.2
+Version:4.7.80
 Release:0
 Summary:Multimedia Platform Abstraction
 License:LGPL-2.0+
 Group:  System/GUI/KDE
 Url:http://phonon.kde.org/
-Source0:
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/%{name}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  automoc4
 BuildRequires:  cmake
@@ -76,9 +76,9 @@
 %install
   cd build
   %kde4_makeinstall
-  install -d -m 0755 %{buildroot}%{_kde4_modulesdir}/plugins
-  install -d -m 0755 %{buildroot}%{_kde4_modulesdir}/plugins/phonon_backend
-  %fdupes %{buildroot}%{_kde4_includedir}
+  install -d -m 0755 %{buildroot}%{_libdir}/kde4/plugins
+  install -d -m 0755 %{buildroot}%{_libdir}/kde4/plugins/phonon_backend
+  %fdupes %{buildroot}%{_includedir}
 
 %post   -n libphonon4 -p /sbin/ldconfig
 
@@ -86,22 +86,22 @@
 
 %files -n libphonon4
 %defattr(-,root,root)
-%{_kde4_libdir}/libphonon.so.*
-%{_kde4_libdir}/libphononexperimental.so.*
-%dir %{_kde4_modulesdir}/plugins
-%dir %{_kde4_modulesdir}/plugins/phonon_backend
+%{_libdir}/libphonon.so.*
+%{_libdir}/libphononexperimental.so.*
+%dir %{_libdir}/kde4/plugins
+%dir %{_libdir}/kde4/plugins/phonon_backend
 %{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
 
 %files devel
 %defattr(-,root,root)
 %{_datadir}/phonon/
 %{_datadir}/qt4/mkspecs/modules/
-%{_kde4_includedir}/phonon
-%{_kde4_includedir}/KDE
-%{_kde4_libdir}/libphonon.so
-%{_kde4_libdir}/libphononexperimental.so
-%{_kde4_libdir}/cmake/phonon/
-%{_kde4_libdir}/pkgconfig/phonon.pc
-%{_kde4_libdir}/qt4/plugins/designer/libphononwidgets.so
+%{_includedir}/phonon
+%{_includedir}/KDE
+%{_libdir}/libphonon.so
+%{_libdir}/libphononexperimental.so
+%{_libdir}/cmake/phonon/
+%{_libdir}/pkgconfig/phonon.pc
+%{_libdir}/qt4/plugins/designer/libphononwidgets.so
 
 %changelog

++ phonon-4.7.2.tar.xz - phonon-4.7.80.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-4.7.2/.reviewboardrc 
new/phonon-4.7.80/.reviewboardrc
--- old/phonon-4.7.2/.reviewboardrc 1970-01-01 01:00:00.0 +0100
+++ new/phonon-4.7.80/.reviewboardrc2014-08-12 18:53:15.0 +0200
@@ -0,0 +1,3 @@
+REVIEWBOARD_URL = https://git.reviewboard.kde.org;
+REPOSITORY = 'git://anongit.kde.org/phonon'
+TARGET_GROUPS = 'phonon'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-4.7.2/CMakeLists.txt 
new/phonon-4.7.80/CMakeLists.txt
--- old/phonon-4.7.2/CMakeLists.txt 2014-06-20 10:37:19.0 +0200
+++ new/phonon-4.7.80/CMakeLists.txt2014-08-12 18:53:15.0 +0200
@@ -21,7 +21,7 @@
 # If you are unsure about the this: 
http://plan99.net/~mike/writing-shared-libraries.html
 set(PHONON_LIB_MAJOR_VERSION 4) # Only change on binary incompatible changes
 set(PHONON_LIB_MINOR_VERSION 7) # Only change on binary compatible changes 
with new interfaces
-set(PHONON_LIB_PATCH_VERSION 2) # Bump whenever you feel like it :P
+set(PHONON_LIB_PATCH_VERSION 80) # Bump whenever you feel like it :P
 set(PHONON_LIB_VERSION 
${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}.${PHONON_LIB_PATCH_VERSION})
 set(PHONON_LIB_SOVERSION ${PHONON_LIB_MAJOR_VERSION})
 set(PHONON_LIB_SONAME phonon)
@@ -234,6 +234,25 @@
 # runtime different from the chosen CMAKE_INSTALL_PREFIX if under Windows the 
package was installed anywhere)
 # This relative path will be configured into the PhononConfig.cmake
 file(RELATIVE_PATH relInstallDir 

commit libkfbapi for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package libkfbapi for openSUSE:Factory 
checked in at 2014-08-16 15:37:34

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


Package is libkfbapi

Changes:

--- /work/SRC/openSUSE:Factory/libkfbapi/libkfbapi.changes  2013-07-02 
07:37:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkfbapi.new/libkfbapi.changes 2014-08-16 
15:37:35.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 12 21:58:27 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Use kde4-macros for filelists, libkfbapi uses kdelibs4 buildsystem
+
+---



Other differences:
--
++ libkfbapi.spec ++
--- /var/tmp/diff_new_pack.oWodOw/_old  2014-08-16 15:37:36.0 +0200
+++ /var/tmp/diff_new_pack.oWodOw/_new  2014-08-16 15:37:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkfbapi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _so 1
 
 Name:   libkfbapi
 Version:1.0
 Release:0
-License:LGPL-2.0+
 Summary:A library for accessing Facebook services
-Url:https://projects.kde.org/projects/extragear/libs/%{name}
+License:LGPL-2.0+
 Group:  System/GUI/KDE
+Url:https://projects.kde.org/projects/extragear/libs/%{name}
 Source: 
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libqjson-devel
@@ -80,14 +81,14 @@
 %files -n %{name}%{_so}
 %defattr(-,root,root)
 %doc COPYING.LIB
-%{_libdir}/%{name}.so.*
+%{_kde4_libdir}/%{name}.so.*
 
 %files devel
 %defattr(-,root,root)
 %doc COPYING.LIB
-%{_includedir}/%{name}
-%{_libdir}/%{name}.so
-%{_libdir}/pkgconfig/LibKFbAPI.pc
-%{_libdir}/cmake/LibKFbAPI/
+%{_kde4_includedir}/%{name}
+%{_kde4_libdir}/%{name}.so
+%{_kde4_libdir}/pkgconfig/LibKFbAPI.pc
+%{_kde4_libdir}/cmake/LibKFbAPI/
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit icedtea-web for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2014-08-16 15:37:51

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


Package is icedtea-web

Changes:

--- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes  2014-08-08 
10:13:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes 
2014-08-16 15:38:02.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 22 15:20:38 UTC 2014 - fst...@suse.com
+
+- Modified patch:
+  * icedtea-web-suse-desktop-files.patch
+- Change categories for itweb-settings.desktop
+
+---
--- /work/SRC/openSUSE:Factory/icedtea-web/java-1_7_0-openjdk-plugin.changes
2014-08-08 10:13:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.icedtea-web.new/java-1_7_0-openjdk-plugin.changes   
2014-08-16 15:38:02.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul 28 07:05:32 UTC 2014 - tchva...@suse.com
+
+- Update alternatives code to match docu.
+
+---
+Tue Jul 22 15:20:38 UTC 2014 - fst...@suse.com
+
+- Modified patch:
+  * icedtea-web-suse-desktop-files.patch
+- Change categories for itweb-settings.desktop
+
+---
--- /work/SRC/openSUSE:Factory/icedtea-web/java-1_8_0-openjdk-plugin.changes
2014-08-08 10:13:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.icedtea-web.new/java-1_8_0-openjdk-plugin.changes   
2014-08-16 15:38:02.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul 28 07:06:15 UTC 2014 - tchva...@suse.com
+
+- Update alternatives code to match docu.
+
+---
+Tue Jul 22 15:20:38 UTC 2014 - fst...@suse.com
+
+- Modified patch:
+  * icedtea-web-suse-desktop-files.patch
+- Change categories for itweb-settings.desktop
+
+---



Other differences:
--
++ java-1_7_0-openjdk-plugin.spec ++
--- /var/tmp/diff_new_pack.d827l3/_old  2014-08-16 15:38:03.0 +0200
+++ /var/tmp/diff_new_pack.d827l3/_new  2014-08-16 15:38:03.0 +0200
@@ -122,28 +122,17 @@
 mkdir -p %{buildroot}%{_datadir}/pixmaps/
 mkdir -p %{buildroot}%{_mandir}/man1/
 mkdir -p %{buildroot}%{pluginsdir}
-ln -s %{pluginpath}/%{pluginname} 
%{buildroot}%{_sysconfdir}/alternatives/javaplugin.so
-ln -s %{_sysconfdir}/alternatives/javaplugin.so 
%{buildroot}%{pluginsdir}/javaplugin.so
-ln -s %{_libdir}/%{name}/bin/javaws 
%{buildroot}%{_sysconfdir}/alternatives/javaws
-ln -s %{_sysconfdir}/alternatives/javaws %{buildroot}%{_bindir}/javaws
-ln -s %{_libdir}/%{name}/share/applications/javaws.desktop 
%{buildroot}%{_sysconfdir}/alternatives/javaws.desktop
-ln -s %{_sysconfdir}/alternatives/javaws.desktop 
%{buildroot}%{_datadir}/applications/javaws.desktop
-ln -s %{_libdir}/%{name}/share/pixmaps/javaws.png 
%{buildroot}%{_sysconfdir}/alternatives/javaws.png
-ln -s %{_sysconfdir}/alternatives/javaws.png 
%{buildroot}%{_datadir}/pixmaps/javaws.png
-ln -s %{_libdir}/%{name}/bin/itweb-settings 
%{buildroot}%{_sysconfdir}/alternatives/itweb-settings
-ln -s %{_sysconfdir}/alternatives/itweb-settings 
%{buildroot}%{_bindir}/itweb-settings
-ln -s %{_libdir}/%{name}/share/applications/itweb-settings.desktop 
%{buildroot}%{_sysconfdir}/alternatives/itweb-settings.desktop
-ln -s %{_sysconfdir}/alternatives/itweb-settings.desktop 
%{buildroot}%{_datadir}/applications/itweb-settings.desktop
-ln -s %{_libdir}/%{name}/bin/policyeditor 
%{buildroot}%{_sysconfdir}/alternatives/policyeditor
-ln -s %{_sysconfdir}/alternatives/policyeditor 
%{buildroot}%{_bindir}/policyeditor
-ln -s %{_libdir}/%{name}/share/man/man1/javaws.1.gz 
%{buildroot}%{_sysconfdir}/alternatives/javaws.1.gz
-ln -s %{_sysconfdir}/alternatives/javaws.1.gz 
%{buildroot}%{_mandir}/man1/javaws.1.gz
-ln -s %{_libdir}/%{name}/share/man/man1/itweb-settings.1.gz 
%{buildroot}%{_sysconfdir}/alternatives/itweb-settings.1.gz
-ln -s %{_sysconfdir}/alternatives/itweb-settings.1.gz 
%{buildroot}%{_mandir}/man1/itweb-settings.1.gz
-ln -s %{_libdir}/%{name}/share/applications/policyeditor.desktop 
%{buildroot}%{_sysconfdir}/alternatives/policyeditor.desktop
-ln -s %{_sysconfdir}/alternatives/policyeditor.desktop 
%{buildroot}%{_datadir}/applications/policyeditor.desktop
-ln -s %{_libdir}/%{name}/share/man/man1/policyeditor.1.gz 
%{buildroot}%{_sysconfdir}/alternatives/policyeditor.1.gz
-ln -s %{_sysconfdir}/alternatives/policyeditor.1.gz 
%{buildroot}%{_mandir}/man1/policyeditor.1.gz
+ln -sf %{_sysconfdir}/alternatives/javaplugin.so 

commit jdk-bootstrap for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package jdk-bootstrap for openSUSE:Factory 
checked in at 2014-08-16 15:37:52

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


Package is jdk-bootstrap

Changes:

--- /work/SRC/openSUSE:Factory/jdk-bootstrap/jdk-bootstrap.changes  
2014-08-08 10:13:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.jdk-bootstrap.new/jdk-bootstrap.changes 
2014-08-16 15:38:03.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug  8 09:27:01 UTC 2014 - tchva...@suse.com
+
+- spec-cleaner to be coolpretty
+
+---



Other differences:
--
++ jdk-bootstrap.spec ++
--- /var/tmp/diff_new_pack.3LDFKW/_old  2014-08-16 15:38:05.0 +0200
+++ /var/tmp/diff_new_pack.3LDFKW/_new  2014-08-16 15:38:05.0 +0200
@@ -15,37 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   jdk-bootstrap
 Version:1.7.0
 Release: 0
-License: GPL-2.0-with-classpath-exception
 Summary: Copy of openjdk 1.7 for bootstrap purposes
+License:GPL-2.0-with-classpath-exception
 Group: Development/Languages/Java
 Source0:   LICENSE
 Source1:   jdk-bootstrap-x86_64.tar.xz
+BuildRequires:  javapackages-tools
 BuildRequires: xz
+Requires:   this-is-only-for-build-envs
 Provides:  java = %{version}
 Provides:  java-devel = %{version}
-Requires: this-is-only-for-build-envs
-BuildRequires: javapackages-tools
 
 %description
 This package is a binary copy of the openjdk-1.7.0 package licensed under
 GPL-2.0 and we only use it for bootstraping the real jdk.
 
 %prep
-cp %{S:0} .
+cp %{SOURCE0} .
 
 %build
 
 %install
-mkdir -p %{buildroot}%_libdir
-cd %{buildroot}%_libdir
+mkdir -p %{buildroot}%{_libdir}
+cd %{buildroot}%{_libdir}
 tar xvf %{SOURCE1}
-rm -rf %{buildroot}%_libdir/jvm-exports
+rm -rf %{buildroot}%{_libdir}/jvm-exports
 
 %files
 %defattr(-,root,root)
 %doc LICENSE
-%_libdir/jvm/*
+%{_libdir}/jvm/*
 
+%changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit filezilla for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2014-08-16 15:37:50

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


Package is filezilla

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2014-01-14 
21:46:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2014-08-16 
15:37:58.0 +0200
@@ -1,0 +2,16 @@
+Thu Aug 14 19:31:15 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + OS X: Partial support for retina displays.
+  + Fixed several small memory leaks.
+- Changes from version 3.8.0:
+  + Popup dialogs no longer automatically open if other dialogs are
+already open. This prevents FileZilla from becoming
+unresponsive on OS X
+  + Fix calculation of current transfer speed. In some situations
+the transfer speed tooltip over the activity indicators showed
+negative speeds.
+  + Fix handling of focus item in local directory listings if
+connecting to a site with a default local directory.
+
+---

Old:

  FileZilla_3.7.3_src.tar.bz2

New:

  FileZilla_3.8.1_src.tar.bz2



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.DGAL9c/_old  2014-08-16 15:37:59.0 +0200
+++ /var/tmp/diff_new_pack.DGAL9c/_new  2014-08-16 15:37:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filezilla
-Version:3.7.3
+Version:3.8.1
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0+
@@ -34,7 +34,7 @@
 BuildRequires:  wxWidgets-wxcontainer-devel = 2.8.12
 BuildRequires:  xdg-utils
 BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(gnutls) = 3.1.12
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(sqlite3)

++ FileZilla_3.7.3_src.tar.bz2 - FileZilla_3.8.1_src.tar.bz2 ++
 263693 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit phonon-backend-gstreamer for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package phonon-backend-gstreamer for 
openSUSE:Factory checked in at 2014-08-16 15:37:30

Comparing /work/SRC/openSUSE:Factory/phonon-backend-gstreamer (Old)
 and  /work/SRC/openSUSE:Factory/.phonon-backend-gstreamer.new (New)


Package is phonon-backend-gstreamer

Changes:

--- 
/work/SRC/openSUSE:Factory/phonon-backend-gstreamer/phonon-backend-gstreamer.changes
2014-06-17 11:22:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.phonon-backend-gstreamer.new/phonon-backend-gstreamer.changes
   2014-08-16 15:37:31.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug 12 19:32:55 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.7.80
+   * 4.8 beta: PA interaction improvements, documentation fixes and
+ standard bugfixes
+- Bump phonon (Build)Requires to 4.7.80
+
+---

Old:

  phonon-backend-gstreamer-4.7.2git.tar.gz

New:

  phonon-backend-gstreamer-4.7.80.tar.xz



Other differences:
--
++ phonon-backend-gstreamer.spec ++
--- /var/tmp/diff_new_pack.F6Pf7A/_old  2014-08-16 15:37:32.0 +0200
+++ /var/tmp/diff_new_pack.F6Pf7A/_new  2014-08-16 15:37:32.0 +0200
@@ -16,18 +16,17 @@
 #
 
 
-%define rversion 4.7.2git
-%define _phonon_version 4.7.1
+%define rversion 4.7.80
+%define _phonon_version 4.7.80
 
 Name:   phonon-backend-gstreamer
-Version:4.7.2~git20140418
+Version:4.7.80
 Release:0
 Summary:Phonon Multimedia Platform Abstraction
 License:LGPL-2.1 or LGPL-3.0
 Group:  System/GUI/KDE
 Url:http://phonon.kde.org/
-#Source0:
http://download.kde.org/stable/phonon/%{filename}/%{version}/%{name}-%{version}.tar.xz
-Source0:%{name}-%{rversion}.tar.gz
+Source: 
http://download.kde.org/unstable/phonon/%{name}/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  alsa-devel
 BuildRequires:  automoc4
 BuildRequires:  cmake
@@ -45,6 +44,7 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:   libphonon4 = %{_phonon_version}
+# WARNING if someone changes from gstreamer_0.10 to gstreamer-plugins for oS 
= 13.1, make sure you build libQtWebkit4 with gst1.0.
 %if 0%{?suse_version}  1310
 Supplements:packageand(gstreamer-plugins-base:phonon)
 %else

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit crmsh for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2014-08-16 15:37:53

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


Package is crmsh

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2014-08-05 
21:11:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-08-16 
15:38:05.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 15 11:00:13 UTC 2014 - kgronl...@suse.com
+
+- medium: cibconfig: Support crm_diff --no-version (bnc#888726)
+- low: constants: Add requires to list of meta attributes
+- 2.1.0-30-g7a4a34d
+
+---



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.C6dYcZ/_old  2014-08-16 15:38:06.0 +0200
+++ /var/tmp/diff_new_pack.C6dYcZ/_new  2014-08-16 15:38:06.0 +0200
@@ -41,7 +41,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.1+git26
+Version:2.1+git30
 Release:%{?crmsh_release}%{?dist}
 Url:http://crmsh.github.io
 Source0:crmsh.tar.bz2

++ crmsh.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/modules/cibconfig.py 
new/crmsh/modules/cibconfig.py
--- old/crmsh/modules/cibconfig.py  2014-08-05 15:42:44.0 +0200
+++ new/crmsh/modules/cibconfig.py  2014-08-15 11:33:43.0 +0200
@@ -2124,6 +2124,7 @@
 self._no_constraint_rm_msg = False
 # FIXME
 self.supported_cib_re = ^pacemaker-[12][.][0123]$
+self._crm_diff_cmd = None
 
 def is_cib_sane(self):
 # try to initialize
@@ -2393,10 +2394,20 @@
 return False
 tmpfiles.add(tmpf)
 cibadmin_opts = force and -P --force or -P
+
+# check if crm_diff supports --no-version
+if self._crm_diff_cmd is None:
+rc, out = utils.get_stdout(crm_diff --help)
+if --no-version in out:
+self._crm_diff_cmd = 'crm_diff --no-version'
+else:
+self._crm_diff_cmd = 'crm_diff'
+
 # produce a diff:
 # dump_new_conf | crm_diff -o self.cib_orig -n -
 common_debug(Input: %s % (etree.tostring(self.cib_elem)))
-rc, cib_diff = filter_string(crm_diff -o %s -n - % tmpf,
+rc, cib_diff = filter_string(%s -o %s -n - %
+ (self._crm_diff_cmd, tmpf),
  etree.tostring(self.cib_elem))
 if not cib_diff:
 common_err(crm_diff apparently failed to produce the diff 
(rc=%d) % rc)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/modules/constants.py 
new/crmsh/modules/constants.py
--- old/crmsh/modules/constants.py  2014-08-05 15:42:44.0 +0200
+++ new/crmsh/modules/constants.py  2014-08-15 11:33:43.0 +0200
@@ -145,7 +145,7 @@
 allow-migrate, is-managed, interval-origin,
 migration-threshold, priority, multiple-active,
 failure-timeout, resource-stickiness, target-role,
-restart-type, description, remote-node,
+restart-type, description, remote-node, requires,
 )
 group_meta_attributes = (container, )
 clone_meta_attributes = (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/test/testcases/common.excl 
new/crmsh/test/testcases/common.excl
--- old/crmsh/test/testcases/common.excl2014-08-05 15:42:44.0 
+0200
+++ new/crmsh/test/testcases/common.excl2014-08-15 11:33:43.0 
+0200
@@ -13,6 +13,8 @@
 ^\.EXT cibadmin \-Ql
 ^\.EXT crm_verify \-V \-p
 ^\.EXT cibadmin \-p \-P
+^\.EXT crm_diff \-\-help
 ^\.EXT crm_diff \-o [^ ]+ \-n \-
+^\.EXT crm_diff \-\-no\-version \-o [^ ]+ \-n \-
 ^\.EXT sed ['][^']+
 ^\.EXT sed [][^]+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit obs-service-source_validator for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2014-08-16 15:37:38

Comparing /work/SRC/openSUSE:Factory/obs-service-source_validator (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-source_validator.new (New)


Package is obs-service-source_validator

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2014-06-26 10:42:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2014-08-16 15:37:40.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 14 02:09:11 CEST 2014 - r...@suse.de
+
+- update from git:
+  - more work on dealing with util-linux 
+
+---
+Thu Aug 14 01:31:31 CEST 2014 - r...@suse.de
+
+- update from git:
+  - hack for util-linux specfiles (bnc#891829) 
+
+---



Other differences:
--
++ obs-service-source_validator-0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-source_validator-0.4/20-files-present-and-referenced 
new/obs-service-source_validator-0.4/20-files-present-and-referenced
--- old/obs-service-source_validator-0.4/20-files-present-and-referenced
2014-06-25 14:55:01.0 +0200
+++ new/obs-service-source_validator-0.4/20-files-present-and-referenced
2014-08-14 02:08:46.0 +0200
@@ -134,8 +134,13 @@
 echo %description  $TMPDIR/tmp.spec
 
 # hack for really strange specfiles with more than one 
Name:/Release:/Version: line
-for nodup in Name Version Release ; do
+for nodup in Name Version Release Summary Group License ; do
 sed -e s@^$nodup:@X$nodup:@ -e 
0,/^X$nodup:/{s@^X$nodup:@$nodup:@} -e s@^X$nodup:.*@@ $TMPDIR/tmp.spec  
$TMPDIR/tmp.spec.2  mv $TMPDIR/tmp.spec.2 $TMPDIR/tmp.spec
+   grep -q ^$nodup: $TMPDIR/tmp.spec || {
+   echo $nodup: any  $TMPDIR/tmp.spec.2
+   cat $TMPDIR/tmp.spec  $TMPDIR/tmp.spec.2
+   mv $TMPDIR/tmp.spec.2 $TMPDIR/tmp.spec
+   }
 done
 
$RPMBUILD --nodeps -bp $TMPDIR/tmp.spec  $TMPDIR/sources 21 || {

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strigi for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2014-08-16 15:37:28

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


Package is strigi

Changes:

--- /work/SRC/openSUSE:Factory/strigi/strigi.changes2014-07-16 
16:16:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2014-08-16 
15:37:29.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug 12 19:14:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Move away from kde4-filesystem macros: strigi doesn't use kdelibs4
+  buildsystem
+
+---
+Thu Jul 31 17:09:30 UTC 2014 - wba...@tmo.at
+
+- Add libstreamanalyzer0 to baselibs.conf to make libkde4-32bit
+  installable, it requires libstreamanalyzer0.so.0()(32bit) which
+  is not provided by libstrigi0-32bit any more
+
+---



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.Z3cGvI/_old  2014-08-16 15:37:30.0 +0200
+++ /var/tmp/diff_new_pack.Z3cGvI/_new  2014-08-16 15:37:30.0 +0200
@@ -109,9 +109,7 @@
 %make_jobs
 
 %install
-cd build
-%kde4_makeinstall
-cd ..
+%kde4_makeinstall -C build
 
 %post   -n libstrigi0 -p /sbin/ldconfig
 
@@ -124,82 +122,82 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog
-%{_kde4_bindir}/deepfind
-%{_kde4_bindir}/deepgrep
+%{_bindir}/deepfind
+%{_bindir}/deepgrep
 %if 0%{?suse_version}  1210
-%{_kde4_bindir}/lucene2indexer
+%{_bindir}/lucene2indexer
 %else
-%{_kde4_bindir}/luceneindexer
+%{_bindir}/luceneindexer
 %endif
-%{_kde4_bindir}/rdfindexer
-%{_kde4_bindir}/strigiclient
-%{_kde4_bindir}/strigicmd
-%{_kde4_bindir}/strigidaemon
-%{_kde4_bindir}/xmlindexer
-%dir %{_kde4_libdir}/strigi
-%{_kde4_libdir}/strigi/strigiea_jpeg.so
-%{_kde4_libdir}/strigi/strigiea_riff.so
-%{_kde4_libdir}/strigi/strigiea_digest.so
+%{_bindir}/rdfindexer
+%{_bindir}/strigiclient
+%{_bindir}/strigicmd
+%{_bindir}/strigidaemon
+%{_bindir}/xmlindexer
+%dir %{_libdir}/strigi
+%{_libdir}/strigi/strigiea_jpeg.so
+%{_libdir}/strigi/strigiea_riff.so
+%{_libdir}/strigi/strigiea_digest.so
 %if 0%{?suse_version}  1210
-%{_kde4_libdir}/strigi/strigiindex_cluceneng.so
+%{_libdir}/strigi/strigiindex_cluceneng.so
 %else
-%{_kde4_libdir}/strigi/strigiindex_clucene.so
+%{_libdir}/strigi/strigiindex_clucene.so
 %endif
-%{_kde4_libdir}/strigi/strigila_cpp.so
-%{_kde4_libdir}/strigi/strigila_deb.so
-%{_kde4_libdir}/strigi/strigila_namespaceharvester.so
-%{_kde4_libdir}/strigi/strigila_txt.so
-%{_kde4_libdir}/strigi/strigila_xpm.so
-%{_kde4_libdir}/strigi/strigita_au.so
-%{_kde4_libdir}/strigi/strigita_avi.so
-%{_kde4_libdir}/strigi/strigita_dds.so
-%{_kde4_libdir}/strigi/strigita_gif.so
-%{_kde4_libdir}/strigi/strigita_ico.so
-%{_kde4_libdir}/strigi/strigita_pcx.so
-%{_kde4_libdir}/strigi/strigita_rgb.so
-%{_kde4_libdir}/strigi/strigita_sid.so
-%{_kde4_libdir}/strigi/strigita_wav.so
-%{_kde4_libdir}/strigi/strigita_xbm.so
+%{_libdir}/strigi/strigila_cpp.so
+%{_libdir}/strigi/strigila_deb.so
+%{_libdir}/strigi/strigila_namespaceharvester.so
+%{_libdir}/strigi/strigila_txt.so
+%{_libdir}/strigi/strigila_xpm.so
+%{_libdir}/strigi/strigita_au.so
+%{_libdir}/strigi/strigita_avi.so
+%{_libdir}/strigi/strigita_dds.so
+%{_libdir}/strigi/strigita_gif.so
+%{_libdir}/strigi/strigita_ico.so
+%{_libdir}/strigi/strigita_pcx.so
+%{_libdir}/strigi/strigita_rgb.so
+%{_libdir}/strigi/strigita_sid.so
+%{_libdir}/strigi/strigita_wav.so
+%{_libdir}/strigi/strigita_xbm.so
 %if %{with ffmpeg}
-%{_kde4_libdir}/strigi/strigiea_ffmpeg.so
+%{_libdir}/strigi/strigiea_ffmpeg.so
 %endif
-%{_kde4_datadir}/dbus-1/services/org.freedesktop.xesam.searcher.service
-%{_kde4_datadir}/dbus-1/services/vandenoever.strigi.service
-%{_kde4_datadir}/strigi/
+%{_datadir}/dbus-1/services/org.freedesktop.xesam.searcher.service
+%{_datadir}/dbus-1/services/vandenoever.strigi.service
+%{_datadir}/strigi/
 
 %files devel
 %defattr(-,root,root,-)
-%{_kde4_includedir}/strigi/
-%{_kde4_libdir}/libsearchclient.so
-%{_kde4_libdir}/libstreamanalyzer.so
-%{_kde4_libdir}/libstreams.so
-%{_kde4_libdir}/libstrigihtmlgui.so
-%{_kde4_libdir}/libstrigiqtdbusclient.so
-%dir %{_kde4_libdir}/cmake/LibSearchClient/
-%{_kde4_libdir}/cmake/LibSearchClient/LibSearchClientConfig.cmake
-%dir %{_kde4_libdir}/cmake/LibStreamAnalyzer/
-%{_kde4_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfig.cmake
-%{_kde4_libdir}/cmake/LibStreamAnalyzer/LibStreamAnalyzerConfigVersion.cmake
-%dir %{_kde4_libdir}/cmake/LibStreams/
-%{_kde4_libdir}/cmake/LibStreams/LibStreamsConfig.cmake
-%{_kde4_libdir}/cmake/LibStreams/LibStreamsConfigVersion.cmake

commit ha-cluster-bootstrap for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package ha-cluster-bootstrap for 
openSUSE:Factory checked in at 2014-08-16 15:37:59

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


Package is ha-cluster-bootstrap

Changes:

--- 
/work/SRC/openSUSE:Factory/ha-cluster-bootstrap/ha-cluster-bootstrap.changes
2014-06-30 21:50:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
   2014-08-16 15:38:14.0 +0200
@@ -1,0 +2,9 @@
+Fri Aug 15 12:01:14 UTC 2014 - kgronl...@suse.com
+
+- Support non-RSA SSH keys when joining node to existing cluster (bnc#878080)
+- Remove merged patches:
+  - 0001-Make-check-for-no-quorum-policy-ignore-slighty-less-.patch
+  - 0002-Add-etc-drbd.conf-to-csync2-configuration-bnc-881683.patch
+- Upstream version cs:d4cddcc
+
+---

Old:

  0001-Make-check-for-no-quorum-policy-ignore-slighty-less-.patch
  0002-Add-etc-drbd.conf-to-csync2-configuration-bnc-881683.patch
  sleha-bootstrap-0.4+git.1396958965.7f1629a.tar.bz2

New:

  sleha-bootstrap-0.4+git.1403274687.d4cddcc.tar.bz2



Other differences:
--
++ ha-cluster-bootstrap.spec ++
--- /var/tmp/diff_new_pack.rmfXbO/_old  2014-08-16 15:38:15.0 +0200
+++ /var/tmp/diff_new_pack.rmfXbO/_new  2014-08-16 15:38:15.0 +0200
@@ -18,17 +18,13 @@
 
 
 Name:   ha-cluster-bootstrap
-Version:0.4+git.1396958965.7f1629a
+Version:0.4+git.1403274687.d4cddcc
 Release:0
 Summary:Pacemaker HA Cluster Bootstrap Tool
 License:GPL-2.0
 Group:  Productivity/Clustering/HA
 Url:https://github.com/tserong/sleha-bootstrap
 Source: sleha-bootstrap-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM: Make check for no-quorum-policy=ignore less strict
-Patch1: 0001-Make-check-for-no-quorum-policy-ignore-slighty-less-.patch
-# PATCH-FIX-UPSTREAM: Add /etc/drbd.conf to csync2 configuration (bnc#881683)
-Patch2: 0002-Add-etc-drbd.conf-to-csync2-configuration-bnc-881683.patch
 # PATCH-FIX: fix ha-cluster-init to init sbd configuration with new 
style(bnc#881484)
 Patch3: fix-ha-cluster-init-sbd-with-new-style-bnc-881484.patch
 # PATCH-IMPROVE: improve ha-cluster-init to check sbd watchdog
@@ -53,8 +49,6 @@
 
 %prep
 %setup -n sleha-bootstrap-%{version}
-%patch1 -p1
-%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1

++ _service ++
--- /var/tmp/diff_new_pack.rmfXbO/_old  2014-08-16 15:38:15.0 +0200
+++ /var/tmp/diff_new_pack.rmfXbO/_new  2014-08-16 15:38:15.0 +0200
@@ -4,7 +4,7 @@
 param name=scmgit/param
 param name=exclude.git/param
 param name=versionformat0.4+git.%ct.%h/param
-param name=revision7f1629a/param
+param name=revisiond4cddcc/param
   /service
 
   service name=recompress mode=disabled

++ sleha-bootstrap-0.4+git.1396958965.7f1629a.tar.bz2 - 
sleha-bootstrap-0.4+git.1403274687.d4cddcc.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sleha-bootstrap-0.4+git.1396958965.7f1629a/scripts/ha-cluster-init 
new/sleha-bootstrap-0.4+git.1403274687.d4cddcc/scripts/ha-cluster-init
--- old/sleha-bootstrap-0.4+git.1396958965.7f1629a/scripts/ha-cluster-init  
2014-04-08 14:12:12.0 +0200
+++ new/sleha-bootstrap-0.4+git.1403274687.d4cddcc/scripts/ha-cluster-init  
2014-08-15 14:00:11.0 +0200
@@ -95,6 +95,17 @@
append /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys
 }
 
+# This handles the slightly obscure case where the seed node has ssh keys,
+# but those keys aren't present in the seed node's authorized_keys file.
+init_ssh_remote()
+{
+   for key in id_rsa id_dsa id_ecdsa id_ed25519 ; do
+   [ -f /root/.ssh/$key ] || continue
+   grep -q -s $(cat /root/.ssh/$key.pub) 
/root/.ssh/authorized_keys \
+   || append /root/.ssh/$key.pub /root/.ssh/authorized_keys
+   done
+}
+
 init_csync2()
 {
status Configuring csync2
@@ -127,6 +138,7 @@
include /etc/csync2/csync2.cfg;
include /etc/csync2/key_hagroup;
include /etc/ctdb/nodes;
+   include /etc/drbd.conf;
include /etc/drbd.d;
include /etc/ha.d/ldirectord.cf;
include /etc/lvm/lvm.conf;
@@ -594,12 +606,12 @@
 rc=$?
 if [ $stage == vgfs ]; then
[ $rc -ne 0 ]  error Cluster is inactive  - can't run vgfs stage
-elif [ $stage != ssh -a $stage != csync2 -a $stage != 
csync2_remote ]; then
+elif [ $stage != ssh -a $stage != ssh_remote -a $stage != csync2 
-a $stage != csync2_remote ]; then
[ $rc 

commit libpwquality for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package libpwquality for openSUSE:Factory 
checked in at 2014-08-16 15:37:42

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


Package is libpwquality

Changes:

--- /work/SRC/openSUSE:Factory/libpwquality/libpwquality.changes
2013-09-13 14:45:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpwquality.new/libpwquality.changes   
2014-08-16 15:37:54.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 15 11:26:45 UTC 2014 - m...@suse.com
+
+- Avoid conflict in installation-images-openSUSE with cryptsetup:
+  + Only recommend, insted of Require cracklib-dict-full.
+  + Require cracklib-dict.
+
+---



Other differences:
--
++ libpwquality.spec ++
--- /var/tmp/diff_new_pack.YQQCpG/_old  2014-08-16 15:37:54.0 +0200
+++ /var/tmp/diff_new_pack.YQQCpG/_new  2014-08-16 15:37:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpwquality
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,8 +43,9 @@
 %package -n libpwquality1
 Summary:Library for password quality checking and generating random 
passwords
 Group:  System/Libraries
-Requires:   cracklib-dict-full = 2.8
+Requires:   cracklib-dict = 2.8
 Recommends: %{name}-lang
+Recommends: cracklib-dict-full = 2.8
 # To make lang package installable
 Provides:   %{name}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Babel for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package python-Babel for openSUSE:Factory 
checked in at 2014-08-16 15:37:54

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


Package is python-Babel

Changes:

--- /work/SRC/openSUSE:Factory/python-Babel/python-Babel.changes
2014-01-15 16:26:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Babel.new/python-Babel.changes   
2014-08-16 15:38:07.0 +0200
@@ -1,0 +2,12 @@
+Fri Aug 15 11:42:11 UTC 2014 - sfal...@opensuse.org
+
+- Removed un-needed BuildRequire for timezone 
+
+---
+Fri Aug 15 02:54:46 UTC 2014 - sfal...@opensuse.org
+
+- Added 0001-disable_timezone_tests.patch
+  + Disabling tests so package will build.  Tests can be re-enabled
+when upstream bug is resolved (gh#mitsuhiko/babel#106)
+
+---

New:

  0001-disable_timezone_tests.patch



Other differences:
--
++ python-Babel.spec ++
--- /var/tmp/diff_new_pack.J5t5bl/_old  2014-08-16 15:38:07.0 +0200
+++ /var/tmp/diff_new_pack.J5t5bl/_new  2014-08-16 15:38:07.0 +0200
@@ -24,6 +24,8 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/B/Babel/Babel-%{version}.tar.gz
+# FIX-BUILD-OPENSUSE 0001-disable_timezone_tests.patch sfal...@opensuse.org -- 
disable failing timezone tests
+Patch0: 0001-disable_timezone_tests.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -52,6 +54,7 @@
 
 %prep
 %setup -q -n Babel-%{version}
+%patch0 -p1
 sed -i s/pybabel =/pybabel-%{py_ver} =/ setup.py
 
 %build

++ 0001-disable_timezone_tests.patch ++
diff -rupN Babel-1.3.old/tests/test_dates.py Babel-1.3/tests/test_dates.py
--- Babel-1.3.old/tests/test_dates.py   2013-07-24 13:06:58.0 -0700
+++ Babel-1.3/tests/test_dates.py   2014-08-14 19:49:32.775272689 -0700
@@ -175,17 +175,17 @@ class DateTimeFormatTestCase(unittest.Te
 fmt = dates.DateTimeFormat(d, locale='en_US')
 self.assertEqual('', fmt[''])
 
-def test_timezone_rfc822(self):
-tz = timezone('Europe/Berlin')
-t = time(15, 30, tzinfo=tz)
-fmt = dates.DateTimeFormat(t, locale='de_DE')
-self.assertEqual('+0100', fmt['Z'])
-
-def test_timezone_gmt(self):
-tz = timezone('Europe/Berlin')
-t = time(15, 30, tzinfo=tz)
-fmt = dates.DateTimeFormat(t, locale='de_DE')
-self.assertEqual('GMT+01:00', fmt[''])
+#def test_timezone_rfc822(self):
+#tz = timezone('Europe/Berlin')
+#t = time(15, 30, tzinfo=tz)
+#fmt = dates.DateTimeFormat(t, locale='de_DE')
+#self.assertEqual('+0100', fmt['Z'])
+
+#def test_timezone_gmt(self):
+#tz = timezone('Europe/Berlin')
+#t = time(15, 30, tzinfo=tz)
+#fmt = dates.DateTimeFormat(t, locale='de_DE')
+#self.assertEqual('GMT+01:00', fmt[''])
 
 def test_timezone_name(self):
 tz = timezone('Europe/Paris')
@@ -375,16 +375,16 @@ def test_get_time_format():
 u'HH:mm:ss ')
 
 
-def test_get_timezone_gmt():
-dt = datetime(2007, 4, 1, 15, 30)
-assert dates.get_timezone_gmt(dt, locale='en') == u'GMT+00:00'
-
-tz = timezone('America/Los_Angeles')
-dt = datetime(2007, 4, 1, 15, 30, tzinfo=tz)
-assert dates.get_timezone_gmt(dt, locale='en') == u'GMT-08:00'
-assert dates.get_timezone_gmt(dt, 'short', locale='en') == u'-0800'
-
-assert dates.get_timezone_gmt(dt, 'long', locale='fr_FR') == u'UTC-08:00'
+#def test_get_timezone_gmt():
+#dt = datetime(2007, 4, 1, 15, 30)
+#assert dates.get_timezone_gmt(dt, locale='en') == u'GMT+00:00'
+#
+#tz = timezone('America/Los_Angeles')
+#dt = datetime(2007, 4, 1, 15, 30, tzinfo=tz)
+#assert dates.get_timezone_gmt(dt, locale='en') == u'GMT-08:00'
+#assert dates.get_timezone_gmt(dt, 'short', locale='en') == u'-0800'
+#
+#assert dates.get_timezone_gmt(dt, 'long', locale='fr_FR') == u'UTC-08:00'
 
 
 def test_get_timezone_location():
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libModemManagerQt for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package libModemManagerQt for 
openSUSE:Factory checked in at 2014-08-16 15:37:39

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


Package is libModemManagerQt

Changes:

--- /work/SRC/openSUSE:Factory/libModemManagerQt/libModemManagerQt.changes  
2014-02-28 18:54:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.libModemManagerQt.new/libModemManagerQt.changes 
2014-08-16 15:37:41.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug 13 07:15:18 UTC 2014 - sch...@suse.de
+
+- Build with %optflags
+
+---
+Tue Aug 12 21:17:12 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Move away from kde4-macros in filelist: libModemManager doesn't
+  use kdelibs4 buildsystem
+
+---



Other differences:
--
++ libModemManagerQt.spec ++
--- /var/tmp/diff_new_pack.sl4Gmp/_old  2014-08-16 15:37:42.0 +0200
+++ /var/tmp/diff_new_pack.sl4Gmp/_new  2014-08-16 15:37:42.0 +0200
@@ -55,7 +55,7 @@
 %setup -q -n libmm-qt-%{version}
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kde4 -d build -- -DCMAKE_CXX_FLAGS_RELEASE=%optflags
   %make_jobs
 
 %install
@@ -67,12 +67,12 @@
 %files -n libModemManagerQt%{soversion}
 %defattr(-,root,root)
 %doc README COPYING.LIB
-%{_kde4_libdir}/libModemManagerQt.so.*
+%{_libdir}/libModemManagerQt.so.*
 
 %files devel
 %defattr(-,root,root)
-%{_kde4_libdir}/libModemManagerQt.so
-%{_kde4_includedir}/ModemManagerQt/
-%{_kde4_libdir}/pkgconfig/ModemManagerQt.pc
+%{_libdir}/libModemManagerQt.so
+%{_includedir}/ModemManagerQt/
+%{_libdir}/pkgconfig/ModemManagerQt.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-kombu for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2014-08-16 15:37:57

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


Package is python-kombu

Changes:

--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes
2014-06-04 18:39:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2014-08-16 15:38:11.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 15 11:42:32 UTC 2014 - mci...@suse.cz
+
+- update to 3.0.21;
+   - see http://kombu.readthedocs.org/en/latest/changelog.html for full 
changelog
+
+---

Old:

  kombu-3.0.16.tar.gz

New:

  kombu-3.0.21.tar.gz



Other differences:
--
++ python-kombu.spec ++
--- /var/tmp/diff_new_pack.FiPNaT/_old  2014-08-16 15:38:12.0 +0200
+++ /var/tmp/diff_new_pack.FiPNaT/_new  2014-08-16 15:38:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-kombu
-Version:3.0.16
+Version:3.0.21
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause

++ kombu-3.0.16.tar.gz - kombu-3.0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.16/AUTHORS new/kombu-3.0.21/AUTHORS
--- old/kombu-3.0.16/AUTHORS2014-05-06 15:01:41.0 +0200
+++ new/kombu-3.0.21/AUTHORS2014-07-07 15:17:34.0 +0200
@@ -37,6 +37,7 @@
 Ephemera obliviscence+...@gmail.com
 Eric Reynolds ereyno...@opendns.com
 Fabrice Rabaute fabr...@expa.com
+Felix Schwarz felix.schw...@oss.schwarz.eu
 Fernando Jorge Mota f.j.mot...@gmail.com
 Flavio [FlaPer87] Percoco Premoli flape...@flaper87.org
 Florian Munz s...@theflow.de
@@ -61,6 +62,8 @@
 Keith Fitzgerald ghostroc...@me.com
 Kevin McCarthy m...@kevinmccarthy.org
 Kevin McDonald k3vinmcdon...@gmail.com
+Latitia M. Haskins lhask...@jetsonsys.com
+Len Buckens buckens@gmail.com
 Mahendra M mahendr...@infosys.com
 Marcin Lulek (ergo) i...@webreactor.eu
 Mark Lavin mla...@caktusgroup.com
@@ -83,6 +86,7 @@
 Ralf Nyren ralf-git...@nyren.net
 Randy Barlow rbar...@redhat.com
 Rob Ottaway robotta...@gmail.com
+Roger Hu r...@hearsaycorp.com
 Rumyana Neykova rumi.neyk...@gmail.com
 Rune Halvorsen ru...@opera.com
 Ryan Petrello li...@ryanpetrello.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.16/Changelog new/kombu-3.0.21/Changelog
--- old/kombu-3.0.16/Changelog  2014-05-06 15:33:45.0 +0200
+++ new/kombu-3.0.21/Changelog  2014-07-07 17:11:56.0 +0200
@@ -4,6 +4,87 @@
  Change history
 
 
+.. _version-3.0.21:
+
+3.0.21
+==
+:release-date: 2014-07-07 02:00 P.M UTC
+:release-by: Ask Solem
+
+- Fixed remaining bug in ``maybe_declare`` for ``auto_delete`` exchanges.
+
+Fix contributed by Roger Hu.
+
+- MongoDB: Creating a channel now properly evaluates a connection (Issue #363).
+
+Fix contributed by Len Buckens.
+
+.. _version-3.0.20:
+
+3.0.20
+==
+:release-date: 2014-06-24 02:30 P.M UTC
+:release-by: Ask Solem
+
+- Reverts change in 3.0.17 where ``maybe_declare`` caches the declaration
+  of auto_delete queues and exchanges.
+
+Fix contributed by Roger Hu.
+
+- Redis: Fixed race condition when using gevent and the channel is closed.
+
+Fix contributed by Andrew Rodionoff.
+
+.. _version-3.0.19:
+
+3.0.19
+==
+:release-date: 2014-06-09 03:10 P.M UTC
+:release-by: Ask Solem
+
+- The wheel distribution did not support Python 2.6 by failing to list
+  the extra dependencies required.
+
+- Durable and auto_delete queues/exchanges can be be cached using
+  ``maybe_declare``.
+
+.. _version-3.0.18:
+
+3.0.18
+==
+:release-date: 2014-06-02 06:00 P.M UTC
+:release-by: Ask Solem
+
+- A typo introduced in 3.0.17 caused kombu.async.hub to crash (Issue #360).
+
+.. _version-3.0.17:
+
+3.0.17
+==
+:release-date: 2014-06-02 05:00 P.M UTC
+:release-by: Ask Solem
+
+- ``kombu[librabbitmq]`` now depends on librabbitmq 1.5.2.
+
+- Async: Event loop now selectively removes file descriptors for the mode
+  it failed in, and keeps others (e.g read vs write).
+
+Fix contributed by Roger Hu.
+
+- CouchDB: Now works without userid set.
+
+Fix contributed by Latitia M. Haskins.
+
+- SQLAlchemy: Now supports recovery from connection errors.
+
+Contributed by Felix Schwarz.
+
+- Redis: Restore at shutdown now works when ack emulation is disabled.
+
+- :func:`kombu.common.eventloop` accidentally swallowed socket errors.
+
+- Adds :func:`kombu.utils.url.sanitize_url`
+
 .. _version-3.0.16:
 
 3.0.16
diff -urN 

commit oprofile for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package oprofile for openSUSE:Factory 
checked in at 2014-08-16 15:37:49

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


Package is oprofile

Changes:

--- /work/SRC/openSUSE:Factory/oprofile/oprofile.changes2014-03-09 
18:29:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.oprofile.new/oprofile.changes   2014-08-16 
15:37:56.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 14 17:45:58 UTC 2014 - to...@suse.com
+
+- Add support for Intel Silvermont processor (bnc#891892)
+  New patch: oprofile-add-support-for-intel-silvermont-processor.patch 
+
+---

New:

  oprofile-add-support-for-intel-silvermont-processor.patch



Other differences:
--
++ oprofile.spec ++
--- /var/tmp/diff_new_pack.YwYViw/_old  2014-08-16 15:37:57.0 +0200
+++ /var/tmp/diff_new_pack.YwYViw/_new  2014-08-16 15:37:57.0 +0200
@@ -49,6 +49,7 @@
 Patch5: 
%{name}-fix-unable-to-open-cpu_type-file-for-reading-for-ibm-power7.patch
 Patch6: %{name}-make-cpu-type-power8e-equivalent-to-power8.patch
 Patch7: %{name}-pfm-ppc.patch
+Patch8: %{name}-add-support-for-intel-silvermont-processor.patch
 
 %description
 OProfile is a system-wide profiler for Linux systems, capable of
@@ -106,6 +107,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 mkdir -p java/include
 # copy files necessary to build Java agent libraries

++ oprofile-add-support-for-intel-silvermont-processor.patch ++
From: Andi Kleen a...@linux.intel.com
Subject: Add support for Intel Silvermont processor
Date: Thu Oct 10 13:12:28 2013 -0500
Git-commit: 4b1497d8befcc4c8b26dc4e4866c3422ae8787c3
References: bnc#891892
Signed-off-by: Tony Jones to...@suse.de

[adjust for context, no request to take e500/e6500 ppc changes]

Add support for Intel Silvermont processor

Just add the event list for Intel Silvermont based systems
(Avoton, BayTrail) and the usual changes for a new CPU.
No new code otherwise.

The model number list is incomplete at this point, more will
be added in the future.

I also finally removed the top level event list descriptions.
All the events are only described in the unit masks now
(Intel doesn't really have a top level event, and I had
to invent descriptions, which was error prone and
often wrong)

I also removed some outdated document number references.

Signed-off-by: Andi Kleen a...@linux.intel.com

---
 events/Makefile.am|1 
 events/i386/silvermont/events |   26 +
 events/i386/silvermont/unit_masks |   71 ++
 libop/op_cpu_type.c   |2 +
 libop/op_cpu_type.h   |1 
 libop/op_events.c |1 
 libop/op_hw_specific.h|3 +
 utils/ophelp.c|5 +-
 8 files changed, 108 insertions(+), 2 deletions(-)

--- a/events/Makefile.am
+++ b/events/Makefile.am
@@ -21,6 +21,7 @@ event_files = \
i386/sandybridge/events i386/sandybridge/unit_masks \
i386/ivybridge/events i386/ivybridge/unit_masks \
i386/haswell/events i386/haswell/unit_masks \
+   i386/silvermont/events i386/silvermont/unit_masks \
ia64/ia64/events ia64/ia64/unit_masks \
ia64/itanium2/events ia64/itanium2/unit_masks \
ia64/itanium/events ia64/itanium/unit_masks \
--- /dev/null
+++ b/events/i386/silvermont/events
@@ -0,0 +1,26 @@
+#
+# Intel Silvermont microarchitecture core events.
+#
+# See http://ark.intel.com/ for help in identifying Silvermont based CPUs
+#
+# Note the minimum counts are not discovered experimentally and could be likely
+# lowered in many cases without ill effect.
+#
+include:i386/arch_perfmon
+event:0x32 counters:0,1 um:l2_prefetcher_throttle minimum:23 
name:l2_prefetcher_throttle :
+event:0x3e counters:0,1 um:one minimum:23 
name:l2_prefetcher_pref_stream_alloc :
+event:0x50 counters:0,1 um:zero minimum:23 
name:l2_prefetch_pend_streams_pref_stream_pend_set :
+event:0x86 counters:0,1 um:nip_stall minimum:23 name:nip_stall :
+event:0x87 counters:0,1 um:decode_stall minimum:23 name:decode_stall :
+event:0x96 counters:0,1 um:uip_match minimum:23 name:uip_match :
+event:0xc2 counters:0,1 um:uops_retired minimum:203 name:uops_retired :
+event:0xc3 counters:0,1 um:x10 minimum:23 
name:machine_clears_live_lock_breaker :
+event:0xc4 counters:0,1 um:br_inst_retired minimum:203 
name:br_inst_retired :
+event:0xc5 counters:0,1 um:br_misp_retired minimum:23 name:br_misp_retired 
:
+event:0xca 

commit kguiaddons for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kguiaddons for openSUSE:Factory 
checked in at 2014-08-16 15:41:34

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


Package is kguiaddons

Changes:

--- /work/SRC/openSUSE:Factory/kguiaddons/kguiaddons.changes2014-07-10 
09:31:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new/kguiaddons.changes   
2014-08-16 15:41:39.0 +0200
@@ -1,0 +2,8 @@
+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
+- Harden required Qt5 libs versions
+
+---

Old:

  kguiaddons-5.0.0.tar.xz

New:

  kguiaddons-5.1.0.tar.xz



Other differences:
--
++ kguiaddons.spec ++
--- /var/tmp/diff_new_pack.MVznvl/_old  2014-08-16 15:41:40.0 +0200
+++ /var/tmp/diff_new_pack.MVznvl/_new  2014-08-16 15:41:40.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5GuiAddons5
 Name:   kguiaddons
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Gui) = 5.2.0
@@ -46,6 +46,7 @@
 %package -n %lname
 Summary:Utilities for graphical user interfaces
 Group:  System/GUI/KDE
+%requires_ge libQt5Gui5
 
 %description -n %lname
 The KDE GUI addons provide utilities for graphical user interfaces in the areas
@@ -86,9 +87,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5GuiAddons.so
 %{_kf5_libdir}/cmake/KF5GuiAddons/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KGuiAddons.pri
 
 %changelog

++ kguiaddons-5.0.0.tar.xz - kguiaddons-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.0.0/CMakeLists.txt 
new/kguiaddons-5.1.0/CMakeLists.txt
--- old/kguiaddons-5.0.0/CMakeLists.txt 2014-07-01 20:15:51.0 +0200
+++ new/kguiaddons-5.1.0/CMakeLists.txt 2014-08-02 10:18:45.0 +0200
@@ -2,7 +2,7 @@
 
 project(KGuiAddons)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -21,7 +21,7 @@
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KGUIADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kguiaddons_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdewebkit for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdewebkit for openSUSE:Factory 
checked in at 2014-08-16 15:41:43

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


Package is kdewebkit

Changes:

--- /work/SRC/openSUSE:Factory/kdewebkit/kdewebkit.changes  2014-07-15 
08:00:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebkit.new/kdewebkit.changes 2014-08-16 
15:41:54.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kdewebkit-5.0.0.tar.xz

New:

  kdewebkit-5.1.0.tar.xz



Other differences:
--
++ kdewebkit.spec ++
--- /var/tmp/diff_new_pack.SkZzNk/_old  2014-08-16 15:41:55.0 +0200
+++ /var/tmp/diff_new_pack.SkZzNk/_new  2014-08-16 15:41:55.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5WebKit5
 Name:   kdewebkit
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel =  %{kf5_version}
 BuildRequires:  kcompletion-devel =  %{kf5_version}

++ kdewebkit-5.0.0.tar.xz - kdewebkit-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.0.0/CMakeLists.txt 
new/kdewebkit-5.1.0/CMakeLists.txt
--- old/kdewebkit-5.0.0/CMakeLists.txt  2014-07-01 20:15:10.0 +0200
+++ new/kdewebkit-5.1.0/CMakeLists.txt  2014-08-02 10:18:15.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDEWebKit)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -18,8 +18,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDEWEBKIT
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdewebkit_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5WebKitConfigVersion.cmake
@@ -33,7 +33,6 @@
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Wallet ${KF5_DEP_VERSION} REQUIRED)
 
-remove_definitions(-DQT_NO_CAST_TO_ASCII)
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.0.0/src/kgraphicswebview.h 
new/kdewebkit-5.1.0/src/kgraphicswebview.h
--- old/kdewebkit-5.0.0/src/kgraphicswebview.h  2014-07-01 20:15:10.0 
+0200
+++ new/kdewebkit-5.1.0/src/kgraphicswebview.h  2014-08-02 10:18:15.0 
+0200
@@ -118,7 +118,7 @@
  * @deprecated  use selectionClipboardUrlPasted(QUrl, bool) instead
  * @see QClipboard
  */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KDEWEBKIT_NO_DEPRECATED
 KDEWEBKIT_DEPRECATED void selectionClipboardUrlPasted(const QUrl url);
 #endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.0.0/src/kwebview.h 
new/kdewebkit-5.1.0/src/kwebview.h
--- old/kdewebkit-5.0.0/src/kwebview.h  2014-07-01 20:15:10.0 +0200
+++ new/kdewebkit-5.1.0/src/kwebview.h  2014-08-02 10:18:15.0 +0200
@@ -119,7 +119,7 @@
  * @deprecated  use selectionClipboardUrlPasted(QUrl, bool) instead
  * @see QClipboard
  */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KDEWEBKIT_NO_DEPRECATED
 KDEWEBKIT_DEPRECATED void selectionClipboardUrlPasted(const QUrl url);
 #endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.0.0/src/kwebview_p.h 
new/kdewebkit-5.1.0/src/kwebview_p.h
--- old/kdewebkit-5.0.0/src/kwebview_p.h2014-07-01 20:15:10.0 
+0200
+++ new/kdewebkit-5.1.0/src/kwebview_p.h2014-08-02 10:18:15.0 
+0200
@@ -126,7 +126,7 @@
 case KUriFilterData::LocalDir:
 case KUriFilterData::NetProtocol:
 emit q-selectionClipboardUrlPasted(data.uri(), 
QString());
-#ifndef KDE_NO_DEPRECATED
+#ifndef KDEWEBKIT_NO_DEPRECATED
 emit q-selectionClipboardUrlPasted(data.uri());
 #endif

commit khtml for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2014-08-16 15:41:40

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


Package is khtml

Changes:

--- /work/SRC/openSUSE:Factory/khtml/khtml.changes  2014-07-18 
16:50:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new/khtml.changes 2014-08-16 
15:41:47.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:19:59 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
+
+---

Old:

  khtml-5.0.0.tar.xz

New:

  khtml-5.1.0.tar.xz



Other differences:
--
++ khtml.spec ++
--- /var/tmp/diff_new_pack.Wk5sp5/_old  2014-08-16 15:41:48.0 +0200
+++ /var/tmp/diff_new_pack.Wk5sp5/_new  2014-08-16 15:41:48.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5KHtml5
 Name:   khtml
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  giflib-devel
 BuildRequires:  karchive-devel = %{kf5_version}
@@ -135,7 +135,7 @@
 %{_kf5_servicesdir}/
 %{_kf5_datadir}/kjava/
 %{_kf5_datadir}/khtml/
-%{_kf5_sharedir}/khtml/
+%{_kf5_sharedir}/kxmlgui5/
 %config %{_kf5_configdir}/khtmlrc
 
 %files devel

++ khtml-5.0.0.tar.xz - khtml-5.1.0.tar.xz ++
 864865 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjobwidgets for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kjobwidgets for openSUSE:Factory 
checked in at 2014-08-16 15:41:34

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


Package is kjobwidgets

Changes:

--- /work/SRC/openSUSE:Factory/kjobwidgets/kjobwidgets.changes  2014-07-15 
08:00:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kjobwidgets.new/kjobwidgets.changes 
2014-08-16 15:41:40.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kjobwidgets-5.0.0.tar.xz

New:

  kjobwidgets-5.1.0.tar.xz



Other differences:
--
++ kjobwidgets.spec ++
--- /var/tmp/diff_new_pack.d1s4KL/_old  2014-08-16 15:41:41.0 +0200
+++ /var/tmp/diff_new_pack.d1s4KL/_new  2014-08-16 15:41:41.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5JobWidgets5
 Name:   kjobwidgets
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kjobwidgets-5.0.0.tar.xz - kjobwidgets-5.1.0.tar.xz ++
 904260 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjs for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2014-08-16 15:41:40

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


Package is kjs

Changes:

--- /work/SRC/openSUSE:Factory/kjs/kjs.changes  2014-07-10 09:31:19.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-08-16 
15:41:50.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  2 10:20:00 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
+
+---

Old:

  kjs-5.0.0.tar.xz

New:

  kjs-5.1.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.IWAR50/_old  2014-08-16 15:41:51.0 +0200
+++ /var/tmp/diff_new_pack.IWAR50/_new  2014-08-16 15:41:51.0 +0200
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kjs
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -53,6 +53,8 @@
 %package -n libKF5JSApi%sonum
 Summary:KDE Javascript engine
 Group:  System/GUI/KDE
+%requires_ge libQt5Core5
+%requires_ge libKF5JS5
 
 %description -n libKF5JSApi%sonum
 This library provides an ECMAScript compatible interpreter. The ECMA standard
@@ -108,9 +110,7 @@
 %{_kf5_libdir}/libKF5JS.so
 %{_kf5_libdir}/libKF5JSApi.so
 %{_kf5_libdir}/cmake/KF5JS/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_datadir}/kjs/
 %{_kf5_mkspecsdir}/qt_KJSApi.pri
 %{_kf5_mkspecsdir}/qt_KJS.pri

++ kjs-5.0.0.tar.xz - kjs-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.0.0/CMakeLists.txt new/kjs-5.1.0/CMakeLists.txt
--- old/kjs-5.0.0/CMakeLists.txt2014-07-01 20:17:07.0 +0200
+++ new/kjs-5.1.0/CMakeLists.txt2014-08-02 10:19:56.0 +0200
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 include(FeatureSummary)
@@ -12,7 +12,7 @@
 include(ECMSetupVersion)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdesu for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2014-08-16 15:41:38

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


Package is kdesu

Changes:

--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes  2014-07-15 
08:00:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2014-08-16 
15:41:46.0 +0200
@@ -1,0 +2,14 @@
+Sat Aug  2 10:19:59 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
+
+---
+Sat Jul 26 10:00:31 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add fpie.patch, to make kdesud link with -fPIE flag
+- Add %verifyscript and adjust permission for kdesud libexec, now
+  that permissions are whitelisted
+
+---

Old:

  kdesu-5.0.0.tar.xz

New:

  fpie.patch
  kdesu-5.1.0.tar.xz



Other differences:
--
++ kdesu.spec ++
--- /var/tmp/diff_new_pack.fgUlMY/_old  2014-08-16 15:41:47.0 +0200
+++ /var/tmp/diff_new_pack.fgUlMY/_new  2014-08-16 15:41:47.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Su5
 Name:   kdesu
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -36,6 +36,8 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-OPENSUSE fpie.patch -- make kdesud compile/link with -(f)pie flags
+Patch0: fpie.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,6 +48,7 @@
 %package -n %lname
 Summary:User interface for running shell commands with root privileges
 Group:  System/GUI/KDE
+PreReq: permissions
 Obsoletes:  libKF5Su4
 
 %description -n %lname
@@ -69,6 +72,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build
@@ -78,16 +82,26 @@
   %kf5_makeinstall -C build
   %fdupes -s %{buildroot}
 
-%post -n %lname -p /sbin/ldconfig
+%if 0%{?suse_version} = 1310
+# we need this for older oS releases; only Factory/13.2 has the whitelist
+echo setBadness('permissions-file-setuid-bit', 0)  
$RPM_SOURCE_DIR/%name-rpmlintrc
+%endif
+
+%post -n %lname
+/sbin/ldconfig
+%set_permissions %{_kf5_libexecdir}/kdesud
 
 %postun -n %lname -p /sbin/ldconfig
 
+%verifyscript -n %lname
+%verify_permissions -e %{_kf5_libexecdir}/kdesud
+
 %files -n %lname
 %defattr(-,root,root)
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5Su.so.*
 %{_kf5_libexecdir}/kdesu_stub
-%{_kf5_libexecdir}/kdesud
+%verify(not mode) %attr(2755,root,nogroup) %{_kf5_libexecdir}/kdesud
 
 %files devel
 %defattr(-,root,root)

++ fpie.patch ++
diff --git a/src/kdesud/CMakeLists.txt b/src/kdesud/CMakeLists.txt
index 1276a55..998f9e0 100644
--- a/src/kdesud/CMakeLists.txt
+++ b/src/kdesud/CMakeLists.txt
@@ -17,10 +17,9 @@ ecm_mark_nongui_executable(kdesud)
 
 target_link_libraries(kdesud KF5::Su KF5::I18n ${X11_LIBRARIES})
 
-if(KDE4_ENABLE_FPIE)
-macro_add_compile_flags(kdesud ${KDE4_CXX_FPIE_FLAGS})
-macro_add_link_flags(kdesud ${KDE4_PIE_LDFLAGS})
-endif()
+set_property(TARGET kdesud APPEND_STRING PROPERTY COMPILE_FLAGS  -fPIE)
+
+set_property(TARGET kdesud APPEND_STRING PROPERTY LINK_FLAGS  -pie)
 
 ### install files ###
 
++ kdesu-5.0.0.tar.xz - kdesu-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.0.0/CMakeLists.txt 
new/kdesu-5.1.0/CMakeLists.txt
--- old/kdesu-5.0.0/CMakeLists.txt  2014-07-01 20:15:05.0 +0200
+++ new/kdesu-5.1.0/CMakeLists.txt  2014-08-02 10:18:09.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDESu)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -12,8 +12,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Pty 

commit extra-cmake-modules for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2014-08-16 15:41:30

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


Package is extra-cmake-modules

Changes:

--- /work/SRC/openSUSE:Factory/extra-cmake-modules/extra-cmake-modules.changes  
2014-07-10 09:31:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2014-08-16 15:41:32.0 +0200
@@ -1,0 +2,11 @@
+Sat Aug  2 10:20:07 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.1.0
+  * For more details please see:
+http://www.kde.org/announcements/kde-frameworks-5.1.php
+- Add Source URL
+- Added 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch from
+  upstream
+- Per patch, pkgconfig(Qt5Core) = 5.2.0 for gcc-c++ Requires
+
+---

Old:

  extra-cmake-modules-1.0.0.tar.xz

New:

  0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch
  extra-cmake-modules-1.1.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.K2kiwD/_old  2014-08-16 15:41:33.0 +0200
+++ /var/tmp/diff_new_pack.K2kiwD/_new  2014-08-16 15:41:33.0 +0200
@@ -21,17 +21,19 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.0.0
+Version:1.1.0
 Release:0
-Source0:%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.1.0/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch
+Patch0: 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem = 4.100.0
 BuildRequires:  python-Sphinx
 Requires:   cmake = 2.8.12
+Requires:   gcc-c++
 Requires:   kf5-filesystem
-Requires:   pkgconfig(Qt5Core) = 5.2.0
 Provides:   kf5umbrella = 4.99.0
 Obsoletes:  kf5umbrella  4.99.0
 Recommends: %{name}-doc
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ 0001-Remove-Qt5-debugfull-hack-from-ECMConfig.cmake.patch ++
From 5b43e2def89b278d84344e0adf8d91b235d0f89a Mon Sep 17 00:00:00 2001
From: Alex Merry alex.me...@kde.org
Date: Sun, 3 Aug 2014 17:30:32 +0100
Subject: [PATCH 1/1] Remove Qt5 debugfull hack from ECMConfig.cmake

The original purpose of this was to set the QT_NO_DEBUG macro if the old
DebugFull configuration was used. We got rid of DebugFull (instead just
using Debug), so it is no longer relevant, and this hack never belonged
in ECMConfig.cmake anyway (it should have been in KDECompilerSettings).

CHANGELOG: ECM now works when the required CMake version is set to
3.0.0 or higher, and does not require Qt5Core to be available.

BUG: 331849

REVIEW: 119588
---
 ECMConfig.cmake.in | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/ECMConfig.cmake.in b/ECMConfig.cmake.in
index ea47abf..b163e3a 100644
--- a/ECMConfig.cmake.in
+++ b/ECMConfig.cmake.in
@@ -16,10 +16,3 @@ set(ECM_KDE_MODULE_DIR @PACKAGE_KDE_MODULES_INSTALL_DIR@)
 set(ECM_MODULE_PATH ${ECM_MODULE_DIR} ${ECM_FIND_MODULE_DIR} 
${ECM_KDE_MODULE_DIR})
 
 include(${ECM_MODULE_DIR}/ECMUseFindModules.cmake)
-
-if(CMAKE_MINIMUM_REQUIRED_VERSION VERSION_LESS 2.8.13)
-  find_package(Qt5Core 5.2.0 REQUIRED)
-  set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_DEFINITIONS 
QT_CORE_LIB $$NOT:$OR:$CONFIG:Debug,$CONFIG:DebugFull:QT_NO_DEBUG)
-else()
-  message(FATAL_ERROR \Remove this hack. Set 
CMAKE_MAP_IMPORTED_TARGET_DEBUGFULL to DEBUG instead.\)
-endif()
-- 
2.0.3

++ extra-cmake-modules-1.0.0.tar.xz - extra-cmake-modules-1.1.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.0.0/.reviewboardrc 
new/extra-cmake-modules-1.1.0/.reviewboardrc
--- old/extra-cmake-modules-1.0.0/.reviewboardrc2014-07-01 
20:08:51.0 +0200
+++ new/extra-cmake-modules-1.1.0/.reviewboardrc2014-08-01 
19:07:16.0 +0200
@@ -1,4 +1,4 @@
 REVIEWBOARD_URL = https://git.reviewboard.kde.org;
 REPOSITORY = 'git://anongit.kde.org/extra-cmake-modules'
 BRANCH = 'master'
-TARGET_GROUPS = 'kdeframeworks, buildsystem, extracmakemodules'
+TARGET_GROUPS = 'extracmakemodules'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.0.0/CMakeLists.txt 

commit kconfig for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2014-08-16 15:41:42

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


Package is kconfig

Changes:

--- /work/SRC/openSUSE:Factory/kconfig/kconfig.changes  2014-07-10 
09:31:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes 2014-08-16 
15:41:53.0 +0200
@@ -1,0 +2,9 @@
+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
+- Harden required Qt5 libs versions
+- Pass the location of lconvert executable
+
+---

Old:

  kconfig-5.0.0.tar.xz

New:

  kconfig-5.1.0.tar.xz



Other differences:
--
++ kconfig.spec ++
--- /var/tmp/diff_new_pack.BZEljG/_old  2014-08-16 15:41:54.0 +0200
+++ /var/tmp/diff_new_pack.BZEljG/_new  2014-08-16 15:41:54.0 +0200
@@ -18,10 +18,10 @@
 
 %define sonum   5
 Name:   kconfig
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -56,6 +56,7 @@
 Group:  System/GUI/KDE
 Recommends: kconf_update5 = %{version}
 Recommends: libKF5ConfigCore%sonum-lang = %{version}
+%requires_ge libQt5Core5
 
 %description -n libKF5ConfigCore%sonum
 KConfig provides an advanced configuration system. It is made of two parts:
@@ -66,6 +67,10 @@
 %package -n libKF5ConfigGui%sonum
 Summary:Provides a way to hook widgets to the configuration
 Group:  System/GUI/KDE
+%requires_ge libQt5Core5
+%requires_ge libQt5Gui5
+%requires_ge libQt5Xml5
+%requires_ge libKF5ConfigCore5
 
 %description -n libKF5ConfigGui%sonum
 KConfigGui provides a way to hook widgets to the configuration so that they are
@@ -112,7 +117,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -154,9 +159,7 @@
 %{_kf5_libdir}/libKF5ConfigCore.so
 %{_kf5_libdir}/libKF5ConfigGui.so
 %{_kf5_libdir}/cmake/KF5Config/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KConfigCore.pri
 %{_kf5_mkspecsdir}/qt_KConfigGui.pri
 

++ kconfig-5.0.0.tar.xz - kconfig-5.1.0.tar.xz ++
 39007 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit attica-qt5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:Factory 
checked in at 2014-08-16 15:41:31

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


Package is attica-qt5

Changes:

--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes2014-07-10 
09:31:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes   
2014-08-16 15:41:34.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug  2 10:19:55 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 18:20:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Harden required Qt5 libs versions
+
+---

Old:

  attica-5.0.0.tar.xz

New:

  attica-5.1.0.tar.xz



Other differences:
--
++ attica-qt5.spec ++
--- /var/tmp/diff_new_pack.Mt2lgL/_old  2014-08-16 15:41:35.0 +0200
+++ /var/tmp/diff_new_pack.Mt2lgL/_new  2014-08-16 15:41:35.0 +0200
@@ -21,7 +21,7 @@
 %define _libname KF5Attica
 
 Name:   attica-qt5
-Version:5.0.0
+Version:5.1.0
 Release:0
 Summary:Open Collaboration Service client library
 License:LGPL-2.1+
@@ -30,7 +30,7 @@
 Source: %{rname}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -43,6 +43,8 @@
 %package -n lib%{_libname}%{sonum}
 Summary:Open Collaboration Service client library - development files
 Group:  System/GUI/KDE
+%requires_ge libQt5Core5
+%requires_ge libQt5Network5
 
 %description -n lib%{_libname}%{sonum}
 Attica is a library to access Open Collaboration Service servers.
@@ -81,9 +83,7 @@
 %{_kf5_libdir}/cmake/KF5Attica/
 %{_libqt5_libdir}/lib%{_libname}*.so
 %{_libqt5_libdir}/pkgconfig/libKF5Attica.pc
-%dir %{_kf5_includedir}/Attica
-%{_kf5_includedir}/Attica/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_Attica.pri
 
 %changelog

++ attica-5.0.0.tar.xz - attica-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.0.0/CMakeLists.txt 
new/attica-5.1.0/CMakeLists.txt
--- old/attica-5.0.0/CMakeLists.txt 2014-07-01 20:13:07.0 +0200
+++ new/attica-5.1.0/CMakeLists.txt 2014-08-02 10:11:03.0 +0200
@@ -3,7 +3,7 @@
 project(Attica)
 
 # ECM setup
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
 VARIABLE_PREFIX ATTICA
@@ -40,7 +40,6 @@
 #endif(NOT MSVC)
 
 add_definitions( -DQT_NO_CAST_FROM_ASCII )
-add_definitions( -DQT_NO_CAST_TO_ASCII )
 add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 
 # Enable static build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.0.0/src/CMakeLists.txt 
new/attica-5.1.0/src/CMakeLists.txt
--- old/attica-5.0.0/src/CMakeLists.txt 2014-07-01 20:13:07.0 +0200
+++ new/attica-5.1.0/src/CMakeLists.txt 2014-08-02 10:11:03.0 +0200
@@ -100,9 +100,6 @@
 
 add_library(KF5::Attica ALIAS KF5Attica)
 
-# OUCH?
-set_property(TARGET KF5Attica APPEND PROPERTY COMPILE_DEFINITIONS 
QT_DISABLE_DEPRECATED_BEFORE=0)
-
 target_link_libraries(KF5Attica
 PUBLIC
   Qt5::Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.0.0/src/provider.cpp 
new/attica-5.1.0/src/provider.cpp
--- old/attica-5.0.0/src/provider.cpp   2014-07-01 20:13:07.0 +0200
+++ new/attica-5.1.0/src/provider.cpp   2014-08-02 10:11:03.0 +0200
@@ -85,6 +85,7 @@
 #include QNetworkAccessManager
 #include QDebug
 #include QUrl
+#include QUrlQuery
 #include QNetworkReply
 #include QtCore/QFile
 
@@ -357,8 +358,10 @@
 return 0;
 }
 
-QUrl url = createUrl(QLatin1String(person/data));
-url.addQueryItem(QLatin1String(name), name);
+QUrl url = createUrl(QStringLiteral(person/data));
+QUrlQuery q(url);
+q.addQueryItem(QStringLiteral(name), name);
+url.setQuery(q);
 return 

commit krunner for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package krunner for openSUSE:Factory checked 
in at 2014-08-16 15:41:35

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


Package is krunner

Changes:

--- /work/SRC/openSUSE:Factory/krunner/krunner.changes  2014-07-18 
16:50:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.krunner.new/krunner.changes 2014-08-16 
15:41:43.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  krunner-5.0.0.tar.xz

New:

  krunner-5.1.0.tar.xz



Other differences:
--
++ krunner.spec ++
--- /var/tmp/diff_new_pack.HiALQf/_old  2014-08-16 15:41:43.0 +0200
+++ /var/tmp/diff_new_pack.HiALQf/_new  2014-08-16 15:41:43.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Runner5
 Name:   krunner
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}

++ krunner-5.0.0.tar.xz - krunner-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.0.0/CMakeLists.txt 
new/krunner-5.1.0/CMakeLists.txt
--- old/krunner-5.0.0/CMakeLists.txt2014-07-01 20:18:20.0 +0200
+++ new/krunner-5.1.0/CMakeLists.txt2014-08-02 10:20:58.0 +0200
@@ -3,7 +3,7 @@
 project(KRunner)
 
 # ECM setup
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -15,8 +15,8 @@
 include(KDECompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
 VARIABLE_PREFIX KRUNNER
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/krunner-5.0.0/examples/runner/plasma-runner-example-homefiles.desktop 
new/krunner-5.1.0/examples/runner/plasma-runner-example-homefiles.desktop
--- old/krunner-5.0.0/examples/runner/plasma-runner-example-homefiles.desktop   
2014-07-01 20:18:20.0 +0200
+++ new/krunner-5.1.0/examples/runner/plasma-runner-example-homefiles.desktop   
2014-08-02 10:20:58.0 +0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Home Files
+Name[ar]=ملفات المنزل
 Name[bs]=Lične datoteke
 Name[ca]=Fitxers personals
 Name[ca@valencia]=Fitxers personals
@@ -17,7 +18,7 @@
 Name[ko]=홈 파일
 Name[nds]=Tohuus-Dateien
 Name[nl]=Persoonlijke bestanden
-Name[pa]=ਘਰ ਫਾਇਲਾਂ
+Name[pa]=ਘਰ ਫਾਈਲਾਂ
 Name[pl]=Pliki domowe
 Name[pt]=Ficheiros Pessoais
 Name[pt_BR]=Arquivos pessoais
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.0.0/src/runnermanager.cpp 
new/krunner-5.1.0/src/runnermanager.cpp
--- old/krunner-5.0.0/src/runnermanager.cpp 2014-07-01 20:18:20.0 
+0200
+++ new/krunner-5.1.0/src/runnermanager.cpp 2014-08-02 10:20:58.0 
+0200
@@ -187,9 +187,9 @@
 QMutableListIteratorKPluginInfo it(offers);
 while (it.hasNext()) {
 KPluginInfo description = it.next();
-//qDebug()  Loading runner:   service-name()  
service-storageId();
+qDebug()  Loading runner:   description.pluginName();
+
 QString tryExec = description.property(TryExec).toString();
-//qDebug()  TryExec is  tryExec;
 if (!tryExec.isEmpty()  
QStandardPaths::findExecutable(tryExec).isEmpty()) {
 // we don't actually have this application!
 continue;
@@ -207,7 +207,6 @@
 advertiseSingleRunnerIds.insert(runnerName, 
description.name());
 }
 
-//qDebug()  loadAll  description.isPluginEnabled()  
noWhiteList  whiteList.contains(runnerName);
 if (selected) {
 AbstractRunner *runner = 0;
 if (!loaded) {
@@ -229,18 +228,18 @@
 }
 
 if (enabledCategories.isEmpty() || !allCategoriesDisabled) 
{
+qDebug()  Loaded:  runnerName;
 runners.insert(runnerName, runner);
 

commit kdesignerplugin for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2014-08-16 15:41:33

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


Package is kdesignerplugin

Changes:

--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2014-07-15 08:00:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes 
2014-08-16 15:41:37.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:19:56 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
+
+---

Old:

  kdesignerplugin-5.0.0.tar.xz

New:

  kdesignerplugin-5.1.0.tar.xz



Other differences:
--
++ kdesignerplugin.spec ++
--- /var/tmp/diff_new_pack.Z2r8cb/_old  2014-08-16 15:41:38.0 +0200
+++ /var/tmp/diff_new_pack.Z2r8cb/_new  2014-08-16 15:41:38.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   kdesignerplugin
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}

++ kdesignerplugin-5.0.0.tar.xz - kdesignerplugin-5.1.0.tar.xz ++
 915332 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcompletion for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2014-08-16 15:41:37

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


Package is kcompletion

Changes:

--- /work/SRC/openSUSE:Factory/kcompletion/kcompletion.changes  2014-07-15 
08:00:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2014-08-16 15:41:44.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kcompletion-5.0.0.tar.xz

New:

  kcompletion-5.1.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.ZZTs1d/_old  2014-08-16 15:41:45.0 +0200
+++ /var/tmp/diff_new_pack.ZZTs1d/_new  2014-08-16 15:41:45.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Completion5
 Name:   kcompletion
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kcompletion-5.0.0.tar.xz - kcompletion-5.1.0.tar.xz ++
 913436 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcodecs for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kcodecs for openSUSE:Factory checked 
in at 2014-08-16 15:41:32

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


Package is kcodecs

Changes:

--- /work/SRC/openSUSE:Factory/kcodecs/kcodecs.changes  2014-07-10 
09:31:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcodecs.new/kcodecs.changes 2014-08-16 
15:41:35.0 +0200
@@ -1,0 +2,9 @@
+Sat Aug  2 10:19:55 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
+
+---

Old:

  kcodecs-5.0.0.tar.xz

New:

  kcodecs-5.1.0.tar.xz



Other differences:
--
++ kcodecs.spec ++
--- /var/tmp/diff_new_pack.9f3EOH/_old  2014-08-16 15:41:36.0 +0200
+++ /var/tmp/diff_new_pack.9f3EOH/_new  2014-08-16 15:41:36.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Codecs5
 Name:   kcodecs
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -42,6 +42,7 @@
 Summary:Provides a collection of methods to manipulate strings using 
various encoding
 Group:  System/GUI/KDE
 Recommends: %lname-lang = %{version}
+%requires_ge libQt5Core5
 
 %description -n %lname
 KCodecs provide a collection of methods to manipulate strings using various
@@ -63,7 +64,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -87,9 +88,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Codecs.so
 %{_kf5_libdir}/cmake/KF5Codecs/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KCodecs.pri
 
 %changelog

++ kcodecs-5.0.0.tar.xz - kcodecs-5.1.0.tar.xz ++
 909677 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kf5-filesystem for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kf5-filesystem for openSUSE:Factory 
checked in at 2014-08-16 15:41:30

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


Package is kf5-filesystem

Changes:

--- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes
2014-07-10 14:55:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new/kf5-filesystem.changes   
2014-08-16 15:41:31.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:15:52 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Bump to 5.1.0
+- Stop passing relative vars as absolute (that works with regards
+  to installing files, but breaks when used as #define)
+
+---



Other differences:
--
++ kf5-filesystem.spec ++
--- /var/tmp/diff_new_pack.HhXZzS/_old  2014-08-16 15:41:32.0 +0200
+++ /var/tmp/diff_new_pack.HhXZzS/_new  2014-08-16 15:41:32.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kf5-filesystem
 Url:http://www.kde.org
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KF5 Directory Layout

++ macros.kf5 ++
--- /var/tmp/diff_new_pack.HhXZzS/_old  2014-08-16 15:41:32.0 +0200
+++ /var/tmp/diff_new_pack.HhXZzS/_new  2014-08-16 15:41:32.0 +0200
@@ -26,8 +26,8 @@
 %_kf5_servicetypesdir %{_kf5_sharedir}/kservicetypes5
 %_kf5_htmldir %{_kf5_sharedir}/doc/HTML
 
-%_kf5_version 5.0.0
-
+%_kf5_version 5.1.0
+%_plasma5_branding_version 5.0.0
 %_kf5_build_type None
 
 %kf5_makeinstall make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install
@@ -47,17 +47,13 @@
   -DCMAKE_INSTALL_PREFIX=%{_kf5_prefix} \\\
   -DCMAKE_PREFIX_PATH=%{_kf5_prefix} \\\
   -DKF5_INCLUDE_INSTALL_DIR=include/KF5 \\\
-  -DCONFIG_INSTALL_DIR=%{_kf5_configdir} \\\
   -DLIB_INSTALL_DIR=%{_lib} \\\
-  -DKCFG_INSTALL_DIR=%{_kf5_configkcfgdir} \\\
   -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} \\\
-  -DQT_PLUGIN_INSTALL_DIR=%{_kf5_plugindir} \\\
-  -DPLUGIN_INSTALL_DIR=%{_kf5_plugindir} \\\
-  -DQML_INSTALL_DIR=%{_kf5_qmldir} \\\
-  -DIMPORTS_INSTALL_DIR=%{_kf5_importdir} \\\
+  -DQT_PLUGIN_INSTALL_DIR=%{_lib}/qt5/plugins \\\
+  -DPLUGIN_INSTALL_DIR=%{_lib}/qt5/plugins \\\
+  -DQML_INSTALL_DIR=%{_lib}/qt5/qml \\\
+  -DIMPORTS_INSTALL_DIR=%{_lib}/qt5/imports \\\
   -DECM_MKSPECS_INSTALL_DIR=%{_kf5_mkspecsdir} \\\
-  -DDBUS_INTERFACES_INSTALL_DIR=share/dbus-1/interfaces \\\
-  -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert \\\
   -DBUILD_TESTING=OFF \\\
   $bdir %* \
 %{nil}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kservice for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2014-08-16 15:41:41

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


Package is kservice

Changes:

--- /work/SRC/openSUSE:Factory/kservice/kservice.changes2014-07-15 
08:00:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2014-08-16 
15:41:51.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kservice-5.0.0.tar.xz

New:

  kservice-5.1.0.tar.xz



Other differences:
--
++ kservice.spec ++
--- /var/tmp/diff_new_pack.3VDklB/_old  2014-08-16 15:41:52.0 +0200
+++ /var/tmp/diff_new_pack.3VDklB/_new  2014-08-16 15:41:52.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   kservice
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}

++ kservice-5.0.0.tar.xz - kservice-5.1.0.tar.xz ++
 948673 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdnssd-framework for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdnssd-framework for 
openSUSE:Factory checked in at 2014-08-16 15:41:48

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


Package is kdnssd-framework

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd-framework/kdnssd-framework.changes
2014-07-10 09:31:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdnssd-framework.new/kdnssd-framework.changes   
2014-08-16 15:42:07.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug  2 10:20:05 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
+- Recommend nss-mdns package
+
+---

Old:

  kdnssd-5.0.0.tar.xz

New:

  kdnssd-5.1.0.tar.xz



Other differences:
--
++ kdnssd-framework.spec ++
--- /var/tmp/diff_new_pack.2qhwg1/_old  2014-08-16 15:42:08.0 +0200
+++ /var/tmp/diff_new_pack.2qhwg1/_new  2014-08-16 15:42:08.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5DNSSD5
 Name:   kdnssd-framework
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  avahi-compat-mDNSResponder-devel
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -46,6 +46,9 @@
 Summary:Network service discovery using Zeroconf
 Group:  System/GUI/KDE
 Recommends: %lname-lang = %{version}
+Recommends: nss-mdns
+%requires_ge libQt5Network5
+%requires_ge libQt5DBus5
 
 %description -n %lname
 KDNSSD is a library for handling the DNS-based Service Discovery Protocol
@@ -71,7 +74,7 @@
 %setup -q -n kdnssd-%{version}
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -95,8 +98,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5DNSSD.so
 %{_kf5_libdir}/cmake/KF5DNSSD/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KDNSSD.pri
 
 %changelog

++ kdnssd-5.0.0.tar.xz - kdnssd-5.1.0.tar.xz ++
 916364 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcoreaddons for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2014-08-16 15:41:51

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


Package is kcoreaddons

Changes:

--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2014-07-10 
09:31:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2014-08-16 15:42:16.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug  2 10:20:07 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
+- Don't own standard directories
+
+---

Old:

  kcoreaddons-5.0.0.tar.xz

New:

  kcoreaddons-5.1.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.kaQGzp/_old  2014-08-16 15:42:17.0 +0200
+++ /var/tmp/diff_new_pack.kaQGzp/_new  2014-08-16 15:42:17.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5CoreAddons5
 Name:   kcoreaddons
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -47,6 +47,7 @@
 Summary:Utilities for core application functionality and accessing the 
OS
 Group:  System/GUI/KDE
 Recommends: %{name} = %{version}
+%requires_ge libQt5Core5
 
 %description -n %lname
 KCoreAddons provides classes built on top of QtCore to perform various tasks
@@ -74,7 +75,7 @@
 #rm -rf po/{af,pl,si}
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -98,8 +99,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING* README*
-%dir %{_kf5_sharedir}/mime
-%dir %{_kf5_sharedir}/mime/packages
 %{_kf5_appsdir}/mime/packages/kde5.xml
 
 %files -n %lname
@@ -111,9 +110,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5CoreAddons.so
 %{_kf5_libdir}/cmake/KF5CoreAddons/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KCoreAddons.pri
 
 %changelog

++ kcoreaddons-5.0.0.tar.xz - kcoreaddons-5.1.0.tar.xz ++
 884173 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcrash for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2014-08-16 15:41:57

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


Package is kcrash

Changes:

--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes2014-07-15 
08:00:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2014-08-16 
15:42:25.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:11 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
+
+---

Old:

  kcrash-5.0.0.tar.xz

New:

  kcrash-5.1.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.63PNmN/_old  2014-08-16 15:42:26.0 +0200
+++ /var/tmp/diff_new_pack.63PNmN/_new  2014-08-16 15:42:26.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Crash5
 Name:   kcrash
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kcrash-5.0.0.tar.xz - kcrash-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.0.0/CMakeLists.txt 
new/kcrash-5.1.0/CMakeLists.txt
--- old/kcrash-5.0.0/CMakeLists.txt 2014-07-01 20:14:27.0 +0200
+++ new/kcrash-5.1.0/CMakeLists.txt 2014-08-02 10:17:32.0 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kemoticons for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2014-08-16 15:41:58

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


Package is kemoticons

Changes:

--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes2014-07-15 
08:00:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes   
2014-08-16 15:42:27.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kemoticons-5.0.0.tar.xz

New:

  kemoticons-5.1.0.tar.xz



Other differences:
--
++ kemoticons.spec ++
--- /var/tmp/diff_new_pack.A8h5xw/_old  2014-08-16 15:42:27.0 +0200
+++ /var/tmp/diff_new_pack.A8h5xw/_new  2014-08-16 15:42:27.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Emoticons5
 Name:   kemoticons
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ kemoticons-5.0.0.tar.xz - kemoticons-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.0.0/CMakeLists.txt 
new/kemoticons-5.1.0/CMakeLists.txt
--- old/kemoticons-5.0.0/CMakeLists.txt 2014-07-01 20:15:32.0 +0200
+++ new/kemoticons-5.1.0/CMakeLists.txt 2014-08-02 10:18:32.0 +0200
@@ -2,7 +2,7 @@
 
 project(KEmoticons)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KEMOTICONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.0.0/src/core/kemoticonsprovider.h 
new/kemoticons-5.1.0/src/core/kemoticonsprovider.h
--- old/kemoticons-5.0.0/src/core/kemoticonsprovider.h  2014-07-01 
20:15:32.0 +0200
+++ new/kemoticons-5.1.0/src/core/kemoticonsprovider.h  2014-08-02 
10:18:32.0 +0200
@@ -94,7 +94,7 @@
  *
  * @deprecated since 5.0, use saveTheme() instead
  */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
 KEMOTICONS_DEPRECATED void save();
 #endif
 
@@ -140,7 +140,7 @@
  *
  * @deprecated since 5.0, use newTheme() instead
  */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
 KEMOTICONS_DEPRECATED void createNew();
 #endif
 
@@ -176,7 +176,7 @@
  *
  * @deprecated since 5.0, use addMapItem() instead
  */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
 KEMOTICONS_DEPRECATED void addEmoticonsMap(QString key, QStringList value);
 #endif
 
@@ -192,7 +192,7 @@
  *
  * @deprecated since 5.0, use removeMapItem() instead
  */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
 KEMOTICONS_DEPRECATED void removeEmoticonsMap(QString key);
 #endif
 /**
@@ -209,7 +209,7 @@
  *
  * @deprecated since 5.0, use addIndexItem() instead
  */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
 KEMOTICONS_DEPRECATED void addEmoticonIndex(const QString path, const 
QStringList emoList);
 #endif
 /**
@@ -228,7 +228,7 @@
  *
  * @deprecated since 5.0, use removeIndexItem() instead
  */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
 KEMOTICONS_DEPRECATED void removeEmoticonIndex(const QString path, const 
QStringList emoList);
 #endif
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.0.0/src/core/kemoticonstheme.h 
new/kemoticons-5.1.0/src/core/kemoticonstheme.h
--- old/kemoticons-5.0.0/src/core/kemoticonstheme.h 2014-07-01 
20:15:32.0 +0200
+++ new/kemoticons-5.1.0/src/core/kemoticonstheme.h 2014-08-02 
10:18:32.0 +0200
@@ -139,7 +139,7 @@
  *
  * 

commit kdoctools for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdoctools for openSUSE:Factory 
checked in at 2014-08-16 15:41:52

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


Package is kdoctools

Changes:

--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes  2014-07-15 
08:00:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2014-08-16 
15:42:18.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:08 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
+
+---

Old:

  kdoctools-5.0.0.tar.xz

New:

  kdoctools-5.1.0.tar.xz



Other differences:
--
++ kdoctools.spec ++
--- /var/tmp/diff_new_pack.Jvhnkz/_old  2014-08-16 15:42:19.0 +0200
+++ /var/tmp/diff_new_pack.Jvhnkz/_new  2014-08-16 15:42:19.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   kdoctools
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kdoctools-5.0.0.tar.xz - kdoctools-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.0.0/CMakeLists.txt 
new/kdoctools-5.1.0/CMakeLists.txt
--- old/kdoctools-5.0.0/CMakeLists.txt  2014-07-01 20:15:23.0 +0200
+++ new/kdoctools-5.1.0/CMakeLists.txt  2014-08-02 10:18:25.0 +0200
@@ -3,7 +3,7 @@
 project(KDocTools)
 
 # ECM setup
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -11,8 +11,8 @@
 include(ECMMarkNonGuiExecutable)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDOCTOOLS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdoctools_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5DocToolsConfigVersion.cmake

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kactivities5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2014-08-16 15:41:56

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


Package is kactivities5

Changes:

--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes
2014-07-15 08:00:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-08-16 15:42:24.0 +0200
@@ -1,0 +2,14 @@
+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
+
+---
+Mon Jul 28 17:27:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Split out imports to separate package
+- Improve devel subpackage summary and description
+- Recommends libQt5Sql5-sqlite for sqlite plugin
+
+---

Old:

  kactivities-5.0.0.tar.xz

New:

  kactivities-5.1.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.deUSQY/_old  2014-08-16 15:42:25.0 +0200
+++ /var/tmp/diff_new_pack.deUSQY/_new  2014-08-16 15:42:25.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname   libKF5Activities5
 Name:   kactivities5
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
@@ -31,7 +31,7 @@
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
@@ -49,7 +49,9 @@
 BuildRequires:  pkgconfig(Qt5Sql) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
-Obsoletes:  kf5-kactivities
+Recommends: %{name}-imports = %{version}
+# for kactivitymanagerd_plugin_sqlite.so
+Recommends: libQt5Sql5-sqlite
 #Conflicts:  kactivities4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -64,16 +66,24 @@
 %description -n %lname
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
 
+%package imports
+Summary:KDE Plasma Activities support
+Group:  System/GUI/KDE
+
+%description imports
+Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
+QML imports.
+
 %package devel
-Summary:KDE Base Libraries
+Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.0.0
+Requires:   extra-cmake-modules = 1.1.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
-Obsoletes:  kf5-kactivities-devel
 
 %description devel
-Provides the interface and basic tools for the KDE workspace.
+Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
+Development files.
 
 %lang_package -n %lname
 %prep
@@ -103,11 +113,14 @@
 %files
 %defattr(-,root,root)
 %{_kf5_bindir}/kactivitymanagerd5
-%{_kf5_qmldir}/org/
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
 
+%files imports
+%defattr(-,root,root)
+%{_kf5_qmldir}/
+
 %files -n %lname
 %defattr(-,root,root,-)
 %{_kf5_libdir}/libKF5Activities.so.*

++ kactivities-5.0.0.tar.xz - kactivities-5.1.0.tar.xz ++
 1780 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kconfigwidgets for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kconfigwidgets for openSUSE:Factory 
checked in at 2014-08-16 15:41:46

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


Package is kconfigwidgets

Changes:

--- /work/SRC/openSUSE:Factory/kconfigwidgets/kconfigwidgets.changes
2014-07-15 08:00:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new/kconfigwidgets.changes   
2014-08-16 15:42:04.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:04 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
+
+---

Old:

  kconfigwidgets-5.0.0.tar.xz

New:

  kconfigwidgets-5.1.0.tar.xz



Other differences:
--
++ kconfigwidgets.spec ++
--- /var/tmp/diff_new_pack.aWLGuT/_old  2014-08-16 15:42:05.0 +0200
+++ /var/tmp/diff_new_pack.aWLGuT/_new  2014-08-16 15:42:05.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5ConfigWidgets5
 Name:   kconfigwidgets
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kauth-devel = %{kf5_version}
 BuildRequires:  kcodecs-devel = %{kf5_version}
@@ -62,7 +62,7 @@
 Summary:Widgets for configuration dialogs: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.0.0
+Requires:   extra-cmake-modules = 1.1.0
 Requires:   kauth-devel = %{kf5_version}
 Requires:   kcodecs-devel = %{kf5_version}
 Requires:   kconfig-devel = %{kf5_version}

++ kconfigwidgets-5.0.0.tar.xz - kconfigwidgets-5.1.0.tar.xz ++
 947202 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ki18n for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2014-08-16 15:41:43

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


Package is ki18n

Changes:

--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes  2014-07-10 
14:56:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ki18n.new/ki18n.changes 2014-08-16 
15:41:55.0 +0200
@@ -1,0 +2,8 @@
+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
+- Harden required Qt5 libs versions
+
+---

Old:

  ki18n-5.0.0.tar.xz

New:

  ki18n-5.1.0.tar.xz



Other differences:
--
++ ki18n.spec ++
--- /var/tmp/diff_new_pack.2zHTvt/_old  2014-08-16 15:41:56.0 +0200
+++ /var/tmp/diff_new_pack.2zHTvt/_new  2014-08-16 15:41:56.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5I18n5
 Name:   ki18n
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Concurrent) = 5.2.0
@@ -47,6 +47,8 @@
 Group:  System/GUI/KDE
 Obsoletes:  libKF5I18n4
 Recommends: %lname-lang = %{version}
+%requires_ge libQt5Core5
+%requires_ge libQt5Script5
 
 %description -n %lname
 KI18n provides functionality for internationalizing user interface text
@@ -97,9 +99,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5I18n.so
 %{_kf5_libdir}/cmake/KF5I18n/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KI18n.pri
 
 %changelog

++ ki18n-5.0.0.tar.xz - ki18n-5.1.0.tar.xz ++
 918813 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kjsembed for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kjsembed for openSUSE:Factory 
checked in at 2014-08-16 15:41:44

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


Package is kjsembed

Changes:

--- /work/SRC/openSUSE:Factory/kjsembed/kjsembed.changes2014-07-15 
08:00:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kjsembed.new/kjsembed.changes   2014-08-16 
15:41:58.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kjsembed-5.0.0.tar.xz

New:

  kjsembed-5.1.0.tar.xz



Other differences:
--
++ kjsembed.spec ++
--- /var/tmp/diff_new_pack.dk9GhU/_old  2014-08-16 15:41:59.0 +0200
+++ /var/tmp/diff_new_pack.dk9GhU/_new  2014-08-16 15:41:59.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5JsEmbed5
 Name:   kjsembed
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kdoctools-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kjsembed-5.0.0.tar.xz - kjsembed-5.1.0.tar.xz ++
 955052 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ktextwidgets for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2014-08-16 15:41:50

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


Package is ktextwidgets

Changes:

--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes
2014-07-15 10:08:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2014-08-16 15:42:12.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:06 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
+
+---

Old:

  ktextwidgets-5.0.0.tar.xz

New:

  ktextwidgets-5.1.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.j6NaBC/_old  2014-08-16 15:42:13.0 +0200
+++ /var/tmp/diff_new_pack.j6NaBC/_new  2014-08-16 15:42:13.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5TextWidgets5
 Name:   ktextwidgets
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ ktextwidgets-5.0.0.tar.xz - ktextwidgets-5.1.0.tar.xz ++
 977436 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knotifications for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2014-08-16 15:42:00

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


Package is knotifications

Changes:

--- /work/SRC/openSUSE:Factory/knotifications/knotifications.changes
2014-07-15 08:00:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2014-08-16 15:42:29.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:13 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
+
+---

Old:

  knotifications-5.0.0.tar.xz

New:

  knotifications-5.1.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.9yE9ca/_old  2014-08-16 15:42:30.0 +0200
+++ /var/tmp/diff_new_pack.9yE9ca/_new  2014-08-16 15:42:30.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Notifications5
 Name:   knotifications
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}

++ knotifications-5.0.0.tar.xz - knotifications-5.1.0.tar.xz ++
 915676 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kimageformats for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2014-08-16 15:41:58

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


Package is kimageformats

Changes:

--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes  
2014-07-10 09:31:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2014-08-16 15:42:28.0 +0200
@@ -1,0 +2,10 @@
+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
+- Drop libjasper-devel, unused when kimageformats are building
+  against Qt 5.3
+- Harden required Qt5 libs versions
+
+---

Old:

  kimageformats-5.0.0.tar.xz

New:

  kimageformats-5.1.0.tar.xz



Other differences:
--
++ kimageformats.spec ++
--- /var/tmp/diff_new_pack.pkO9OR/_old  2014-08-16 15:42:29.0 +0200
+++ /var/tmp/diff_new_pack.pkO9OR/_new  2014-08-16 15:42:29.0 +0200
@@ -17,18 +17,19 @@
 
 
 Name:   kimageformats
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  libjasper-devel
 BuildRequires:  openexr
 BuildRequires:  openexr-devel
 BuildRequires:  pkgconfig(Qt5Gui) = 5.2.0
 BuildRequires:  pkgconfig(Qt5PrintSupport) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
+%requires_ge libQt5Gui5
+%requires_ge libQt5PrintSupport5
 Recommends: libqt5-qtimageformats = 5.2.0
 Summary:Image format plugins for Qt
 License:LGPL-2.1+
@@ -62,9 +63,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING*
-%dir %{_kf5_plugindir}/imageformats
-%{_kf5_plugindir}/imageformats/*.so
-%dir %{_kf5_servicesdir}/qimageioplugins
-%{_kf5_servicesdir}/qimageioplugins/*.desktop
+%{_kf5_plugindir}/
+%{_kf5_servicesdir}/
 
 %changelog

++ kimageformats-5.0.0.tar.xz - kimageformats-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.0.0/CMakeLists.txt 
new/kimageformats-5.1.0/CMakeLists.txt
--- old/kimageformats-5.0.0/CMakeLists.txt  2014-07-01 20:16:27.0 
+0200
+++ new/kimageformats-5.1.0/CMakeLists.txt  2014-08-02 10:19:18.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KImageFormats)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmediaplayer for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kmediaplayer for openSUSE:Factory 
checked in at 2014-08-16 15:41:49

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


Package is kmediaplayer

Changes:

--- /work/SRC/openSUSE:Factory/kmediaplayer/kmediaplayer.changes
2014-07-18 16:50:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmediaplayer.new/kmediaplayer.changes   
2014-08-16 15:42:11.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:06 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
+
+---

Old:

  kmediaplayer-5.0.0.tar.xz

New:

  kmediaplayer-5.1.0.tar.xz



Other differences:
--
++ kmediaplayer.spec ++
--- /var/tmp/diff_new_pack.YDVTx6/_old  2014-08-16 15:42:11.0 +0200
+++ /var/tmp/diff_new_pack.YDVTx6/_new  2014-08-16 15:42:11.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5MediaPlayer5
 Name:   kmediaplayer
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}

++ kmediaplayer-5.0.0.tar.xz - kmediaplayer-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-5.0.0/CMakeLists.txt 
new/kmediaplayer-5.1.0/CMakeLists.txt
--- old/kmediaplayer-5.0.0/CMakeLists.txt   2014-07-01 20:17:21.0 
+0200
+++ new/kmediaplayer-5.1.0/CMakeLists.txt   2014-08-02 10:20:08.0 
+0200
@@ -6,7 +6,7 @@
 #
 # CMake stuff from ECM
 #
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 
 #
 # Version info

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kidletime for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kidletime for openSUSE:Factory 
checked in at 2014-08-16 15:41:53

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


Package is kidletime

Changes:

--- /work/SRC/openSUSE:Factory/kidletime/kidletime.changes  2014-07-10 
09:31:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kidletime.new/kidletime.changes 2014-08-16 
15:42:19.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  2 10:20:09 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
+
+---

Old:

  kidletime-5.0.0.tar.xz

New:

  kidletime-5.1.0.tar.xz



Other differences:
--
++ kidletime.spec ++
--- /var/tmp/diff_new_pack.swAhdh/_old  2014-08-16 15:42:20.0 +0200
+++ /var/tmp/diff_new_pack.swAhdh/_new  2014-08-16 15:42:20.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5IdleTime5
 Name:   kidletime
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -48,6 +48,9 @@
 %package -n %lname
 Summary:Reporting of idle time of user and system
 Group:  System/GUI/KDE
+%requires_ge libQt5Core5
+%requires_ge libQt5Widgets5
+%requires_ge libQt5X11Extras5
 
 %description -n %lname
 KIdleTime is a singleton reporting information on idle time. It is useful not
@@ -91,9 +94,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5IdleTime.so
 %{_kf5_libdir}/cmake/KF5IdleTime/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KIdleTime.pri
 
 %changelog

++ kidletime-5.0.0.tar.xz - kidletime-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidletime-5.0.0/CMakeLists.txt 
new/kidletime-5.1.0/CMakeLists.txt
--- old/kidletime-5.0.0/CMakeLists.txt  2014-07-01 20:16:20.0 +0200
+++ new/kidletime-5.1.0/CMakeLists.txt  2014-08-02 10:19:11.0 +0200
@@ -3,7 +3,7 @@
 project(KIdleTime)
 
 # ECM setup
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -13,7 +13,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KIDLETIME
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kidletime_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knewstuff for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Factory 
checked in at 2014-08-16 15:41:54

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


Package is knewstuff

Changes:

--- /work/SRC/openSUSE:Factory/knewstuff/knewstuff.changes  2014-07-18 
16:50:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.knewstuff.new/knewstuff.changes 2014-08-16 
15:42:20.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:09 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
+
+---

Old:

  knewstuff-5.0.0.tar.xz

New:

  knewstuff-5.1.0.tar.xz



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.OuEmV6/_old  2014-08-16 15:42:21.0 +0200
+++ /var/tmp/diff_new_pack.OuEmV6/_new  2014-08-16 15:42:21.0 +0200
@@ -18,12 +18,12 @@
 
 %define lname   libKF5NewStuff5
 Name:   knewstuff
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel = %{kf5_version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}

++ knewstuff-5.0.0.tar.xz - knewstuff-5.1.0.tar.xz ++
 938565 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiconthemes for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2014-08-16 15:41:49

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


Package is kiconthemes

Changes:

--- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes  2014-07-15 
08:00:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes 
2014-08-16 15:42:09.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:05 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
+
+---

Old:

  kiconthemes-5.0.0.tar.xz

New:

  kiconthemes-5.1.0.tar.xz



Other differences:
--
++ kiconthemes.spec ++
--- /var/tmp/diff_new_pack.SWS7mi/_old  2014-08-16 15:42:10.0 +0200
+++ /var/tmp/diff_new_pack.SWS7mi/_new  2014-08-16 15:42:10.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5IconThemes5
 Name:   kiconthemes
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kiconthemes-5.0.0.tar.xz - kiconthemes-5.1.0.tar.xz ++
 362606 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kunitconversion for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kunitconversion for openSUSE:Factory 
checked in at 2014-08-16 15:41:55

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


Package is kunitconversion

Changes:

--- /work/SRC/openSUSE:Factory/kunitconversion/kunitconversion.changes  
2014-07-15 08:00:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kunitconversion.new/kunitconversion.changes 
2014-08-16 15:42:22.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kunitconversion-5.0.0.tar.xz

New:

  kunitconversion-5.1.0.tar.xz



Other differences:
--
++ kunitconversion.spec ++
--- /var/tmp/diff_new_pack.e6hUHQ/_old  2014-08-16 15:42:23.0 +0200
+++ /var/tmp/diff_new_pack.e6hUHQ/_new  2014-08-16 15:42:23.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5UnitConversion5
 Name:   kunitconversion
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem

++ kunitconversion-5.0.0.tar.xz - kunitconversion-5.1.0.tar.xz ++
 17294 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kwallet for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2014-08-16 15:42:01

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


Package is kwallet

Changes:

--- /work/SRC/openSUSE:Factory/kwallet/kwallet.changes  2014-07-15 
08:00:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwallet.new/kwallet.changes 2014-08-16 
15:42:31.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:13 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
+
+---

Old:

  kwallet-5.0.0.tar.xz

New:

  kwallet-5.1.0.tar.xz



Other differences:
--
++ kwallet.spec ++
--- /var/tmp/diff_new_pack.8ISYsN/_old  2014-08-16 15:42:32.0 +0200
+++ /var/tmp/diff_new_pack.8ISYsN/_new  2014-08-16 15:42:32.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Wallet5
 Name:   kwallet
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
@@ -123,6 +123,7 @@
 %{_kf5_servicesdir}/kwalletd5.desktop
 %{_kf5_notifydir}/
 %{_kf5_sharedir}/dbus-1/services/org.kde.kwalletd5.service
+%{_kf5_sharedir}/dbus-1/services/org.kde.kwalletd.service
 
 %files -n %lname
 %defattr(-,root,root)

++ kwallet-5.0.0.tar.xz - kwallet-5.1.0.tar.xz ++
 1699 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit frameworkintegration for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2014-08-16 15:41:51

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


Package is frameworkintegration

Changes:

--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes
2014-07-15 10:06:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2014-08-16 15:42:15.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  2 10:20:07 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
+- Add frameworkintegration-plugin Provides
+
+---

Old:

  frameworkintegration-5.0.0.tar.xz

New:

  frameworkintegration-5.1.0.tar.xz



Other differences:
--
++ frameworkintegration.spec ++
--- /var/tmp/diff_new_pack.uaCHwN/_old  2014-08-16 15:42:15.0 +0200
+++ /var/tmp/diff_new_pack.uaCHwN/_new  2014-08-16 15:42:15.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Style5
 Name:   frameworkintegration
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
@@ -57,6 +57,7 @@
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
 Group:  System/GUI/KDE
 Obsoletes:  libKF5Style4
+Provides:   frameworkintegration-plugin
 Recommends: %lname-lang = %{version}
 
 %description -n %lname

++ frameworkintegration-5.0.0.tar.xz - frameworkintegration-5.1.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.0.0/CMakeLists.txt 
new/frameworkintegration-5.1.0/CMakeLists.txt
--- old/frameworkintegration-5.0.0/CMakeLists.txt   2014-07-01 
20:26:12.0 +0200
+++ new/frameworkintegration-5.1.0/CMakeLists.txt   2014-08-02 
10:59:14.0 +0200
@@ -2,7 +2,7 @@
 
 project(FrameworkIntegration)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,8 +19,8 @@
 set(REQUIRED_QT_VERSION 5.2.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX FRAMEWORKINTEGRATION
   VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/frameworkintegration_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.0.0/po/ar/frameworkintegration5.po 
new/frameworkintegration-5.1.0/po/ar/frameworkintegration5.po
--- old/frameworkintegration-5.0.0/po/ar/frameworkintegration5.po   
2014-07-01 20:26:12.0 +0200
+++ new/frameworkintegration-5.1.0/po/ar/frameworkintegration5.po   
2014-08-02 10:59:14.0 +0200
@@ -9,11 +9,12 @@
 PO-Revision-Date: 2014-06-24 09:35+0300\n
 Last-Translator: Safa Alfulaij safa1996alful...@gmail.com\n
 Language-Team: Arabic d...@arabeyes.org\n
-Language: arMIME-Version: 1.0\n
+Language: ar\n
+MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100=3 
- n%100=10 ? 3 : n%100=11 ? 4 : 5;\n
+ n%100=10 ? 3 : n%100=11  n%100=99 ? 4 : 5;\n
 X-Generator: Lokalize 1.5\n
 
 #: platformtheme/kdeplatformfiledialoghelper.cpp:216
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.0.0/po/en_GB/frameworkintegration5.po 
new/frameworkintegration-5.1.0/po/en_GB/frameworkintegration5.po
--- old/frameworkintegration-5.0.0/po/en_GB/frameworkintegration5.po
2014-07-01 20:26:12.0 +0200
+++ new/frameworkintegration-5.1.0/po/en_GB/frameworkintegration5.po
2014-08-02 10:59:14.0 +0200
@@ -15,7 +15,6 @@
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=2; plural=n != 1;\n
-X-Generator: Lokalize 1.5\n
 
 #: platformtheme/kdeplatformfiledialoghelper.cpp:216
 msgid Opening...

commit ktexteditor for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2014-08-16 15:41:45

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


Package is ktexteditor

Changes:

--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2014-07-18 
16:50:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new/ktexteditor.changes 
2014-08-16 15:42:00.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:04 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
+
+---

Old:

  ktexteditor-5.0.0.tar.xz

New:

  ktexteditor-5.1.0.tar.xz



Other differences:
--
++ ktexteditor.spec ++
--- /var/tmp/diff_new_pack.873U5w/_old  2014-08-16 15:42:01.0 +0200
+++ /var/tmp/diff_new_pack.873U5w/_new  2014-08-16 15:42:01.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   ktexteditor
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -89,8 +89,7 @@
 %{_kf5_configdir}/kate*
 %{_kf5_libdir}/libKF5TextEditor.so.*
 %{_kf5_sharedir}/katepart5/
-%dir %{_kf5_sharedir}/katepart
-%{_kf5_sharedir}/katepart/katepart5ui.rc
+%{_kf5_sharedir}/kxmlgui5/
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/

++ ktexteditor-5.0.0.tar.xz - ktexteditor-5.1.0.tar.xz ++
 287038 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasma-framework for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2014-08-16 15:42:23

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


Package is plasma-framework

Changes:

--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2014-07-15 08:00:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-framework.new/plasma-framework.changes   
2014-08-16 15:43:11.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug  2 10:20:25 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 18 08:21:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Adjust BuildRequires depending whether Qt is built with openGL or open GL ES2
+
+---

Old:

  plasma-framework-5.0.0.tar.xz

New:

  plasma-framework-5.1.0.tar.xz



Other differences:
--
++ plasma-framework.spec ++
--- /var/tmp/diff_new_pack.eesVMU/_old  2014-08-16 15:43:15.0 +0200
+++ /var/tmp/diff_new_pack.eesVMU/_new  2014-08-16 15:43:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma-framework
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 Summary:Plasma library and runtime components based upon KF5 and Qt5
@@ -26,7 +26,7 @@
 Url:https://projects.kde.org/plasma-framework
 Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kactivities5-devel = %{kf5_version}
 BuildRequires:  karchive-devel = %{kf5_version}
@@ -58,7 +58,11 @@
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) = 5.2.0
 BuildRequires:  pkgconfig(egl)
+%ifarch %arm aarch64
+BuildRequires:  pkgconfig(glesv2)
+%else
 BuildRequires:  pkgconfig(gl)
+%endif
 BuildRequires:  pkgconfig(x11)
 Recommends: libqt5-qtquickcontrols
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -70,7 +74,7 @@
 Summary:Plasma library and runtime components
 Group:  Development/Libraries/KDE
 Requires:   %{name} = %{version}
-Requires:   extra-cmake-modules = 1.0.0
+Requires:   extra-cmake-modules = 1.1.0
 Requires:   kf5-filesystem
 Requires:   kservice-devel = %{kf5_version}
 Requires:   pkgconfig(Qt5Gui) = 5.2.0

++ plasma-framework-5.0.0.tar.xz - plasma-framework-5.1.0.tar.xz ++
 6135 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kbookmarks for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2014-08-16 15:42:13

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


Package is kbookmarks

Changes:

--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes2014-07-17 
09:20:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new/kbookmarks.changes   
2014-08-16 15:42:59.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kbookmarks-5.0.0.tar.xz

New:

  kbookmarks-5.1.0.tar.xz



Other differences:
--
++ kbookmarks.spec ++
--- /var/tmp/diff_new_pack.iqsaAw/_old  2014-08-16 15:43:00.0 +0200
+++ /var/tmp/diff_new_pack.iqsaAw/_new  2014-08-16 15:43:00.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Bookmarks5
 Name:   kbookmarks
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}

++ kbookmarks-5.0.0.tar.xz - kbookmarks-5.1.0.tar.xz ++
 332853 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kxmlgui for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2014-08-16 15:42:19

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


Package is kxmlgui

Changes:

--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2014-07-15 
16:26:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes 2014-08-16 
15:43:05.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:24 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
+
+---

Old:

  kxmlgui-5.0.0.tar.xz

New:

  kxmlgui-5.1.0.tar.xz



Other differences:
--
++ kxmlgui.spec ++
--- /var/tmp/diff_new_pack.t3fuB1/_old  2014-08-16 15:43:06.0 +0200
+++ /var/tmp/diff_new_pack.t3fuB1/_new  2014-08-16 15:43:06.0 +0200
@@ -18,12 +18,12 @@
 
 %define lname   libKF5XmlGui5
 Name:   kxmlgui
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel = %{kf5_version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}

++ kxmlgui-5.0.0.tar.xz - kxmlgui-5.1.0.tar.xz ++
 887729 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kio for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2014-08-16 15:42:07

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


Package is kio

Changes:

--- /work/SRC/openSUSE:Factory/kio/kio.changes  2014-07-17 17:31:28.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes 2014-08-16 
15:42:45.0 +0200
@@ -1,0 +2,12 @@
+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
+- Drop 0004-When-executing-commands-set-the-working-directory-to.patch,
+  0005-Fix-template-discovery-in-KNewFileMenu.patch,
+  0007-fix-kurlrequester-dialog-accept-handling.patch and
+  0008-warn-about-asserting-when-people-can-t-write-proper-.patch,
+  merged upstream
+
+---

Old:

  0004-When-executing-commands-set-the-working-directory-to.patch
  0005-Fix-template-discovery-in-KNewFileMenu.patch
  0007-fix-kurlrequester-dialog-accept-handling.patch
  0008-warn-about-asserting-when-people-can-t-write-proper-.patch
  kio-5.0.0.tar.xz

New:

  kio-5.1.0.tar.xz



Other differences:
--
++ kio.spec ++
--- /var/tmp/diff_new_pack.8I0MFF/_old  2014-08-16 15:42:46.0 +0200
+++ /var/tmp/diff_new_pack.8I0MFF/_new  2014-08-16 15:42:46.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   kio
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kbookmarks-devel = %{kf5_version}
@@ -66,11 +66,6 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAMS
-Patch1: 0004-When-executing-commands-set-the-working-directory-to.patch
-Patch2: 0005-Fix-template-discovery-in-KNewFileMenu.patch
-Patch3: 0007-fix-kurlrequester-dialog-accept-handling.patch
-Patch4: 0008-warn-about-asserting-when-people-can-t-write-proper-.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -100,10 +95,6 @@
 %lang_package
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
   %cmake_kf5 -d build

++ kio-5.0.0.tar.xz - kio-5.1.0.tar.xz ++
 128911 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kinit for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2014-08-16 15:42:03

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


Package is kinit

Changes:

--- /work/SRC/openSUSE:Factory/kinit/kinit.changes  2014-07-15 
08:00:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinit.new/kinit.changes 2014-08-16 
15:42:34.0 +0200
@@ -1,0 +2,15 @@
+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
+
+---

Old:

  kinit-5.0.0.tar.xz

New:

  fpie.patch
  kinit-5.1.0.tar.xz
  more_verbose.patch



Other differences:
--
++ kinit.spec ++
--- /var/tmp/diff_new_pack.D8Bchx/_old  2014-08-16 15:42:34.0 +0200
+++ /var/tmp/diff_new_pack.D8Bchx/_new  2014-08-16 15:42:34.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   kinit
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcrash-devel = %{kf5_version}
 BuildRequires:  kdoctools-devel = %{kf5_version}
@@ -44,6 +44,10 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-OPENSUSE more_verbose.patch -- add more usefull verbosity to 
kdeinit5 and klauncher
+Patch0: more_verbose.patch
+# PATCH-FIX-OPENSUSE fpie.patch  -- add -(f)pie link flags to start_kdeinit 
target
+Patch1: fpie.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,9 +67,11 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_CXX_FLAGS=%{optflags} -fpie 
-DCMAKE_C_FLAGS=%{optflags} -fpie -DCMAKE_SHARED_LINKER_FLAGS=-pie 
-DCMAKE_EXE_LINKER_FLAGS=-pie -DCMAKE_MODULE_LINKER_FLAGS=-pie
+  %cmake_kf5 -d build
   %make_jobs
 
 %install

++ fpie.patch ++
diff --git a/src/start_kdeinit/CMakeLists.txt b/src/start_kdeinit/CMakeLists.txt
index 56a91e3..1af14de 100644
--- a/src/start_kdeinit/CMakeLists.txt
+++ b/src/start_kdeinit/CMakeLists.txt
@@ -2,6 +2,11 @@ add_executable(start_kdeinit start_kdeinit.c)
 if (Libcap_FOUND)
target_link_libraries(start_kdeinit ${Libcap_LIBRARIES})
 endif()
+
+set_property(TARGET start_kdeinit APPEND_STRING PROPERTY COMPILE_FLAGS  
-fPIE)
+
+set_property(TARGET start_kdeinit APPEND_STRING PROPERTY LINK_FLAGS  -pie)
+
 add_executable(start_kdeinit_wrapper start_kdeinit_wrapper.c)
 
 install(TARGETS start_kdeinit DESTINATION ${KF5_LIBEXEC_INSTALL_DIR})
++ kinit-5.0.0.tar.xz - kinit-5.1.0.tar.xz ++
 954478 lines of diff (skipped)

++ more_verbose.patch ++
diff --git a/src/kdeinit/kinit.cpp b/src/kdeinit/kinit.cpp
index 296ebfd..dedbc9c 100644
--- a/src/kdeinit/kinit.cpp
+++ b/src/kdeinit/kinit.cpp
@@ -448,7 +448,7 @@ static void reset_oom_protect()
 if (write(oom_pipe, pid, sizeof(pid_t))  0) {
 sigsuspend(oldsigs);   // wait for the signal to come
 } else {
-#ifndef NDEBUG
+#ifndef NODEBUG
 fprintf(stderr, Failed to reset OOM protection: %d\n, pid);
 #endif
 }
@@ -512,7 +512,7 @@ static pid_t launch(int argc, const char *_name, const char 
*args,
 }
 }
 }
-#ifndef NDEBUG
+#ifndef NODEBUG
 fprintf(stderr, kdeinit5: preparing to launch '%s'\n, libpath.isEmpty()
 ? execpath.constData() : libpath.toUtf8().constData());
 #endif
@@ -742,7 +742,7 @@ static pid_t launch(int argc, const char *_name, const char 
*args,
 d.n = read(d.fd[0], d.result, 1);
 if (d.n == 1) {
 if (d.result == 2) {
-#ifndef NDEBUG
+#ifndef NODEBUG
 //fprintf(stderr, kdeinit5: no kdeinit module, trying 
exec\n);
 #endif
 exec = true;
@@ -1020,7 +1020,7 @@ static void start_klauncher()
 sprintf(args + 5, %d, d.launcher[1]);
 d.launcher_pid = launch(2, klauncher, args);
 close(d.launcher[1]);
-#ifndef NDEBUG
+#ifndef NODEBUG
 fprintf(stderr, kdeinit5: Launched KLauncher, pid = %ld, result = %d\n,
 

commit kitemmodels for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2014-08-16 15:42:15

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


Package is kitemmodels

Changes:

--- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes  2014-07-10 
09:31:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new/kitemmodels.changes 
2014-08-16 15:43:02.0 +0200
@@ -1,0 +2,8 @@
+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
+- Harden required Qt5 libs versions
+
+---

Old:

  kitemmodels-5.0.0.tar.xz

New:

  kitemmodels-5.1.0.tar.xz



Other differences:
--
++ kitemmodels.spec ++
--- /var/tmp/diff_new_pack.L519bM/_old  2014-08-16 15:43:02.0 +0200
+++ /var/tmp/diff_new_pack.L519bM/_new  2014-08-16 15:43:02.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5ItemModels5
 Name:   kitemmodels
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -39,6 +39,7 @@
 %package -n %lname
 Summary:Set of item models extending the Qt model-view framework
 Group:  System/GUI/KDE
+%requires_ge libQt5Core5
 
 %description -n %lname
 KItemModels provides a set of item models extending the Qt model-view 
framework.
@@ -78,9 +79,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5ItemModels.so
 %{_kf5_libdir}/cmake/KF5ItemModels/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KItemModels.pri
 
 %changelog

++ kitemmodels-5.0.0.tar.xz - kitemmodels-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.0.0/CMakeLists.txt 
new/kitemmodels-5.1.0/CMakeLists.txt
--- old/kitemmodels-5.0.0/CMakeLists.txt2014-07-01 20:16:47.0 
+0200
+++ new/kitemmodels-5.1.0/CMakeLists.txt2014-08-02 10:19:39.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KItemModels)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,7 +19,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KITEMMODELS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kitemmodels_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kparts for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2014-08-16 15:42:08

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


Package is kparts

Changes:

--- /work/SRC/openSUSE:Factory/kparts/kparts.changes2014-07-18 
06:41:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kparts.new/kparts.changes   2014-08-16 
15:42:47.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kparts-5.0.0.tar.xz

New:

  kparts-5.1.0.tar.xz



Other differences:
--
++ kparts.spec ++
--- /var/tmp/diff_new_pack.Yefmu1/_old  2014-08-16 15:42:48.0 +0200
+++ /var/tmp/diff_new_pack.Yefmu1/_new  2014-08-16 15:42:48.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Parts5
 Name:   kparts
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}

++ kparts-5.0.0.tar.xz - kparts-5.1.0.tar.xz ++
 967495 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kplotting for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2014-08-16 15:42:11

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


Package is kplotting

Changes:

--- /work/SRC/openSUSE:Factory/kplotting/kplotting.changes  2014-07-10 
09:31:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2014-08-16 
15:42:53.0 +0200
@@ -1,0 +2,8 @@
+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
+
+---

Old:

  kplotting-5.0.0.tar.xz

New:

  kplotting-5.1.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.CZjZek/_old  2014-08-16 15:42:54.0 +0200
+++ /var/tmp/diff_new_pack.CZjZek/_new  2014-08-16 15:42:54.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Plotting5
 Name:   kplotting
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -44,6 +44,7 @@
 %package -n %lname
 Summary:KDE Data plotting
 Group:  System/GUI/KDE
+%requires_ge libQt5Widgets5
 
 %description -n %lname
 KPlotWidget is a QWidget-derived class that provides a virtual base class
@@ -90,9 +91,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Plotting.so
 %{_kf5_libdir}/cmake/KF5Plotting/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KPlotting.pri
 
 %changelog

++ kplotting-5.0.0.tar.xz - kplotting-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.0.0/CMakeLists.txt 
new/kplotting-5.1.0/CMakeLists.txt
--- old/kplotting-5.0.0/CMakeLists.txt  2014-07-01 20:17:59.0 +0200
+++ new/kplotting-5.1.0/CMakeLists.txt  2014-08-02 10:20:40.0 +0200
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,7 +19,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdeclarative for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2014-08-16 15:42:06

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


Package is kdeclarative

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2014-07-18 14:03:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2014-08-16 15:42:42.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kdeclarative-5.0.0.tar.xz

New:

  kdeclarative-5.1.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.jMQGZh/_old  2014-08-16 15:42:43.0 +0200
+++ /var/tmp/diff_new_pack.jMQGZh/_new  2014-08-16 15:42:43.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Declarative5
 Name:   kdeclarative
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}

++ kdeclarative-5.0.0.tar.xz - kdeclarative-5.1.0.tar.xz ++
 963182 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit solid for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2014-08-16 15:42:09

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


Package is solid

Changes:

--- /work/SRC/openSUSE:Factory/solid/solid.changes  2014-07-10 
14:56:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2014-08-16 
15:42:49.0 +0200
@@ -1,0 +2,16 @@
+Thu Aug  7 12:53:49 UTC 2014 - toddrme2...@gmail.com
+
+- Add media-player-info dependency for media player
+  identification.  It is a runtime dependency that was not listed
+  as a dependency at all.
+
+---
+Sat Aug  2 10:20:19 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
+
+---

Old:

  solid-5.0.0.tar.xz

New:

  solid-5.1.0.tar.xz



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.b7bjY7/_old  2014-08-16 15:42:50.0 +0200
+++ /var/tmp/diff_new_pack.b7bjY7/_new  2014-08-16 15:42:50.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Solid5
 Name:   solid
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  bison
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  kf5-filesystem
@@ -52,6 +52,11 @@
 Obsoletes:  libKF5Solid4
 Recommends: %lname-lang = %{version}
 Recommends: %{name}-imports = %{version}
+Requires:   media-player-info
+%requires_ge libQt5Core5
+%requires_ge libQt5DBus5
+%requires_ge libQt5Widgets5
+%requires_ge libQt5Xml5
 
 %description -n %lname
 Solid is a device integration framework.  It provides a way of querying and
@@ -60,6 +65,7 @@
 %package imports
 Summary:KDE Desktop hardware abstraction
 Group:  System/GUI/KDE
+%requires_ge libQtQuick5
 
 %description imports
 Solid is a device integration framework.  It provides a way of querying and
@@ -83,7 +89,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build -- -DWITH_NEW_SOLID_JOB=ON -DWITH_NEW_POWER_ASYNC_API=ON
+  %cmake_kf5 -d build -- -DWITH_NEW_SOLID_JOB=ON -DWITH_NEW_POWER_ASYNC_API=ON 
-Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -117,9 +123,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Solid.so
 %{_kf5_libdir}/cmake/KF5Solid/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_Solid.pri
 
 %changelog

++ solid-5.0.0.tar.xz - solid-5.1.0.tar.xz ++
 43686 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit threadweaver for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package threadweaver for openSUSE:Factory 
checked in at 2014-08-16 15:42:20

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


Package is threadweaver

Changes:

--- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes
2014-07-10 09:31:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.threadweaver.new/threadweaver.changes   
2014-08-16 15:43:08.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  2 10:20:24 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
+
+---

Old:

  threadweaver-5.0.0.tar.xz

New:

  threadweaver-5.1.0.tar.xz



Other differences:
--
++ threadweaver.spec ++
--- /var/tmp/diff_new_pack.b7g8LJ/_old  2014-08-16 15:43:09.0 +0200
+++ /var/tmp/diff_new_pack.b7g8LJ/_new  2014-08-16 15:43:09.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5ThreadWeaver5
 Name:   threadweaver
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -45,6 +45,7 @@
 %package -n %lname
 Summary:KDE Helper for multithreaded programming
 Group:  System/GUI/KDE
+%requires_ge libQt5Core5
 
 %description -n %lname
 ThreadWeaver is a helper for multithreaded programming.  It uses a job-based
@@ -93,9 +94,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5ThreadWeaver.so
 %{_kf5_libdir}/cmake/KF5ThreadWeaver/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_ThreadWeaver.pri
 
 %changelog

++ threadweaver-5.0.0.tar.xz - threadweaver-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.0.0/CMakeLists.txt 
new/threadweaver-5.1.0/CMakeLists.txt
--- old/threadweaver-5.0.0/CMakeLists.txt   2014-07-01 20:19:34.0 
+0200
+++ new/threadweaver-5.1.0/CMakeLists.txt   2014-08-02 10:22:22.0 
+0200
@@ -2,7 +2,7 @@
 
 project(ThreadWeaver)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -25,7 +25,7 @@
 ENDIF()
 
 # -- Maintained by scripty
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX THREADWEAVER
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/threadweaver_version.h

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kcmutils for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2014-08-16 15:42:21

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


Package is kcmutils

Changes:

--- /work/SRC/openSUSE:Factory/kcmutils/kcmutils.changes2014-07-18 
16:50:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes   2014-08-16 
15:43:09.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:25 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
+
+---

Old:

  kcmutils-5.0.0.tar.xz

New:

  kcmutils-5.1.0.tar.xz



Other differences:
--
++ kcmutils.spec ++
--- /var/tmp/diff_new_pack.3fvIg1/_old  2014-08-16 15:43:10.0 +0200
+++ /var/tmp/diff_new_pack.3fvIg1/_new  2014-08-16 15:43:10.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5KCMUtils5
 Name:   kcmutils
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}

++ kcmutils-5.0.0.tar.xz - kcmutils-5.1.0.tar.xz ++
 954152 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kded for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2014-08-16 15:42:15

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


Package is kded

Changes:

--- /work/SRC/openSUSE:Factory/kded/kded.changes2014-07-15 
08:00:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2014-08-16 
15:43:00.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  kded-5.0.0.tar.xz

New:

  kded-5.1.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.hcknpk/_old  2014-08-16 15:43:01.0 +0200
+++ /var/tmp/diff_new_pack.hcknpk/_new  2014-08-16 15:43:01.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   kded
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kcrash-devel = %{kf5_version}

++ kded-5.0.0.tar.xz - kded-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.0.0/CMakeLists.txt 
new/kded-5.1.0/CMakeLists.txt
--- old/kded-5.0.0/CMakeLists.txt   2014-07-01 20:14:50.0 +0200
+++ new/kded-5.1.0/CMakeLists.txt   2014-08-02 10:17:50.0 +0200
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2)
@@ -12,8 +12,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.1.0) # handled by release scripts
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Crash ${KF5_DEP_VERSION} REQUIRED)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kpty for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kpty for openSUSE:Factory checked in 
at 2014-08-16 15:42:16

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


Package is kpty

Changes:

--- /work/SRC/openSUSE:Factory/kpty/kpty.changes2014-07-15 
08:00:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpty.new/kpty.changes   2014-08-16 
15:43:03.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:23 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
+
+---

Old:

  kpty-5.0.0.tar.xz

New:

  kpty-5.1.0.tar.xz



Other differences:
--
++ kpty.spec ++
--- /var/tmp/diff_new_pack.Uz7mF4/_old  2014-08-16 15:43:04.0 +0200
+++ /var/tmp/diff_new_pack.Uz7mF4/_new  2014-08-16 15:43:04.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Pty5
 Name:   kpty
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem

++ kpty-5.0.0.tar.xz - kpty-5.1.0.tar.xz ++
 975226 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kauth for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2014-08-16 15:42:09

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


Package is kauth

Changes:

--- /work/SRC/openSUSE:Factory/kauth/kauth.changes  2014-07-21 
22:34:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2014-08-16 
15:42:51.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug  2 10:20:19 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
+- Drop polkit-qt5-support.patch,
+  0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
+  and 0001-Fix-race-condition.patch, merged upstream
+
+---

Old:

  0001-Fix-race-condition.patch
  0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
  kauth-5.0.0.tar.xz
  polkit-qt5-support.patch

New:

  kauth-5.1.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.M3sVCD/_old  2014-08-16 15:42:51.0 +0200
+++ /var/tmp/diff_new_pack.M3sVCD/_new  2014-08-16 15:42:51.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Auth5
 Name:   kauth
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -36,12 +36,6 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM polkit-qt5-support.patch -- add support for polkit-qt-1 
Qt5 port, https://git.reviewboard.kde.org/r/118264/
-Patch0: polkit-qt5-support.patch
-# PATCH-FIX-UPSTREAM 
0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
-Patch1: 0001-Pass-trailing-slash-to-searched-backend-helper-plugi.patch
-# PATCH-FIX-UPSTREAM 0001-Fix-race-condition.patch -- 
https://git.reviewboard.kde.org/r/119323/
-Patch2: 0001-Fix-race-condition.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,9 +64,6 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}

++ kauth-5.0.0.tar.xz - kauth-5.1.0.tar.xz ++
 918783 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kapidox for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2014-08-16 15:42:02

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


Package is kapidox

Changes:

--- /work/SRC/openSUSE:Factory/kapidox/kapidox.changes  2014-07-10 
09:31:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2014-08-16 
15:42:33.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug  2 10:20:14 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
+- Added python-Jinja2, python-xml, doxygen, graphviz and
+  graphviz-gd Requires
+- Added python-PyYAML Recommends
+
+---

Old:

  kapidox-5.0.0.tar.xz

New:

  kapidox-5.1.0.tar.xz



Other differences:
--
++ kapidox.spec ++
--- /var/tmp/diff_new_pack.6ksqFd/_old  2014-08-16 15:42:33.0 +0200
+++ /var/tmp/diff_new_pack.6ksqFd/_new  2014-08-16 15:42:33.0 +0200
@@ -17,12 +17,18 @@
 
 
 Name:   kapidox
-Version:5.0.0
+Version:5.1.0
 Release:0
 Requires:   doxygen
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  python
+Requires:   python-Jinja2
+Recommends: python-PyYAML
+Requires:   doxygen
+Requires:   graphviz
+Requires:   graphviz-gd
+Requires:   python-xml
 Summary:KDE Base Libraries
 License:BSD-2-Clause
 Group:  System/GUI/KDE

++ kapidox-5.0.0.tar.xz - kapidox-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.0.0/src/jquery/LICENSE 
new/kapidox-5.1.0/src/jquery/LICENSE
--- old/kapidox-5.0.0/src/jquery/LICENSE1970-01-01 01:00:00.0 
+0100
+++ new/kapidox-5.1.0/src/jquery/LICENSE2014-07-15 21:20:31.0 
+0200
@@ -0,0 +1,19 @@
+  Permission is hereby granted, free of charge, to any person obtaining
+  a copy of this software and associated documentation files (the
+  Software), to deal in the Software without restriction, including
+  without limitation the rights to use, copy, modify, merge, publish,
+  distribute, sublicense, and/or sell copies of the Software, and to
+  permit persons to whom the Software is furnished to do so, subject to
+  the following conditions:
+  .
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+  .
+  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.0.0/src/kapidox/data/api_searchbox.html 
new/kapidox-5.1.0/src/kapidox/data/api_searchbox.html
--- old/kapidox-5.0.0/src/kapidox/data/api_searchbox.html   2014-06-06 
14:16:16.0 +0200
+++ new/kapidox-5.1.0/src/kapidox/data/api_searchbox.html   1970-01-01 
01:00:00.0 +0100
@@ -1,39 +0,0 @@
-div class=menu_box
-  div class=menutitledivh2Search/h2/div/div
-  div style=text-align: left;
-form action=/mapsearcher.php method=get
-  input type=text name=class value=search term style=width:100%; 
onclick=this.value='';/
-  br /
-  select name=module
-optionALL/option
-optionkdelibs/option
-optionkdepimlibs/option
-optionkdebase-apps/option
-optionkdebase-runtime/option
-optionkdebase-workspace/option
-optionkdeedu/option
-optionkdegames/option
-optionkdegraphics/option
-optionkdemultimedia/option
-optionkdenetwork/option
-optionkdepim/option
-optionkdepim-runtime/option
-optionkdeplasma-addons/option
-optionkdesdk/option
-optionkdevelop/option
-optionkdeutils/option
-optionkdewebdev/option
-optionkdesupport/option
-  /select
-  select name=version
-optionALL/option
-option4.x/option
-option4.8/option
-option3.5/option
-optionextragear/option
-optionkdesupport/option
-  /selectbr/
-  input type=submit name=go value=Go /
-/form
-  /div
-/div
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kwidgetsaddons for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kwidgetsaddons for openSUSE:Factory 
checked in at 2014-08-16 15:42:04

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


Package is kwidgetsaddons

Changes:

--- /work/SRC/openSUSE:Factory/kwidgetsaddons/kwidgetsaddons.changes
2014-07-10 09:31:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwidgetsaddons.new/kwidgetsaddons.changes   
2014-08-16 15:42:38.0 +0200
@@ -1,0 +2,9 @@
+Sat Aug  2 10:20:16 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
+
+---

Old:

  kwidgetsaddons-5.0.0.tar.xz

New:

  kwidgetsaddons-5.1.0.tar.xz



Other differences:
--
++ kwidgetsaddons.spec ++
--- /var/tmp/diff_new_pack.tsBR4o/_old  2014-08-16 15:42:39.0 +0200
+++ /var/tmp/diff_new_pack.tsBR4o/_new  2014-08-16 15:42:39.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5WidgetsAddons5
 Name:   kwidgetsaddons
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -45,6 +45,7 @@
 Group:  System/GUI/KDE
 Obsoletes:  libKF5WidgetsAddons4
 Recommends: %lname-lang = %{version}
+%requires_ge libQt5Widgets5
 
 %description -n %lname
 his repository contains add-on widgets and classes for applications
@@ -69,7 +70,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -94,9 +95,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5WidgetsAddons.so
 %{_kf5_libdir}/cmake/KF5WidgetsAddons/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KWidgetsAddons.pri
 
 %changelog

++ kwidgetsaddons-5.0.0.tar.xz - kwidgetsaddons-5.1.0.tar.xz ++
 859656 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit knotifyconfig for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2014-08-16 15:42:04

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


Package is knotifyconfig

Changes:

--- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes  
2014-07-18 16:50:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new/knotifyconfig.changes 
2014-08-16 15:42:36.0 +0200
@@ -1,0 +2,7 @@
+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
+
+---

Old:

  knotifyconfig-5.0.0.tar.xz

New:

  knotifyconfig-5.1.0.tar.xz



Other differences:
--
++ knotifyconfig.spec ++
--- /var/tmp/diff_new_pack.3KW44e/_old  2014-08-16 15:42:37.0 +0200
+++ /var/tmp/diff_new_pack.3KW44e/_new  2014-08-16 15:42:37.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5NotifyConfig5
 Name:   knotifyconfig
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}

++ knotifyconfig-5.0.0.tar.xz - knotifyconfig-5.1.0.tar.xz ++
 971116 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sonnet for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2014-08-16 15:42:13

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


Package is sonnet

Changes:

--- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes2014-07-10 
09:31:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes   2014-08-16 
15:42:57.0 +0200
@@ -1,0 +2,9 @@
+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
+- Harden required Qt5 libs versions
+- Pass the location of lconvert executable
+
+---

Old:

  sonnet-5.0.0.tar.xz

New:

  sonnet-5.1.0.tar.xz



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.k6NU4u/_old  2014-08-16 15:42:58.0 +0200
+++ /var/tmp/diff_new_pack.k6NU4u/_new  2014-08-16 15:42:58.0 +0200
@@ -18,13 +18,13 @@
 
 %define sonum   5
 Name:   sonnet
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  aspell-devel
 BuildRequires:  cmake = 2.8.12
 # Enchant plugin is currently disabled upstream
 #BuildRequires:  enchant-devel
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -50,6 +50,7 @@
 Group:  System/GUI/KDE
 Obsoletes:  libKF5SonnetCore4
 Recommends: libKF5SonnetCore%sonum-lang = %{version}
+%requires_ge libQt5Core5
 
 %description -n libKF5SonnetCore%sonum
 Sonnet is a plugin-based spell checking library for Qt-based
@@ -59,6 +60,9 @@
 %package -n libKF5SonnetUi%sonum
 Summary:KDE spell checking library
 Group:  System/GUI/KDE
+%requires_ge libQt5Gui5
+%requires_ge libQt5Widgets5
+%requires_ge libKF5SonnetCore5
 
 %description -n libKF5SonnetUi%sonum
 Sonnet is a plugin-based spell checking library for Qt-based
@@ -83,7 +87,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -119,9 +123,7 @@
 %{_kf5_libdir}/libKF5SonnetCore.so
 %{_kf5_libdir}/libKF5SonnetUi.so
 %{_kf5_libdir}/cmake/KF5Sonnet/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_Sonnet*.pri
 
 %changelog

++ sonnet-5.0.0.tar.xz - sonnet-5.1.0.tar.xz ++
 890284 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit karchive for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package karchive for openSUSE:Factory 
checked in at 2014-08-16 15:42:05

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


Package is karchive

Changes:

--- /work/SRC/openSUSE:Factory/karchive/karchive.changes2014-07-10 
09:31:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.karchive.new/karchive.changes   2014-08-16 
15:42:41.0 +0200
@@ -1,0 +2,8 @@
+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
+- Harden required Qt5 libs versions
+
+---

Old:

  karchive-5.0.0.tar.xz

New:

  karchive-5.1.0.tar.xz



Other differences:
--
++ karchive.spec ++
--- /var/tmp/diff_new_pack.xpKI6O/_old  2014-08-16 15:42:42.0 +0200
+++ /var/tmp/diff_new_pack.xpKI6O/_new  2014-08-16 15:42:42.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Archive5
 Name:   karchive
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -46,6 +46,7 @@
 %package -n %lname
 Summary:Qt 5 addon providing access to numerous types of archives
 Group:  System/GUI/KDE
+%requires_ge libQt5Core5
 
 %description -n %lname
 KArchive provides classes for easy reading, creation and manipulation of
@@ -92,9 +93,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5Archive.so
 %{_kf5_libdir}/cmake/KF5Archive/
-%dir %{_kf5_includedir}/KArchive
-%{_kf5_includedir}/KArchive
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KArchive.pri
 
 %changelog

++ karchive-5.0.0.tar.xz - karchive-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.0.0/CMakeLists.txt 
new/karchive-5.1.0/CMakeLists.txt
--- old/karchive-5.0.0/CMakeLists.txt   2014-07-01 20:13:29.0 +0200
+++ new/karchive-5.1.0/CMakeLists.txt   2014-08-02 10:15:53.0 +0200
@@ -2,7 +2,7 @@
 
 project(KArchive)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -45,7 +45,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
 VARIABLE_PREFIX KARCHIVE

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kwindowsystem for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kwindowsystem for openSUSE:Factory 
checked in at 2014-08-16 15:42:12

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


Package is kwindowsystem

Changes:

--- /work/SRC/openSUSE:Factory/kwindowsystem/kwindowsystem.changes  
2014-07-10 09:31:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwindowsystem.new/kwindowsystem.changes 
2014-08-16 15:42:54.0 +0200
@@ -1,0 +2,9 @@
+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
+- Pass the location of lconvert executable
+
+---

Old:

  kwindowsystem-5.0.0.tar.xz

New:

  kwindowsystem-5.1.0.tar.xz



Other differences:
--
++ kwindowsystem.spec ++
--- /var/tmp/diff_new_pack.P4UShZ/_old  2014-08-16 15:42:55.0 +0200
+++ /var/tmp/diff_new_pack.P4UShZ/_new  2014-08-16 15:42:55.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5WindowSystem5
 Name:   kwindowsystem
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -52,6 +52,8 @@
 Summary:KDE Access to window manager
 Group:  System/GUI/KDE
 Recommends: %lname-lang = %{version}
+%requires_ge libQt5Widgets5
+%requires_ge libQt5X11Extras5
 
 %description -n %lname
 Convenience access to certain properties and features of the window manager.
@@ -81,7 +83,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -105,9 +107,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5WindowSystem.so
 %{_kf5_libdir}/cmake/KF5WindowSystem/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KWindowSystem.pri
 
 %changelog

++ kwindowsystem-5.0.0.tar.xz - kwindowsystem-5.1.0.tar.xz ++
 920388 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kitemviews for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kitemviews for openSUSE:Factory 
checked in at 2014-08-16 15:42:25

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


Package is kitemviews

Changes:

--- /work/SRC/openSUSE:Factory/kitemviews/kitemviews.changes2014-07-10 
09:31:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kitemviews.new/kitemviews.changes   
2014-08-16 15:43:19.0 +0200
@@ -1,0 +2,9 @@
+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
+
+---

Old:

  kitemviews-5.0.0.tar.xz

New:

  kitemviews-5.1.0.tar.xz



Other differences:
--
++ kitemviews.spec ++
--- /var/tmp/diff_new_pack.o6DtTw/_old  2014-08-16 15:43:20.0 +0200
+++ /var/tmp/diff_new_pack.o6DtTw/_new  2014-08-16 15:43:20.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5ItemViews5
 Name:   kitemviews
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -44,6 +44,7 @@
 Summary:Set of item views extending the Qt model-view framework
 Group:  System/GUI/KDE
 Recommends: %lname-lang = %{version}
+%requires_ge libQt5Widgets5
 
 %description -n %lname
 KItemViews includes a set of views, which can be used with item models. It
@@ -67,7 +68,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -91,9 +92,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5ItemViews.so
 %{_kf5_libdir}/cmake/KF5ItemViews/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KItemViews.pri
 
 %changelog

++ kitemviews-5.0.0.tar.xz - kitemviews-5.1.0.tar.xz ++
 916281 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit milou5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2014-08-16 15:42:45

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


Package is milou5

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2014-07-25 
09:10:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes   2014-08-16 
15:43:45.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 10 21:45:55 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+
+---

Old:

  milou-5.0.0.tar.xz

New:

  milou-5.0.1.tar.xz



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.vebH82/_old  2014-08-16 15:43:45.0 +0200
+++ /var/tmp/diff_new_pack.vebH82/_new  2014-08-16 15:43:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   milou5
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0+ and LGPL-2.1+

++ milou-5.0.0.tar.xz - milou-5.0.1.tar.xz ++
 2115 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit khotkeys5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2014-08-16 15:42:31

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


Package is khotkeys5

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2014-07-28 
16:12:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2014-08-16 
15:43:27.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 11 21:19:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+
+---

Old:

  khotkeys-5.0.0.tar.xz

New:

  khotkeys-5.0.1.tar.xz



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.vVJ2Es/_old  2014-08-16 15:43:28.0 +0200
+++ /var/tmp/diff_new_pack.vVJ2Es/_new  2014-08-16 15:43:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   khotkeys5
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:KDE's hotkey daemon
 License:GPL-2.0+

++ khotkeys-5.0.0.tar.xz - khotkeys-5.0.1.tar.xz ++
 5224 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kwrited5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2014-08-16 15:42:40

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


Package is kwrited5

Changes:

--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes2014-07-25 
09:10:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes   2014-08-16 
15:43:37.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 11 21:07:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+
+---

Old:

  kwrited-5.0.0.tar.xz

New:

  kwrited-5.0.1.tar.xz



Other differences:
--
++ kwrited5.spec ++
--- /var/tmp/diff_new_pack.9V9H79/_old  2014-08-16 15:43:38.0 +0200
+++ /var/tmp/diff_new_pack.9V9H79/_new  2014-08-16 15:43:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwrited5
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Daemon listening for wall and write messages
 License:GPL-2.0+

++ kwrited-5.0.0.tar.xz - kwrited-5.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.0.0/CMakeLists.txt 
new/kwrited-5.0.1/CMakeLists.txt
--- old/kwrited-5.0.0/CMakeLists.txt2014-07-10 16:49:52.0 +0200
+++ new/kwrited-5.0.1/CMakeLists.txt2014-08-08 15:50:52.0 +0200
@@ -2,7 +2,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION 5.3.0)
 
-set(KWRITED_VERSION 5.0.0)
+set(KWRITED_VERSION 5.0.1)
 set(KWRITED_STRING_VERSION ${KWRITED_VERSION})
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS 
-DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_KEYWORDS)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit powerdevil5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2014-08-16 15:42:50

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


Package is powerdevil5

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2014-07-28 
16:11:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new/powerdevil5.changes 
2014-08-16 15:43:59.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  8 18:54:34 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+
+---

Old:

  powerdevil-5.0.1~20140724~48b5011.tar.xz

New:

  powerdevil-5.0.1.tar.xz



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.o0dAAd/_old  2014-08-16 15:44:00.0 +0200
+++ /var/tmp/diff_new_pack.o0dAAd/_new  2014-08-16 15:44:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   powerdevil5
-Version:5.0.1~20140724~48b5011
+Version:5.0.1
 Release:0
 Summary:KDE Power Management module
 License:GPL-2.0+

++ powerdevil-5.0.1~20140724~48b5011.tar.xz - powerdevil-5.0.1.tar.xz 
++
 49603 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkscreen2 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2014-08-16 15:42:41

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


Package is libkscreen2

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2014-07-25 
09:10:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes 
2014-08-16 15:43:38.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 10 21:11:18 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.92:
+   * Bugfix release
+
+---

Old:

  libkscreen-5.0.91.tar.xz

New:

  libkscreen-5.0.92.tar.xz



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.AWfBHG/_old  2014-08-16 15:43:39.0 +0200
+++ /var/tmp/diff_new_pack.AWfBHG/_new  2014-08-16 15:43:39.0 +0200
@@ -19,7 +19,7 @@
 %define lname   libKF5Screen5
 %define plasma_version 5.0.0   
 Name:   libkscreen2
-Version:5.0.91
+Version:5.0.92
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 0.0.12
@@ -39,7 +39,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/5.0.0/libkscreen-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/5.0.1/libkscreen-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libkscreen-5.0.91.tar.xz - libkscreen-5.0.92.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasma5-workspace for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2014-08-16 15:42:49

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


Package is plasma5-workspace

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2014-07-28 16:11:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2014-08-16 15:43:56.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug  8 17:31:10 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+  * Bugfix release, translation and accessibility fixes
+  * Translation updates
+
+---
+Tue Aug  5 18:02:01 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Add frameworkintegration-plugin Requires
+- Split out drkonqi to a separate drkonqi5 package (useful for those
+  that want to get backtrace w/o Workspace installed)
+
+---

Old:

  plasma-workspace-5.0.1~20140724~3ba9875.tar.xz

New:

  plasma-workspace-5.0.1.tar.xz



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.yE7FV0/_old  2014-08-16 15:43:57.0 +0200
+++ /var/tmp/diff_new_pack.yE7FV0/_new  2014-08-16 15:43:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-workspace
-Version:5.0.1~20140724~3ba9875
+Version:5.0.1
 Release:0
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0+
@@ -93,6 +93,9 @@
 Requires:   libqt5-qtquickcontrols
 # battery applet
 Requires:   solid-imports
+# dialog/platformtheme/etc
+Requires:   drkonqi5
+Requires:   frameworkintegration-plugin
 # de-facto even required...
 Recommends: kactivities5
 # we want wallpaper previews
@@ -106,6 +109,13 @@
 %description
 This package contains the basic packages for a Plasma workspace.
 
+%package -n drkonqi5
+Summary:KDE crash handler
+Group:  Development/Tools/Debuggers
+
+%description -n drkonqi5
+The KDE Crash Handler gives the user feedback if a program has crashed.
+
 %package devel
 Summary:The KDE Plasma Workspace Components
 Group:  Development/Libraries/KDE
@@ -133,15 +143,17 @@
   # we have a separate package for Plasma5 session
   rm -rf %{buildroot}%{_kf5_sharedir}/xsessions
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
+%post -n drkonqi5 -p /sbin/ldconfig
+
+%postun -n drkonqi5 -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %doc COPYING*
-%{_kf5_bindir}/installdbgsymbols.sh
 %{_kf5_bindir}/kcheckrunning
 %{_kf5_bindir}/kcminit
 %{_kf5_bindir}/kcminit_startup
@@ -162,7 +174,6 @@
 %config %{_kf5_configdir}/plasmoids.knsrc
 %config %{_kf5_configdir}/wallpaper.knsrc
 %dir %{_kf5_libdir}/libexec
-%{_kf5_libdir}/libexec/drkonqi
 %{_kf5_libdir}/libexec/kcheckpass
 %{_kf5_libdir}/libexec/kscreenlocker_greet
 %{_kf5_libdir}/libexec/ksyncdbusenv
@@ -176,7 +187,6 @@
 %{_kf5_libdir}/libplasma-geolocation-interface.so.*
 %{_kf5_libdir}/libtaskmanager.so.*
 %{_kf5_libdir}/libweather_ion.so.*
-%{_kf5_libdir}/libKF5XmlRpcClientPrivate.so.*
 %{_kf5_plugindir}/
 %{_kf5_qmldir}/
 %{_kf5_applicationsdir}/org.kde.klipper.desktop
@@ -188,7 +198,6 @@
 %dir %{_kf5_htmldir}/en
 %dir %{_kf5_htmldir}
 %doc %{_kf5_htmldir}/en/klipper/
-%{_kf5_sharedir}/drkonqi/
 %{_kf5_notifydir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
@@ -199,6 +208,15 @@
 %{_kf5_sharedir}/solid/
 %{_kf5_sharedir}/sddm/
 
+%files -n drkonqi5
+%defattr(-,root,root)
+%doc COPYING*
+%{_kf5_bindir}/installdbgsymbols.sh
+%dir %{_kf5_libdir}/libexec
+%{_kf5_libdir}/libexec/drkonqi
+%{_kf5_sharedir}/drkonqi/
+%{_kf5_libdir}/libKF5XmlRpcClientPrivate.so.*
+
 %files devel
 %defattr(-,root,root)
 %doc COPYING*

++ plasma-workspace-5.0.1~20140724~3ba9875.tar.xz - 
plasma-workspace-5.0.1.tar.xz ++
 865627 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdelibs4support for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4support for openSUSE:Factory 
checked in at 2014-08-16 15:42:23

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


Package is kdelibs4support

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4support/kdelibs4support.changes  
2014-07-18 16:50:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4support.new/kdelibs4support.changes 
2014-08-16 15:43:16.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:26 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
+
+---

Old:

  kdelibs4support-5.0.0.tar.xz

New:

  kdelibs4support-5.1.0.tar.xz



Other differences:
--
++ kdelibs4support.spec ++
--- /var/tmp/diff_new_pack.l9zbQd/_old  2014-08-16 15:43:16.0 +0200
+++ /var/tmp/diff_new_pack.l9zbQd/_new  2014-08-16 15:43:16.0 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5KDELibs4Support5
 Name:   kdelibs4support
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}

++ kdelibs4support-5.0.0.tar.xz - kdelibs4support-5.1.0.tar.xz ++
 12429 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libKF5NetworkManagerQt for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2014-08-16 15:42:45

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


Package is libKF5NetworkManagerQt

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes
2014-07-25 09:10:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
   2014-08-16 15:43:44.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 10 22:16:00 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.92
+   * Bugfix release
+
+---

Old:

  libnm-qt-5.0.91.tar.xz

New:

  libnm-qt-5.0.92.tar.xz



Other differences:
--
++ libKF5NetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.9DraS9/_old  2014-08-16 15:43:44.0 +0200
+++ /var/tmp/diff_new_pack.9DraS9/_new  2014-08-16 15:43:44.0 +0200
@@ -20,7 +20,7 @@
 %define soversion 5
 
 Name:   libKF5NetworkManagerQt
-Version:5.0.91
+Version:5.0.92
 Release:0
 Summary:A qt wrapper around the NetworkManager libraries
 License:LGPL-2.1 or LGPL-3.0

++ libnm-qt-5.0.91.tar.xz - libnm-qt-5.0.92.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnm-qt-5.0.91/CMakeLists.txt 
new/libnm-qt-5.0.92/CMakeLists.txt
--- old/libnm-qt-5.0.91/CMakeLists.txt  2014-07-10 20:21:19.0 +0200
+++ new/libnm-qt-5.0.92/CMakeLists.txt  2014-08-08 17:20:50.0 +0200
@@ -13,7 +13,7 @@
 include(KDECMakeSettings)
 
 set(REQUIRED_QT_VERSION 5.2.0)
-find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED Core DBus Network Test)
+find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED Core DBus Network)
 
 add_definitions(${QT_DEFINITIONS})
 
@@ -29,7 +29,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.0.91)
+set(KF5_VERSION 5.0.92)
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX NETWORKMANAGERQT
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/networkmanagerqt_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libnm-qt-5.0.91/src/settings.cpp 
new/libnm-qt-5.0.92/src/settings.cpp
--- old/libnm-qt-5.0.91/src/settings.cpp2014-07-10 20:21:19.0 
+0200
+++ new/libnm-qt-5.0.92/src/settings.cpp2014-08-08 17:20:50.0 
+0200
@@ -204,7 +204,7 @@
 } else {
 ret = Connection::Ptr(new Connection(path), QObject::deleteLater);
 connections[path] = ret;
-#if !NM_CHECK_VERSION(0, 9, 9)
+#if !NM_CHECK_VERSION(0, 9, 10)
 connect(ret.data(), SIGNAL(removed(QString)), this, 
SLOT(onConnectionRemoved(QString)));
 #endif
 if (!contains) {

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit oxygen5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2014-08-16 15:42:47

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


Package is oxygen5

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2014-07-25 
09:10:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2014-08-16 
15:43:46.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 10 21:41:30 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+
+---

Old:

  oxygen-5.0.0.tar.xz

New:

  oxygen-5.0.1.tar.xz



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.wMX44M/_old  2014-08-16 15:43:47.0 +0200
+++ /var/tmp/diff_new_pack.wMX44M/_new  2014-08-16 15:43:47.0 +0200
@@ -19,7 +19,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Oxygen style, KWin decoration, cursors and sounds
 License:GPL-2.0+

++ oxygen-5.0.0.tar.xz - oxygen-5.0.1.tar.xz ++
 82381 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libksysguard5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2014-08-16 15:42:43

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


Package is libksysguard5

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2014-07-25 09:10:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new/libksysguard5.changes 
2014-08-16 15:43:39.0 +0200
@@ -1,0 +2,9 @@
+Mon Aug 11 20:58:27 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+- Added libksysguard_kauth.diff: re-enables KAuth usage within
+  (lib)ksysguard (e.g. process killing, niceness, etc)
+- Create helper subpackage
+
+---

Old:

  libksysguard-5.0.0.tar.xz

New:

  libksysguard-5.0.1.tar.xz
  libksysguard_kauth.diff



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.INzWdB/_old  2014-08-16 15:43:40.0 +0200
+++ /var/tmp/diff_new_pack.INzWdB/_new  2014-08-16 15:43:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libksysguard5
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0+
@@ -25,6 +25,8 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM libksysguard_kauth.diff -- re-enables KAuth usage within 
(lib)ksysguard (e.g. process killing, niceness, etc)
+Patch0: libksysguard_kauth.diff
 BuildRequires:  extra-cmake-modules = 0.0.9
 BuildRequires:  gcc-c++
 BuildRequires:  kconfig-devel
@@ -61,8 +63,18 @@
 Task management and system monitoring library. This package contains 
development
 files.
 
+%package helper
+Summary:Task management and system monitoring library -- helper files
+Group:  Development/Libraries/C and C++
+Conflicts:  kdebase4-workspace
+
+%description helper
+Task management and system monitoring library. This package contains helper 
files
+for actions that require elevated privileges.
+
 %prep
 %setup -q -n libksysguard-%{version}
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DBUILD_po=OFF
@@ -85,6 +97,14 @@
 %{_kf5_libdir}/libprocessui.so.*
 %{_kf5_sharedir}/ksysguard/
 
+%files helper
+%defattr(-,root,root)
+%doc COPYING*
+%{_kf5_sysconfdir}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
+%{_kf5_libdir}/libexec/
+%{_kf5_sharedir}/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service
+%{_kf5_sharedir}/polkit-1/actions/org.kde.ksysguard.processlisthelper.policy
+
 %files devel
 %defattr(-,root,root)
 %doc COPYING*

++ libksysguard-5.0.0.tar.xz - libksysguard-5.0.1.tar.xz ++
 9340 lines of diff (skipped)

++ libksysguard_kauth.diff ++
diff --git a/processcore/CMakeLists.txt b/processcore/CMakeLists.txt
index 9fef4ec..939d055 100644
--- a/processcore/CMakeLists.txt
+++ b/processcore/CMakeLists.txt
@@ -41,18 +41,18 @@ install( FILES processes.h process.h DESTINATION 
${INCLUDE_INSTALL_DIR}/ksysguar
 #-- KAuth stuff
 
 # Auth example helper
-# set(ksysguardprocesslist_helper_srcs
-# helper.cpp
-# process.cpp
-# processes_local_p.cpp
-# processes_base_p.cpp)
-#
-# add_executable(ksysguardprocesslist_helper 
${ksysguardprocesslist_helper_srcs})
-# target_link_libraries(ksysguardprocesslist_helper )
-# install(TARGETS ksysguardprocesslist_helper DESTINATION 
${LIBEXEC_INSTALL_DIR})
-#
-# kauth_install_helper_files(ksysguardprocesslist_helper 
org.kde.ksysguard.processlisthelper root)
-# kauth_install_actions(org.kde.ksysguard.processlisthelper actions.actions)
-#
-# set_target_properties(ksysguardprocesslist_helper PROPERTIES COMPILE_FLAGS 
-Wall -ggdb)
+set(ksysguardprocesslist_helper_srcs
+helper.cpp
+process.cpp
+processes_local_p.cpp
+processes_base_p.cpp)
+
+add_executable(ksysguardprocesslist_helper ${ksysguardprocesslist_helper_srcs})
+target_link_libraries(ksysguardprocesslist_helper Qt5::Core KF5::Auth 
KF5::I18n)
+install(TARGETS ksysguardprocesslist_helper DESTINATION 
${KAUTH_HELPER_INSTALL_DIR})
+
+kauth_install_helper_files(ksysguardprocesslist_helper 
org.kde.ksysguard.processlisthelper root)
+kauth_install_actions(org.kde.ksysguard.processlisthelper actions.actions)
+
+set_target_properties(ksysguardprocesslist_helper PROPERTIES COMPILE_FLAGS 
-Wall -ggdb)
 
diff --git a/processcore/helper.cpp b/processcore/helper.cpp
index 6c1f570..c34ab1e 100644
--- a/processcore/helper.cpp
+++ b/processcore/helper.cpp
@@ -23,24 +23,26 @@
 #include 

commit kfilemetadata5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kfilemetadata5 for openSUSE:Factory 
checked in at 2014-08-16 15:42:30

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


Package is kfilemetadata5

Changes:

--- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes
2014-07-25 09:09:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new/kfilemetadata5.changes   
2014-08-16 15:43:26.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 10 21:04:39 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+
+---

Old:

  kfilemetadata-5.0.0.tar.xz

New:

  kfilemetadata-5.0.1.tar.xz



Other differences:
--
++ kfilemetadata5.spec ++
--- /var/tmp/diff_new_pack.D2Khhr/_old  2014-08-16 15:43:27.0 +0200
+++ /var/tmp/diff_new_pack.D2Khhr/_new  2014-08-16 15:43:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kfilemetadata5
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Extract Metadata
 License:GPL-2.0+ and LGPL-2.1+ and LGPL-3.0

++ kfilemetadata-5.0.0.tar.xz - kfilemetadata-5.0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfilemetadata-5.0.0/CMakeLists.txt 
new/kfilemetadata-5.0.1/CMakeLists.txt
--- old/kfilemetadata-5.0.0/CMakeLists.txt  2014-07-11 12:50:11.0 
+0200
+++ new/kfilemetadata-5.0.1/CMakeLists.txt  2014-08-10 15:24:51.0 
+0200
@@ -14,7 +14,7 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.0.0)
+set(KF5_VERSION 5.0.1)
 set(REQUIRED_QT_VERSION 5.2.0)
 
 ecm_setup_version(5.0.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kross for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2014-08-16 15:42:27

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


Package is kross

Changes:

--- /work/SRC/openSUSE:Factory/kross/kross.changes  2014-07-18 
16:50:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2014-08-16 
15:43:21.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:28 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
+
+---

Old:

  kross-5.0.0.tar.xz

New:

  kross-5.1.0.tar.xz



Other differences:
--
++ kross.spec ++
--- /var/tmp/diff_new_pack.Mep8dR/_old  2014-08-16 15:43:22.0 +0200
+++ /var/tmp/diff_new_pack.Mep8dR/_new  2014-08-16 15:43:22.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   kross
-Version:5.0.0
+Version:5.1.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kdoctools-devel = %{kf5_version}

++ kross-5.0.0.tar.xz - kross-5.1.0.tar.xz ++
 947498 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit breeze for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2014-08-16 15:42:29

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


Package is breeze

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2014-07-21 
22:35:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2014-08-16 
15:43:25.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 11 21:22:54 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+
+---

Old:

  breeze-5.0.0.tar.xz

New:

  breeze-5.0.1.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.cbaqjn/_old  2014-08-16 15:43:26.0 +0200
+++ /var/tmp/diff_new_pack.cbaqjn/_new  2014-08-16 15:43:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze
-Version:5.0.0
+Version:5.0.1
 Release:0
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  extra-cmake-modules = 0.0.12

++ breeze-5.0.0.tar.xz - breeze-5.0.1.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.0.0.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.0.1.tar.xz differ: char 26, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kmenuedit5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2014-08-16 15:42:35

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


Package is kmenuedit5

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2014-07-28 
16:11:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new/kmenuedit5.changes   
2014-08-16 15:43:32.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 11 21:13:16 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+
+---

Old:

  kmenuedit-5.0.0.tar.xz

New:

  kmenuedit-5.0.1.tar.xz



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.RGWxS5/_old  2014-08-16 15:43:33.0 +0200
+++ /var/tmp/diff_new_pack.RGWxS5/_new  2014-08-16 15:43:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmenuedit5
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Provides the interface and basic tools for the KDE workspace
 License:GPL-2.0

++ kmenuedit-5.0.0.tar.xz - kmenuedit-5.0.1.tar.xz ++
 2153 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kglobalaccel for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kglobalaccel for openSUSE:Factory 
checked in at 2014-08-16 15:42:25

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


Package is kglobalaccel

Changes:

--- /work/SRC/openSUSE:Factory/kglobalaccel/kglobalaccel.changes
2014-07-10 09:31:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kglobalaccel.new/kglobalaccel.changes   
2014-08-16 15:43:17.0 +0200
@@ -1,0 +2,9 @@
+Sat Aug  2 10:20:26 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
+
+---

Old:

  kglobalaccel-5.0.0.tar.xz

New:

  kglobalaccel-5.1.0.tar.xz



Other differences:
--
++ kglobalaccel.spec ++
--- /var/tmp/diff_new_pack.wkuwoZ/_old  2014-08-16 15:43:18.0 +0200
+++ /var/tmp/diff_new_pack.wkuwoZ/_new  2014-08-16 15:43:18.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5GlobalAccel5
 Name:   kglobalaccel
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -47,6 +47,8 @@
 Summary:Global desktop keyboard shortcuts
 Group:  System/GUI/KDE
 Recommends: %lname-lang = %{version}
+%requires_ge libQt5Widgets5
+%requires_ge libQt5DBus5
 
 %description -n %lname
 KGlobalAccel allows you to have global accelerators that are independent of
@@ -71,7 +73,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -95,9 +97,7 @@
 %defattr(-,root,root)
 %{_kf5_libdir}/libKF5GlobalAccel.so
 %{_kf5_libdir}/cmake/KF5GlobalAccel/
-%{_kf5_includedir}/*.h
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
+%{_kf5_includedir}/
 %{_kf5_dbusinterfacesdir}/kf5_org.kde.KGlobalAccel.xml
 %{_kf5_dbusinterfacesdir}/kf5_org.kde.kglobalaccel.Component.xml
 %{_kf5_mkspecsdir}/qt_KGlobalAccel.pri

++ kglobalaccel-5.0.0.tar.xz - kglobalaccel-5.1.0.tar.xz ++
 915227 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit plasma5-desktop for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2014-08-16 15:42:48

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


Package is plasma5-desktop

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2014-07-28 16:11:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2014-08-16 15:43:52.0 +0200
@@ -1,0 +2,13 @@
+Sun Aug 10 21:32:49 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+- Rebase sync_settings.diff
+
+---
+Mon Jul 28 18:50:31 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Adjust BuildRequires depending whether Qt is built with openGL
+  or open GL ES2
+
+---

Old:

  plasma-desktop-5.0.1~20140724~85baf47.tar.xz

New:

  plasma-desktop-5.0.1.tar.xz



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.rt5hWk/_old  2014-08-16 15:43:53.0 +0200
+++ /var/tmp/diff_new_pack.rt5hWk/_new  2014-08-16 15:43:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-desktop
-Version:5.0.1~20140724~85baf47
+Version:5.0.1
 Release:0
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0
@@ -62,6 +62,11 @@
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.3.0
 BuildRequires:  pkgconfig(Qt5X11Extras) = 5.3.0
 BuildRequires:  pkgconfig(x11)
+%ifarch %arm aarch64
+BuildRequires:  pkgconfig(glesv2)
+%else
+BuildRequires:  pkgconfig(gl)
+%endif
 #BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xcb-icccm)
 BuildRequires:  pkgconfig(xcb-image)

++ plasma-desktop-5.0.1~20140724~85baf47.tar.xz - 
plasma-desktop-5.0.1.tar.xz ++
 1026013 lines of diff (skipped)

++ sync_settings.diff ++
--- /var/tmp/diff_new_pack.rt5hWk/_old  2014-08-16 15:43:56.0 +0200
+++ /var/tmp/diff_new_pack.rt5hWk/_new  2014-08-16 15:43:56.0 +0200
@@ -91,34 +91,3 @@
  
  bool mbChanged[6], mbAnimated[6];
  int mSizes[6];
-diff --git a/kcms/krdb/krdb.cpp b/kcms/krdb/krdb.cpp
-index 76aaa56..9976bc6 100644
 a/kcms/krdb/krdb.cpp
-+++ b/kcms/krdb/krdb.cpp
-@@ -621,6 +621,7 @@ void runRdb( uint flags )
- 
-   //Apply the color scheme
-   QString configFilePath = migration.saveLocation(config) + kdeglobals;
-+
-   if (configFilePath.isEmpty()) {
-   return;
-   }
-@@ -676,5 +677,18 @@ void runRdb( uint flags )
-   cg.copyTo(cg2);
-   }
- 
-+  //widgets settings
-+  KConfigGroup kglobals4(kde4config, KDE);
-+  kglobals4.writeEntry(ShowIconsInMenuItems, 
kglobals.readEntry(ShowIconsInMenuItems, true));
-+  kglobals4.writeEntry(ShowIconsOnPushButtons, 
kglobals.readEntry(ShowIconsOnPushButtons, true));
-+  kglobals4.writeEntry(contrast, kglobals.readEntry(contrast, 4));
-+  //FIXME: this should somehow check if the kde4 version of the style is 
installed
-+  kde4generalGroup.writeEntry(widgetStyle, 
kglobals.readEntry(widgetStyle, oxygen));
-+
-+  //toolbar style
-+  KConfigGroup toolbars4(kde4config, Toolbar style);
-+  KConfigGroup toolbars5(kglobalcfg, Toolbar style);
-+  toolbars4.writeEntry(ToolButtonStyle, 
toolbars5.readEntry(ToolButtonStyle, TextBesideIcon));
-+  toolbars4.writeEntry(ToolButtonStyleOtherToolbars, 
toolbars5.readEntry(ToolButtonStyleOtherToolbars, TextBesideIcon));
- }
- 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdbusaddons for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2014-08-16 15:42:56

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


Package is kdbusaddons

Changes:

--- /work/SRC/openSUSE:Factory/kdbusaddons/kdbusaddons.changes  2014-07-10 
09:31:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2014-08-16 15:44:05.0 +0200
@@ -1,0 +2,14 @@
+Thu Aug 14 21:00:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Create tools subpackage
+
+---
+Sat Aug  2 10:20:14 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
+
+---

Old:

  kdbusaddons-5.0.0.tar.xz

New:

  kdbusaddons-5.1.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.8oFviz/_old  2014-08-16 15:44:06.0 +0200
+++ /var/tmp/diff_new_pack.8oFviz/_new  2014-08-16 15:44:06.0 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5DBusAddons5
 Name:   kdbusaddons
-Version:5.0.0
+Version:5.1.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.0.0
+BuildRequires:  extra-cmake-modules = 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -44,11 +44,21 @@
 Summary:Convenience classes for QtDBus
 Group:  System/GUI/KDE
 Recommends: %lname-lang = %{version}
+Recommends: %{name}-tools = %{version}
+%requires_ge libQt5DBus5
 
 %description -n %lname
 KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
 create KDED modules.
 
+%package tools
+Summary:Convenience classes for QtDBus: CLI tools
+Group:  Development/Tools/Debuggers
+
+%description tools
+KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
+create KDED modules. Aditional CLI tools.
+
 %package devel
 Summary:Convenience classes for QtDBus: Build Environment
 Group:  Development/Libraries/KDE
@@ -65,7 +75,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build
+  %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
   %make_jobs
 
 %install
@@ -85,14 +95,15 @@
 %doc COPYING* README*
 %{_kf5_libdir}/libKF5DBusAddons.so.*
 
-%files devel
+%files tools
 %defattr(-,root,root)
 %{_kf5_bindir}/kquitapp5
+
+%files devel
+%defattr(-,root,root)
 %{_kf5_libdir}/libKF5DBusAddons.so
 %{_kf5_libdir}/cmake/KF5DBusAddons/
-%dir %{_kf5_includedir}/*/
-%{_kf5_includedir}/*/
-%{_kf5_includedir}/*.h
+%{_kf5_includedir}/
 %{_kf5_mkspecsdir}/qt_KDBusAddons.pri
 
 %changelog

++ kdbusaddons-5.0.0.tar.xz - kdbusaddons-5.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.0.0/CMakeLists.txt 
new/kdbusaddons-5.1.0/CMakeLists.txt
--- old/kdbusaddons-5.0.0/CMakeLists.txt2014-07-01 20:28:37.0 
+0200
+++ new/kdbusaddons-5.1.0/CMakeLists.txt2014-08-02 11:02:21.0 
+0200
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -23,7 +23,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.0.0) # handled by release scripts
+set(KF5_VERSION 5.1.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.0.0/po/ar/kdbusaddons5_qt.po 
new/kdbusaddons-5.1.0/po/ar/kdbusaddons5_qt.po
--- old/kdbusaddons-5.0.0/po/ar/kdbusaddons5_qt.po  1970-01-01 
01:00:00.0 +0100
+++ new/kdbusaddons-5.1.0/po/ar/kdbusaddons5_qt.po  2014-08-02 
11:02:21.0 +0200
@@ -0,0 +1,55 @@
+# Safa Alfulaij safa1996alful...@gmail.com, 2014.
+msgid 
+msgstr 
+Project-Id-Version: \n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2014-06-28 15:38+0300\n
+PO-Revision-Date: 2014-06-17 21:51+0300\n
+Last-Translator: Safa Alfulaij safa1996alful...@gmail.com\n
+Language-Team: Arabic kde-i18n-...@kde.org\n
+Language: ar\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 

commit kinfocenter5 for openSUSE:Factory

2014-08-16 Thread h_root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2014-08-16 15:42:33

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


Package is kinfocenter5

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2014-07-25 09:09:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2014-08-16 15:43:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 11 21:16:54 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.1
+   * Bugfix release
+
+---

Old:

  kinfocenter-5.0.0.tar.xz

New:

  kinfocenter-5.0.1.tar.xz



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.Zim9P2/_old  2014-08-16 15:43:29.0 +0200
+++ /var/tmp/diff_new_pack.Zim9P2/_new  2014-08-16 15:43:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kinfocenter5
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Utility that provides information about a computer system
 License:GPL-2.0+
@@ -90,7 +90,7 @@
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
 %{_kf5_sharedir}/kinfocenter/
-%{_kf5_configdir}/menus/kde-information.menu
-%exclude %{_kf5_sharedir}/desktop-directories/
+%{_kf5_configdir}/menus/kinfocenter.menu
+%{_kf5_sharedir}/desktop-directories/
 
 %changelog

++ kinfocenter-5.0.0.tar.xz - kinfocenter-5.0.1.tar.xz ++
 39203 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



  1   2   >