commit dhcp for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2015-02-16 15:24:19

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


Package is dhcp

Changes:

--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes2014-12-17 
19:16:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2015-02-16 
17:24:16.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb  3 18:37:59 UTC 2015 - co...@suse.com
+
+- do not check scripts not in the src.rpm
+
+---



Other differences:
--
++ dhcp.spec ++
--- /var/tmp/diff_new_pack.zaAJRz/_old  2015-02-16 17:24:18.0 +0100
+++ /var/tmp/diff_new_pack.zaAJRz/_new  2015-02-16 17:24:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dhcp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -354,10 +354,12 @@
 ./server/dhcpd -4 -t -cf $RPM_SOURCE_DIR/dhcpd.conf
 ./server/dhcpd -6 -t -cf $RPM_SOURCE_DIR/dhcpd6.conf
 # check syntax in our scripts
+%if !%{with systemd}
 bash -n $RPM_SOURCE_DIR/rc.dhcpd
 bash -n $RPM_SOURCE_DIR/rc.dhcpd6
 bash -n $RPM_SOURCE_DIR/rc.dhcrelay
 bash -n $RPM_SOURCE_DIR/rc.dhcrelay6
+%endif
 bash -n $RPM_SOURCE_DIR/dhcpd.script
 bash -n $RPM_SOURCE_DIR/dhcrelay.script
 bash -n $RPM_SOURCE_DIR/dhclient-script




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



commit karchive for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package karchive for openSUSE:Factory 
checked in at 2015-02-16 15:06:13

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.changes2015-01-29 
12:52:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.karchive.new/karchive.changes   2015-02-16 
17:30:05.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  8 18:15:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Create temporary files in the temp dir rather than in the
+current directory
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  karchive-5.6.0.tar.xz

New:

  karchive-5.7.0.tar.xz



Other differences:
--
++ karchive.spec ++
--- /var/tmp/diff_new_pack.30PaMd/_old  2015-02-16 17:30:05.0 +0100
+++ /var/tmp/diff_new_pack.30PaMd/_new  2015-02-16 17:30:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package karchive
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5Archive5
+%define _tar_path 5.7
 Name:   karchive
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -32,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ karchive-5.6.0.tar.xz - karchive-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.6.0/CMakeLists.txt 
new/karchive-5.7.0/CMakeLists.txt
--- old/karchive-5.6.0/CMakeLists.txt   2014-12-31 15:20:45.0 +0100
+++ new/karchive-5.7.0/CMakeLists.txt   2015-01-23 21:27:45.0 +0100
@@ -2,7 +2,7 @@
 
 project(KArchive)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
 VARIABLE_PREFIX KARCHIVE
@@ -59,7 +59,7 @@
 
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Archive)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Archive)
 
 include(ECMPackageConfigHelpers)
 
@@ -70,7 +70,7 @@
 )
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/karchive_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR}
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}
 COMPONENT Devel)
 
 install(FILES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.6.0/src/CMakeLists.txt 
new/karchive-5.7.0/src/CMakeLists.txt
--- old/karchive-5.6.0/src/CMakeLists.txt   2014-12-31 15:20:45.0 
+0100
+++ new/karchive-5.7.0/src/CMakeLists.txt   2015-01-23 21:27:45.0 
+0100
@@ -40,7 +40,7 @@
 add_library(KF5::Archive ALIAS KF5Archive)
 
 target_include_directories(KF5Archive
-INTERFACE $INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KArchive
+INTERFACE $INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KArchive
 )
 
 target_link_libraries(KF5Archive
@@ -89,11 +89,11 @@
 install(FILES
 ${CMAKE_CURRENT_BINARY_DIR}/karchive_export.h
 ${KArchive_HEADERS}
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KArchive
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KArchive
 COMPONENT Devel)
 
 include(ECMGeneratePriFile)
-ecm_generate_pri_file(BASE_NAME KArchive LIB_NAME KF5Archive DEPS core 
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KF5_INCLUDE_INSTALL_DIR}/KArchive)
+ecm_generate_pri_file(BASE_NAME KArchive LIB_NAME KF5Archive DEPS core 
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 

commit kcompletion for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kcompletion for openSUSE:Factory 
checked in at 2015-02-16 15:03:27

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  2015-01-29 
12:49:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcompletion.new/kcompletion.changes 
2015-02-16 17:30:17.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kcompletion-5.6.0.tar.xz

New:

  kcompletion-5.7.0.tar.xz



Other differences:
--
++ kcompletion.spec ++
--- /var/tmp/diff_new_pack.f1HW3n/_old  2015-02-16 17:30:18.0 +0100
+++ /var/tmp/diff_new_pack.f1HW3n/_new  2015-02-16 17:30:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcompletion
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Completion5
+%define _tar_path 5.7
 Name:   kcompletion
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -33,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcompletion-5.6.0.tar.xz - kcompletion-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.6.0/CMakeLists.txt 
new/kcompletion-5.7.0/CMakeLists.txt
--- old/kcompletion-5.6.0/CMakeLists.txt2015-01-03 13:02:05.0 
+0100
+++ new/kcompletion-5.7.0/CMakeLists.txt2015-02-08 16:13:03.0 
+0100
@@ -3,7 +3,7 @@
 project(KCompletion)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -17,8 +17,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOMPLETION
   VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
@@ -45,7 +45,7 @@
 
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Completion)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Completion)
 
 include(ECMPackageConfigHelpers)
 
@@ -66,7 +66,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kcompletion_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.6.0/metainfo.yaml 
new/kcompletion-5.7.0/metainfo.yaml
--- old/kcompletion-5.6.0/metainfo.yaml 2015-01-03 13:02:05.0 +0100
+++ new/kcompletion-5.7.0/metainfo.yaml 2015-02-08 16:13:03.0 +0100
@@ -1,4 +1,4 @@
-maintainer: dgilo
+maintainer: davidgiloliva
 description: Text completion helpers and widgets
 tier: 2
 type: functional
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcompletion-5.6.0/po/cs/kcompletion5_qt.po 
new/kcompletion-5.7.0/po/cs/kcompletion5_qt.po
--- old/kcompletion-5.6.0/po/cs/kcompletion5_qt.po  2015-01-03 
13:02:05.0 +0100
+++ new/kcompletion-5.7.0/po/cs/kcompletion5_qt.po  2015-02-08 
16:13:03.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE 

commit kapidox for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kapidox for openSUSE:Factory checked 
in at 2015-02-16 15:05:47

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  2015-01-29 
12:51:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.kapidox.new/kapidox.changes 2015-02-16 
17:30:03.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:22 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Add Source URL
+
+---

Old:

  kapidox-5.6.0.tar.xz

New:

  kapidox-5.7.0.tar.xz



Other differences:
--
++ kapidox.spec ++
--- /var/tmp/diff_new_pack.EelnT7/_old  2015-02-16 17:30:04.0 +0100
+++ /var/tmp/diff_new_pack.EelnT7/_new  2015-02-16 17:30:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kapidox
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,9 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kapidox
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 Requires:   doxygen
 BuildRequires:  fdupes
@@ -33,7 +34,7 @@
 License:BSD-2-Clause
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source0:kapidox-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kapidox-5.6.0.tar.xz - kapidox-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.6.0/setup.py new/kapidox-5.7.0/setup.py
--- old/kapidox-5.6.0/setup.py  2014-12-29 11:10:39.0 +0100
+++ new/kapidox-5.7.0/setup.py  2015-01-08 23:39:42.0 +0100
@@ -5,7 +5,7 @@
 
 setup(
 name='kapidox',
-version='5.6.0',
+version='5.7.0',
 description='KDE API documentation generation tools',
 maintainer = 'Aurélien Gâteau',
 maintainer_email = 'agat...@kde.org',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapidox-5.6.0/src/kgenframeworksapidox 
new/kapidox-5.7.0/src/kgenframeworksapidox
--- old/kapidox-5.6.0/src/kgenframeworksapidox  2014-12-29 11:10:39.0 
+0100
+++ new/kapidox-5.7.0/src/kgenframeworksapidox  2015-01-08 23:39:42.0 
+0100
@@ -107,9 +107,6 @@
 logging.warning('{} framework lacks platform 
definitions'.format(fw['fancyname']))
 fw['platforms'] = [dict(name=PLATFORM_UNKNOWN)]
 
-# In case the metadata is bad, we don't want to die so clean it up 
first
-fw['platforms'] = [x for x in fw['platforms'] if 'name' in x]
-
 platform_lst = [x['name'] for x in fw['platforms'] if x['name'] 
not in (PLATFORM_ALL, PLATFORM_UNKNOWN)]
 available_platforms.update(set(platform_lst))
 

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



commit ktexteditor for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2015-02-16 15:04:12

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  2015-01-29 
12:50:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new/ktexteditor.changes 
2015-02-16 17:32:29.0 +0100
@@ -1,0 +2,17 @@
+Sun Feb  8 18:15:11 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed high-precision touchpad scrolling
+  * Do not emit documentUrlChanged during reload
+  * Do not break cursor position on document reload in
+lines with tabs
+  * Do not re(un)fold the first line if it was
+manually (un)folded
+  * vimode: command history through arrow keys
+  * Do not try to create a digest when we get
+a KDirWatch::deleted() signal
+  * Performance: remove global initializations
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  ktexteditor-5.6.0.tar.xz

New:

  ktexteditor-5.7.0.tar.xz



Other differences:
--
++ ktexteditor.spec ++
--- /var/tmp/diff_new_pack.SLZrex/_old  2015-02-16 17:32:30.0 +0100
+++ /var/tmp/diff_new_pack.SLZrex/_new  2015-02-16 17:32:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktexteditor
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   ktexteditor
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -46,7 +47,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ktexteditor-5.6.0.tar.xz - ktexteditor-5.7.0.tar.xz ++
 107766 lines of diff (skipped)

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



commit kservice for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2015-02-16 15:03:45

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.changes2015-01-29 
12:49:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2015-02-16 
17:32:22.0 +0100
@@ -1,0 +2,12 @@
+Sun Feb  8 18:15:07 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Include unknown properties when converting
+KPluginInfo from KService
+  * KPluginInfo: fixed properties not being
+copied from KService::Ptr
+  * OS X: performance fix for kbuildsycoca4 (skip app bundles)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kservice-5.6.0.tar.xz

New:

  kservice-5.7.0.tar.xz



Other differences:
--
++ kservice.spec ++
--- /var/tmp/diff_new_pack.t2gNwO/_old  2015-02-16 17:32:23.0 +0100
+++ /var/tmp/diff_new_pack.t2gNwO/_new  2015-02-16 17:32:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kservice
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kservice
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
@@ -40,7 +41,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE menu.patch
 Patch0: menu.patch
@@ -87,6 +88,7 @@
 
 %files lang -f %{name}5.lang
 %defattr(-,root,root)
+%doc %lang(it) %{_kf5_mandir}/it
 %doc %lang(nl) %{_kf5_mandir}/nl
 %doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
 %doc %lang(sv) %{_kf5_mandir}/sv

++ kservice-5.6.0.tar.xz - kservice-5.7.0.tar.xz ++
 2040 lines of diff (skipped)

++ menu.patch ++
--- /var/tmp/diff_new_pack.t2gNwO/_old  2015-02-16 17:32:23.0 +0100
+++ /var/tmp/diff_new_pack.t2gNwO/_new  2015-02-16 17:32:23.0 +0100
@@ -1,32 +1,32 @@
 diff --git a/src/kbuildsycoca/CMakeLists.txt b/src/kbuildsycoca/CMakeLists.txt
-index ff2d3b6..2987ff5 100644
+index 8240b0c..ecfde40 100644
 --- a/src/kbuildsycoca/CMakeLists.txt
 +++ b/src/kbuildsycoca/CMakeLists.txt
-@@ -26,5 +26,5 @@ install(TARGETS kbuildsycoca5 
${INSTALL_TARGETS_DEFAULT_ARGS} )
+@@ -32,5 +32,5 @@ install(TARGETS kbuildsycoca5 
${KF5_INSTALL_TARGETS_DEFAULT_ARGS} )
  if (WIN32)
- install( FILES applications.menu  DESTINATION  
${SHARE_INSTALL_PREFIX}/xdg/menus )
+ install( FILES applications.menu  DESTINATION  
${KDE_INSTALL_DATAROOTDIR}/xdg/menus )
  else ()
--install( FILES applications.menu  DESTINATION  
${SYSCONF_INSTALL_DIR}/xdg/menus )
-+install( FILES applications.menu  DESTINATION  
${SYSCONF_INSTALL_DIR}/xdg/menus RENAME kf5-applications.menu )
+-install( FILES applications.menu  DESTINATION  
${KDE_INSTALL_SYSCONFDIR}/xdg/menus )
++install( FILES applications.menu  DESTINATION  
${KDE_INSTALL_SYSCONFDIR}/xdg/menus RENAME kf5-applications.menu )
  endif ()
 diff --git a/src/kbuildsycoca/kbuildsycoca.cpp 
b/src/kbuildsycoca/kbuildsycoca.cpp
-index 38faa44..475d9f3 100644
+index bea46ff..49a6a6d 100644
 --- a/src/kbuildsycoca/kbuildsycoca.cpp
 +++ b/src/kbuildsycoca/kbuildsycoca.cpp
-@@ -305,7 +305,7 @@ bool KBuildSycoca::build()
+@@ -307,7 +307,7 @@ bool KBuildSycoca::build()
  g_vfolder-setTrackId(m_trackId);
  }
  
--VFolderMenu::SubMenu *kdeMenu = 
g_vfolder-parseMenu(applications.menu);
-+VFolderMenu::SubMenu *kdeMenu = 
g_vfolder-parseMenu(kf5-applications.menu);
+-VFolderMenu::SubMenu *kdeMenu = 
g_vfolder-parseMenu(QStringLiteral(applications.menu));
++VFolderMenu::SubMenu *kdeMenu = 
g_vfolder-parseMenu(QStringLiteral(kf5-applications.menu));
  
- KServiceGroup::Ptr entry = g_buildServiceGroupFactory-addNew(/, 
kdeMenu-directoryFile, 

commit ktextwidgets for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2015-02-16 15:04:33

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
2015-01-29 12:50:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new/ktextwidgets.changes   
2015-02-16 17:32:33.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:14 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  ktextwidgets-5.6.0.tar.xz

New:

  ktextwidgets-5.7.0.tar.xz



Other differences:
--
++ ktextwidgets.spec ++
--- /var/tmp/diff_new_pack.x8ShZ3/_old  2015-02-16 17:32:34.0 +0100
+++ /var/tmp/diff_new_pack.x8ShZ3/_new  2015-02-16 17:32:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5TextWidgets5
+%define _tar_path 5.7
 Name:   ktextwidgets
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -42,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ktextwidgets-5.6.0.tar.xz - ktextwidgets-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/CMakeLists.txt 
new/ktextwidgets-5.7.0/CMakeLists.txt
--- old/ktextwidgets-5.6.0/CMakeLists.txt   2015-01-03 13:14:55.0 
+0100
+++ new/ktextwidgets-5.7.0/CMakeLists.txt   2015-02-08 16:25:31.0 
+0100
@@ -3,7 +3,7 @@
 project(KTextWidgets)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KTEXTWIDGETS
@@ -48,7 +48,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5TextWidgets)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5TextWidgets)
 
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5TextWidgetsConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5TextWidgetsConfig.cmake
@@ -64,7 +64,7 @@
)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ktextwidgets_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
)
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.6.0/po/cs/ktextwidgets5.po 
new/ktextwidgets-5.7.0/po/cs/ktextwidgets5.po
--- old/ktextwidgets-5.6.0/po/cs/ktextwidgets5.po   2015-01-03 
13:14:55.0 +0100
+++ new/ktextwidgets-5.7.0/po/cs/ktextwidgets5.po   2015-02-08 
16:25:31.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl lu...@kde.org, 2010, 2011, 2012.
-# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 

commit kunitconversion for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kunitconversion for openSUSE:Factory 
checked in at 2015-02-16 15:05:11

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  
2015-01-29 12:51:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.kunitconversion.new/kunitconversion.changes 
2015-02-16 17:32:40.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed infinite recursion in Unit::setUnitMultiplier
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kunitconversion-5.6.0.tar.xz

New:

  kunitconversion-5.7.0.tar.xz



Other differences:
--
++ kunitconversion.spec ++
--- /var/tmp/diff_new_pack.VPKtev/_old  2015-02-16 17:32:41.0 +0100
+++ /var/tmp/diff_new_pack.VPKtev/_new  2015-02-16 17:32:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kunitconversion
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5UnitConversion5
+%define _tar_path 5.7
 Name:   kunitconversion
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -35,7 +36,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kunitconversion-5.6.0.tar.xz - kunitconversion-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-5.6.0/CMakeLists.txt 
new/kunitconversion-5.7.0/CMakeLists.txt
--- old/kunitconversion-5.6.0/CMakeLists.txt2015-01-03 13:15:18.0 
+0100
+++ new/kunitconversion-5.7.0/CMakeLists.txt2015-02-08 16:25:57.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KUnitConversion)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KUNITCONVERSION
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kunitconversion_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5UnitConversionConfigVersion.cmake
@@ -38,7 +38,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5UnitConversion)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5UnitConversion)
 
 include(ECMPackageConfigHelpers)
 
@@ -59,7 +59,7 @@
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kunitconversion_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kunitconversion-5.6.0/po/lt/kunitconversion5.po 
new/kunitconversion-5.7.0/po/lt/kunitconversion5.po
--- old/kunitconversion-5.6.0/po/lt/kunitconversion5.po 2015-01-03 
13:15:18.0 +0100
+++ new/kunitconversion-5.7.0/po/lt/kunitconversion5.po 2015-02-08 
16:25:57.0 +0100
@@ -8,8 +8,8 @@
 Project-Id-Version: libkunitconversion\n
 Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 POT-Creation-Date: 2014-04-27 20:57+\n
-PO-Revision-Date: 2011-08-11 20:24+0300\n
-Last-Translator: Remigijus Jarmalavičius remigi...@jarmalavicius.lt\n

commit kwallet for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kwallet for openSUSE:Factory checked 
in at 2015-02-16 15:05:42

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  2015-01-29 
12:51:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwallet.new/kwallet.changes 2015-02-16 
17:32:43.0 +0100
@@ -1,0 +2,12 @@
+Sun Feb  8 18:15:22 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Automatically detect and convert old ECB wallets to CBC
+  * Fixed the CBC encryption algorithm
+  * Ensured wallet list gets updated when a wallet file gets
+removed from disk
+  * Remove stray /p in user-visible text
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kwallet-5.6.0.tar.xz

New:

  kwallet-5.7.0.tar.xz



Other differences:
--
++ kwallet.spec ++
--- /var/tmp/diff_new_pack.3qYQRF/_old  2015-02-16 17:32:45.0 +0100
+++ /var/tmp/diff_new_pack.3qYQRF/_new  2015-02-16 17:32:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kwallet
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Wallet5
+%define _tar_path 5.7
 Name:   kwallet
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
@@ -42,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/kwallet-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kwallet-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kwallet-5.6.0.tar.xz - kwallet-5.7.0.tar.xz ++
 12461 lines of diff (skipped)

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



commit kmediaplayer for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kmediaplayer for openSUSE:Factory 
checked in at 2015-02-16 15:04:29

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
2015-01-29 12:50:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmediaplayer.new/kmediaplayer.changes   
2015-02-16 17:31:49.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:13 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kmediaplayer-5.6.0.tar.xz

New:

  kmediaplayer-5.7.0.tar.xz



Other differences:
--
++ kmediaplayer.spec ++
--- /var/tmp/diff_new_pack.IP2JCD/_old  2015-02-16 17:31:49.0 +0100
+++ /var/tmp/diff_new_pack.IP2JCD/_new  2015-02-16 17:31:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmediaplayer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5MediaPlayer5
+%define _tar_path 5.7
 Name:   kmediaplayer
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}
@@ -49,7 +50,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kmediaplayer-5.6.0.tar.xz - kmediaplayer-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-5.6.0/CMakeLists.txt 
new/kmediaplayer-5.7.0/CMakeLists.txt
--- old/kmediaplayer-5.6.0/CMakeLists.txt   2014-12-31 15:24:30.0 
+0100
+++ new/kmediaplayer-5.7.0/CMakeLists.txt   2015-01-23 21:41:28.0 
+0100
@@ -6,7 +6,7 @@
 #
 # CMake stuff from ECM
 #
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 #
 # Version info
@@ -32,7 +32,7 @@
SOVERSION 5)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kmediaplayer_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR}
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}
 COMPONENT Devel)
 
 
@@ -61,7 +61,7 @@
 #
 # Config.cmake stuff
 #
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5MediaPlayer)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5MediaPlayer)
 ecm_configure_package_config_file(
${CMAKE_CURRENT_SOURCE_DIR}/KF5MediaPlayerConfig.cmake.in
${CMAKE_CURRENT_BINARY_DIR}/KF5MediaPlayerConfig.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-5.6.0/src/CMakeLists.txt 
new/kmediaplayer-5.7.0/src/CMakeLists.txt
--- old/kmediaplayer-5.6.0/src/CMakeLists.txt   2014-12-31 15:24:30.0 
+0100
+++ new/kmediaplayer-5.7.0/src/CMakeLists.txt   2015-01-23 21:41:28.0 
+0100
@@ -9,7 +9,7 @@
 add_library(KF5::MediaPlayer ALIAS KF5MediaPlayer)
 
 # Apps must include KMediaPlayer/File or kmediaplayer/file.h
-target_include_directories(KF5MediaPlayer INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KMediaPlayer)
+target_include_directories(KF5MediaPlayer INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KMediaPlayer)
 
 target_link_libraries(KF5MediaPlayer PUBLIC
Qt5::Widgets
@@ -32,7 +32,7 @@
   PREFIX KMediaPlayer
   REQUIRED_HEADERS KMediaPlayer_HEADERS
 )
-install(FILES ${KMediaPlayer_CamelCase_HEADERS} DESTINATION 

commit kdbusaddons for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdbusaddons for openSUSE:Factory 
checked in at 2015-02-16 15:05:57

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  2015-01-29 
12:52:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdbusaddons.new/kdbusaddons.changes 
2015-02-16 17:30:31.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  8 18:15:23 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Added helper method KDEDModule::moduleForMessage for writing
+more kded-like daemons, such as kiod
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kdbusaddons-5.6.0.tar.xz

New:

  kdbusaddons-5.7.0.tar.xz



Other differences:
--
++ kdbusaddons.spec ++
--- /var/tmp/diff_new_pack.EIrHvO/_old  2015-02-16 17:30:33.0 +0100
+++ /var/tmp/diff_new_pack.EIrHvO/_new  2015-02-16 17:30:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbusaddons
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5DBusAddons5
+%define _tar_path 5.7
 Name:   kdbusaddons
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -32,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdbusaddons-5.6.0.tar.xz - kdbusaddons-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.6.0/CMakeLists.txt 
new/kdbusaddons-5.7.0/CMakeLists.txt
--- old/kdbusaddons-5.6.0/CMakeLists.txt2015-01-03 13:03:33.0 
+0100
+++ new/kdbusaddons-5.7.0/CMakeLists.txt2015-02-08 16:14:19.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDBusAddons)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDBUSADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h
@@ -47,7 +47,7 @@
 add_subdirectory(tests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5DBusAddons)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DBusAddons)
 
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5DBusAddonsConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5DBusAddonsConfig.cmake
@@ -61,6 +61,6 @@
 
 install(EXPORT KF5DBusAddonsTargets  DESTINATION ${CMAKECONFIG_INSTALL_DIR}  
FILE KF5DBusAddonsTargets.cmake  NAMESPACE KF5:: )
 
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h  DESTINATION 
${KF5_INCLUDE_INSTALL_DIR}  COMPONENT Devel )
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kdbusaddons_version.h  DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5}  COMPONENT Devel )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdbusaddons-5.6.0/po/fr/kdbusaddons5_qt.po 
new/kdbusaddons-5.7.0/po/fr/kdbusaddons5_qt.po
--- old/kdbusaddons-5.6.0/po/fr/kdbusaddons5_qt.po  2015-01-03 
13:03:33.0 +0100
+++ new/kdbusaddons-5.7.0/po/fr/kdbusaddons5_qt.po  2015-02-08 
16:14:19.0 +0100
@@ -11,15 +11,15 @@
 msgstr 
 Project-Id-Version: kquitapp\n
 Language-Team: French kde-i18n-...@kde.org\n
-Language: fr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: fr\n
 Plural-Forms: nplurals=2; plural=(n  

commit kcoreaddons for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2015-02-16 15:04:44

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  2015-01-29 
12:50:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 
2015-02-16 17:30:28.0 +0100
@@ -1,0 +2,21 @@
+Sun Feb  8 18:15:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * KAboutData: Call addHelpOption and addVersionOption
+automatically, for convenience and consistency
+  * KAboutData: Bring back Please use http://bugs.kde.org
+to report bugs. when no other email/url is set
+  * KAutoSaveFile: allStaleFiles() now works as expected
+for local files, fixed staleFiles() too
+  * KRandomSequence now uses int's internally and exposes
+int-api for 64-bit unambiguity
+  * Mimetype definitions: *.qmltypes and *.qmlproject files
+also have the text/x-qml mime type
+  * KShell: make quoteArgs quote urls with QChar::isSpace(),
+unusual space characters were not handled properly
+  * KSharedDataCache: fix creation of directory containing
+the cache (porting bug)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kcoreaddons-5.6.0.tar.xz

New:

  kcoreaddons-5.7.0.tar.xz



Other differences:
--
++ kcoreaddons.spec ++
--- /var/tmp/diff_new_pack.7KfIH0/_old  2015-02-16 17:30:29.0 +0100
+++ /var/tmp/diff_new_pack.7KfIH0/_new  2015-02-16 17:30:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcoreaddons
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5CoreAddons5
+%define _tar_path 5.7
 Name:   kcoreaddons
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -33,7 +34,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcoreaddons-5.6.0.tar.xz - kcoreaddons-5.7.0.tar.xz ++
 7515 lines of diff (skipped)

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



commit kconfig for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kconfig for openSUSE:Factory checked 
in at 2015-02-16 15:03:55

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  2015-01-29 
12:49:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.kconfig.new/kconfig.changes 2015-02-16 
17:30:18.0 +0100
@@ -1,0 +2,13 @@
+Sun Feb  8 18:15:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * kconf_update no longer processes *.upd file from KDE SC 4.
+Add Version=5 to top of the upd file for updates that should
+be applied to Qt5/KF5 applications
+  * Fixed KCoreConfigSkeleton when toggling a value with
+saves in between
+  * Fixed using KSharedConfig in global object destructor
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kconfig-5.6.0.tar.xz

New:

  kconfig-5.7.0.tar.xz



Other differences:
--
++ kconfig.spec ++
--- /var/tmp/diff_new_pack.iI1ZGl/_old  2015-02-16 17:30:19.0 +0100
+++ /var/tmp/diff_new_pack.iI1ZGl/_new  2015-02-16 17:30:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kconfig
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define sonum   5
+%define _tar_path 5.7
 Name:   kconfig
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -32,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM 0001-ensure-platform-window-resize-processing.patch -- 
https://git.reviewboard.kde.org/r/119593/
 Patch0: 0001-ensure-platform-window-resize-processing.patch

++ kconfig-5.6.0.tar.xz - kconfig-5.7.0.tar.xz ++
 2896 lines of diff (skipped)

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



commit kcmutils for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kcmutils for openSUSE:Factory 
checked in at 2015-02-16 15:07:32

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.changes2015-01-29 
12:53:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcmutils.new/kcmutils.changes   2015-02-16 
17:30:14.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:39 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed assert when dbus paths contain a '.'
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kcmutils-5.6.0.tar.xz

New:

  kcmutils-5.7.0.tar.xz



Other differences:
--
++ kcmutils.spec ++
--- /var/tmp/diff_new_pack.QXZNQV/_old  2015-02-16 17:30:14.0 +0100
+++ /var/tmp/diff_new_pack.QXZNQV/_new  2015-02-16 17:30:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcmutils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5KCMUtils5
+%define _tar_path 5.7
 Name:   kcmutils
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
@@ -38,7 +39,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcmutils-5.6.0.tar.xz - kcmutils-5.7.0.tar.xz ++
 2334 lines of diff (skipped)

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



commit khtml for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2015-02-16 15:03:36

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  2015-01-29 
12:49:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.khtml.new/khtml.changes 2015-02-16 
17:31:23.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  khtml-5.6.0.tar.xz

New:

  khtml-5.7.0.tar.xz



Other differences:
--
++ khtml.spec ++
--- /var/tmp/diff_new_pack.kqVjUD/_old  2015-02-16 17:31:24.0 +0100
+++ /var/tmp/diff_new_pack.kqVjUD/_new  2015-02-16 17:31:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package khtml
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5KHtml5
+%define _tar_path 5.7
 Name:   khtml
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  giflib-devel
 BuildRequires:  karchive-devel = %{kf5_version}
@@ -64,7 +65,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ khtml-5.6.0.tar.xz - khtml-5.7.0.tar.xz ++
 3634 lines of diff (skipped)

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



commit kitemmodels for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Factory 
checked in at 2015-02-16 15:07:04

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  2015-01-29 
12:53:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.kitemmodels.new/kitemmodels.changes 
2015-02-16 17:31:40.0 +0100
@@ -1,0 +2,10 @@
+Sun Feb  8 18:15:36 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed KRecursiveFilterProxyModel for Qt 5.5.0+, due to
+QSortFilterProxyModel now using the roles parameter to the
+dataChanged signal
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kitemmodels-5.6.0.tar.xz

New:

  kitemmodels-5.7.0.tar.xz



Other differences:
--
++ kitemmodels.spec ++
--- /var/tmp/diff_new_pack.Hecsae/_old  2015-02-16 17:31:41.0 +0100
+++ /var/tmp/diff_new_pack.Hecsae/_new  2015-02-16 17:31:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kitemmodels
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5ItemModels5
+%define _tar_path 5.7
 Name:   kitemmodels
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -29,7 +30,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kitemmodels-5.6.0.tar.xz - kitemmodels-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.6.0/CMakeLists.txt 
new/kitemmodels-5.7.0/CMakeLists.txt
--- old/kitemmodels-5.6.0/CMakeLists.txt2014-12-31 15:23:58.0 
+0100
+++ new/kitemmodels-5.7.0/CMakeLists.txt2015-01-23 21:40:52.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KItemModels)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KITEMMODELS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kitemmodels_version.h
@@ -34,7 +34,7 @@
 
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5ItemModels)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5ItemModels)
 
 include(ECMPackageConfigHelpers)
 
@@ -55,7 +55,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kitemmodels_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemmodels-5.6.0/src/CMakeLists.txt 
new/kitemmodels-5.7.0/src/CMakeLists.txt
--- old/kitemmodels-5.6.0/src/CMakeLists.txt2014-12-31 15:23:58.0 
+0100
+++ new/kitemmodels-5.7.0/src/CMakeLists.txt2015-01-23 21:40:52.0 
+0100
@@ -13,7 +13,7 @@
 generate_export_header(KF5ItemModels BASE_NAME KItemModels)
 add_library(KF5::ItemModels ALIAS KF5ItemModels)
 
-target_include_directories(KF5ItemModels INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KItemModels)
+target_include_directories(KF5ItemModels INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KItemModels)
 
 target_link_libraries(KF5ItemModels PUBLIC Qt5::Core)
 
@@ -40,9 +40,9 @@
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kitemmodels_export.h
   ${KItemModels_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KItemModels COMPONENT Devel

commit plasma5-desktop for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2015-02-16 15:05:52

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  
2015-01-29 13:17:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2015-02-16 17:43:09.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  9 11:43:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added kde343583.patch, in order to resolve kde#343583 and workaround
+  kde#340691
+
+---

New:

  kde343583.patch



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.MqAwTD/_old  2015-02-16 17:43:10.0 +0100
+++ /var/tmp/diff_new_pack.MqAwTD/_new  2015-02-16 17:43:10.0 +0100
@@ -25,6 +25,8 @@
 Url:http://www.kde.org/
 Source: plasma-desktop-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM kde343583.patch -- 
https://bugs.kde.org/show_bug.cgi?id=343583#c11
+Patch0: kde343583.patch
 BuildRequires:  attica-qt5-devel
 BuildRequires:  baloo5-devel = %{version}
 BuildRequires:  boost-devel
@@ -103,6 +105,7 @@
 %lang_package
 %prep
 %setup -q -n plasma-desktop-%{version}
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++ kde343583.patch ++
From: Matthew Dawson matt...@mjdsystems.ca
Date: Mon, 09 Feb 2015 15:39:22 +
Subject: When setting colour scheme information for KDE4, don't read from KF5 
kdeglobals
X-Git-Url: 
http://quickgit.kde.org/?p=plasma-desktop.gita=commitdiffh=523497fde1828acfb70a242959b6ee7af1b0dde4
---
When setting colour scheme information for KDE4, don't read from KF5 kdeglobals

When krdb sets the colour scheme for KDE4 applications, it should not
use the KF5 global or system configuration, as it won't be in the
correct format.  Instead, setup KConfig instances to only read the
file given.

This also works around bug 340691 in KConfig, which fixes bug 343583.
Note this change should be left regardless of when KConfig is fixed,
as KF5 settings remain unneeded in KDE4 configuration files.

BUG: 343583
FIXED-IN: 5.2.1
---


--- a/kcms/krdb/krdb.cpp
+++ b/kcms/krdb/krdb.cpp
@@ -634,7 +634,7 @@
   return;
   }
 
-  KConfig kde4config(configFilePath);
+  KConfig kde4config(configFilePath, KConfig::SimpleConfig);
 
   KConfigGroup kde4generalGroup(kde4config, General);
   kde4generalGroup.writeEntry(ColorScheme, colorSchemeName);
@@ -677,7 +677,7 @@
   kde4IconGroup.sync();
 
   //copy all the groups in the color scheme in kdeglobals
-  KSharedConfigPtr kde4ColorConfig = KSharedConfig::openConfig(src);
+  KSharedConfigPtr kde4ColorConfig = KSharedConfig::openConfig(src, 
KConfig::SimpleConfig);
 
   foreach (const QString grp, kde4ColorConfig-groupList()) {
   KConfigGroup cg(kde4ColorConfig, grp);
-- 
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

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package plasma-framework for 
openSUSE:Factory checked in at 2015-02-16 15:07:36

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
2015-01-30 15:08:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-framework.new/plasma-framework.changes   
2015-02-16 17:43:07.0 +0100
@@ -1,0 +2,27 @@
+Sun Feb  8 18:15:40 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed errorneously opening a broken context menu when middle
+clicking Plasma popup
+  * Trigger button switch on mouse whee
+  * Never resize a dialog bigger than the screen
+  * Undelete panels when applet gets undeleted
+  * Fixed keyboard shortcuts
+  * Restore hint-apply-color-scheme support
+  * Reload the configuration when plasmarc changes
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Drop patches merged upstream:
+  0004-fix-tooltip-positioning.patch,
+  0002-reset-the-internal-size-copy-when-the-theme-changes.patch,
+  0004-don-t-forward-events-if-not-visible-anymore.patch,
+  0005-a-check-more-on-centering.patch
+  0003-restore-hint-apply-color-scheme-support.patch,
+  0001-Fix-errorneously-opening-a-broken-context-menu-when-.patch,
+  0001-collapse-tooltips-that-only-have-text.patch,
+  0002-restore-hint-apply-color-scheme-support.patch,
+  0001-make-sure-animation-is-disabled-the-first-time.patch,
+  0005-Fix-fallback-from-invalid-L-F-packages.patch and
+  0003-trigger-button-switch-on-mouse-wheel.patch
+
+---

Old:

  0001-Fix-errorneously-opening-a-broken-context-menu-when-.patch
  0001-collapse-tooltips-that-only-have-text.patch
  0001-make-sure-animation-is-disabled-the-first-time.patch
  0002-reset-the-internal-size-copy-when-the-theme-changes.patch
  0002-restore-hint-apply-color-scheme-support.patch
  0003-restore-hint-apply-color-scheme-support.patch
  0003-trigger-button-switch-on-mouse-wheel.patch
  0004-don-t-forward-events-if-not-visible-anymore.patch
  0004-fix-tooltip-positioning.patch
  0005-Fix-fallback-from-invalid-L-F-packages.patch
  0005-a-check-more-on-centering.patch
  plasma-framework-5.6.0.tar.xz

New:

  plasma-framework-5.7.0.tar.xz



Other differences:
--
++ plasma-framework.spec ++
--- /var/tmp/diff_new_pack.KtDRi4/_old  2015-02-16 17:43:08.0 +0100
+++ /var/tmp/diff_new_pack.KtDRi4/_new  2015-02-16 17:43:08.0 +0100
@@ -16,39 +16,18 @@
 #
 
 
+%define _tar_path 5.7
 Name:   plasma-framework
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 Summary:Plasma library and runtime components based upon KF5 and Qt5
 License:GPL-2.0+ and LGPL-2.0+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/plasma-framework
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM 
0001-Fix-errorneously-opening-a-broken-context-menu-when-.patch
-Patch0: 0001-Fix-errorneously-opening-a-broken-context-menu-when-.patch
-# PATCH-FIX-UPSTREAM 
0002-reset-the-internal-size-copy-when-the-theme-changes.patch
-Patch1: 0002-reset-the-internal-size-copy-when-the-theme-changes.patch
-# PATCH-FIX-UPSTREAM 0003-trigger-button-switch-on-mouse-wheel.patch
-Patch2: 0003-trigger-button-switch-on-mouse-wheel.patch
-# PATCH-FIX-UPSTREAM 0004-don-t-forward-events-if-not-visible-anymore.patch
-Patch3: 0004-don-t-forward-events-if-not-visible-anymore.patch
-# PATCH-FIX-UPSTREAM 0005-a-check-more-on-centering.patch
-Patch4: 0005-a-check-more-on-centering.patch
-# PATCH-FIX-UPSTREAM 0001-collapse-tooltips-that-only-have-text.patch
-Patch5: 0001-collapse-tooltips-that-only-have-text.patch
-# PATCH-FIX-UPSTREAM 0002-restore-hint-apply-color-scheme-support.patch
-Patch6: 0002-restore-hint-apply-color-scheme-support.patch
-# PATCH-FIX-UPSTREAM 0003-restore-hint-apply-color-scheme-support.patch
-Patch7: 0003-restore-hint-apply-color-scheme-support.patch
-# PATCH-FIX-UPSTREAM 0001-make-sure-animation-is-disabled-the-first-time.patch
-Patch8: 0001-make-sure-animation-is-disabled-the-first-time.patch
-# PATCH-FIX-UPSTREAM 0004-fix-tooltip-positioning.patch
-Patch9: 0004-fix-tooltip-positioning.patch
-# PATCH-FIX-UPSTREAM 

commit yast2-pkg-bindings for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-pkg-bindings for 
openSUSE:Factory checked in at 2015-02-16 15:24:41

Comparing /work/SRC/openSUSE:Factory/yast2-pkg-bindings (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new (New)


Package is yast2-pkg-bindings

Changes:

--- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes
2014-09-28 19:56:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings.changes   
2015-02-16 17:50:54.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb  6 11:12:30 UTC 2015 - lsle...@suse.cz
+
+- Pkg::RepositoryAdd: use alias from URL query parameter if present
+  (bnc#892431)
+- 3.1.21
+
+---

Old:

  yast2-pkg-bindings-3.1.20.tar.bz2

New:

  yast2-pkg-bindings-3.1.21.tar.bz2



Other differences:
--
++ yast2-pkg-bindings-devel-doc.spec ++
--- /var/tmp/diff_new_pack.llLuSS/_old  2015-02-16 17:50:55.0 +0100
+++ /var/tmp/diff_new_pack.llLuSS/_new  2015-02-16 17:50:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-pkg-bindings-devel-doc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   yast2-pkg-bindings-devel-doc
-Version:3.1.20
+Version:3.1.21
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-pkg-bindings-%{version}.tar.bz2

++ yast2-pkg-bindings.spec ++
--- /var/tmp/diff_new_pack.llLuSS/_old  2015-02-16 17:50:55.0 +0100
+++ /var/tmp/diff_new_pack.llLuSS/_new  2015-02-16 17:50:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-pkg-bindings
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   yast2-pkg-bindings
-Version:3.1.20
+Version:3.1.21
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-pkg-bindings-3.1.20.tar.bz2 - yast2-pkg-bindings-3.1.21.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-3.1.20/.travis.yml 
new/yast2-pkg-bindings-3.1.21/.travis.yml
--- old/yast2-pkg-bindings-3.1.20/.travis.yml   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-pkg-bindings-3.1.21/.travis.yml   2015-02-13 12:35:11.0 
+0100
@@ -0,0 +1,15 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# use gcc-4.8 (needed by libzypp) instead of gcc-4.6 default
+- export CC=gcc-4.8
+- export CXX=g++-4.8
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p yast2-core-dev libzypp-dev yast2-devtools 
doxygen yast2-testsuite g++-4.8
+script:
+- make -f Makefile.cvs
+- make -j 4
+- make check
+- sudo make install
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-3.1.20/README.md 
new/yast2-pkg-bindings-3.1.21/README.md
--- old/yast2-pkg-bindings-3.1.20/README.md 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-pkg-bindings-3.1.21/README.md 2015-02-13 12:35:11.0 
+0100
@@ -0,0 +1,6 @@
+## YaST - Package Bindings
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-pkg-bindings.svg?branch=master)](https://travis-ci.org/yast/yast-pkg-bindings)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-pkg-bindings-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-pkg-bindings-master/)
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-3.1.20/package/yast2-pkg-bindings-devel-doc.spec 
new/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings-devel-doc.spec
--- old/yast2-pkg-bindings-3.1.20/package/yast2-pkg-bindings-devel-doc.spec 
2014-09-25 17:20:14.0 +0200
+++ new/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings-devel-doc.spec 
2015-02-13 12:35:11.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-pkg-bindings-devel-doc
-Version:3.1.20
+Version:3.1.21
 Release:0
 License:GPL-2.0
 Group:  Documentation/HTML
diff -urN '--exclude=CVS' 

commit OpenIPMI for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package OpenIPMI for openSUSE:Factory 
checked in at 2015-02-16 15:02:10

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


Package is OpenIPMI

Changes:

--- /work/SRC/openSUSE:Factory/OpenIPMI/OpenIPMI.changes2015-01-05 
04:44:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.OpenIPMI.new/OpenIPMI.changes   2015-02-16 
17:21:07.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb  7 17:14:57 UTC 2015 - dims...@opensuse.org
+
+- Do not try to register/deregister OpenIPMI.info.gz in post/postun
+  of the devel package: we do not install such a file.
+
+---



Other differences:
--
++ OpenIPMI.spec ++
--- /var/tmp/diff_new_pack.tE6DFo/_old  2015-02-16 17:21:09.0 +0100
+++ /var/tmp/diff_new_pack.tE6DFo/_new  2015-02-16 17:21:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package OpenIPMI
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -148,12 +148,6 @@
 /sbin/ldconfig
 %service_add_post ipmi.service
 
-%post devel
-%install_info --info-dir=%_infodir %_infodir/%name.info.gz
-
-%postun devel
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-
 %files
 %defattr(-,root,root)
 %doc CONFIGURING_FOR_LAN COPYING COPYING.BSD COPYING.LIB FAQ

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



commit liboauth for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package liboauth for openSUSE:Factory 
checked in at 2015-02-16 15:25:08

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


Package is liboauth

Changes:

--- /work/SRC/openSUSE:Factory/liboauth/liboauth.changes2012-11-24 
22:00:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.liboauth.new/liboauth.changes   2015-02-16 
17:35:01.0 +0100
@@ -1,0 +2,9 @@
+Thu Feb 12 16:12:09 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.0.3
+  * clarify documentation of oauth_curl
+  * fix possible memleak in oauth_curl (only relevant if an error occurs)
+  * fix TOCTOU in oauth_curl_post_file: the file may change between
+stat() and fopen()
+
+---

Old:

  liboauth-0.9.4.tar.gz

New:

  liboauth-1.0.3.tar.gz



Other differences:
--
++ liboauth.spec ++
--- /var/tmp/diff_new_pack.zcfs1W/_old  2015-02-16 17:35:01.0 +0100
+++ /var/tmp/diff_new_pack.zcfs1W/_new  2015-02-16 17:35:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liboauth
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,11 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   liboauth
-Version:0.9.4
+Version:1.0.3
 Release:1
 License:MIT
 Summary:OAuth library
@@ -30,7 +28,7 @@
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:liboauth-%{version}.tar.gz
+Source0:
http://sourceforge.net/projects/liboauth/files/liboauth-%{version}.tar.gz
 Source1:baselibs.conf
 
 %description
@@ -73,7 +71,6 @@
 
 %prep
 %setup -q
-#%patch10 -p1
 
 %build
 sed -i -e '/^Libs.private/d' -e '/^Requires.private/d' oauth.pc.in

++ liboauth-0.9.4.tar.gz - liboauth-1.0.3.tar.gz ++
 30059 lines of diff (skipped)

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



commit kwidgetsaddons for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kwidgetsaddons for openSUSE:Factory 
checked in at 2015-02-16 15:06:09

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
2015-01-29 12:52:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwidgetsaddons.new/kwidgetsaddons.changes   
2015-02-16 17:32:46.0 +0100
@@ -1,0 +2,11 @@
+Sun Feb  8 18:15:26 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Use kstyleextensions to specify custom control element for
+rendering kcapacity bar when supported, this allow the widget
+to be styled properly
+  * Provide an accessible name for KLed
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kwidgetsaddons-5.6.0.tar.xz

New:

  kwidgetsaddons-5.7.0.tar.xz



Other differences:
--
++ kwidgetsaddons.spec ++
--- /var/tmp/diff_new_pack.IFMi4n/_old  2015-02-16 17:32:47.0 +0100
+++ /var/tmp/diff_new_pack.IFMi4n/_new  2015-02-16 17:32:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kwidgetsaddons
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5WidgetsAddons5
+%define _tar_path 5.7
 Name:   kwidgetsaddons
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -32,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kwidgetsaddons-5.6.0.tar.xz - kwidgetsaddons-5.7.0.tar.xz ++
 5129 lines of diff (skipped)

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



commit texinfo for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2015-02-16 15:02:04

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


Package is texinfo

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2013-05-13 
15:44:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2015-02-16 
17:48:26.0 +0100
@@ -1,0 +2,68 @@
+Fri Feb  6 17:51:37 UTC 2015 - dims...@opensuse.org
+
+- Add perl(Locale::Messages) and perl(Text::Unidecode) Requires to
+  makeinfo: since the switch to using the external ones, we also
+  must ensure to have them present for the user to execute
+  makeinfo. And makeinfo can be installed without texinfo (which
+  already does require those modules too).
+
+---
+Fri Feb  6 15:58:27 UTC 2015 - wer...@suse.de
+
+- Avoid including builtin perl-libintl-perl but require the package
+- The same for perl-Text-Unidecode
+- Move %install_info_delete from %postun to %preun
+
+---
+Fri Feb  6 11:12:09 UTC 2015 - dims...@opensuse.org
+
+- Recommend instead of Require texi2html and texi2roff: they are
+  not stricly required to operate texinfo, but can be valuable to
+  the users installing it.
+
+---
+Thu Feb  5 20:23:34 UTC 2015 - dims...@opensuse.org
+
+- Completely splitt off texi2html and texi2roff into their own
+  package containers. As a consequence, we no longer carry those
+  files / patches here (they live in their respective other
+  packages): texi2html-1.78.dif, texi2html-5.0.tar.bz2,
+  texi2html-5584.patch, texi2html.changes, texi2html.spec,
+  texi2roff-2.0-gcc4.patch, texi2roff-2.0.dif, texi2roff-2.0.tar.gz,
+  texi2roff.changes, texi2roff.patch.gz and texi2roff.spec.
+
+---
+Fri Sep 12 13:45:49 UTC 2014 - wer...@suse.de
+
+- Be aware that texinfo is GPL-3.0+ 
+- Require texi2html as well as readded texi2roff to make the build
+  system happy
+
+---
+Wed Aug  6 18:32:36 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 5.2
+  * New texinfo commands
+  * texi2any is the new generic converter for Texinfo that can
+produce all supported output formats, both those from texi2dvi
+(PDF/DVI) and from makeinfo (Info/HTML/etc.).  texi2any and
+makeinfo are now different names for the same program; there
+are no differences in behavior based on the program name.
+  * See more detail at included NEWS file
+  * Remove obsolete texinfo-4.12.dif
+  * Remove obsolete texi2html-1.78.dif
+  * Remove obsolete texi2roff-2.0.dif
+  * Remove obsolete texi2roff.patch.bz2
+  * Remove obsolete texinfo-4.8-echo.patch
+  * Remove obsolete texi2roff-2.0-gcc4.patch
+  * Remove obsolete texinfo-4.13a-bug640417.diff
+  * Remove obsolete texinfo-4.13a-bug713517.diff
+  * Remove obsolete automake-1.12.patch
+  * Remove obsolete texinfo-4.13a-bug788574.diff
+  * Remove obsolete config-guess-sub-update.patch
+  * Rebase texinfo-4.12-zlib.patch to texinfo-zlib.patch
+- Merge makeinfo into main package
+- Drop not maintained texi2roff
+- Drop not maintained texi2html
+
+---

Old:

  automake-1.12.patch
  config-guess-sub-update.patch
  texi2html-1.78.dif
  texi2html-1.82.tar.bz2
  texi2roff-2.0-gcc4.patch
  texi2roff-2.0.dif
  texi2roff-2.0.tar.bz2
  texi2roff.patch.bz2
  texinfo-4.12-zlib.patch
  texinfo-4.12.dif
  texinfo-4.13a-bug640417.diff
  texinfo-4.13a-bug713517.diff
  texinfo-4.13a-bug788574.diff
  texinfo-4.13a.tar.bz2
  texinfo-4.8-echo.patch

New:

  texinfo-5.2.tar.gz
  texinfo-zlib.patch



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.may8qf/_old  2015-02-16 17:48:27.0 +0100
+++ /var/tmp/diff_new_pack.may8qf/_new  2015-02-16 17:48:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,33 @@
 
 
 Name:   texinfo
+Version:5.2
+Release:0
+Summary:Tools Needed to Create Documentation from Texinfo Sources
+License:GPL-3.0+
+Group:  Productivity/Publishing/Texinfo
+Url:http://www.gnu.org/software/texinfo/

commit sonnet for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package sonnet for openSUSE:Factory checked 
in at 2015-02-16 15:06:51

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.changes2015-01-29 
12:53:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes   2015-02-16 
17:47:52.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:34 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  sonnet-5.6.0.tar.xz

New:

  sonnet-5.7.0.tar.xz



Other differences:
--
++ sonnet.spec ++
--- /var/tmp/diff_new_pack.SyNjNs/_old  2015-02-16 17:47:52.0 +0100
+++ /var/tmp/diff_new_pack.SyNjNs/_new  2015-02-16 17:47:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sonnet
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 %define sonum   5
+%define _tar_path 5.7
 Name:   sonnet
-Version:5.6.0
+Version:%{_tar_path}.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.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -36,7 +37,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ sonnet-5.6.0.tar.xz - sonnet-5.7.0.tar.xz ++
 3041 lines of diff (skipped)

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



commit extra-cmake-modules for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package extra-cmake-modules for 
openSUSE:Factory checked in at 2015-02-16 15:03:51

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  
2015-01-29 13:10:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.extra-cmake-modules.new/extra-cmake-modules.changes 
2015-02-16 17:25:22.0 +0100
@@ -1,0 +2,16 @@
+Sun Feb  8 18:18:35 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * KDEInstallDirs: warn about mixing relative and absolute
+installation paths on the command line
+  * Added ECMAddAppIcon module to add icons to executable
+targets on Windows and Mac OS X
+  * Fixed CMP0053 warning with CMake 3.1
+  * Do not unset cache variables in KDEInstallDirs
+  * New Android toolchain module
+  * New ECMUninstallTarget module to create an uninstall target
+  * Make KDECMakeSettings import ECMUninstallTarget by default
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  extra-cmake-modules-1.6.1.tar.xz

New:

  extra-cmake-modules-1.7.0.tar.xz



Other differences:
--
++ extra-cmake-modules.spec ++
--- /var/tmp/diff_new_pack.R6Uvwx/_old  2015-02-16 17:25:23.0 +0100
+++ /var/tmp/diff_new_pack.R6Uvwx/_new  2015-02-16 17:25:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package extra-cmake-modules
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Other
 Url:
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-Version:1.6.1
+Version:1.7.0
 Release:0
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/5.7/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  gcc-c++

++ extra-cmake-modules-1.6.1.tar.xz - extra-cmake-modules-1.7.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.6.1/CMakeLists.txt 
new/extra-cmake-modules-1.7.0/CMakeLists.txt
--- old/extra-cmake-modules-1.6.1/CMakeLists.txt2015-01-11 
18:17:11.0 +0100
+++ new/extra-cmake-modules-1.7.0/CMakeLists.txt2015-02-06 
15:00:52.0 +0100
@@ -3,7 +3,7 @@
 project(extra-cmake-modules NONE)
 
 set(ECM_MAJOR_VERSION 1)
-set(ECM_MINOR_VERSION 6)
+set(ECM_MINOR_VERSION 7)
 set(ECM_PATCH_VERSION 0)
 
 set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION})
@@ -15,6 +15,7 @@
 endif()
 
 set(SHARE_INSTALL_DIR share)
+set(TOOLCHAIN_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/toolchain/)
 set(MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/modules/)
 set(KDE_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/kde-modules/)
 set(FIND_MODULES_INSTALL_DIR ${SHARE_INSTALL_DIR}/ECM/find-modules/)
@@ -33,6 +34,9 @@
 file(GLOB installFindModuleFiles ${CMAKE_SOURCE_DIR}/find-modules/*[^~])
 install(FILES ${installFindModuleFiles} DESTINATION 
${FIND_MODULES_INSTALL_DIR})
 
+file(GLOB installToolchainModuleFiles ${CMAKE_SOURCE_DIR}/toolchain/*[^~])
+install(FILES ${installToolchainModuleFiles} DESTINATION 
${TOOLCHAIN_MODULES_INSTALL_DIR})
+
 
 include(CMakePackageConfigHelpers)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/extra-cmake-modules-1.6.1/README.rst 
new/extra-cmake-modules-1.7.0/README.rst
--- old/extra-cmake-modules-1.6.1/README.rst2015-01-11 18:17:11.0 
+0100
+++ new/extra-cmake-modules-1.7.0/README.rst2015-02-06 15:00:52.0 
+0100
@@ -5,8 +5,9 @@
 
 
 The Extra CMake Modules package, or ECM, adds to the modules provided by CMake,
-including both ones used by ``find_package()`` to find common software and ones
-that can be used directly in ``CMakeLists.txt`` files to perform common tasks.
+including ones used by ``find_package()`` to find common software, ones that
+can be used directly in ``CMakeLists.txt`` files to perform common tasks and
+toolchain files that must be specified on the commandline by the user.
 
 In addition, it provides common build 

commit docbook2x for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package docbook2x for openSUSE:Factory 
checked in at 2015-02-16 15:02:36

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


Package is docbook2x

Changes:

--- /work/SRC/openSUSE:Factory/docbook2x/docbook2x.changes  2013-08-13 
10:15:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook2x.new/docbook2x.changes 2015-02-16 
17:24:26.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 10 06:15:30 UTC 2015 - co...@suse.com
+
+- move install_info from %postun to %preun and don't reference
+  the extension twice
+
+---



Other differences:
--
++ docbook2x.spec ++
--- /var/tmp/diff_new_pack.8CHMMc/_old  2015-02-16 17:24:32.0 +0100
+++ /var/tmp/diff_new_pack.8CHMMc/_new  2015-02-16 17:24:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook2x
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -124,7 +124,7 @@
 %{INSTALL_DIR} $cat_dir
 %{INSTALL_DATA} %{FOR_ROOT_CAT} $cat_dir
 %define all_cat %{name}-%{version}
-%define info_files docbook2texi-xslt docbook2man-xslt docbook2X.info
+%define info_files docbook2texi-xslt docbook2man-xslt docbook2X
 
 %post
 edit-xml-catalog --group --catalog /etc/xml/suse-catalog.xml \
@@ -143,7 +143,7 @@
   %install_info --info-dir=%{_infodir} %{_infodir}/${f}.info.gz
 done
 
-%postun doc
+%preun doc
 for f in %{info_files}; do
   %install_info_delete --info-dir=%{_infodir} %{_infodir}/${f}.info.gz
 done

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



commit enblend-enfuse for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2015-02-16 15:02:32

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


Package is enblend-enfuse

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2014-12-09 09:13:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2015-02-16 17:25:07.0 +0100
@@ -1,0 +2,10 @@
+Wed Feb 11 16:14:25 UTC 2015 - dims...@opensuse.org
+
+- Introduce _build_doc defines (currently set to 0): Allow to
+  easily enable/disable the building of the documentation (incl.
+  the reevant BuildRequires and file sections). Currently disabled,
+  as enblend fails with texinfo 5.1; upstream is aware but there
+  are multiple ways the texi files are broken (mainly using invalid
+  characters for defintions).
+
+---



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.bDKEQy/_old  2015-02-16 17:25:07.0 +0100
+++ /var/tmp/diff_new_pack.bDKEQy/_new  2015-02-16 17:25:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+%define _build_doc 0
+
 Name:   enblend-enfuse
 Url:http://enblend.sourceforge.net/
 Summary:Tool for Composing Images
@@ -25,15 +27,14 @@
 Release:0
 Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.1/%{name}-%{version}.tar.gz
 Patch1: use-default-gcc-inlining.diff
-BuildRequires:  ImageMagick
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
-BuildRequires:  gnuplot
 BuildRequires:  gsl-devel
+BuildRequires:  help2man
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel = 2.5
 BuildRequires:  libpng-devel
@@ -43,14 +44,18 @@
 BuildRequires:  perl-TimeDate
 BuildRequires:  plotutils-devel
 BuildRequires:  sed
+BuildRequires:  vigra-devel
+%if %{_build_doc}
+BuildRequires:  ImageMagick
+BuildRequires:  gnuplot
 BuildRequires:  texinfo
 BuildRequires:  tidy
 BuildRequires:  transfig
-BuildRequires:  vigra-devel
 #BuildRequires:  xhtml-dtd
 %if 0%{?suse_version}  1220
 BuildRequires:  help2man
 %endif
+%endif
 Provides:   enblend = %{version}
 Provides:   enfuse = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -93,6 +98,7 @@
 %clean
 rm -rf %{buildroot}
 
+%if %{_build_doc}
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/enblend.info.gz
 %install_info --info-dir=%{_infodir} %{_infodir}/enfuse.info.gz
@@ -102,13 +108,17 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/enblend.info.gz
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/enfuse.info.gz
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/enfuse-focus-stacking.info.gz
+%endif
 
 %files
 %defattr(-,root,root)
 # ChangeLog does not contain anything useful
-%doc AUTHORS COPYING NEWS README doc/*.pdf
-%{_bindir}/*
+%doc AUTHORS COPYING NEWS README
+%if %{_build_doc}
+%doc doc/*.pdf
 %doc %{_infodir}/*.*
+%endif
+%{_bindir}/*
 %doc %{_mandir}/*/*.*
 
 %changelog

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



commit kio for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kio for openSUSE:Factory checked in 
at 2015-02-16 15:06:22

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  2015-01-29 12:52:35.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kio.new/kio.changes 2015-02-16 
17:31:36.0 +0100
@@ -1,0 +2,30 @@
+Sun Feb  8 18:15:28 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed crash in jobs when linking to KIOWidgets but only
+using a QCoreApplication
+  * Fixed editing web shortcuts
+  * Added option KIOCORE_ONLY, to compile only KIOCore and its
+helper programs, but not KIOWidgets or KIOFileWidgets, thus
+reducing greatly the necessary dependencies
+  * Added class KFileCopyToMenu, which adds Copy To / Move To
+to popupmenus
+  * SSL-enabled protocols: added support for TLSv1.1 and TLSv1.2
+protocols, remove SSLv3
+  * Fixed negotiatedSslVersion and negotiatedSslVersionName to
+return the actual negotiated protocol
+  * Apply the entered URL to the view when clicking the button
+that switches the URL navigator back to breadcrumb mode
+  * Fixed two progress bars/dialogs appearing for copy/move jobs
+  * KIO now uses its own daemon, kiod, for out-of-process services
+previously running in kded, in order to reduce dependencies;
+currently only replaces kssld
+  * Fixed Could not write to path error when kioexec is triggered
+  * Fixed QFileInfo::absolutePath: Constructed with empty filename
+warnings when using KFilePlacesModel
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Added 0001-sync-bookmarkmanager-only-if-change-was-by-process.patch,
+  kde#343735
+
+---

Old:

  kio-5.6.0.tar.xz

New:

  0001-sync-bookmarkmanager-only-if-change-was-by-process.patch
  kio-5.7.0.tar.xz



Other differences:
--
++ kio.spec ++
--- /var/tmp/diff_new_pack.dSjpzG/_old  2015-02-16 17:31:37.0 +0100
+++ /var/tmp/diff_new_pack.dSjpzG/_new  2015-02-16 17:31:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kio
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kio
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kbookmarks-devel = %{kf5_version}
@@ -67,8 +68,10 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM 
0001-sync-bookmarkmanager-only-if-change-was-by-process.patch
+Patch0: 0001-sync-bookmarkmanager-only-if-change-was-by-process.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -98,6 +101,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build
@@ -145,6 +149,8 @@
 %{_kf5_libexecdir}/kioslave
 %{_kf5_libexecdir}/kioexec
 %{_kf5_notifydir}/proxyscout.notifyrc
+%{_kf5_libexecdir}/kiod5
+%{_kf5_sharedir}/dbus-1/services/org.kde.kiod5.service
 %doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.*
 %dir %{_kf5_htmldir}/en
 %dir %{_kf5_htmldir}

++ 0001-sync-bookmarkmanager-only-if-change-was-by-process.patch ++
From e7e0f2d8f06e4086a1872757d779e19a06537b2a Mon Sep 17 00:00:00 2001
From: Marco Martin notm...@gmail.com
Date: Mon, 9 Feb 2015 18:18:33 +0100
Subject: [PATCH 1/1] sync bookmarkmanager only if change was by process

This is an attempt to fix a bug that seems quite difficult to reproduce,
It seems there is a weird race condition linked to the sync of the two files
.local/share/user-places.xbel
.local/share/kfileplaces/bookmarks.xml
causing the bug
https://bugs.kde.org/show_bug.cgi?id=343735
all processes that are listening for changes in the bookmark manager will
try to sync their bookmarks with the shared ones (user-places.xbel)
and depending what process arrives first, some bookmarks may be lost

The same commit will happen on 

commit kcrash for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2015-02-16 15:05:22

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.changes2015-01-29 
12:51:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes   2015-02-16 
17:30:29.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:19 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kcrash-5.6.0.tar.xz

New:

  kcrash-5.7.0.tar.xz



Other differences:
--
++ kcrash.spec ++
--- /var/tmp/diff_new_pack.MaHy6S/_old  2015-02-16 17:30:30.0 +0100
+++ /var/tmp/diff_new_pack.MaHy6S/_new  2015-02-16 17:30:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcrash
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Crash5
+%define _tar_path 5.7
 Name:   kcrash
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -35,7 +36,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcrash-5.6.0.tar.xz - kcrash-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.6.0/CMakeLists.txt 
new/kcrash-5.7.0/CMakeLists.txt
--- old/kcrash-5.6.0/CMakeLists.txt 2014-12-31 15:21:44.0 +0100
+++ new/kcrash-5.7.0/CMakeLists.txt 2015-01-23 21:28:50.0 +0100
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.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
@@ -41,7 +41,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Crash)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Crash)
 
 include(ECMPackageConfigHelpers)
 
@@ -62,7 +62,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.6.0/src/CMakeLists.txt 
new/kcrash-5.7.0/src/CMakeLists.txt
--- old/kcrash-5.6.0/src/CMakeLists.txt 2014-12-31 15:21:44.0 +0100
+++ new/kcrash-5.7.0/src/CMakeLists.txt 2015-01-23 21:28:50.0 +0100
@@ -13,7 +13,7 @@
 generate_export_header(KF5Crash BASE_NAME KCrash)
 add_library(KF5::Crash ALIAS KF5Crash)
 
-target_include_directories(KF5Crash INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KCrash)
+target_include_directories(KF5Crash INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KCrash)
 
 target_link_libraries(KF5Crash PUBLIC Qt5::Core)
 target_link_libraries(KF5Crash PRIVATE KF5::CoreAddons KF5::WindowSystem)
@@ -42,9 +42,9 @@
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kcrash_export.h
   ${KCrash_HEADERS}
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/KCrash 

commit kdesignerplugin for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2015-02-16 15:03:08

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  
2015-01-29 12:48:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes 
2015-02-16 17:30:53.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:02 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kdesignerplugin-5.6.0.tar.xz

New:

  kdesignerplugin-5.7.0.tar.xz



Other differences:
--
++ kdesignerplugin.spec ++
--- /var/tmp/diff_new_pack.4mMO0a/_old  2015-02-16 17:30:53.0 +0100
+++ /var/tmp/diff_new_pack.4mMO0a/_new  2015-02-16 17:30:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdesignerplugin
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kdesignerplugin
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
@@ -48,7 +49,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kdesignerplugin-5.6.0.tar.xz - kdesignerplugin-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.6.0/CMakeLists.txt 
new/kdesignerplugin-5.7.0/CMakeLists.txt
--- old/kdesignerplugin-5.6.0/CMakeLists.txt2015-01-03 13:05:23.0 
+0100
+++ new/kdesignerplugin-5.7.0/CMakeLists.txt2015-02-08 16:16:04.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KDesignerPlugin)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -21,8 +21,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
@@ -83,7 +83,7 @@
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5DesignerPlugin)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DesignerPlugin)
 
 add_subdirectory(docs)
 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesignerplugin-5.6.0/docs/kgendesignerplugin/CMakeLists.txt 
new/kdesignerplugin-5.7.0/docs/kgendesignerplugin/CMakeLists.txt
--- old/kdesignerplugin-5.6.0/docs/kgendesignerplugin/CMakeLists.txt
2015-01-03 13:05:23.0 +0100
+++ new/kdesignerplugin-5.7.0/docs/kgendesignerplugin/CMakeLists.txt
2015-02-08 16:16:04.0 +0100
@@ -1 +1 @@
-kdoctools_create_manpage(man-kgendesignerplugin.1.docbook 1 
INSTALL_DESTINATION ${MAN_INSTALL_DIR})
+kdoctools_create_manpage(man-kgendesignerplugin.1.docbook 1 
INSTALL_DESTINATION ${KDE_INSTALL_MANDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.6.0/po/cs/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.7.0/po/cs/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.6.0/po/cs/kdesignerplugin5_qt.po  2015-01-03 
13:05:23.0 +0100
+++ new/kdesignerplugin-5.7.0/po/cs/kdesignerplugin5_qt.po  2015-02-08 
16:16:04.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This 

commit kinit for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kinit for openSUSE:Factory checked 
in at 2015-02-16 15:06:02

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  2015-01-29 
12:52:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kinit.new/kinit.changes 2015-02-16 
17:31:34.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  8 18:15:24 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * OSX: load the correct shared libraries at runtime
+  * Mingw compilation fixes
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kinit-5.6.0.tar.xz

New:

  kinit-5.7.0.tar.xz



Other differences:
--
++ kinit.spec ++
--- /var/tmp/diff_new_pack.Iyh3Pj/_old  2015-02-16 17:31:34.0 +0100
+++ /var/tmp/diff_new_pack.Iyh3Pj/_new  2015-02-16 17:31:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kinit
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kinit
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcrash-devel = %{kf5_version}
 BuildRequires:  kdoctools-devel = %{kf5_version}
@@ -42,7 +43,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{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

++ kinit-5.6.0.tar.xz - kinit-5.7.0.tar.xz ++
 5737 lines of diff (skipped)

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



commit kemoticons for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2015-02-16 15:05:27

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.changes2015-01-29 
12:51:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes   
2015-02-16 17:31:02.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:20 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kemoticons-5.6.0.tar.xz

New:

  kemoticons-5.7.0.tar.xz



Other differences:
--
++ kemoticons.spec ++
--- /var/tmp/diff_new_pack.W2rkwB/_old  2015-02-16 17:31:02.0 +0100
+++ /var/tmp/diff_new_pack.W2rkwB/_new  2015-02-16 17:31:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kemoticons
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Emoticons5
+%define _tar_path 5.7
 Name:   kemoticons
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -35,7 +36,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kemoticons-5.6.0.tar.xz - kemoticons-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.6.0/CMakeLists.txt 
new/kemoticons-5.7.0/CMakeLists.txt
--- old/kemoticons-5.6.0/CMakeLists.txt 2014-12-31 15:22:51.0 +0100
+++ new/kemoticons-5.7.0/CMakeLists.txt 2015-01-23 21:30:00.0 +0100
@@ -2,7 +2,7 @@
 
 project(KEmoticons)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KEMOTICONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h
@@ -33,7 +33,7 @@
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
 
 # the strings throughout this library are used to search ressources
@@ -46,7 +46,7 @@
 add_subdirectory(tests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Emoticons)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Emoticons)
 
 install(EXPORT KF5EmoticonsTargets DESTINATION ${CMAKECONFIG_INSTALL_DIR} 
FILE KF5EmoticonsTargets.cmake NAMESPACE KF5:: )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.6.0/src/core/CMakeLists.txt 
new/kemoticons-5.7.0/src/core/CMakeLists.txt
--- old/kemoticons-5.6.0/src/core/CMakeLists.txt2014-12-31 
15:22:51.0 +0100
+++ new/kemoticons-5.7.0/src/core/CMakeLists.txt2015-01-23 
21:30:00.0 +0100
@@ -10,7 +10,7 @@
 generate_export_header(KF5Emoticons BASE_NAME KEmoticons)
 add_library(KF5::Emoticons ALIAS KF5Emoticons)
 
-target_include_directories(KF5Emoticons INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KEmoticons)
+target_include_directories(KF5Emoticons INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KEmoticons)
 
 

commit libburnia for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package libburnia for openSUSE:Factory 
checked in at 2015-02-16 15:02:22

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


Package is libburnia

Changes:

--- /work/SRC/openSUSE:Factory/libburnia/libburnia.changes  2014-08-28 
21:05:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libburnia.new/libburnia.changes 2015-02-16 
17:33:27.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 10:34:03 UTC 2015 - dims...@opensuse.org
+
+- Handle the .info files we actually install:
+  + xorrecord.info, xorriso.info and xorrisofs.info.
+  + libburnia.info does not exist.
+
+---



Other differences:
--
++ libburnia.spec ++
--- /var/tmp/diff_new_pack.gZwiYD/_old  2015-02-16 17:33:28.0 +0100
+++ /var/tmp/diff_new_pack.gZwiYD/_new  2015-02-16 17:33:28.0 +0100
@@ -179,10 +179,14 @@
 %postun -n libisofs%{libisofs_so} -p /sbin/ldconfig
 
 %post -n libburnia-tools
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info*
+%install_info --info-dir=%{_infodir} %{_infodir}/xorrecord.info*
+%install_info --info-dir=%{_infodir} %{_infodir}/xorriso.info*
+%install_info --info-dir=%{_infodir} %{_infodir}/xorrisofs.info*
 
 %preun -n libburnia-tools
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info*
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/xorrecord.info*
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/xorriso.info*
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/xorrisofs.info*
 
 %files -n libburnia-tools
 %defattr(-,root,root)

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



commit kxmlgui for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2015-02-16 15:07:16

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  2015-01-29 
12:53:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes 2015-02-16 
17:32:50.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:37 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kxmlgui-5.6.0.tar.xz

New:

  kxmlgui-5.7.0.tar.xz



Other differences:
--
++ kxmlgui.spec ++
--- /var/tmp/diff_new_pack.YMxHdL/_old  2015-02-16 17:32:52.0 +0100
+++ /var/tmp/diff_new_pack.YMxHdL/_new  2015-02-16 17:32:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kxmlgui
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 %define lname   libKF5XmlGui5
+%define _tar_path 5.7
 Name:   kxmlgui
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel = %{kf5_version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
@@ -47,7 +48,7 @@
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kxmlgui-5.6.0.tar.xz - kxmlgui-5.7.0.tar.xz ++
 8759 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

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2015-02-16 15:07:22

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
2015-01-29 13:14:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new/libKF5NetworkManagerQt.changes
   2015-02-16 17:33:11.0 +0100
@@ -1,0 +2,14 @@
+Sun Feb  8 18:15:38 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Do not print a message about unhandled AccessPoints property
+  * Added support for NetworkManager 1.0.0 (not required)
+  * Fixed VpnSetting secrets handling
+  * Added class GenericSetting for connections not managed by
+NetworkManager
+  * Added property AutoconnectPriority to ConnectionSettings
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Drop vpn.patch, merged upstream
+
+---

Old:

  networkmanager-qt-5.6.0.tar.xz
  vpn.patch

New:

  networkmanager-qt-5.7.0.tar.xz



Other differences:
--
++ libKF5NetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.gsWI0T/_old  2015-02-16 17:33:13.0 +0100
+++ /var/tmp/diff_new_pack.gsWI0T/_new  2015-02-16 17:33:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libKF5NetworkManagerQt
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,18 @@
 
 
 %define soversion 6
+%define _tar_path 5.7
 Name:   libKF5NetworkManagerQt
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 Summary:A Qt wrapper for NetworkManager DBus API
 License:LGPL-2.1 or LGPL-3.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/networkmanager-qt-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/networkmanager-qt-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM vpn.patch
-Patch0: vpn.patch
 BuildRequires:  cmake
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(NetworkManager) = 0.9.8.4
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -71,7 +70,6 @@
 
 %prep
 %setup -q -n networkmanager-qt-%{version}
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ networkmanager-qt-5.6.0.tar.xz - networkmanager-qt-5.7.0.tar.xz ++
 4576 lines of diff (skipped)

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



commit yast2-storage for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2015-02-16 15:24:37

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


Package is yast2-storage

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2015-02-01 12:29:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2015-02-16 17:50:59.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 13 10:46:05 CET 2015 - aschn...@suse.de
+
+- updated requires
+- version 3.1.52
+
+---

Old:

  yast2-storage-3.1.51.tar.bz2

New:

  yast2-storage-3.1.52.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.Mhm6A9/_old  2015-02-16 17:50:59.0 +0100
+++ /var/tmp/diff_new_pack.Mhm6A9/_new  2015-02-16 17:50:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.51
+Version:3.1.52
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,7 @@
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(ruby-dbus)
 Requires:   libstorage-ruby = 2.25.18
-Requires:   libstorage5 = 2.25.18
+Requires:   libstorage6 = 2.25.18
 Requires:   yast2 = 3.1.22
 Requires:   yast2-core = 2.18.3
 Requires:   yast2-libyui = 2.18.7

++ yast2-storage-3.1.51.tar.bz2 - yast2-storage-3.1.52.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.51/package/yast2-storage.changes 
new/yast2-storage-3.1.52/package/yast2-storage.changes
--- old/yast2-storage-3.1.51/package/yast2-storage.changes  2015-01-30 
11:33:15.0 +0100
+++ new/yast2-storage-3.1.52/package/yast2-storage.changes  2015-02-13 
11:33:11.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Feb 13 10:46:05 CET 2015 - aschn...@suse.de
+
+- updated requires
+- version 3.1.52
+
+---
 Thu Jan 29 14:09:12 CET 2015 - aschn...@suse.de
 
 - fixed callback for mount graph handling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.51/package/yast2-storage.spec 
new/yast2-storage-3.1.52/package/yast2-storage.spec
--- old/yast2-storage-3.1.51/package/yast2-storage.spec 2015-01-30 
11:33:15.0 +0100
+++ new/yast2-storage-3.1.52/package/yast2-storage.spec 2015-02-13 
11:33:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.51
+Version:3.1.52
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +43,7 @@
 BuildRequires: yast2-ruby-bindings = 3.1.7
 BuildRequires: yast2-testsuite = 2.19.0
 Requires:  libstorage-ruby = 2.25.18
-Requires:  libstorage5 = 2.25.18
+Requires:  libstorage6 = 2.25.18
 Requires:  rubygem(ruby-dbus)
 Requires:  yast2 = 3.1.22
 Requires:  yast2-core = 2.18.3

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



commit autoconf213 for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package autoconf213 for openSUSE:Factory 
checked in at 2015-02-16 15:01:53

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


Package is autoconf213

Changes:

--- /work/SRC/openSUSE:Factory/autoconf213/autoconf213.changes  2013-03-22 
11:00:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoconf213.new/autoconf213.changes 
2015-02-16 17:22:08.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb  6 19:21:59 UTC 2015 - dims...@opensuse.org
+
+- Move %install_info_delete from postun to preun: we need to handle
+  the case while the file is still present.
+- Fix filename of info files for post/preun: autoconf213.info.gz.
+
+---



Other differences:
--
++ autoconf213.spec ++
--- /var/tmp/diff_new_pack.Lf3KZ8/_old  2015-02-16 17:22:09.0 +0100
+++ /var/tmp/diff_new_pack.Lf3KZ8/_new  2015-02-16 17:22:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf213
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -89,16 +89,16 @@
 rm -f ${RPM_BUILD_ROOT}%{_infodir}/standards*
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/autoconf213.info.gz
 
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf2.13.info.gz
+%preun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf213.info.gz
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
 %{_prefix}/bin/*
 %{_prefix}/share/autoconf-2.13
-%doc %{_infodir}/*.gz
+%doc %{_infodir}/autoconf213.info.gz
 
 %changelog

-- 
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

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdnssd-framework for 
openSUSE:Factory checked in at 2015-02-16 15:04:20

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
2015-01-29 12:50:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdnssd-framework.new/kdnssd-framework.changes   
2015-02-16 17:30:58.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:12 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kdnssd-5.6.0.tar.xz

New:

  kdnssd-5.7.0.tar.xz



Other differences:
--
++ kdnssd-framework.spec ++
--- /var/tmp/diff_new_pack.XZrGFW/_old  2015-02-16 17:30:59.0 +0100
+++ /var/tmp/diff_new_pack.XZrGFW/_new  2015-02-16 17:30:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdnssd-framework
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5DNSSD5
+%define _tar_path 5.7
 Name:   kdnssd-framework
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  avahi-compat-mDNSResponder-devel
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -32,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/kdnssd-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kdnssd-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdnssd-5.6.0.tar.xz - kdnssd-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.6.0/CMakeLists.txt 
new/kdnssd-5.7.0/CMakeLists.txt
--- old/kdnssd-5.6.0/CMakeLists.txt 2015-01-03 13:06:08.0 +0100
+++ new/kdnssd-5.7.0/CMakeLists.txt 2015-02-08 16:16:41.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDNSSD)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_SOURCE_DIR}/cmake/modules) #TODO: remove cmake/modules when 
extra-cmake-modules is done
 
 include(KDEInstallDirs)
@@ -11,7 +11,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 set(REQUIRED_QT_VERSION 5.2.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network)
@@ -62,7 +62,7 @@
 
 add_subdirectory(src)
 
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5DNSSD)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DNSSD)
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5DNSSDConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5DNSSDConfig.cmake
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.6.0/po/cs/kdnssd5_qt.po 
new/kdnssd-5.7.0/po/cs/kdnssd5_qt.po
--- old/kdnssd-5.6.0/po/cs/kdnssd5_qt.po2015-01-03 13:06:08.0 
+0100
+++ new/kdnssd-5.7.0/po/cs/kdnssd5_qt.po2015-02-08 16:16:41.0 
+0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl lu...@kde.org, 2010, 2011, 2012.
-# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 2013.
 #
 msgid 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-5.6.0/po/fi/kdnssd5_qt.po 
new/kdnssd-5.7.0/po/fi/kdnssd5_qt.po
--- old/kdnssd-5.6.0/po/fi/kdnssd5_qt.po2015-01-03 13:06:08.0 
+0100
+++ new/kdnssd-5.7.0/po/fi/kdnssd5_qt.po2015-02-08 16:16:41.0 
+0100
@@ -29,7 +29,7 @@
 POT-Creation-Date: 2014-03-23 01:50+\n
 PO-Revision-Date: 

commit kdesu for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdesu for openSUSE:Factory checked 
in at 2015-02-16 15:03:33

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  2015-01-29 
12:49:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2015-02-16 
17:30:54.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:05 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kdesu-5.6.0.tar.xz

New:

  kdesu-5.7.0.tar.xz



Other differences:
--
++ kdesu.spec ++
--- /var/tmp/diff_new_pack.CHxWNb/_old  2015-02-16 17:30:54.0 +0100
+++ /var/tmp/diff_new_pack.CHxWNb/_new  2015-02-16 17:30:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdesu
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Su5
+%define _tar_path 5.7
 Name:   kdesu
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +35,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE fpie.patch -- make kdesud compile/link with -(f)pie flags
 Patch0: fpie.patch

++ kdesu-5.6.0.tar.xz - kdesu-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.6.0/CMakeLists.txt 
new/kdesu-5.7.0/CMakeLists.txt
--- old/kdesu-5.6.0/CMakeLists.txt  2015-01-03 13:05:41.0 +0100
+++ new/kdesu-5.7.0/CMakeLists.txt  2015-02-08 16:16:13.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDESu)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Pty ${KF5_DEP_VERSION} REQUIRED)
@@ -39,7 +39,7 @@
 add_subdirectory(src)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Su)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Su)
 
 include(ECMPackageConfigHelpers)
 
@@ -60,7 +60,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kdesu_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.6.0/po/nb/kdesud5.po 
new/kdesu-5.7.0/po/nb/kdesud5.po
--- old/kdesu-5.6.0/po/nb/kdesud5.po2015-01-03 13:05:41.0 +0100
+++ new/kdesu-5.7.0/po/nb/kdesud5.po2015-02-08 16:16:13.0 +0100
@@ -1,4 +1,4 @@
-# Translation of kdesud to Norwegian Bokmål
+# Translation of kdesud5 to Norwegian Bokmål
 #
 # Hans Petter Bieker bie...@kde.org, 2000.
 msgid 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-5.6.0/po/nn/kdesud5.po 
new/kdesu-5.7.0/po/nn/kdesud5.po
--- old/kdesu-5.6.0/po/nn/kdesud5.po2015-01-03 13:05:41.0 +0100
+++ new/kdesu-5.7.0/po/nn/kdesud5.po2015-02-08 16:16:13.0 +0100
@@ -1,4 +1,4 @@
-# Translation of kdesud to Norwegian Nynorsk
+# Translation of kdesud5 to Norwegian Nynorsk
 #
 # Gaute Hvoslef Kvalnes ga...@verdsveven.com, 2000.
 # Karl Ove Hufthammer k...@huftis.org, 2007, 2008.
diff 

commit kglobalaccel for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kglobalaccel for openSUSE:Factory 
checked in at 2015-02-16 15:07:44

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
2015-01-29 12:54:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.kglobalaccel.new/kglobalaccel.changes   
2015-02-16 17:31:14.0 +0100
@@ -1,0 +2,11 @@
+Sun Feb  8 18:15:41 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Now includes the runtime component, making this a tier3 framework
+  * Made the Windows backend work again
+  * Re-enabled the Mac backend
+  * Fixed crash in KGlobalAccel X11 runtime shutdown
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kglobalaccel-5.6.0.tar.xz

New:

  kglobalaccel-5.7.0.tar.xz



Other differences:
--
++ kglobalaccel.spec ++
--- /var/tmp/diff_new_pack.Loy2MA/_old  2015-02-16 17:31:15.0 +0100
+++ /var/tmp/diff_new_pack.Loy2MA/_new  2015-02-16 17:31:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kglobalaccel
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,34 @@
 
 
 %define lname   libKF5GlobalAccel5
+%define _tar_path 5.7
 Name:   kglobalaccel
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
+%define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
+BuildRequires:  kconfig-devel = %{kf5_version}
+BuildRequires:  kcoreaddons-devel = %{kf5_version}
+BuildRequires:  kcrash-devel = %{kf5_version}
+BuildRequires:  kdbusaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
+BuildRequires:  ki18n-devel = %{kf5_version}
+BuildRequires:  kwindowsystem-devel = %{kf5_version}
 BuildRequires:  libqt5-linguist-devel = 5.2.0
+BuildRequires:  libxcb-devel
 BuildRequires:  pkgconfig(Qt5DBus) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) = 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) = 5.2.0
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xcb-keysyms)
 Summary:Global desktop keyboard shortcuts
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -69,9 +79,19 @@
 the focused window.  Unlike regular shortcuts, the application's window does 
not
 need focus for them to be activated. Development files.
 
+%package -n kglobalaccel5
+Summary:Configurable global shortcut support
+Group:  System/GUI/KDE
+
+%description -n kglobalaccel5
+KGlobalAccel allows you to have global accelerators that are independent
+of the focused window. Unlike regular shortcuts, the application's window
+does not need focus for them to be activated.
+
 %lang_package -n %lname
 %prep
 %setup -q
+rm -rf po/*/kglobalaccel5.po
 
 %build
   %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
@@ -87,6 +107,10 @@
 
 %postun -n %lname -p /sbin/ldconfig
 
+%post -n kglobalaccel5 -p /sbin/ldconfig
+
+%postun -n kglobalaccel5 -p /sbin/ldconfig
+
 %files -n %lname-lang -f %{name}5.lang
 
 %files -n %lname
@@ -103,4 +127,11 @@
 %{_kf5_dbusinterfacesdir}/kf5_org.kde.kglobalaccel.Component.xml
 %{_kf5_mkspecsdir}/qt_KGlobalAccel.pri
 
+%files -n kglobalaccel5
+%defattr(-,root,root)
+%doc COPYING*
+%{_kf5_bindir}/kglobalaccel5
+%{_kf5_sharedir}/dbus-1/services/org.kde.kglobalaccel.service
+%{_kf5_servicesdir}/kglobalaccel5.desktop
+
 %changelog

++ kglobalaccel-5.6.0.tar.xz - kglobalaccel-5.7.0.tar.xz ++
 7417 lines of diff (skipped)

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



commit kdoctools for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdoctools for openSUSE:Factory 
checked in at 2015-02-16 15:04:50

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  2015-01-29 
12:51:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2015-02-16 
17:30:59.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:16 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kdoctools-5.6.0.tar.xz

New:

  kdoctools-5.7.0.tar.xz



Other differences:
--
++ kdoctools.spec ++
--- /var/tmp/diff_new_pack.BD4cbr/_old  2015-02-16 17:31:00.0 +0100
+++ /var/tmp/diff_new_pack.BD4cbr/_new  2015-02-16 17:31:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdoctools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,15 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kdoctools
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -36,7 +37,7 @@
 License:LGPL-2.1+ and MIT
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kdoctools-5.6.0.tar.xz - kdoctools-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.6.0/CMakeLists.txt 
new/kdoctools-5.7.0/CMakeLists.txt
--- old/kdoctools-5.6.0/CMakeLists.txt  2015-01-03 13:06:30.0 +0100
+++ new/kdoctools-5.7.0/CMakeLists.txt  2015-02-08 16:16:55.0 +0100
@@ -3,7 +3,7 @@
 project(KDocTools)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.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
@@ -72,7 +72,7 @@
 
 set(KDOCTOOLS_LANGUAGES_LIST af bg ca cs da de el en-GB en eo es et fi fo fr 
gl he hu id it ja ko lt nds nl nn no pl pt-BR pt ro ru sk sl sr sr@latin 
sr@ijekavian sr@ijekavianlatin sv th tr uk wa xh xx zh-CN zh-TW)
 
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5DocTools)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DocTools)
 add_definitions(-DTRANSLATION_DOMAIN=\kdoctools5\)
 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/po AND KF5I18n_FOUND)
 ki18n_install(po)
@@ -101,7 +101,7 @@
 configure_file(checkXML5.in.cmake ${CMAKE_CURRENT_BINARY_DIR}/checkXML5 )
 configure_file(config-kdoctools.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-kdoctools.h )
 
-install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/checkXML5 DESTINATION 
${BIN_INSTALL_DIR} )
+install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/checkXML5 DESTINATION 
${KDE_INSTALL_BINDIR} )
 
 install( FILES
 KF5DocToolsMacros.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.6.0/common/CMakeLists.txt 
new/kdoctools-5.7.0/common/CMakeLists.txt
--- old/kdoctools-5.6.0/common/CMakeLists.txt   2015-01-03 13:06:30.0 
+0100
+++ new/kdoctools-5.7.0/common/CMakeLists.txt   2015-02-08 16:16:55.0 
+0100
@@ -1,7 +1,7 @@
 # install common files for all 

commit kjobwidgets for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kjobwidgets for openSUSE:Factory 
checked in at 2015-02-16 15:03:17

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  2015-01-29 
12:49:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.kjobwidgets.new/kjobwidgets.changes 
2015-02-16 17:31:43.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:03 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kjobwidgets-5.6.0.tar.xz

New:

  kjobwidgets-5.7.0.tar.xz



Other differences:
--
++ kjobwidgets.spec ++
--- /var/tmp/diff_new_pack.YufA3B/_old  2015-02-16 17:31:44.0 +0100
+++ /var/tmp/diff_new_pack.YufA3B/_new  2015-02-16 17:31:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjobwidgets
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5JobWidgets5
+%define _tar_path 5.7
 Name:   kjobwidgets
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -37,7 +38,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjobwidgets-5.6.0.tar.xz - kjobwidgets-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.6.0/CMakeLists.txt 
new/kjobwidgets-5.7.0/CMakeLists.txt
--- old/kjobwidgets-5.6.0/CMakeLists.txt2015-01-03 13:10:14.0 
+0100
+++ new/kjobwidgets-5.7.0/CMakeLists.txt2015-02-08 16:20:44.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KJobWidgets)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -12,8 +12,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 set(REQUIRED_QT_VERSION 5.2.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
@@ -52,7 +52,7 @@
 
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5JobWidgets)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5JobWidgets)
 
 include(ECMPackageConfigHelpers)
 
@@ -73,7 +73,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kjobwidgets_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 if (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.6.0/po/cs/kjobwidgets5_qt.po 
new/kjobwidgets-5.7.0/po/cs/kjobwidgets5_qt.po
--- old/kjobwidgets-5.6.0/po/cs/kjobwidgets5_qt.po  2015-01-03 
13:10:14.0 +0100
+++ new/kjobwidgets-5.7.0/po/cs/kjobwidgets5_qt.po  2015-02-08 
16:20:44.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl lu...@kde.org, 2010, 2011, 2012.
-# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 2013.
 #
 msgid 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjobwidgets-5.6.0/po/fi/kjobwidgets5_qt.po 
new/kjobwidgets-5.7.0/po/fi/kjobwidgets5_qt.po
--- old/kjobwidgets-5.6.0/po/fi/kjobwidgets5_qt.po  2015-01-03 
13:10:14.0 

commit kjs for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kjs for openSUSE:Factory checked in 
at 2015-02-16 15:03:41

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  2015-01-29 12:49:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2015-02-16 
17:31:44.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kjs-5.6.0.tar.xz

New:

  kjs-5.7.0.tar.xz



Other differences:
--
++ kjs.spec ++
--- /var/tmp/diff_new_pack.OjCG3W/_old  2015-02-16 17:31:45.0 +0100
+++ /var/tmp/diff_new_pack.OjCG3W/_new  2015-02-16 17:31:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define sonum   5
+%define _tar_path 5.7
 Name:   kjs
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pcre-devel
@@ -32,7 +33,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjs-5.6.0.tar.xz - kjs-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.6.0/CMakeLists.txt new/kjs-5.7.0/CMakeLists.txt
--- old/kjs-5.6.0/CMakeLists.txt2014-12-31 15:24:18.0 +0100
+++ new/kjs-5.7.0/CMakeLists.txt2015-01-23 21:41:14.0 +0100
@@ -3,7 +3,7 @@
 project(KJS)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h
@@ -50,7 +50,7 @@
 add_subdirectory(tests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5JS)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5JS)
 
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5JSConfig.cmake.in
   ${CMAKE_CURRENT_BINARY_DIR}/KF5JSConfig.cmake
@@ -64,7 +64,7 @@
 
 install(EXPORT KF5JSTargets DESTINATION ${CMAKECONFIG_INSTALL_DIR} FILE 
KF5JSTargets.cmake NAMESPACE KF5:: )
 
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h DESTINATION 
${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
 if (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjs-5.6.0/src/kjs/CMakeLists.txt 
new/kjs-5.7.0/src/kjs/CMakeLists.txt
--- old/kjs-5.6.0/src/kjs/CMakeLists.txt2014-12-31 15:24:18.0 
+0100
+++ new/kjs-5.7.0/src/kjs/CMakeLists.txt2015-01-23 21:41:14.0 
+0100
@@ -245,7 +245,7 @@
 #
 # ${CMAKE_CURRENT_BINARY_DIR}/global.h
 #
-# DESTINATION  ${KF5_INCLUDE_INSTALL_DIR}/kjs COMPONENT Devel )
+# DESTINATION  ${KDE_INSTALL_INCLUDEDIR_KF5}/kjs COMPONENT Devel )
 install(FILES
   array_instance.h
   array_object.h
@@ -305,12 +305,12 @@
   ustring.h
   value.h
   ${CMAKE_CURRENT_BINARY_DIR}/global.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}/kjs
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/kjs
   COMPONENT Devel
 )
 
-install(FILES create_hash_table DESTINATION 

commit kjsembed for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kjsembed for openSUSE:Factory 
checked in at 2015-02-16 15:04:08

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.changes2015-01-29 
12:50:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.kjsembed.new/kjsembed.changes   2015-02-16 
17:31:46.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:10 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kjsembed-5.6.0.tar.xz

New:

  kjsembed-5.7.0.tar.xz



Other differences:
--
++ kjsembed.spec ++
--- /var/tmp/diff_new_pack.IhBYYV/_old  2015-02-16 17:31:47.0 +0100
+++ /var/tmp/diff_new_pack.IhBYYV/_new  2015-02-16 17:31:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kjsembed
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5JsEmbed5
+%define _tar_path 5.7
 Name:   kjsembed
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kdoctools-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -37,7 +38,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kjsembed-5.6.0.tar.xz - kjsembed-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.6.0/CMakeLists.txt 
new/kjsembed-5.7.0/CMakeLists.txt
--- old/kjsembed-5.6.0/CMakeLists.txt   2015-01-03 13:10:43.0 +0100
+++ new/kjsembed-5.7.0/CMakeLists.txt   2015-02-08 16:21:14.0 +0100
@@ -2,7 +2,7 @@
 
 project(KJsEmbed)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2)
@@ -17,8 +17,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KJSEMBED
#VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/kjsembed_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5JsEmbedConfigVersion.cmake
@@ -48,7 +48,7 @@
 add_subdirectory(examples/kjsconsole)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5JsEmbed)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5JsEmbed)
 
 include(ECMPackageConfigHelpers)
 
@@ -69,7 +69,7 @@
 
 #install(FILES
 #${CMAKE_CURRENT_BINARY_DIR}/kjsembed_version.h
-#DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+#DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 #)
 
 if (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.6.0/docs/kjscmd/CMakeLists.txt 
new/kjsembed-5.7.0/docs/kjscmd/CMakeLists.txt
--- old/kjsembed-5.6.0/docs/kjscmd/CMakeLists.txt   2015-01-03 
13:10:43.0 +0100
+++ new/kjsembed-5.7.0/docs/kjscmd/CMakeLists.txt   2015-02-08 
16:21:14.0 +0100
@@ -1 +1 @@
-kdoctools_create_manpage(man-kjscmd5.1.docbook 1 INSTALL_DESTINATION 
${MAN_INSTALL_DIR})
+kdoctools_create_manpage(man-kjscmd5.1.docbook 1 INSTALL_DESTINATION 
${KDE_INSTALL_MANDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjsembed-5.6.0/examples/kjsconsole/CMakeLists.txt 
new/kjsembed-5.7.0/examples/kjsconsole/CMakeLists.txt
--- old/kjsembed-5.6.0/examples/kjsconsole/CMakeLists.txt   2015-01-03 

commit kdeclarative for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2015-02-16 15:06:18

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
2015-01-29 12:52:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2015-02-16 17:30:42.0 +0100
@@ -1,0 +2,13 @@
+Sun Feb  8 18:15:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Added a plotter component
+  * Added overload method for Formats::formatDuration taking int
+  * New properties paintedWidth and paintedHeight added to
+QPixmapItem and QImageItem
+  * Fixed painting QImageItem and QPixmapItem
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Added libepoxy-devel BuildRequires
+
+---

Old:

  kdeclarative-5.6.0.tar.xz

New:

  kdeclarative-5.7.0.tar.xz



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.xj5Zre/_old  2015-02-16 17:30:43.0 +0100
+++ /var/tmp/diff_new_pack.xj5Zre/_new  2015-02-16 17:30:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdeclarative
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Declarative5
+%define _tar_path 5.7
 Name:   kdeclarative
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
@@ -34,6 +35,7 @@
 BuildRequires:  kio-devel = %{kf5_version}
 BuildRequires:  kwidgetsaddons-devel = %{kf5_version}
 BuildRequires:  kwindowsystem-devel = %{kf5_version}
+BuildRequires:  libepoxy-devel
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) = 5.2.0
 BuildRequires:  pkgconfig(Qt5Qml) = 5.2.0
@@ -43,7 +45,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdeclarative-5.6.0.tar.xz - kdeclarative-5.7.0.tar.xz ++
 3460 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

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kiconthemes for openSUSE:Factory 
checked in at 2015-02-16 15:04:25

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  2015-01-29 
12:50:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes 
2015-02-16 17:31:28.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:13 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kiconthemes-5.6.0.tar.xz

New:

  kiconthemes-5.7.0.tar.xz



Other differences:
--
++ kiconthemes.spec ++
--- /var/tmp/diff_new_pack.FXjxb7/_old  2015-02-16 17:31:29.0 +0100
+++ /var/tmp/diff_new_pack.FXjxb7/_new  2015-02-16 17:31:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kiconthemes
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5IconThemes5
+%define _tar_path 5.7
 Name:   kiconthemes
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -38,7 +39,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kiconthemes-5.6.0.tar.xz - kiconthemes-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.6.0/CMakeLists.txt 
new/kiconthemes-5.7.0/CMakeLists.txt
--- old/kiconthemes-5.6.0/CMakeLists.txt2015-01-03 13:08:14.0 
+0100
+++ new/kiconthemes-5.7.0/CMakeLists.txt2015-02-08 16:18:39.0 
+0100
@@ -3,7 +3,7 @@
 project(KIconThemes)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -15,8 +15,8 @@
 include(ECMGenerateHeaders)
 include(ECMMarkNonGuiExecutable)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KICONTHEMES
@@ -48,7 +48,7 @@
 
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5IconThemes)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5IconThemes)
 
 include(ECMPackageConfigHelpers)
 
@@ -69,7 +69,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kiconthemes_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiconthemes-5.6.0/po/cs/kiconthemes5.po 
new/kiconthemes-5.7.0/po/cs/kiconthemes5.po
--- old/kiconthemes-5.6.0/po/cs/kiconthemes5.po 2015-01-03 13:08:14.0 
+0100
+++ new/kiconthemes-5.7.0/po/cs/kiconthemes5.po 2015-02-08 16:18:39.0 
+0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák v...@pelcak.org, 2010, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2010, 2011, 2012, 2013, 2014, 2015.
 # Lukáš Tinkl lti...@redhat.com, 2010, 2011, 2012, 2013.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 2013.
 #
@@ -17,7 +17,7 @@
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n=2  n=4) ? 1 : 2;\n
-X-Generator: Lokalize 1.5\n
+X-Generator: Lokalize 2.0\n
 
 #: 

commit knotifications for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package knotifications for openSUSE:Factory 
checked in at 2015-02-16 15:05:39

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
2015-01-29 12:51:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifications.new/knotifications.changes   
2015-02-16 17:31:55.0 +0100
@@ -1,0 +2,12 @@
+Sun Feb  8 18:15:21 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Documentation: mentionned the file name requirements of
+.notifyrc files
+  * Fixed dangling pointer to KNotification
+  * Fixed leak of knotifyconfig
+  * Install missing knotifyconfig header
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  knotifications-5.6.0.tar.xz

New:

  knotifications-5.7.0.tar.xz



Other differences:
--
++ knotifications.spec ++
--- /var/tmp/diff_new_pack.49mVlW/_old  2015-02-16 17:31:56.0 +0100
+++ /var/tmp/diff_new_pack.49mVlW/_new  2015-02-16 17:31:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifications
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Notifications5
+%define _tar_path 5.7
 Name:   knotifications
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcodecs-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -43,7 +44,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knotifications-5.6.0.tar.xz - knotifications-5.7.0.tar.xz ++
 4785 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

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kplotting for openSUSE:Factory 
checked in at 2015-02-16 15:06:42

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  2015-01-29 
12:53:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.kplotting.new/kplotting.changes 2015-02-16 
17:32:04.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:32 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kplotting-5.6.0.tar.xz

New:

  kplotting-5.7.0.tar.xz



Other differences:
--
++ kplotting.spec ++
--- /var/tmp/diff_new_pack.tAktW9/_old  2015-02-16 17:32:05.0 +0100
+++ /var/tmp/diff_new_pack.tAktW9/_new  2015-02-16 17:32:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kplotting
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5Plotting5
+%define _tar_path 5.7
 Name:   kplotting
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Test) = 5.2.0
@@ -30,7 +31,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kplotting-5.6.0.tar.xz - kplotting-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.6.0/CMakeLists.txt 
new/kplotting-5.7.0/CMakeLists.txt
--- old/kplotting-5.6.0/CMakeLists.txt  2014-12-31 15:25:11.0 +0100
+++ new/kplotting-5.7.0/CMakeLists.txt  2015-01-23 21:42:12.0 +0100
@@ -2,7 +2,7 @@
 
 project(KPlotting)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPLOTTING
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h
@@ -32,7 +32,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Plotting)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Plotting)
 
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5PlottingConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5PlottingConfig.cmake
@@ -47,7 +47,7 @@
 install(EXPORT KF5PlottingTargets DESTINATION ${CMAKECONFIG_INSTALL_DIR} 
FILE KF5PlottingTargets.cmake NAMESPACE KF5:: )
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kplotting_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
 if (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kplotting-5.6.0/src/CMakeLists.txt 
new/kplotting-5.7.0/src/CMakeLists.txt
--- old/kplotting-5.6.0/src/CMakeLists.txt  2014-12-31 15:25:11.0 
+0100
+++ new/kplotting-5.7.0/src/CMakeLists.txt  2015-01-23 21:42:12.0 
+0100
@@ -11,7 +11,7 @@
 generate_export_header(KF5Plotting BASE_NAME KPlotting)
 add_library(KF5::Plotting ALIAS KF5Plotting)
 
-target_include_directories(KF5Plotting INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KPlotting)
+target_include_directories(KF5Plotting INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KPlotting)
 
 target_link_libraries(KF5Plotting PUBLIC Qt5::Widgets)
 
@@ -35,10 +35,10 @@
 install(FILES
   

commit kded for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kded for openSUSE:Factory checked in 
at 2015-02-16 15:07:00

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.changes2015-01-29 
12:53:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kded.new/kded.changes   2015-02-16 
17:30:44.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:35 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Add support for loading kded modules with JSON metadata
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kded-5.6.0.tar.xz

New:

  kded-5.7.0.tar.xz



Other differences:
--
++ kded.spec ++
--- /var/tmp/diff_new_pack.Nj0VBx/_old  2015-02-16 17:30:44.0 +0100
+++ /var/tmp/diff_new_pack.Nj0VBx/_new  2015-02-16 17:30:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kded
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kded
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kcrash-devel = %{kf5_version}
@@ -43,7 +44,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kded-5.6.0.tar.xz - kded-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.6.0/CMakeLists.txt 
new/kded-5.7.0/CMakeLists.txt
--- old/kded-5.6.0/CMakeLists.txt   2015-01-03 13:04:02.0 +0100
+++ new/kded-5.7.0/CMakeLists.txt   2015-02-08 16:14:49.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDED)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.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)
@@ -46,7 +46,7 @@
 add_subdirectory(src)
 
 # Create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KDED)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KDED)
 
 ecm_configure_package_config_file(
   ${CMAKE_CURRENT_SOURCE_DIR}/KDEDConfig.cmake.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.6.0/docs/kded5/CMakeLists.txt 
new/kded-5.7.0/docs/kded5/CMakeLists.txt
--- old/kded-5.6.0/docs/kded5/CMakeLists.txt2015-01-03 13:04:02.0 
+0100
+++ new/kded-5.7.0/docs/kded5/CMakeLists.txt2015-02-08 16:14:49.0 
+0100
@@ -1 +1 @@
-kdoctools_create_manpage(man-kded5.8.docbook 8 INSTALL_DESTINATION 
${MAN_INSTALL_DIR})
+kdoctools_create_manpage(man-kded5.8.docbook 8 INSTALL_DESTINATION 
${KDE_INSTALL_MANDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kded-5.6.0/src/CMakeLists.txt 
new/kded-5.7.0/src/CMakeLists.txt
--- old/kded-5.6.0/src/CMakeLists.txt   2015-01-03 13:04:02.0 +0100
+++ new/kded-5.7.0/src/CMakeLists.txt   2015-02-08 16:14:49.0 +0100
@@ -31,11 +31,11 @@
 
 
 qt5_generate_dbus_interface( kdedadaptor.h org.kde.kded5.xml )
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kded5.xml DESTINATION 
${DBUS_INTERFACES_INSTALL_DIR})
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.kded5.xml DESTINATION 
${KDE_INSTALL_DBUSINTERFACEDIR})
 
 configure_file(org.kde.kded5.service.in

commit kdelibs4support for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4support for openSUSE:Factory 
checked in at 2015-02-16 15:07:40

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  
2015-01-29 12:54:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4support.new/kdelibs4support.changes 
2015-02-16 17:30:47.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:40 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kdelibs4support-5.6.0.tar.xz

New:

  kdelibs4support-5.7.0.tar.xz



Other differences:
--
++ kdelibs4support.spec ++
--- /var/tmp/diff_new_pack.smaodL/_old  2015-02-16 17:30:48.0 +0100
+++ /var/tmp/diff_new_pack.smaodL/_new  2015-02-16 17:30:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdelibs4support
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 %define lname   libKF5KDELibs4Support5
+%define _tar_path 5.7
 Name:   kdelibs4support
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  NetworkManager-devel
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}
@@ -68,7 +69,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdelibs4support-5.6.0.tar.xz - kdelibs4support-5.7.0.tar.xz ++
 78504 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

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package knotifyconfig for openSUSE:Factory 
checked in at 2015-02-16 15:06:05

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  
2015-01-29 12:52:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.knotifyconfig.new/knotifyconfig.changes 
2015-02-16 17:31:56.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:25 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  knotifyconfig-5.6.0.tar.xz

New:

  knotifyconfig-5.7.0.tar.xz



Other differences:
--
++ knotifyconfig.spec ++
--- /var/tmp/diff_new_pack.0amdVv/_old  2015-02-16 17:31:57.0 +0100
+++ /var/tmp/diff_new_pack.0amdVv/_new  2015-02-16 17:31:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knotifyconfig
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5NotifyConfig5
+%define _tar_path 5.7
 Name:   knotifyconfig
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}
@@ -50,7 +51,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knotifyconfig-5.6.0.tar.xz - knotifyconfig-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.6.0/CMakeLists.txt 
new/knotifyconfig-5.7.0/CMakeLists.txt
--- old/knotifyconfig-5.6.0/CMakeLists.txt  2015-01-03 13:11:54.0 
+0100
+++ new/knotifyconfig-5.7.0/CMakeLists.txt  2015-02-08 16:22:27.0 
+0100
@@ -3,12 +3,12 @@
 project(KNotifyConfig)
 
 # Dependencies
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 # Required Qt5 components to build this framework
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus)
@@ -49,7 +49,7 @@
 endif()
 
 # Create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5NotifyConfig)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5NotifyConfig)
 
 ecm_configure_package_config_file(
   ${CMAKE_CURRENT_SOURCE_DIR}/KF5NotifyConfigConfig.cmake.in
@@ -73,7 +73,7 @@
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/knotifyconfig_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR}
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}
   COMPONENT Devel
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.6.0/po/cs/knotifyconfig5.po 
new/knotifyconfig-5.7.0/po/cs/knotifyconfig5.po
--- old/knotifyconfig-5.6.0/po/cs/knotifyconfig5.po 2015-01-03 
13:11:54.0 +0100
+++ new/knotifyconfig-5.7.0/po/cs/knotifyconfig5.po 2015-02-08 
16:22:27.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl lu...@kde.org, 2010, 2011, 2012.
-# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 2013.
 #
 msgid 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotifyconfig-5.6.0/po/fi/knotifyconfig5.po 
new/knotifyconfig-5.7.0/po/fi/knotifyconfig5.po
--- 

commit kparts for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kparts for openSUSE:Factory checked 
in at 2015-02-16 15:06:27

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.changes2015-01-29 
12:52:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.kparts.new/kparts.changes   2015-02-16 
17:32:02.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:29 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kparts-5.6.0.tar.xz

New:

  kparts-5.7.0.tar.xz



Other differences:
--
++ kparts.spec ++
--- /var/tmp/diff_new_pack.4h5JBE/_old  2015-02-16 17:32:03.0 +0100
+++ /var/tmp/diff_new_pack.4h5JBE/_new  2015-02-16 17:32:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kparts
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Parts5
+%define _tar_path 5.7
 Name:   kparts
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}
@@ -50,7 +51,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kparts-5.6.0.tar.xz - kparts-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.6.0/CMakeLists.txt 
new/kparts-5.7.0/CMakeLists.txt
--- old/kparts-5.6.0/CMakeLists.txt 2015-01-03 13:12:28.0 +0100
+++ new/kparts-5.7.0/CMakeLists.txt 2015-02-08 16:23:04.0 +0100
@@ -2,7 +2,7 @@
 
 project(KParts)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -17,8 +17,8 @@
 
 include(ECMSetupVersion)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KPARTS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kparts_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5PartsConfigVersion.cmake
@@ -50,7 +50,7 @@
 add_subdirectory( src )
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Parts)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Parts)
 
 include(ECMPackageConfigHelpers)
 
@@ -71,7 +71,7 @@
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kparts_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.6.0/po/cs/kparts5.po 
new/kparts-5.7.0/po/cs/kparts5.po
--- old/kparts-5.6.0/po/cs/kparts5.po   2015-01-03 13:12:28.0 +0100
+++ new/kparts-5.7.0/po/cs/kparts5.po   2015-02-08 16:23:04.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl lu...@kde.org, 2010, 2011, 2012.
-# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 2013.
 #
 msgid 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kparts-5.6.0/po/fi/kparts5.po 
new/kparts-5.7.0/po/fi/kparts5.po
--- old/kparts-5.6.0/po/fi/kparts5.po   2015-01-03 13:12:28.0 +0100
+++ 

commit ki18n for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2015-02-16 15:04:05

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  2015-01-29 
12:50:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.ki18n.new/ki18n.changes 2015-02-16 
17:31:25.0 +0100
@@ -1,0 +2,10 @@
+Sun Feb  8 18:15:09 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Mark results as required to warn when API is misused
+  * Added BUILD_WITH_QTSCRIPT buildsystem option to allow a reduced
+feature-set on embedded systems
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  ki18n-5.6.0.tar.xz

New:

  ki18n-5.7.0.tar.xz



Other differences:
--
++ ki18n.spec ++
--- /var/tmp/diff_new_pack.oNO2pS/_old  2015-02-16 17:31:26.0 +0100
+++ /var/tmp/diff_new_pack.oNO2pS/_new  2015-02-16 17:31:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ki18n
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5I18n5
+%define _tar_path 5.7
 Name:   ki18n
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
 BuildRequires:  kf5-filesystem
@@ -34,7 +35,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE fallbackLang.diff -- look for translations in locale/kf5 
also
 Patch0: fallbackLang.diff

++ ki18n-5.6.0.tar.xz - ki18n-5.7.0.tar.xz ++
 86864 lines of diff (skipped)

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



commit kexec-tools for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory 
checked in at 2015-02-16 15:24:49

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


Package is kexec-tools

Changes:

--- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes  2015-01-15 
15:58:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes 
2015-02-16 17:31:07.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 13 17:42:58 UTC 2015 - ptesa...@suse.cz
+
+- Upgrade to kexec-2.0.9: This is a bug-fix release coinciding with
+  the release of the v3.19 Linux Kernel.
+
+---

Old:

  kexec-tools-2.0.8.tar.xz

New:

  kexec-tools-2.0.9.tar.xz



Other differences:
--
++ kexec-tools.spec ++
--- /var/tmp/diff_new_pack.bEjMuE/_old  2015-02-16 17:31:07.0 +0100
+++ /var/tmp/diff_new_pack.bEjMuE/_new  2015-02-16 17:31:07.0 +0100
@@ -26,7 +26,7 @@
 Summary:Tools for fast kernel loading
 License:GPL-2.0+
 Group:  System/Kernel
-Version:2.0.8
+Version:2.0.9
 Release:0
 Source: 
ftp://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz
 Source1:kexec-bootloader

++ kexec-tools-2.0.8.tar.xz - kexec-tools-2.0.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kexec-tools-2.0.8/configure 
new/kexec-tools-2.0.9/configure
--- old/kexec-tools-2.0.8/configure 2014-10-08 07:17:01.0 +0200
+++ new/kexec-tools-2.0.9/configure 2015-02-09 06:31:38.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for kexec-tools 2.0.8.
+# Generated by GNU Autoconf 2.69 for kexec-tools 2.0.9.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='kexec-tools'
 PACKAGE_TARNAME='kexec-tools'
-PACKAGE_VERSION='2.0.8'
-PACKAGE_STRING='kexec-tools 2.0.8'
+PACKAGE_VERSION='2.0.9'
+PACKAGE_STRING='kexec-tools 2.0.9'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1268,7 +1268,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures kexec-tools 2.0.8 to adapt to many kinds of systems.
+\`configure' configures kexec-tools 2.0.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1334,7 +1334,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of kexec-tools 2.0.8:;;
+ short | recursive ) echo Configuration of kexec-tools 2.0.9:;;
esac
   cat \_ACEOF
 
@@ -1424,7 +1424,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-kexec-tools configure 2.0.8
+kexec-tools configure 2.0.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1676,7 +1676,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by kexec-tools $as_me 2.0.8, which was
+It was created by kexec-tools $as_me 2.0.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -5332,7 +5332,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by kexec-tools $as_me 2.0.8, which was
+This file was extended by kexec-tools $as_me 2.0.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5394,7 +5394,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-kexec-tools config.status 2.0.8
+kexec-tools config.status 2.0.9
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kexec-tools-2.0.8/configure.ac 
new/kexec-tools-2.0.9/configure.ac
--- old/kexec-tools-2.0.8/configure.ac  2014-10-08 07:16:51.0 +0200
+++ new/kexec-tools-2.0.9/configure.ac  2015-02-09 06:31:19.0 +0100
@@ -4,7 +4,7 @@
 dnl 
 
 dnl ---Required
-AC_INIT(kexec-tools, 2.0.8)
+AC_INIT(kexec-tools, 2.0.9)
 AC_CONFIG_AUX_DIR(./config)
 AC_CONFIG_HEADERS([include/config.h])
 AC_LANG(C)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit kitemviews for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kitemviews for openSUSE:Factory 
checked in at 2015-02-16 15:07:48

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.changes2015-01-29 
12:54:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.kitemviews.new/kitemviews.changes   
2015-02-16 17:31:41.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:42 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kitemviews-5.6.0.tar.xz

New:

  kitemviews-5.7.0.tar.xz



Other differences:
--
++ kitemviews.spec ++
--- /var/tmp/diff_new_pack.ExLt19/_old  2015-02-16 17:31:42.0 +0100
+++ /var/tmp/diff_new_pack.ExLt19/_new  2015-02-16 17:31:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kitemviews
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5ItemViews5
+%define _tar_path 5.7
 Name:   kitemviews
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -31,7 +32,7 @@
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kitemviews-5.6.0.tar.xz - kitemviews-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.6.0/CMakeLists.txt 
new/kitemviews-5.7.0/CMakeLists.txt
--- old/kitemviews-5.6.0/CMakeLists.txt 2015-01-03 13:09:53.0 +0100
+++ new/kitemviews-5.7.0/CMakeLists.txt 2015-02-08 16:20:20.0 +0100
@@ -2,7 +2,7 @@
 
 project(KItemViews)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -18,7 +18,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KITEMVIEWS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kitemviews_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5ItemViewsConfigVersion.cmake
@@ -35,7 +35,7 @@
 
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5ItemViews)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5ItemViews)
 
 include(ECMPackageConfigHelpers)
 
@@ -56,7 +56,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kitemviews_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.6.0/po/cs/kitemviews5_qt.po 
new/kitemviews-5.7.0/po/cs/kitemviews5_qt.po
--- old/kitemviews-5.6.0/po/cs/kitemviews5_qt.po2015-01-03 
13:09:53.0 +0100
+++ new/kitemviews-5.7.0/po/cs/kitemviews5_qt.po2015-02-08 
16:20:20.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl lu...@kde.org, 2010, 2011, 2012.
-# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 2013.
 #
 msgid 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kitemviews-5.6.0/po/fi/kitemviews5_qt.po 
new/kitemviews-5.7.0/po/fi/kitemviews5_qt.po
--- old/kitemviews-5.6.0/po/fi/kitemviews5_qt.po2015-01-03 
13:09:53.0 

commit knewstuff for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package knewstuff for openSUSE:Factory 
checked in at 2015-02-16 15:05:06

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  2015-01-29 
12:51:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.knewstuff.new/knewstuff.changes 2015-02-16 
17:31:53.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:17 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Always reload xml data from remote urls
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  knewstuff-5.6.0.tar.xz

New:

  knewstuff-5.7.0.tar.xz



Other differences:
--
++ knewstuff.spec ++
--- /var/tmp/diff_new_pack.uZGZIO/_old  2015-02-16 17:31:53.0 +0100
+++ /var/tmp/diff_new_pack.uZGZIO/_new  2015-02-16 17:31:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package knewstuff
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 %define lname   libKF5NewStuff5
+%define _tar_path 5.7
 Name:   knewstuff
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel = %{kf5_version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kcompletion-devel = %{kf5_version}
@@ -44,7 +45,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ knewstuff-5.6.0.tar.xz - knewstuff-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/CMakeLists.txt 
new/knewstuff-5.7.0/CMakeLists.txt
--- old/knewstuff-5.6.0/CMakeLists.txt  2015-01-03 13:11:12.0 +0100
+++ new/knewstuff-5.7.0/CMakeLists.txt  2015-02-08 16:21:43.0 +0100
@@ -2,7 +2,7 @@
 
 project(KNewStuff)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
@@ -13,8 +13,8 @@
 find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED COMPONENTS Widgets 
Xml)
 
 # Not part of kdelibs
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Completion ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
@@ -56,7 +56,7 @@
 add_subdirectory(tests)
 endif()
 
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5NewStuff)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5NewStuff)
 
 include(ECMPackageConfigHelpers)
 
@@ -77,7 +77,7 @@
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/knewstuff_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/data/CMakeLists.txt 
new/knewstuff-5.7.0/data/CMakeLists.txt
--- old/knewstuff-5.6.0/data/CMakeLists.txt 2015-01-03 13:11:12.0 
+0100
+++ new/knewstuff-5.7.0/data/CMakeLists.txt 2015-02-08 16:21:43.0 
+0100
@@ -1,4 +1,4 @@
 install(FILES
thumb_frame.png
-   DESTINATION ${KF5_DATA_INSTALL_DIR}/knewstuff/pics)
+   DESTINATION ${KDE_INSTALL_DATADIR_KF5}/knewstuff/pics)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knewstuff-5.6.0/metainfo.yaml 
new/knewstuff-5.7.0/metainfo.yaml
--- old/knewstuff-5.6.0/metainfo.yaml   2015-01-03 13:11:12.0 +0100
+++ new/knewstuff-5.7.0/metainfo.yaml   2015-02-08 16:21:43.0 +0100
@@ -1,7 +1,7 @@
 

commit kdewebkit for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kdewebkit for openSUSE:Factory 
checked in at 2015-02-16 15:03:59

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  2015-01-29 
12:49:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdewebkit.new/kdewebkit.changes 2015-02-16 
17:30:56.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:08 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kdewebkit-5.6.0.tar.xz

New:

  kdewebkit-5.7.0.tar.xz



Other differences:
--
++ kdewebkit.spec ++
--- /var/tmp/diff_new_pack.RxiZhz/_old  2015-02-16 17:30:57.0 +0100
+++ /var/tmp/diff_new_pack.RxiZhz/_new  2015-02-16 17:30:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdewebkit
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5WebKit5
+%define _tar_path 5.7
 Name:   kdewebkit
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel =  %{kf5_version}
 BuildRequires:  kcompletion-devel =  %{kf5_version}
@@ -54,7 +55,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kdewebkit-5.6.0.tar.xz - kdewebkit-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.6.0/CMakeLists.txt 
new/kdewebkit-5.7.0/CMakeLists.txt
--- old/kdewebkit-5.6.0/CMakeLists.txt  2014-12-31 15:22:31.0 +0100
+++ new/kdewebkit-5.7.0/CMakeLists.txt  2015-01-23 21:29:37.0 +0100
@@ -2,7 +2,7 @@
 
 project(KDEWebKit)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.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
@@ -39,7 +39,7 @@
 add_subdirectory(src)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5WebKit)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5WebKit)
 
 include(ECMPackageConfigHelpers)
 
@@ -60,7 +60,7 @@
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/kdewebkit_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebkit-5.6.0/src/CMakeLists.txt 
new/kdewebkit-5.7.0/src/CMakeLists.txt
--- old/kdewebkit-5.6.0/src/CMakeLists.txt  2014-12-31 15:22:31.0 
+0100
+++ new/kdewebkit-5.7.0/src/CMakeLists.txt  2015-01-23 21:29:37.0 
+0100
@@ -10,7 +10,7 @@
 generate_export_header(KF5WebKit BASE_NAME KDEWebKit)
 add_library(KF5::WebKit ALIAS KF5WebKit)
 
-target_include_directories(KF5WebKit INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KDEWebKit)
+target_include_directories(KF5WebKit INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KDEWebKit)
 
 target_link_libraries(KF5WebKit PUBLIC Qt5::WebKitWidgets
 PRIVATE KF5::CoreAddons KF5::Wallet 
KF5::KIOWidgets KF5::Parts)
@@ -35,10 +35,10 @@
 install(FILES
 

commit kguiaddons for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kguiaddons for openSUSE:Factory 
checked in at 2015-02-16 15:03:12

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.changes2015-01-29 
12:49:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new/kguiaddons.changes   
2015-02-16 17:31:21.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:02 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kguiaddons-5.6.0.tar.xz

New:

  kguiaddons-5.7.0.tar.xz



Other differences:
--
++ kguiaddons.spec ++
--- /var/tmp/diff_new_pack.Axjlcs/_old  2015-02-16 17:31:22.0 +0100
+++ /var/tmp/diff_new_pack.Axjlcs/_new  2015-02-16 17:31:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kguiaddons
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5GuiAddons5
+%define _tar_path 5.7
 Name:   kguiaddons
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Gui) = 5.2.0
@@ -35,7 +36,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kguiaddons-5.6.0.tar.xz - kguiaddons-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.6.0/CMakeLists.txt 
new/kguiaddons-5.7.0/CMakeLists.txt
--- old/kguiaddons-5.6.0/CMakeLists.txt 2014-12-31 15:23:03.0 +0100
+++ new/kguiaddons-5.7.0/CMakeLists.txt 2015-01-23 21:39:52.0 +0100
@@ -2,7 +2,7 @@
 
 project(KGuiAddons)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KGUIADDONS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kguiaddons_version.h
@@ -33,7 +33,7 @@
 add_subdirectory(tests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5GuiAddons)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5GuiAddons)
 
 include(ECMPackageConfigHelpers)
 
@@ -53,6 +53,6 @@
 
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kguiaddons_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.6.0/src/CMakeLists.txt 
new/kguiaddons-5.7.0/src/CMakeLists.txt
--- old/kguiaddons-5.6.0/src/CMakeLists.txt 2014-12-31 15:23:03.0 
+0100
+++ new/kguiaddons-5.7.0/src/CMakeLists.txt 2015-01-23 21:39:52.0 
+0100
@@ -41,7 +41,7 @@
   ${CMAKE_CURRENT_SOURCE_DIR}/util
   )
 target_include_directories(KF5GuiAddons PUBLIC 
$BUILD_INTERFACE:${kguiaddons_INCLUDES})
-target_include_directories(KF5GuiAddons INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KGuiAddons )
+target_include_directories(KF5GuiAddons INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KGuiAddons )
 target_compile_definitions(KF5GuiAddons INTERFACE 
$INSTALL_INTERFACE:KGUIADDONS_LIB)
 target_link_libraries(KF5GuiAddons PUBLIC Qt5::Gui)
 
@@ -93,9 +93,9 @@
   ${CMAKE_CURRENT_BINARY_DIR}/kguiaddons_export.h
   util/klocalimagecacheimpl.h # implementation detail, no forwarding header
   ${KGuiAddons_HEADERS}
-  DESTINATION 

commit kauth for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kauth for openSUSE:Factory checked 
in at 2015-02-16 15:06:38

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  2015-01-29 
12:52:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.kauth.new/kauth.changes 2015-02-16 
17:30:07.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:32 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed generation of KAuth DBus helper service files
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kauth-5.6.0.tar.xz

New:

  kauth-5.7.0.tar.xz



Other differences:
--
++ kauth.spec ++
--- /var/tmp/diff_new_pack.c9pkpH/_old  2015-02-16 17:30:07.0 +0100
+++ /var/tmp/diff_new_pack.c9pkpH/_new  2015-02-16 17:30:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kauth
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Auth5
+%define _tar_path 5.7
 Name:   kauth
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +35,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kauth-5.6.0.tar.xz - kauth-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.6.0/CMakeLists.txt 
new/kauth-5.7.0/CMakeLists.txt
--- old/kauth-5.6.0/CMakeLists.txt  2015-01-03 13:00:41.0 +0100
+++ new/kauth-5.7.0/CMakeLists.txt  2015-02-08 16:11:40.0 +0100
@@ -2,7 +2,7 @@
 
 project(KAuth)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -20,8 +20,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
@@ -30,7 +30,7 @@
 
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 
-set(KAUTH_HELPER_INSTALL_DIR ${LIBEXEC_INSTALL_DIR}/kauth)
+set(KAUTH_HELPER_INSTALL_DIR ${KDE_INSTALL_LIBEXECDIR}/kauth)
 
 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/po)
 ecm_install_po_files_as_qm(po)
@@ -40,7 +40,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Auth)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Auth)
 
 include(ECMPackageConfigHelpers)
 
@@ -60,7 +60,7 @@
 FILE KF5AuthTargets.cmake NAMESPACE KF5:: COMPONENT Devel)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kauth_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel )
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel )
 
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kauth-5.6.0/cmake/KF5AuthMacros.cmake 
new/kauth-5.7.0/cmake/KF5AuthMacros.cmake
--- old/kauth-5.6.0/cmake/KF5AuthMacros.cmake   2015-01-03 13:00:41.0 
+0100
+++ new/kauth-5.7.0/cmake/KF5AuthMacros.cmake   2015-02-08 16:11:40.0 
+0100
@@ -18,7 +18,7 @@
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${HELPER_ID}.conf
 DESTINATION ${SYSCONF_INSTALL_DIR}/dbus-1/system.d/)
 
-if(IS_ABSOLUTE KAUTH_HELPER_INSTALL_DIR)
+if(IS_ABSOLUTE ${KAUTH_HELPER_INSTALL_DIR})
 

commit kconfigwidgets for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kconfigwidgets for openSUSE:Factory 
checked in at 2015-02-16 15:04:16

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
2015-01-29 12:50:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.kconfigwidgets.new/kconfigwidgets.changes   
2015-02-16 17:30:23.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  8 18:15:12 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * KRecentFilesAction: fixed menu entry order (so it matches
+the kdelibs4 order)
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kconfigwidgets-5.6.0.tar.xz

New:

  kconfigwidgets-5.7.0.tar.xz



Other differences:
--
++ kconfigwidgets.spec ++
--- /var/tmp/diff_new_pack.yGbSrF/_old  2015-02-16 17:30:27.0 +0100
+++ /var/tmp/diff_new_pack.yGbSrF/_new  2015-02-16 17:30:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kconfigwidgets
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5ConfigWidgets5
+%define _tar_path 5.7
 Name:   kconfigwidgets
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kauth-devel = %{kf5_version}
 BuildRequires:  kcodecs-devel = %{kf5_version}
@@ -40,7 +41,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -63,7 +64,7 @@
 Summary:Widgets for configuration dialogs: Build Environment
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.6.0
+Requires:   extra-cmake-modules = 1.7.0
 Requires:   kauth-devel = %{kf5_version}
 Requires:   kcodecs-devel = %{kf5_version}
 Requires:   kconfig-devel = %{kf5_version}

++ kconfigwidgets-5.6.0.tar.xz - kconfigwidgets-5.7.0.tar.xz ++
 2667 lines of diff (skipped)

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



commit kpty for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

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

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.changes2015-01-29 
12:53:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpty.new/kpty.changes   2015-02-16 
17:32:05.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:36 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kpty-5.6.0.tar.xz

New:

  kpty-5.7.0.tar.xz



Other differences:
--
++ kpty.spec ++
--- /var/tmp/diff_new_pack.6vyh5G/_old  2015-02-16 17:32:06.0 +0100
+++ /var/tmp/diff_new_pack.6vyh5G/_new  2015-02-16 17:32:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpty
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Pty5
+%define _tar_path 5.7
 Name:   kpty
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -34,7 +35,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kpty-5.6.0.tar.xz - kpty-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/CMakeLists.txt 
new/kpty-5.7.0/CMakeLists.txt
--- old/kpty-5.6.0/CMakeLists.txt   2015-01-03 13:12:55.0 +0100
+++ new/kpty-5.7.0/CMakeLists.txt   2015-02-08 16:23:32.0 +0100
@@ -2,12 +2,12 @@
 
 project(KPty)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2)
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
@@ -19,7 +19,7 @@
 endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Pty)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Pty)
 
 # Includes
 include(FeatureSummary)
@@ -59,7 +59,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kpty_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 if (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/cs/kpty5.po 
new/kpty-5.7.0/po/cs/kpty5.po
--- old/kpty-5.6.0/po/cs/kpty5.po   2015-01-03 13:12:55.0 +0100
+++ new/kpty-5.7.0/po/cs/kpty5.po   2015-02-08 16:23:32.0 +0100
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl lu...@kde.org, 2010, 2011, 2012.
-# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2011, 2012, 2013, 2014, 2015.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 2013.
 #
 msgid 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.6.0/po/fi/kpty5.po 
new/kpty-5.7.0/po/fi/kpty5.po
--- old/kpty-5.6.0/po/fi/kpty5.po   2015-01-03 13:12:55.0 +0100
+++ new/kpty-5.7.0/po/fi/kpty5.po   2015-02-08 16:23:32.0 +0100
@@ -29,7 +29,7 @@
 POT-Creation-Date: 2014-04-27 20:57+\n
 PO-Revision-Date: 2014-03-24 21:09+0200\n
 Last-Translator: Lasse Liehu lasse.li...@gmail.com\n
-Language-Team: Finnish lokalisoi...@lists.coss.fi\n
+Language-Team: 

commit kpackage for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kpackage for openSUSE:Factory 
checked in at 2015-02-16 15:07:12

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


Package is kpackage

Changes:

--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes2015-01-29 
13:10:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new/kpackage.changes   2015-02-16 
17:32:00.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  8 18:15:37 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Renamed kpackagetool man to kpackagetool5
+  * Fixed installation on case-insensitive filesystems
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kpackage-5.6.0.tar.xz

New:

  kpackage-5.7.0.tar.xz



Other differences:
--
++ kpackage.spec ++
--- /var/tmp/diff_new_pack.My51Vn/_old  2015-02-16 17:32:01.0 +0100
+++ /var/tmp/diff_new_pack.My51Vn/_new  2015-02-16 17:32:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kpackage
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kpackage
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -36,7 +37,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -73,7 +74,9 @@
 
 %files lang -f %{name}5.lang
 %defattr(-,root,root)
+%doc %lang(de) %{_kf5_mandir}/de
 %doc %lang(nl) %{_kf5_mandir}/nl
+%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
 %doc %lang(sv) %{_kf5_mandir}/sv
 %doc %lang(uk) %{_kf5_mandir}/uk
 

++ kpackage-5.6.0.tar.xz - kpackage-5.7.0.tar.xz ++
 5406 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

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2015-02-16 15:06:56

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.changes2015-01-29 
12:53:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new/kbookmarks.changes   
2015-02-16 17:30:09.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:34 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kbookmarks-5.6.0.tar.xz

New:

  kbookmarks-5.7.0.tar.xz



Other differences:
--
++ kbookmarks.spec ++
--- /var/tmp/diff_new_pack.NZvds5/_old  2015-02-16 17:30:10.0 +0100
+++ /var/tmp/diff_new_pack.NZvds5/_new  2015-02-16 17:30:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kbookmarks
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Bookmarks5
+%define _tar_path 5.7
 Name:   kbookmarks
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
@@ -38,7 +39,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kbookmarks-5.6.0.tar.xz - kbookmarks-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.6.0/CMakeLists.txt 
new/kbookmarks-5.7.0/CMakeLists.txt
--- old/kbookmarks-5.6.0/CMakeLists.txt 2015-01-03 13:00:58.0 +0100
+++ new/kbookmarks-5.7.0/CMakeLists.txt 2015-02-08 16:11:56.0 +0100
@@ -2,7 +2,7 @@
 
 project(KBookmarks)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -18,8 +18,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
   VARIABLE_PREFIX KBOOKMARKS
@@ -47,7 +47,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Bookmarks)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Bookmarks)
 
 include(ECMPackageConfigHelpers)
 
@@ -68,7 +68,7 @@
 
 install(FILES
${CMAKE_CURRENT_BINARY_DIR}/kbookmarks_version.h
-  DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel
+  DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
 feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.6.0/po/cs/kbookmarks5_qt.po 
new/kbookmarks-5.7.0/po/cs/kbookmarks5_qt.po
--- old/kbookmarks-5.6.0/po/cs/kbookmarks5_qt.po2015-01-03 
13:00:58.0 +0100
+++ new/kbookmarks-5.7.0/po/cs/kbookmarks5_qt.po2015-02-08 
16:11:56.0 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák v...@pelcak.org, 2010, 2011, 2012, 2013, 2014.
+# Vít Pelčák v...@pelcak.org, 2010, 2011, 2012, 2013, 2014, 2015.
 # Lukáš Tinkl lti...@redhat.com, 2010, 2011, 2012, 2013.
 # Tomáš Chvátal tomas.chva...@gmail.com, 2012, 2013.
 #
@@ -17,7 +17,7 @@
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n=2  n=4) ? 1 : 2;\n
-X-Generator: Lokalize 1.5\n
+X-Generator: Lokalize 2.0\n
 X-Qt-Contexts: true\n
 
 #: kbookmark.cpp:307

commit kross for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2015-02-16 15:07:53

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  2015-01-29 
12:54:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2015-02-16 
17:32:16.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:42 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed Kross::MetaFunction so it works with Qt5's metaobject system
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kross-5.6.0.tar.xz

New:

  kross-5.7.0.tar.xz



Other differences:
--
++ kross.spec ++
--- /var/tmp/diff_new_pack.2VplkV/_old  2015-02-16 17:32:16.0 +0100
+++ /var/tmp/diff_new_pack.2VplkV/_new  2015-02-16 17:32:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kross
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,13 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kross
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcompletion-devel = %{kf5_version}
 BuildRequires:  kdoctools-devel = %{kf5_version}
@@ -45,7 +46,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kross-5.6.0.tar.xz - kross-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.6.0/CMakeLists.txt 
new/kross-5.7.0/CMakeLists.txt
--- old/kross-5.6.0/CMakeLists.txt  2015-01-03 13:13:16.0 +0100
+++ new/kross-5.7.0/CMakeLists.txt  2015-02-08 16:23:53.0 +0100
@@ -2,7 +2,7 @@
 
 project(Kross)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KROSS
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kross_version.h
 PACKAGE_VERSION_FILE 
${CMAKE_CURRENT_BINARY_DIR}/KF5KrossConfigVersion.cmake
@@ -26,6 +26,17 @@
 set(REQUIRED_QT_VERSION 5.2)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Script Xml 
Widgets UiTools)
 
+
+find_package(Qt5Test ${QT_MIN_VERSION} CONFIG QUIET)
+set_package_properties(Qt5Test PROPERTIES
+   PURPOSE Required for tests
+   TYPE OPTIONAL
+   )
+add_feature_info(Qt5Test Qt5Test_FOUND Required for building tests)
+if (NOT Qt5Test_FOUND)
+   set(BUILD_TESTING OFF CACHE BOOL Build the testing tree.)
+endif()
+
 find_package(KF5Completion ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
@@ -46,10 +57,12 @@
 endif()
 add_subdirectory(docs)
 add_subdirectory(src)
+if (BUILD_TESTING)
 add_subdirectory(autotests)
+endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Kross)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Kross)
 
 ecm_configure_package_config_file(
   ${CMAKE_CURRENT_SOURCE_DIR}/KF5KrossConfig.cmake.in
@@ -58,7 +71,7 @@
 )
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kross_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel)
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel)
 
 install(FILES
   ${CMAKE_CURRENT_BINARY_DIR}/KF5KrossConfig.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit krunner for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package krunner for openSUSE:Factory checked 
in at 2015-02-16 15:03:22

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  2015-01-29 
12:49:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.krunner.new/krunner.changes 2015-02-16 
17:32:18.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:04 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  krunner-5.6.0.tar.xz

New:

  krunner-5.7.0.tar.xz



Other differences:
--
++ krunner.spec ++
--- /var/tmp/diff_new_pack.HLcigq/_old  2015-02-16 17:32:19.0 +0100
+++ /var/tmp/diff_new_pack.HLcigq/_new  2015-02-16 17:32:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package krunner
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Runner5
+%define _tar_path 5.7
 Name:   krunner
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kcoreaddons-devel = %{kf5_version}
@@ -40,7 +41,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/portingAids/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ krunner-5.6.0.tar.xz - krunner-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krunner-5.6.0/CMakeLists.txt 
new/krunner-5.7.0/CMakeLists.txt
--- old/krunner-5.6.0/CMakeLists.txt2015-01-03 13:13:27.0 +0100
+++ new/krunner-5.7.0/CMakeLists.txt2015-02-08 16:24:03.0 +0100
@@ -3,7 +3,7 @@
 project(KRunner)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.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.6.0/examples/runner/plasma-runner-example-homefiles.desktop 
new/krunner-5.7.0/examples/runner/plasma-runner-example-homefiles.desktop
--- old/krunner-5.6.0/examples/runner/plasma-runner-example-homefiles.desktop   
2015-01-03 13:13:27.0 +0100
+++ new/krunner-5.7.0/examples/runner/plasma-runner-example-homefiles.desktop   
2015-02-08 16:24:03.0 +0100
@@ -17,6 +17,7 @@
 Name[ia]=Files de domo
 Name[it]=File della home
 Name[ko]=홈 파일
+Name[lt]=Namų failai
 Name[nb]=Hjemmefiler
 Name[nds]=Tohuus-Dateien
 Name[nl]=Persoonlijke bestanden
@@ -55,6 +56,7 @@
 Comment[ia]=Parte de un tutorial demonstrante como crear Plugin  de Runner
 Comment[it]=Partedi una guida che dimostra come creare estensioni di KRunner
 Comment[ko]=실행기 플러그인을 만드는 튜토리얼의 일부
+Comment[lt]=Dalis mokymo programos demonstruojanti kaip kurti Runner įskiepius
 Comment[nb]=Del av en veiledning som viser hvordan Runner-moduler kan lages
 Comment[nds]=Deel vun en Lehrprogramm dat wiest, wodennig een KRunner-Modulen 
schrifft.
 Comment[nl]=Deel van een inleiding die demonstreert hoe Runner-plug-ins te 
maken
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/krunner-5.6.0/po/ja/plasma_runner_example_homefiles.po 
new/krunner-5.7.0/po/ja/plasma_runner_example_homefiles.po
--- old/krunner-5.6.0/po/ja/plasma_runner_example_homefiles.po  2015-01-03 
13:13:27.0 +0100
+++ new/krunner-5.7.0/po/ja/plasma_runner_example_homefiles.po  2015-02-08 
16:24:03.0 

commit kwindowsystem for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kwindowsystem for openSUSE:Factory 
checked in at 2015-02-16 15:06:46

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  
2015-01-29 12:53:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwindowsystem.new/kwindowsystem.changes 
2015-02-16 17:32:48.0 +0100
@@ -1,0 +2,16 @@
+Sun Feb  8 18:15:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed NETRootInfo::setShowingDesktop(bool) not
+working on Openbox
+  * Added convenience method KWindowSystem::setShowingDesktop(bool)
+  * Fixes in icon format handling
+  * Added method NETWinInfo::icccmIconPixmap provides icon pixmap
+from WM_HINTS property
+  * Added overload to KWindowSystem::icon which reduces
+roundtrips to X-Server
+  * Added support for _NET_WM_OPAQUE_REGION
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kwindowsystem-5.6.0.tar.xz

New:

  kwindowsystem-5.7.0.tar.xz



Other differences:
--
++ kwindowsystem.spec ++
--- /var/tmp/diff_new_pack.YXxSi7/_old  2015-02-16 17:32:49.0 +0100
+++ /var/tmp/diff_new_pack.YXxSi7/_new  2015-02-16 17:32:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kwindowsystem
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5WindowSystem5
+%define _tar_path 5.7
 Name:   kwindowsystem
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -37,7 +38,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kwindowsystem-5.6.0.tar.xz - kwindowsystem-5.7.0.tar.xz ++
 2257 lines of diff (skipped)

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



commit zsh for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2015-02-16 15:02:26

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


Package is zsh

Changes:

--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2015-01-30 20:30:58.0 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2015-02-16 
17:51:06.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 10 08:27:53 UTC 2015 - dims...@opensuse.org
+
+- BuildRequire texi2html instead of texinfo: the packages have been
+  split completely now.
+
+---



Other differences:
--
++ zsh.spec ++
--- /var/tmp/diff_new_pack.bDuvPA/_old  2015-02-16 17:51:07.0 +0100
+++ /var/tmp/diff_new_pack.bDuvPA/_new  2015-02-16 17:51:07.0 +0100
@@ -47,7 +47,7 @@
 %if 0%{?suse_version} = 1210
 BuildRequires:  groff
 BuildRequires:  makeinfo
-BuildRequires:  texinfo
+BuildRequires:  texi2html
 %endif
 %else
 Requires(pre):  /sbin/install-info

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



commit kcodecs for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kcodecs for openSUSE:Factory checked 
in at 2015-02-16 15:03:04

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  2015-01-29 
12:48:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.kcodecs.new/kcodecs.changes 2015-02-16 
17:30:15.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:01 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Added support for CP949 to KCharsets
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kcodecs-5.6.0.tar.xz

New:

  kcodecs-5.7.0.tar.xz



Other differences:
--
++ kcodecs.spec ++
--- /var/tmp/diff_new_pack.2WGhlv/_old  2015-02-16 17:30:16.0 +0100
+++ /var/tmp/diff_new_pack.2WGhlv/_new  2015-02-16 17:30:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcodecs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5Codecs5
+%define _tar_path 5.7
 Name:   kcodecs
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libqt5-linguist-devel = 5.2.0
@@ -30,7 +31,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kcodecs-5.6.0.tar.xz - kcodecs-5.7.0.tar.xz ++
 14171 lines of diff (skipped)

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



commit kactivities5 for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2015-02-16 15:05:16

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
2015-01-29 12:51:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2015-02-16 17:29:59.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  8 18:15:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fixed starting and stopping activities
+  * Fixed activity preview showing wrong wallpaper occasionally
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kactivities-5.6.0.tar.xz

New:

  kactivities-5.7.0.tar.xz



Other differences:
--
++ kactivities5.spec ++
--- /var/tmp/diff_new_pack.S58bKY/_old  2015-02-16 17:30:00.0 +0100
+++ /var/tmp/diff_new_pack.S58bKY/_new  2015-02-16 17:30:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kactivities5
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,22 @@
 
 
 %define lname   libKF5Activities5
+%define _tar_path 5.7
 Name:   kactivities5
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 Summary:KDE Plasma Activities support
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://projects.kde.org/kactivities
-Source: 
http://download.kde.org/stable/frameworks/5.6/kactivities-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/1.6.02/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
+# PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
 Patch0: kamd-rename.patch
 BuildRequires:  boost-devel = 1.49.0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kcmutils-devel = %{kf5_version}
 BuildRequires:  kconfig-devel = %{kf5_version}
@@ -82,7 +83,7 @@
 Summary:KDE Plasma Activities support
 Group:  Development/Libraries/KDE
 Requires:   %lname = %{version}
-Requires:   extra-cmake-modules = 1.6.0
+Requires:   extra-cmake-modules = 1.7.0
 Requires:   pkgconfig(Qt5Core) = 5.2.0
 
 %description devel

++ kactivities-5.6.0.tar.xz - kactivities-5.7.0.tar.xz ++
 2813 lines of diff (skipped)

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



commit libstorage for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2015-02-16 15:24:31

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


Package is libstorage

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2014-10-15 
21:58:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2015-02-16 17:35:49.0 +0100
@@ -1,0 +2,18 @@
+Thu Feb 12 17:19:12 CET 2015 - aschn...@suse.de
+
+- added commit callbacks (for fate#318392)
+- 2.25.20
+
+---
+Mon Feb 09 18:59:38 CET 2015 - dval...@suse.com
+
+- Don't create gpt_sync_mbr on Power8, machine is capable to boot
+  from GPT (bsc#916935)
+- 2.25.19
+
+---
+Tue Dec 09 13:51:44 CET 2014 - aschn...@suse.de
+
+- restructured source files
+
+---
@@ -20 +38 @@
-- 2.25.28
+- 2.25.18
@@ -26 +44 @@
-- 2.25.27
+- 2.25.17

Old:

  libstorage-2.25.18.tar.bz2

New:

  libstorage-2.25.20.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.86Mm1N/_old  2015-02-16 17:35:50.0 +0100
+++ /var/tmp/diff_new_pack.86Mm1N/_new  2015-02-16 17:35:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libstorage
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   libstorage
-Version:2.25.18
+Version:2.25.20
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2
@@ -114,7 +114,7 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%package -n libstorage5
+%package -n libstorage6
 
 Requires:   coreutils
 Requires:   cryptsetup
@@ -137,12 +137,12 @@
 %endif
 Obsoletes:  yast2-storage-lib
 # expands to Obsoletes: libstorage libstorage1 libstorage2 libstorage3...
-Obsoletes:  libstorage5  %{version}
-Obsoletes:  libstorage %(echo `seq -s   -f libstorage%.f $((5 - 1))`)
+Obsoletes:  libstorage6  %{version}
+Obsoletes:  libstorage %(echo `seq -s   -f libstorage%.f $((6 - 1))`)
 Summary:Library for storage management
 Group:  System/Libraries
 
-%description -n libstorage5
+%description -n libstorage6
 This package contains libstorage, a library for storage management.
 
 Authors:
@@ -150,7 +150,7 @@
 Thomas Fehr f...@suse.de
 Arvin Schnell aschn...@suse.de
 
-%files -n libstorage5 -f libstorage.lang
+%files -n libstorage6 -f libstorage.lang
 %defattr(-,root,root)
 %{_libdir}/libstorage.so.*
 %ghost /run/libstorage
@@ -159,20 +159,20 @@
 %doc %{prefix}/share/doc/packages/libstorage/AUTHORS
 %doc %{prefix}/share/doc/packages/libstorage/COPYING
 
-%post -n libstorage5
+%post -n libstorage6
 /sbin/ldconfig
 %if 0%{?suse_version}
 %{fillup_only -an storage}
 %endif
 
-%postun -n libstorage5
+%postun -n libstorage6
 /sbin/ldconfig
 
 %package -n libstorage-devel
 
 Requires:   gcc-c++
 Requires:   libstdc++-devel
-Requires:   libstorage5 = %version
+Requires:   libstorage6 = %version
 Requires:   libxml2-devel
 Summary:Header files and documentation for libstorage
 Group:  Development/Languages/C and C++
@@ -196,7 +196,7 @@
 
 %package -n libstorage-python
 
-Requires:   libstorage5 = %version
+Requires:   libstorage6 = %version
 %{py_requires}
 Summary:Python bindings for libstorage
 Group:  System/Libraries
@@ -215,7 +215,7 @@
 
 %package -n libstorage-ruby
 
-Requires:   libstorage5 = %version
+Requires:   libstorage6 = %version
 Summary:Ruby bindings for libstorage
 Group:  System/Libraries
 
@@ -245,7 +245,7 @@
 
 %package -n libstorage-testsuite
 
-Requires:   libstorage5 = %version
+Requires:   libstorage6 = %version
 Summary:Testsuite for libstorage
 Group:  Development/Tools/Other
 

++ libstorage-2.25.18.tar.bz2 - libstorage-2.25.20.tar.bz2 ++
 16220 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-workspace for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2015-02-16 15:04:55

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  
2015-01-29 13:18:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2015-02-16 17:43:10.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb  8 19:08:32 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added kglobalaccel-devel BuildRequires
+- kglobalaccel5 daemon moved to kglobalaccel Framework
+
+---



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.9teiDn/_old  2015-02-16 17:43:11.0 +0100
+++ /var/tmp/diff_new_pack.9teiDn/_new  2015-02-16 17:43:11.0 +0100
@@ -46,6 +46,7 @@
 BuildRequires:  kdewebkit-devel = 5.6.0
 BuildRequires:  kdoctools-devel = 5.6.0
 BuildRequires:  kf5-filesystem
+BuildRequires:  kglobalaccel-devel = 5.7.0
 BuildRequires:  kidletime-devel = 5.6.0
 BuildRequires:  kjsembed-devel = 5.6.0
 BuildRequires:  knewstuff-devel = 5.6.0
@@ -144,15 +145,6 @@
 %description -n drkonqi5
 The KDE Crash Handler gives the user feedback if a program has crashed.
 
-%package -n kglobalaccel5
-Summary:Configurable global shortcut support
-Group:  System/GUI/KDE
-
-%description -n kglobalaccel5
-KGlobalAccel allows you to have global accelerators that are independent
-of the focused window. Unlike regular shortcuts, the application's window
-does not need focus for them to be activated.
-
 %package libs
 Summary:The KDE Plasma Workspace Components
 Group:  Development/Libraries/KDE
@@ -218,10 +210,6 @@
 
 %postun -n drkonqi5 -p /sbin/ldconfig
 
-%post -n kglobalaccel5 -p /sbin/ldconfig
-
-%postun -n kglobalaccel5 -p /sbin/ldconfig
-
 %files libs
 %defattr(-,root,root)
 %doc COPYING*
@@ -282,7 +270,6 @@
 %{_kf5_plasmadir}/
 %{_kf5_sharedir}/solid/
 %{_kf5_sharedir}/sddm/
-%exclude %{_kf5_servicesdir}/kglobalaccel5.desktop
 
 %files -n drkonqi5
 %defattr(-,root,root)
@@ -293,14 +280,6 @@
 %{_kf5_sharedir}/drkonqi/
 %{_kf5_libdir}/libKF5XmlRpcClientPrivate.so.*
 
-%files -n kglobalaccel5
-%defattr(-,root,root)
-%doc COPYING*
-%{_kf5_bindir}/kglobalaccel5
-%{_kf5_libdir}/libkdeinit5_kglobalaccel5.so
-%{_kf5_sharedir}/dbus-1/services/org.kde.kglobalaccel.service
-%{_kf5_servicesdir}/kglobalaccel5.desktop
-
 %files branding-upstream
 %defattr(-,root,root)
 %doc COPYING*

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



commit geoclue2 for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package geoclue2 for openSUSE:Factory 
checked in at 2015-02-16 15:24:56

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


Package is geoclue2

Changes:

--- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes2014-10-06 
22:04:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.geoclue2.new/geoclue2.changes   2015-02-16 
17:26:27.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 12 20:11:11 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update dependencies
+- Do not try to remove .la files
+
+---



Other differences:
--
++ geoclue2.spec ++
--- /var/tmp/diff_new_pack.XEbQ13/_old  2015-02-16 17:26:28.0 +0100
+++ /var/tmp/diff_new_pack.XEbQ13/_new  2015-02-16 17:26:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geoclue2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-Name:   geoclue2
 %define _name geoclue
 %define dbus_user srvGeoClue
+Name:   geoclue2
 Version:2.1.10
 Release:0
 Summary:GeoLocation Framework
@@ -29,6 +29,8 @@
 # PATCH-FIX-UPSTREAM geoclue2-permit-gnome-maps.patch dims...@opensuse.org -- 
Allow gnome-maps to access geoclue
 Patch0: geoclue2-permit-gnome-maps.patch
 BuildRequires:  intltool = 0.40.0
+BuildRequires:  systemd-rpm-macros
+BuildRequires:  perl(XML::Parser)
 BuildRequires:  pkgconfig(gio-2.0) = 2.34.0
 BuildRequires:  pkgconfig(gio-unix-2.0) = 2.34.0
 BuildRequires:  pkgconfig(glib-2.0) = 2.34.0
@@ -36,10 +38,11 @@
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(mm-glib) = 1.0
 BuildRequires:  pkgconfig(systemd)
-# Virtual provides for the dbus service
-Provides:   dbus(org.freedesktop.GeoClue2) = %{version}
+%{?systemd_requires}
 # we require shadow for useradd
 Requires(pre):  shadow
+# Virtual provides for the dbus service
+Provides:   dbus(org.freedesktop.GeoClue2) = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,15 +71,14 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 install -d %{buildroot}%{_localstatedir}/lib/%{dbus_user}
 # Create conveniance shortcut for rcgeoclue - /usr/sbin/service
 mkdir -p %{buildroot}%{_sbindir}
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcgeoclue
 
 %pre
-getent passwd %{dbus_user}  /dev/null || useradd -r -g nogroup -d 
/var/lib/%{dbus_user} -s /sbin/nologin -c User for GeoClue D-Bus service 
%{dbus_user} 
+getent passwd %{dbus_user}  /dev/null || useradd -r -g nogroup -d 
%{_localstatedir}/lib/%{dbus_user} -s /sbin/nologin -c User for GeoClue D-Bus 
service %{dbus_user}
 %service_add_pre geoclue.service
 
 %post
@@ -111,6 +113,7 @@
 
 %files devel
 %defattr(-,root,root)
+%doc README COPYING
 %{_libdir}/pkgconfig/geoclue-2.0.pc
 %{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Agent.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.xml

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



commit frameworkintegration for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2015-02-16 15:04:39

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
2015-01-30 15:08:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2015-02-16 17:25:58.0 +0100
@@ -1,0 +2,18 @@
+Sun Feb  8 18:15:14 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Fix updating of single click setting at runtime
+  * Multiple fixes to the systemtray integration
+  * Only install color scheme on toplevel widgets
+(to fix QQuickWidgets)
+  * Update XCursor settings on X11 platform
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Drop patches merged upstream:
+  0005-Properly-check-for-systray-being-available.patch,
+  0007-Use-activate-on-single-click-setting-from-QPlatformT.patch,
+  0001-Update-XCursor-settings.patch,
+  0004-Only-install-color-scheme-on-toplevel-widgets.patch and
+  0008-Implement-SystemTrayMenuItem-setMenu-correctly.patch
+
+---

Old:

  0001-Update-XCursor-settings.patch
  0004-Only-install-color-scheme-on-toplevel-widgets.patch
  0005-Properly-check-for-systray-being-available.patch
  0007-Use-activate-on-single-click-setting-from-QPlatformT.patch
  0008-Implement-SystemTrayMenuItem-setMenu-correctly.patch
  frameworkintegration-5.6.0.tar.xz

New:

  frameworkintegration-5.7.0.tar.xz



Other differences:
--
++ frameworkintegration.spec ++
--- /var/tmp/diff_new_pack.DeyBlj/_old  2015-02-16 17:25:58.0 +0100
+++ /var/tmp/diff_new_pack.DeyBlj/_new  2015-02-16 17:25:58.0 +0100
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Style5
+%define _tar_path 5.7
 Name:   frameworkintegration
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 %define kf5_version %{version}
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel = %{kf5_version}
 BuildRequires:  kconfigwidgets-devel = %{kf5_version}
@@ -44,18 +45,8 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM 0001-Update-XCursor-settings.patch
-Patch0: 0001-Update-XCursor-settings.patch
-# PATCH-FIX-UPSTREAM 0004-Only-install-color-scheme-on-toplevel-widgets.patch
-Patch1: 0004-Only-install-color-scheme-on-toplevel-widgets.patch
-# PATCH-FIX-UPSTREAM 0005-Properly-check-for-systray-being-available.patch
-Patch2: 0005-Properly-check-for-systray-being-available.patch
-# PATCH-FIX-UPSTREAM 
0007-Use-activate-on-single-click-setting-from-QPlatformT.patch
-Patch3: 0007-Use-activate-on-single-click-setting-from-QPlatformT.patch
-# PATCH-FIX-UPSTREAM 0008-Implement-SystemTrayMenuItem-setMenu-correctly.patch
-Patch4: 0008-Implement-SystemTrayMenuItem-setMenu-correctly.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -109,11 +100,6 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
   %cmake_kf5 -d build

++ frameworkintegration-5.6.0.tar.xz - frameworkintegration-5.7.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.6.0/CMakeLists.txt 
new/frameworkintegration-5.7.0/CMakeLists.txt
--- old/frameworkintegration-5.6.0/CMakeLists.txt   2015-01-03 
12:59:57.0 +0100
+++ new/frameworkintegration-5.7.0/CMakeLists.txt   2015-02-08 
16:10:56.0 +0100
@@ -2,7 +2,7 @@
 
 project(FrameworkIntegration)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
-set(KF5_DEP_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
+set(KF5_DEP_VERSION 5.7.0) # handled by release scripts
 
 

commit emacs for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2015-02-16 15:02:17

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


Package is emacs

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2015-01-21 
21:56:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2015-02-16 
17:25:02.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb  7 19:47:29 UTC 2015 - co...@suse.com
+
+- don't reference unexistant info pages (only exist on win32)
+
+---



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.W3fPBe/_old  2015-02-16 17:25:05.0 +0100
+++ /var/tmp/diff_new_pack.W3fPBe/_new  2015-02-16 17:25:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -129,7 +129,7 @@
 %define appDefaultsDir %{_x11data}/app-defaults
 %define appDefaultsFile %{appDefaultsDir}/Emacs
 %endif
-%define info_files  emacs eintr elisp ada-mode auth autotype bovine calc 
ccmode cl dbus dired-x ebrowse ede ediff edt efaq efaq-w32 eieio emacs-gnutls 
emacs-mime epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave 
ido mairix-el message mh-e newsticker nxml-mode octave-mode org pcl-cvs pgg 
rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode 
todo-mode tramp url vip viper widget wisent woman
+%define info_files  emacs eintr elisp ada-mode auth autotype bovine calc 
ccmode cl dbus dired-x ebrowse ede ediff edt efaq eieio emacs-gnutls emacs-mime 
epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido 
mairix-el message mh-e newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc 
reftex remember sasl sc semantic ses sieve smtpmail speedbar srecode todo-mode 
tramp url vip viper widget wisent woman
 
 %description
 Basic package for the GNU Emacs editor. Requires emacs-x11 or
@@ -290,7 +290,8 @@
   esac
   }
 
-  info_found=$(sed -rn '\@^\$[({](build)?infodir[})]/@{ 
s@\$\([A-Z_]*\)@@;s@.*/([^:]*):.*@\1@p; }' doc/*/Makefile.in|grep -v 
^info|xargs)
+  # remove reference to win32 info page
+  info_found=$(sed -rn '\@^\$[({](build)?infodir[})]/@{ 
s@\$\([A-Z_]*\)@@;s@.*/([^:]*):.*@\1@p; }' doc/*/Makefile.in|grep -v 
^info|xargs|sed -e 's,efaq-w32 ,,')
   if test $info_found != %info_files
   then
   echo Please update info_files 2

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



commit libibumad for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package libibumad for openSUSE:Factory 
checked in at 2015-02-16 15:24:46

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


Package is libibumad

Changes:

--- /work/SRC/openSUSE:Factory/libibumad/libibumad.changes  2014-07-04 
09:34:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libibumad.new/libibumad.changes 2015-02-16 
17:34:20.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  9 17:26:48 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.3.10.1
+  * Please read the ChangeLog
+
+---

Old:

  libibumad-1.3.9.tar.gz

New:

  libibumad-1.3.10.1.tar.gz



Other differences:
--
++ libibumad.spec ++
--- /var/tmp/diff_new_pack.8zgg6c/_old  2015-02-16 17:34:20.0 +0100
+++ /var/tmp/diff_new_pack.8zgg6c/_new  2015-02-16 17:34:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libibumad
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -22,7 +22,7 @@
 Summary:User MAD library functions for Infiniband diagnostic and 
management tools
 License:GPL-2.0 or BSD-2-Clause
 Group:  Productivity/Networking/System
-Version:1.3.9
+Version:1.3.10.1
 Release:0
 Source0:
https://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
@@ -57,9 +57,9 @@
 
 %prep
 %setup -q
-./autogen.sh
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -81,6 +81,11 @@
 %defattr(-,root,root)
 %dir %_includedir/infiniband
 %_includedir/infiniband/umad.h
+%_includedir/infiniband/umad_cm.h
+%_includedir/infiniband/umad_sa.h
+%_includedir/infiniband/umad_sm.h
+%_includedir/infiniband/umad_str.h
+%_includedir/infiniband/umad_types.h
 %_libdir/libibumad.so
 
 %changelog

++ libibumad-1.3.9.tar.gz - libibumad-1.3.10.1.tar.gz ++
 66652 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

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2015-02-16 15:05:33

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  
2015-01-29 12:51:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2015-02-16 17:31:32.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:21 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kimageformats-5.6.0.tar.xz

New:

  kimageformats-5.7.0.tar.xz



Other differences:
--
++ kimageformats.spec ++
--- /var/tmp/diff_new_pack.RAsQsW/_old  2015-02-16 17:31:33.0 +0100
+++ /var/tmp/diff_new_pack.RAsQsW/_new  2015-02-16 17:31:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kimageformats
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,12 @@
 #
 
 
+%define _tar_path 5.7
 Name:   kimageformats
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  openexr
@@ -35,7 +36,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kimageformats-5.6.0.tar.xz - kimageformats-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.6.0/CMakeLists.txt 
new/kimageformats-5.7.0/CMakeLists.txt
--- old/kimageformats-5.6.0/CMakeLists.txt  2014-12-31 15:23:36.0 
+0100
+++ new/kimageformats-5.7.0/CMakeLists.txt  2015-01-23 21:40:27.0 
+0100
@@ -2,7 +2,7 @@
 
 project(KImageFormats)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.6.0/src/imageformats/CMakeLists.txt 
new/kimageformats-5.7.0/src/imageformats/CMakeLists.txt
--- old/kimageformats-5.6.0/src/imageformats/CMakeLists.txt 2014-12-31 
15:23:36.0 +0100
+++ new/kimageformats-5.7.0/src/imageformats/CMakeLists.txt 2015-01-23 
21:40:27.0 +0100
@@ -6,10 +6,10 @@
 add_library(kimg_dds MODULE dds.cpp)
 target_link_libraries(kimg_dds Qt5::Gui)
 
-install(TARGETS kimg_dds  DESTINATION 
${QT_PLUGIN_INSTALL_DIR}/imageformats/)
-install(FILES dds.desktop DESTINATION 
${SERVICES_INSTALL_DIR}/qimageioplugins/)
+install(TARGETS kimg_dds  DESTINATION 
${KDE_INSTALL_QTPLUGINDIR}/imageformats/)
+install(FILES dds.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR}/qimageioplugins/)
 else()
-install(FILES dds-qt.desktop RENAME dds.desktop DESTINATION 
${SERVICES_INSTALL_DIR}/qimageioplugins/)
+install(FILES dds-qt.desktop RENAME dds.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR}/qimageioplugins/)
 endif()
 
 ##
@@ -19,8 +19,8 @@
 add_library(kimg_eps MODULE eps.cpp)
 target_link_libraries(kimg_eps  Qt5::Gui Qt5::PrintSupport)
 
-install(TARGETS kimg_eps  DESTINATION 
${QT_PLUGIN_INSTALL_DIR}/imageformats/)
-install(FILES eps.desktop DESTINATION 
${SERVICES_INSTALL_DIR}/qimageioplugins/)
+install(TARGETS kimg_eps  DESTINATION 
${KDE_INSTALL_QTPLUGINDIR}/imageformats/)
+install(FILES eps.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR}/qimageioplugins/)
 endif()
 endif()
 
@@ -36,11 +36,11 @@
 target_include_directories(kimg_jp2 PRIVATE ${JASPER_INCLUDE_DIR})
 target_link_libraries(kimg_jp2  Qt5::Gui ${JASPER_LIBRARIES})
 
-install(TARGETS kimg_jp2  DESTINATION 
${QT_PLUGIN_INSTALL_DIR}/imageformats/)
-install(FILES jp2.desktop DESTINATION 
${SERVICES_INSTALL_DIR}/qimageioplugins/)
+

commit solid for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2015-02-16 15:06:32

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  2015-01-29 
12:52:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2015-02-16 
17:47:44.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:30 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * Added energyFull and energyFullDesign to Battery
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  solid-5.6.0.tar.xz

New:

  solid-5.7.0.tar.xz



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.no8xDE/_old  2015-02-16 17:47:45.0 +0100
+++ /var/tmp/diff_new_pack.no8xDE/_new  2015-02-16 17:47:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package solid
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 %define lname   libKF5Solid5
+%define _tar_path 5.7
 Name:   solid
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  bison
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  kf5-filesystem
@@ -38,7 +39,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ solid-5.6.0.tar.xz - solid-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.6.0/CMakeLists.txt 
new/solid-5.7.0/CMakeLists.txt
--- old/solid-5.6.0/CMakeLists.txt  2015-01-03 13:17:31.0 +0100
+++ new/solid-5.7.0/CMakeLists.txt  2015-02-08 16:28:12.0 +0100
@@ -3,7 +3,7 @@
 
 project(Solid)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -38,7 +38,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX SOLID
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/solid_version.h
@@ -66,7 +66,7 @@
 add_subdirectory(autotests)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Solid)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Solid)
 
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5SolidConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5SolidConfig.cmake
@@ -80,6 +80,6 @@
 
 install(EXPORT KF5SolidTargets  DESTINATION ${CMAKECONFIG_INSTALL_DIR}  FILE 
KF5SolidTargets.cmake  NAMESPACE KF5:: )
 
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/solid_version.h  DESTINATION 
${KF5_INCLUDE_INSTALL_DIR}  COMPONENT Devel )
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/solid_version.h  DESTINATION 
${KDE_INSTALL_INCLUDEDIR_KF5}  COMPONENT Devel )
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/solid-5.6.0/po/fi/solid5_qt.po 
new/solid-5.7.0/po/fi/solid5_qt.po
--- old/solid-5.6.0/po/fi/solid5_qt.po  2015-01-03 13:17:31.0 +0100
+++ new/solid-5.7.0/po/fi/solid5_qt.po  2015-02-08 16:28:12.0 +0100
@@ -5,7 +5,7 @@
 # Kim Enkovaara e...@iki.fi, 2010.
 # Tommi Nieminen transla...@legisign.org, 2010.
 # Lasse Liehu lli...@kolumbus.fi, 2011.
-# Lasse Liehu lasse.li...@gmail.com, 2011, 2012, 2013, 2014.
+# Lasse Liehu lasse.li...@gmail.com, 2011, 2012, 2013, 2014, 2015.
 #
 # KDE Finnish translation sprint participants:
 # Author: Lliehu
@@ -14,9 +14,9 @@
 Project-Id-Version: solid_qt\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2014-01-24 18:50+\n
-PO-Revision-Date: 2014-10-10 17:26+0300\n
-Last-Translator: Larso\n

commit util-linux for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2015-02-16 15:02:47

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


Package is util-linux

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/python-libmount.changes   
2015-01-30 06:01:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2015-02-16 17:48:59.0 +0100
@@ -1,0 +2,27 @@
+Fri Feb  6 17:01:02 UTC 2015 - dims...@opensuse.org
+
+- Do not try to unregister an info file (ipc.info.gz) which we do
+  not own. Already in May 2011, we stopped registering it: do not
+  register ipc.info.gz (not provided by this package).
+
+---
+Wed Feb  4 19:08:43 CET 2015 - sbra...@suse.cz
+
+- libblkid: care about unsafe chars and possible buffer overflow
+  in cache (CVE-2014-9114, util-linux-libblkid-unsafe-chars.patch,
+  util-linux-libblkid-overflow.patch, bsc#907434)
+
+---
+Thu Jan 29 14:13:41 UTC 2015 - sweet_...@gmx.de
+
+- Update to version 2.25.2: mostly minor fixes
+  (including boo#908742)
+- re-enable utmpdump and ipcs tests for all archs
+
+---
+Thu Jan 15 17:15:47 UTC 2015 - sch...@linux-m68k.org
+
+- Use util-linux:/bin/logger as split-provide,
+  /usr/lib/systemd/system/fstrim.service didn't exist in 13.1
+
+---
util-linux-systemd.changes: same change
util-linux.changes: same change

Old:

  util-linux-2.25.1.tar.sign
  util-linux-2.25.1.tar.xz

New:

  util-linux-2.25.2.tar.sign
  util-linux-2.25.2.tar.xz
  util-linux-libblkid-overflow.patch
  util-linux-libblkid-unsafe-chars.patch



Other differences:
--
++ python-libmount.spec ++
--- /var/tmp/diff_new_pack.RGTX4C/_old  2015-02-16 17:49:00.0 +0100
+++ /var/tmp/diff_new_pack.RGTX4C/_new  2015-02-16 17:49:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-libmount
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -120,7 +120,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:2.25.1
+Version:2.25.2
 Release:0
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
 # that into the core build cycle.  pwdutils also pulls in the whole
@@ -160,6 +160,10 @@
 Patch4: make-sure-sbin-resp-usr-sbin-are-in-PATH.diff
 # PATCH-FEATURE-SUSE -- Report about disabled encryption to stderr.
 Patch12:util-linux-noenc-suse.patch
+# PATCH-FIX-SECURITY util-linux-libblkid-unsafe-chars.patch bsc907434 
CVE-2014-9114 sbra...@suse.cz -- libblkid: care about unsafe chars in cache
+Patch13:util-linux-libblkid-unsafe-chars.patch
+# PATCH-FIX-SECURITY util-linux-libblkid-overflow.patch bsc907434 
CVE-2014-9114 sbra...@suse.cz -- libblkid: fix possible buffer overflow
+Patch14:util-linux-libblkid-overflow.patch
 ##
 ## klogconsole
 ##
@@ -215,7 +219,7 @@
 %if %build_util_linux_systemd
 Supplements:packageand(util-linux:systemd)
 # Split-provides for upgrade from SLE  12 and openSUSE = 13.1
-Provides:   util-linux:/usr/lib/systemd/system/fstrim.service
+Provides:   util-linux:/bin/logger
 # Service files are being migrated during the update from SLE  12 and 
openSUSE = 13.1
 Conflicts:  util-linux  2.25
 %systemd_requires
@@ -384,6 +388,8 @@
 %setup -q -n %{_name}-%{version} -b 40
 %patch4 -p1
 %patch12 -p1
+%patch13 -p1
+%patch14 -p1
 #
 # setctsid
 cp -p %{S:22} %{S:23} .
@@ -610,13 +616,8 @@
 export TS_OPT_kill_print_pid_known_fail=yes
 export TS_OPT_kill_queue_known_fail=yes
 %endif
-%ifarch aarch64 s390 s390x
-export TS_OPT_utmpdump_known_fail=yes
-%endif
 # FIXME: These sometimes fails:
 export TS_OPT_libmount_lock_known_fail=yes
-# FIXME: It still fails with 3a9ec12:
-export TS_OPT_ipcs_limits2_known_fail=yes
 #
 # hacks
 export PATH=$PATH:/sbin:/usr/sbin
@@ -826,7 +827,6 @@
 fi
 
 %postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/ipc.info.gz
 %{insserv_cleanup}
 
 %verifyscript
@@ -902,14 +902,12 @@
 %doc Documentation/cal.txt
 %doc Documentation/col.txt
 %doc Documentation/deprecated.txt
-%doc Documentation/fdisk.txt
 %doc Documentation/getopt.txt
 %doc Documentation/howto-debug.txt
 %doc Documentation/hwclock.txt
 %doc Documentation/modems-with-agetty.txt
 %doc 

commit cmake for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2015-02-16 15:24:23

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


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2015-02-11 
16:31:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2015-02-16 
17:23:13.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 13 06:56:18 UTC 2015 - f...@grueninger.de
+
+- Update to 3.1.3
+  Do not call setlocale() globally in CMake applications (#15377)
+  Add setlocale() calls around use of libarchive APIs (#14934, #15377)
+  Makefile: Fix regression in target-bound custom command COMMENT output
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2015-02-11 
16:31:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2015-02-16 
17:23:13.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 13 06:55:20 UTC 2015 - f...@grueninger.de
+
+- Update to 3.1.3
+  Do not call setlocale() globally in CMake applications (#15377)
+  Add setlocale() calls around use of libarchive APIs (#14934, #15377)
+  Makefile: Fix regression in target-bound custom command COMMENT output
+
+---

Old:

  cmake-3.1.2.tar.gz

New:

  cmake-3.1.3.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.KtgGg0/_old  2015-02-16 17:23:14.0 +0100
+++ /var/tmp/diff_new_pack.KtgGg0/_new  2015-02-16 17:23:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:3.1.2
+Version:3.1.3
 Release:0
 %define rversion %{version}
 Summary:CMake graphical user interface

cmake.spec: same change
++ cmake-3.1.2.tar.gz - cmake-3.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-3.1.2/Source/CMakeLists.txt 
new/cmake-3.1.3/Source/CMakeLists.txt
--- old/cmake-3.1.2/Source/CMakeLists.txt   2015-02-04 21:36:43.0 
+0100
+++ new/cmake-3.1.3/Source/CMakeLists.txt   2015-02-11 17:17:39.0 
+0100
@@ -261,6 +261,7 @@
   cmLocalGenerator.cxx
   cmLocalGenerator.h
   cmLocalUnixMakefileGenerator3.cxx
+  cmLocale.h
   cmMakeDepend.cxx
   cmMakeDepend.h
   cmMakefile.cxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-3.1.2/Source/CMakeVersion.cmake 
new/cmake-3.1.3/Source/CMakeVersion.cmake
--- old/cmake-3.1.2/Source/CMakeVersion.cmake   2015-02-04 21:36:43.0 
+0100
+++ new/cmake-3.1.3/Source/CMakeVersion.cmake   2015-02-11 17:17:39.0 
+0100
@@ -1,5 +1,5 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 1)
-set(CMake_VERSION_PATCH 2)
+set(CMake_VERSION_PATCH 3)
 #set(CMake_VERSION_RC 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-3.1.2/Source/CPack/cpack.cxx 
new/cmake-3.1.3/Source/CPack/cpack.cxx
--- old/cmake-3.1.2/Source/CPack/cpack.cxx  2015-02-04 21:36:43.0 
+0100
+++ new/cmake-3.1.3/Source/CPack/cpack.cxx  2015-02-11 17:17:39.0 
+0100
@@ -26,7 +26,6 @@
 #include cmsys/CommandLineArguments.hxx
 #include cmsys/SystemTools.hxx
 #include cmsys/Encoding.hxx
-#include locale.h
 
 //
 static const char * cmDocumentationName[][2] =
@@ -101,7 +100,6 @@
 // this is CPack.
 int main (int argc, char const* const* argv)
 {
-  setlocale(LC_CTYPE, );
   cmsys::Encoding::CommandLineArguments args =
 cmsys::Encoding::CommandLineArguments::Main(argc, argv);
   argc = args.argc();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-3.1.2/Source/CursesDialog/ccmake.cxx 
new/cmake-3.1.3/Source/CursesDialog/ccmake.cxx
--- old/cmake-3.1.2/Source/CursesDialog/ccmake.cxx  2015-02-04 
21:36:43.0 +0100
+++ new/cmake-3.1.3/Source/CursesDialog/ccmake.cxx  2015-02-11 
17:17:39.0 +0100
@@ -16,7 +16,6 @@
 
 #include signal.h
 #include sys/ioctl.h
-#include locale.h
 
 #include cmCursesMainForm.h
 #include cmCursesStandardIncludes.h
@@ -95,8 +94,6 @@
 
 int main(int argc, char const* const* argv)
 {
-  setlocale(LC_CTYPE, );
-
   cmsys::Encoding::CommandLineArguments encoding_args =
 cmsys::Encoding::CommandLineArguments::Main(argc, argv);
   argc = encoding_args.argc();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-3.1.2/Source/cmArchiveWrite.cxx 

commit attica-qt5 for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:Factory 
checked in at 2015-02-16 15:02:57

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.changes2015-01-29 
12:48:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes   
2015-02-16 17:22:03.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb  8 18:15:00 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+- Add Source URL
+
+---

Old:

  attica-5.6.0.tar.xz

New:

  attica-5.7.0.tar.xz



Other differences:
--
++ attica-qt5.spec ++
--- /var/tmp/diff_new_pack.DMQj30/_old  2015-02-16 17:22:03.0 +0100
+++ /var/tmp/diff_new_pack.DMQj30/_new  2015-02-16 17:22:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package attica-qt5
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,18 @@
 %define sonum   5
 %define rname attica
 %define _libname KF5Attica
-
+%define _tar_path 5.7
 Name:   attica-qt5
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 Summary:Open Collaboration Service client library
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:https://projects.kde.org/attica
-Source: %{rname}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0

++ attica-5.6.0.tar.xz - attica-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.6.0/CMakeLists.txt 
new/attica-5.7.0/CMakeLists.txt
--- old/attica-5.6.0/CMakeLists.txt 2014-12-31 15:20:21.0 +0100
+++ new/attica-5.7.0/CMakeLists.txt 2015-01-24 15:12:30.0 +0100
@@ -3,7 +3,7 @@
 project(Attica)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
 VARIABLE_PREFIX ATTICA
@@ -54,7 +54,7 @@
 endif ()
 
 # Create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5Attica)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Attica)
 
 # Create the CMake Config files
 ecm_configure_package_config_file(
@@ -75,7 +75,7 @@
 NAMESPACE KF5::)
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/attica_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR}
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}
 COMPONENT Devel)
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.6.0/README.md new/attica-5.7.0/README.md
--- old/attica-5.6.0/README.md  2014-12-31 15:20:21.0 +0100
+++ new/attica-5.7.0/README.md  2015-01-24 15:12:30.0 +0100
@@ -4,7 +4,7 @@
 
 Attica is a Qt library that implements the Open Collaboration Services API 
version 1.6.
 The REST API is defined here:
-http://freedesktop.org/wiki/Specifications/open-collaboration-services-draft/
+http://freedesktop.org/wiki/Specifications/open-collaboration-services/
 
 It grants easy access to the services such as querying information about 
persons and contents.
 The library is used in KNewStuff3 as content provider.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.6.0/src/CMakeLists.txt 
new/attica-5.7.0/src/CMakeLists.txt
--- old/attica-5.6.0/src/CMakeLists.txt 2014-12-31 15:20:21.0 +0100
+++ new/attica-5.7.0/src/CMakeLists.txt 2015-01-24 15:12:30.0 +0100
@@ -105,7 +105,7 @@
   Qt5::Core
   Qt5::Network
 )
-target_include_directories(KF5Attica INTERFACE 

commit libgcrypt for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package libgcrypt for openSUSE:Factory 
checked in at 2015-02-16 15:01:48

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-11-14 
09:18:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2015-02-16 
17:34:09.0 +0100
@@ -1,0 +2,20 @@
+Fri Feb  6 18:42:28 UTC 2015 - co...@suse.com
+
+- making the build reproducible - see 
+  http://lists.gnupg.org/pipermail/gnupg-commits/2014-September/010683.html
+  for a very similiar problem
+
+---
+Fri Feb  6 18:38:55 UTC 2015 - dims...@opensuse.org
+
+- Move %install_info_delete calls from postun to preun: the files
+  must still be present to be parsed.
+- Fix the names passed to install_info for gcrypt.info-[12].gz
+  instead of gcrypt-[12].info.gz.
+
+---
+Fri Feb  6 18:30:26 UTC 2015 - co...@suse.com
+
+- fix filename for info pages in %post scripts
+
+---



Other differences:
--
++ libgcrypt.spec ++
--- /var/tmp/diff_new_pack.bKIkgb/_old  2015-02-16 17:34:10.0 +0100
+++ /var/tmp/diff_new_pack.bKIkgb/_new  2015-02-16 17:34:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgcrypt
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,7 @@
 # cavs test framework
 Source5:cavs-test.sh
 Source6:cavs_driver.pl
+Source99:   %{name}.changes
 Patch0: %{name}-ppc64.patch
 Patch1: %{name}-strict-aliasing.patch
 Patch3: %{name}-1.4.1-rijndael_no_strict_aliasing.patch
@@ -177,6 +178,8 @@
 echo building with build_hmac256 set to %{build_hmac256}
 %{?suse_update_config}
 autoreconf -fi
+date=$(date -u +%Y-%m-%dT%H:%M+ -r %{S:99})
+sed -e s,BUILD_TIMESTAMP=.*,BUILD_TIMESTAMP=$date, -i configure
 export CFLAGS=%{optflags} $(getconf LFS_CFLAGS)
 %configure --with-pic \
--enable-noexecstack \
@@ -243,13 +246,13 @@
 
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/gcrypt.info.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt-1.info.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt-2.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt.info-1.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt.info-2.gz
 
-%postun devel
+%preun devel
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt-1.info.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt-2.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info-1.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info-2.gz
 
 %files -n %{libsoname}
 %defattr(-,root,root)


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



commit kidletime for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package kidletime for openSUSE:Factory 
checked in at 2015-02-16 15:05:02

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  2015-01-29 
12:51:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kidletime.new/kidletime.changes 2015-02-16 
17:31:29.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:16 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  kidletime-5.6.0.tar.xz

New:

  kidletime-5.7.0.tar.xz



Other differences:
--
++ kidletime.spec ++
--- /var/tmp/diff_new_pack.r2mvEI/_old  2015-02-16 17:31:30.0 +0100
+++ /var/tmp/diff_new_pack.r2mvEI/_new  2015-02-16 17:31:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kidletime
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5IdleTime5
+%define _tar_path 5.7
 Name:   kidletime
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -36,7 +37,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ kidletime-5.6.0.tar.xz - kidletime-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidletime-5.6.0/CMakeLists.txt 
new/kidletime-5.7.0/CMakeLists.txt
--- old/kidletime-5.6.0/CMakeLists.txt  2014-12-31 15:23:31.0 +0100
+++ new/kidletime-5.7.0/CMakeLists.txt  2015-01-23 21:40:20.0 +0100
@@ -3,7 +3,7 @@
 project(KIdleTime)
 
 # ECM setup
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.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.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KIDLETIME
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/kidletime_version.h
@@ -70,7 +70,7 @@
 add_subdirectory(examples)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
-set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5IdleTime)
+set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5IdleTime)
 
 
ecm_configure_package_config_file(${CMAKE_CURRENT_SOURCE_DIR}/KF5IdleTimeConfig.cmake.in
   
${CMAKE_CURRENT_BINARY_DIR}/KF5IdleTimeConfig.cmake
@@ -85,7 +85,7 @@
 install(EXPORT KF5IdleTimeTargets DESTINATION ${CMAKECONFIG_INSTALL_DIR} 
FILE KF5IdleTimeTargets.cmake NAMESPACE KF5:: )
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/kidletime_version.h
-DESTINATION ${KF5_INCLUDE_INSTALL_DIR} COMPONENT Devel)
+DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel)
 
 if (${CMAKE_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})
   feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kidletime-5.6.0/src/CMakeLists.txt 
new/kidletime-5.7.0/src/CMakeLists.txt
--- old/kidletime-5.6.0/src/CMakeLists.txt  2014-12-31 15:23:31.0 
+0100
+++ new/kidletime-5.7.0/src/CMakeLists.txt  2015-01-23 21:40:20.0 
+0100
@@ -35,7 +35,7 @@
 add_library(KF5IdleTime ${kidletime_LIB_SRCS})
 generate_export_header(KF5IdleTime BASE_NAME KIdleTime)
 add_library(KF5::IdleTime ALIAS KF5IdleTime)
-target_include_directories(KF5IdleTime INTERFACE 
$INSTALL_INTERFACE:${KF5_INCLUDE_INSTALL_DIR}/KIdleTime)
+target_include_directories(KF5IdleTime INTERFACE 
$INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/KIdleTime)
 
 

commit vcdimager for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package vcdimager for openSUSE:Factory 
checked in at 2015-02-16 15:02:41

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


Package is vcdimager

Changes:

--- /work/SRC/openSUSE:Factory/vcdimager/vcdimager.changes  2013-06-25 
14:47:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.vcdimager.new/vcdimager.changes 2015-02-16 
17:49:05.0 +0100
@@ -1,0 +2,13 @@
+Thu Feb 12 08:34:56 UTC 2015 - dims...@opensuse.org
+
+- Add vcdimager-libcdio-0.93-testsuite.patch: Fix test suite run
+  with libcdio 0.93: the debug info is much more verbose, which
+  needs to be taken into account. The patch is applied
+  conditionally on the presence of libcdio = 0.93.
+
+---
+Mon Feb  9 12:35:52 UTC 2015 - dims...@opensuse.org
+
+- Add vcdimager-texinfo-5.0.patch: Fix build with texinfo 5.0.
+
+---

New:

  vcdimager-libcdio-0.93-testsuite.patch
  vcdimager-texinfo-5.0.patch



Other differences:
--
++ vcdimager.spec ++
--- /var/tmp/diff_new_pack.6M9Tzz/_old  2015-02-16 17:49:06.0 +0100
+++ /var/tmp/diff_new_pack.6M9Tzz/_new  2015-02-16 17:49:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vcdimager
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -54,6 +54,8 @@
 Source2:baselibs.conf
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: sector_private.patch
+Patch2: vcdimager-texinfo-5.0.patch
+Patch3: vcdimager-libcdio-0.93-testsuite.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -127,6 +129,11 @@
 %setup -q
 # sector_private.patch
 %patch1 -p1
+%patch2 -p1
+if pkg-config --atleast-version 0.93 libcdio; then
+# Apply the patch if libcdio version 0.93 is used, as this version is more 
verbose in debugging
+%patch3 -p1
+fi
 # automake-1.13 deprecated the old macro
 sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac autogen.sh
 sed -i 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac

++ vcdimager-libcdio-0.93-testsuite.patch ++
Index: vcdimager-0.7.24cvs/test/vcd20_nrg3.right
===
--- vcdimager-0.7.24cvs.orig/test/vcd20_nrg3.right
+++ vcdimager-0.7.24cvs/test/vcd20_nrg3.right
@@ -1,3 +1,4 @@
+   INFO: found driver NRG
 ---
 VCD/INFO.VCD
  ID: `VIDEO_CD'
Index: vcdimager-0.7.24cvs/test/vcd20_test3.right
===
--- vcdimager-0.7.24cvs.orig/test/vcd20_test3.right
+++ vcdimager-0.7.24cvs/test/vcd20_test3.right
@@ -1,10 +1,31 @@
 --DEBUG: opened source...
+--DEBUG: Reading data sector(s) lsn, 16 blocksize 2048, for 1 blocks
 --DEBUG: VCD 2.0 detected
+--DEBUG: Reading data sector(s) lsn, 16 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 17 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 18 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 21 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 16 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 17 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 18 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 19 blocksize 2048, for 1 blocks
 --DEBUG: found /EXT/PSD_X.VCD at sector 707
+--DEBUG: Reading data sector(s) lsn, 16 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 17 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 18 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 19 blocksize 2048, for 1 blocks
 --DEBUG: found /EXT/LOT_X.VCD at sector 675
+--DEBUG: Reading data sector(s) lsn, 16 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 17 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 18 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 19 blocksize 2048, for 1 blocks
 Source: image file `videocd.bin'
 Image size: 2058 sectors
 VCD 2.0 detected
+--DEBUG: Reading data sector(s) lsn, 16 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 17 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 18 blocksize 2048, for 1 blocks
+--DEBUG: Reading data sector(s) lsn, 22 

commit xdelta for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package xdelta for openSUSE:Factory checked 
in at 2015-02-16 15:01:58

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


Package is xdelta

Changes:

--- /work/SRC/openSUSE:Factory/xdelta/xdelta.changes2013-03-05 
13:33:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.xdelta.new/xdelta.changes   2015-02-16 
17:49:47.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb  7 06:59:46 UTC 2015 - co...@suse.com
+
+- remove install-info calls for not existant info page
+- ran spec-cleaner
+
+---



Other differences:
--
++ xdelta.spec ++
--- /var/tmp/diff_new_pack.HTj9hS/_old  2015-02-16 17:49:48.0 +0100
+++ /var/tmp/diff_new_pack.HTj9hS/_new  2015-02-16 17:49:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdelta
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,27 @@
 
 
 Name:   xdelta
-BuildRequires:  coreutils
-BuildRequires:  glib2-devel
-BuildRequires:  glibc-devel
-BuildRequires:  libtool
-BuildRequires:  zlib-devel
 Version:1.1.4
 Release:0
 Summary:Binary delta generator and RCS replacement library
 License:GPL-2.0+
 Group:  Productivity/Archiving/Backup
+Url:http://xdelta.org/
 Source: %{name}-%{version}.tar.bz2
-Patch:  %{name}-%{version}.patch
+Source1:xdeltadir.pl
+Source2:xdeltadir.1.gz
+Patch0: %{name}-%{version}.patch
 Patch2: %{name}-%{version}-autoconf.patch
 Patch3: %{name}-%{version}-aliasing.patch
 Patch4: %{name}-%{version}-glib2.patch
 Patch5: %{name}-%{version}-large-files.patch
 Patch6: %{name}-%{version}-automake-1.13.patch
-Source1:xdeltadir.pl
-Source2:xdeltadir.1.gz
-Url:http://xdelta.org/
+BuildRequires:  coreutils
+BuildRequires:  glib2-devel
+BuildRequires:  glibc-devel
+BuildRequires:  libtool
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: %install_info_prereq
 
 %description
 Xdelta is a binary delta generator and RCS replacement library. The
@@ -59,7 +58,7 @@
 %prep
 %setup -q
 chmod -x AUTHORS COPYING INSTALL Makefile.am NEWS README *.c *.h *.in xd* */*
-%patch
+%patch0
 %patch2
 %patch3
 %patch4
@@ -67,31 +66,20 @@
 %patch6 -p1
 
 %build
-%{?suse_update_config:%{suse_update_config -f}}
-libtoolize -f
-aclocal
-autoconf
-automake -a
-export CFLAGS=$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+autoreconf -fi
+export CFLAGS=%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
 %configure --disable-static
-make
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name *.la -delete -print
-install -m 755 %{S:1} $RPM_BUILD_ROOT%{_bindir}/xdeltadir
-install -m 644 %{S:2} $RPM_BUILD_ROOT%{_mandir}/man1/
+install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/xdeltadir
+install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man1/
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%post -p /sbin/ldconfig
 
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-/sbin/ldconfig
-
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)


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



commit threadweaver for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package threadweaver for openSUSE:Factory 
checked in at 2015-02-16 15:07:26

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
2015-01-29 12:53:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.threadweaver.new/threadweaver.changes   
2015-02-16 17:48:33.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:15:38 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * For more details please see:
+https://www.kde.org/announcements/kde-frameworks-5.7.0.php
+
+---

Old:

  threadweaver-5.6.0.tar.xz

New:

  threadweaver-5.7.0.tar.xz



Other differences:
--
++ threadweaver.spec ++
--- /var/tmp/diff_new_pack.ThQSi0/_old  2015-02-16 17:48:33.0 +0100
+++ /var/tmp/diff_new_pack.ThQSi0/_new  2015-02-16 17:48:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package threadweaver
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,12 @@
 
 
 %define lname   libKF5ThreadWeaver5
+%define _tar_path 5.7
 Name:   threadweaver
-Version:5.6.0
+Version:%{_tar_path}.0
 Release:0
 BuildRequires:  cmake = 2.8.12
-BuildRequires:  extra-cmake-modules = 1.6.0
+BuildRequires:  extra-cmake-modules = 1.7.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -29,7 +30,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE kill_not_needed_stuff.diff -- don't search for useless 
(for packages at least) modules
 Patch0: kill_not_needed_stuff.diff

++ kill_not_needed_stuff.diff ++
--- /var/tmp/diff_new_pack.ThQSi0/_old  2015-02-16 17:48:33.0 +0100
+++ /var/tmp/diff_new_pack.ThQSi0/_new  2015-02-16 17:48:33.0 +0100
@@ -1,17 +1,8 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b3f72d3..44feb7b 100644
+index d93fc27..61d52bc 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -13,7 +13,7 @@ include(KDECMakeSettings)
- 
- set(REQUIRED_QT_VERSION 5.2.0)
- find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
--find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
-+#find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
- 
- include(FeatureSummary)
- include(GenerateExportHeader)
-@@ -35,9 +35,9 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX THREADWEAVER
+@@ -34,9 +34,9 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX THREADWEAVER
  # --
  
  add_subdirectory(src)
@@ -23,4 +14,4 @@
 +#add_subdirectory(examples)
  
  # create a Config.cmake and a ConfigVersion.cmake file and install them
- set(CMAKECONFIG_INSTALL_DIR ${CMAKECONFIG_INSTALL_PREFIX}/KF5ThreadWeaver)
+ set(CMAKECONFIG_INSTALL_DIR ${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5ThreadWeaver)

++ threadweaver-5.6.0.tar.xz - threadweaver-5.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.6.0/CMakeLists.txt 
new/threadweaver-5.7.0/CMakeLists.txt
--- old/threadweaver-5.6.0/CMakeLists.txt   2014-12-31 15:27:09.0 
+0100
+++ new/threadweaver-5.7.0/CMakeLists.txt   2015-01-28 19:38:33.0 
+0100
@@ -2,7 +2,7 @@
 
 project(ThreadWeaver)
 
-find_package(ECM 1.6.0 REQUIRED NO_MODULE)
+find_package(ECM 1.7.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -13,7 +13,6 @@
 
 set(REQUIRED_QT_VERSION 5.2.0)
 find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
-find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 include(FeatureSummary)
 include(GenerateExportHeader)
@@ -26,7 +25,7 @@
 ENDIF()
 
 # -- Maintained by scripty
-set(KF5_VERSION 5.6.0) # handled by release scripts
+set(KF5_VERSION 5.7.0) # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX THREADWEAVER
 VERSION_HEADER 
${CMAKE_CURRENT_BINARY_DIR}/threadweaver_version.h
@@ -40,7 +39,7 @@
 add_subdirectory(examples)
 
 # create a Config.cmake and a ConfigVersion.cmake file and 

commit xen for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2015-02-16 15:25:00

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


Package is xen

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2015-02-04 09:31:32.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2015-02-16 
17:49:50.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 28 08:44:32 MST 2015 - carn...@suse.com
+
+- Update seabios to rel-1.7.5 which is the correct version for
+  Xen 4.5
+
+---



Other differences:
--
++ ioemu-blktap-fv-init.patch ++
--- /var/tmp/diff_new_pack.v3DgFd/_old  2015-02-16 17:49:53.0 +0100
+++ /var/tmp/diff_new_pack.v3DgFd/_new  2015-02-16 17:49:53.0 +0100
@@ -1,7 +1,5 @@
-Index: 
xen-4.2.0-testing/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
-===
 
xen-4.2.0-testing.orig/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
-+++ xen-4.2.0-testing/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
+--- a/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
 b/tools/qemu-xen-traditional-dir-remote/hw/xen_machine_fv.c
 @@ -270,6 +270,7 @@ void qemu_invalidate_entry(uint8_t *buff
  
  #endif /* defined(MAPCACHE) */
@@ -14,7 +12,7 @@
  }
  #endif
  
-+#ifndef CONFIG_STUBDOM
++#if defined(CONFIG_BLKTAP1)  !defined(CONFIG_STUBDOM)  
!defined(__NetBSD__)
 +/* Initialize tapdisk client */
 +init_blktap();
 +#endif

++ seabios-dir-remote.tar.bz2 ++
 113301 lines of diff (skipped)

++ xen.build-compare.seabios.patch ++
--- /var/tmp/diff_new_pack.v3DgFd/_old  2015-02-16 17:49:54.0 +0100
+++ /var/tmp/diff_new_pack.v3DgFd/_new  2015-02-16 17:49:54.0 +0100
@@ -3,10 +3,10 @@
  tools/firmware/seabios-dir-remote/tools/buildversion.sh |5 +
  1 file changed, 5 insertions(+)
 
-Index: 
xen-4.5.0-testing/tools/firmware/seabios-dir-remote/tools/buildversion.sh
+Index: 
xen-4.5.0-testing/tools/firmware/seabios-dir-remote/scripts/buildversion.sh
 ===
 
xen-4.5.0-testing.orig/tools/firmware/seabios-dir-remote/tools/buildversion.sh
-+++ xen-4.5.0-testing/tools/firmware/seabios-dir-remote/tools/buildversion.sh
+--- 
xen-4.5.0-testing.orig/tools/firmware/seabios-dir-remote/scripts/buildversion.sh
 xen-4.5.0-testing/tools/firmware/seabios-dir-remote/scripts/buildversion.sh
 @@ -11,7 +11,12 @@ elif [ -f .version ]; then
  else
  VERSION=?


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



commit php5-pear-Horde_Core for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Core for 
openSUSE:Factory checked in at 2015-02-16 21:05:01

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Core (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Core.new (New)


Package is php5-pear-Horde_Core

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Core/php5-pear-Horde_Core.changes
2013-01-07 17:32:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Core.new/php5-pear-Horde_Core.changes
   2015-02-16 21:05:03.0 +0100
@@ -1,0 +2,329 @@
+Sun Jan 18 11:36:49 UTC 2015 - Ralf Lang l...@b1-systems.de
+
+- Version 2.18.3
+
+- [mms] Add Horde_Core_Script_Package_Autocomplete.
+- [mms] Fix broken parse_url() behavior for PHP  5.3.6.
+- [mms] Horde_Data now stores temporary data using Horde_Vfs to ensure data 
persists and that it doesn't overload session storage (Request #11335).
+- [mms] Add method to allow any code to register tasks to run on logout.
+- [mjr] Ensure EAS client created collections are requested to be added to the 
application's sync preference (Bug #13359).
+- [mjr] Fix fatal error when executing a FOLDERDELETE command on certain 
collections.
+- [mms] Ensure persistently stored data is not overwritten by another session.
+- [mms] Fix boostrapping DB object when using SQL as the Horde cache driver 
(Bug #13439).
+- [mjr] Support ITEMOPERATIONS_EMPTYFOLDER requests via ActiveSync.
+- [mjr] Fetch correct data for EAS ItemSettings requests.
+- [jan] Catch exception from application in portal block (Bug #13427).
+- [jan] Fix returning session start time from session handler (Bug #13428).
+- [mjr] Add support for synchronizing user-defined IMAP flags as EAS Email 
categories.
+- [mjr] Fix BC break when detecting the ActiveSync state driver.
+- [mjr] Fix dependency on Horde_HashTable (Bug #13549).
+- [mjr] Add activesync_email_presend hook.
+- [mjr] Fix issue where replying or forwarding broken email messages would 
break ActiveSync synchronization when saving to Sent mail.
+- [mjr] Fix issues with 8-bit characters in Subject header when sending smart 
replies via ActiveSync (Bug #13456).
+- [mjr] Fix GAL searches returning all address book entries.
+- [jan] Improve positioning of date picker popup (Karim Geiger 
m...@karim-geiger.de).
+- [jan] Really fix returning session start time from session handler (Bug 
#13428).
+- [mjr] Fix handling of EAS categories containing spaces in the name.
+- [jan] Catch exceptions if not being able to find an LDAP user DN (Bug 
#13571).
+- [mms] Fix using master SMTP credentials when a CLI script uses the 
'user_admin' registry flag.
+- [mjr] Fix generating reply text from EAS clients that only reply in HTML 
(Bug #13615).
+- [mjr] Remove Yahoo related code from HordeMap API.
+- [mjr] Add Reply-To header to email sent via ActiveSync if available in 
identity (Ticket #13592).
+- [mjr] Prevent sending contact lists as results in GAL searches.
+- [mjr] Fix fatal error viewing certain MIME parts due to incorrect method 
name in the MimeViewer factory.
+- [mjr] Add support for moving calendar items on EAS clients.
+- [mjr] Add the activesync_provisioning_check hook.
+- [mjr] Fix determining multiplex settting for EAS notes (Bug #13637).
+- [mjr] Fix adding new tasklists from EAS (Bug #13642).
+- [jan] Update Czech translation (Michael Grafnetter 
michael.grafnet...@outlook.com).
+- [mms] Fix file permissions of dynamically generated static CSS/JS files.
+- [jan] Use correct user name as a fallback for identity full names with 
existing authusername hook.
+- [mjr] Fix issue that could cause incorrect truncation of ActiveSync emails.
+- [mms] Added Horde_Core_Mime_Headers_Received.
+- [mms] Added Horde_Registry#remoteHost().
+- [mjr] Fix broken MIME messages constructed from ActiveSync SMART replies to 
messages that contained a mulitpart/alternative part (Bug #13720).
+- [mjr] Allow disabling maillog synchronization with EAS clients (Bug #13747).
+- [jan] Log E_USER_WARNING, E_RECOVERABLE_ERROR, and E_USER_NOTICE messages at 
the correct level.
+- [mjr] Add support for ActiveSync clients that issue BODYPARTPREFERENCE 
options (Bug #13729).
+- [jan] Call preference hooks for default values of new identities.
+- [mms] Only load application notify handlers on demand.
+- [mjr] Improve/fix support for handling OOF messages in ActiveSync (Bug 
#13719).
+- [mms] Upgrade jQuery to v1.11.2.
+- [mjr] Fix missing Date and From headers when saving sent mail from broken 
HTC clients (Bug #13784).
+- [jan] Fix user names via DAV access when using authusername hooks.
+- [jan] Fix updating of location in weather portal block.
+- [mjr] Improvements in ActiveSync to handling the case when FILTERTYPE 
changes (Bug #13781).
+
+---
+Wed 

commit rubygem-factory_girl_rails for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-factory_girl_rails for 
openSUSE:Factory checked in at 2015-02-16 21:12:41

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


Package is rubygem-factory_girl_rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-factory_girl_rails/rubygem-factory_girl_rails.changes
2014-10-14 07:12:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-factory_girl_rails.new/rubygem-factory_girl_rails.changes
   2015-02-16 21:12:42.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 10 17:42:58 UTC 2015 - co...@suse.com
+
+- updated to version 4.5.0
+
+---

Old:

  factory_girl_rails-4.4.1.gem

New:

  factory_girl_rails-4.5.0.gem



Other differences:
--
++ rubygem-factory_girl_rails.spec ++
--- /var/tmp/diff_new_pack.s2fyzI/_old  2015-02-16 21:12:43.0 +0100
+++ /var/tmp/diff_new_pack.s2fyzI/_new  2015-02-16 21:12:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-factory_girl_rails
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-factory_girl_rails
-Version:4.4.1
+Version:4.5.0
 Release:0
 %define mod_name factory_girl_rails
 %define mod_full_name %{mod_name}-%{version}
@@ -25,12 +32,14 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
+BuildRequires:  update-alternatives
 Url:http://github.com/thoughtbot/factory_girl_rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:factory_girl_rails provides integration between factory_girl 
and
 License:MIT
 Group:  Development/Languages/Ruby
+PreReq: update-alternatives
 
 %description
 factory_girl_rails provides integration between
@@ -43,6 +52,7 @@
 
 %install
 %gem_install \
+  --symlink-binaries \
   --doc-files=LICENSE README.md \
   -f
 

++ factory_girl_rails-4.4.1.gem - factory_girl_rails-4.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore  2014-02-26 16:42:32.0 +0100
+++ new/.gitignore  2014-10-17 23:09:11.0 +0200
@@ -1,9 +1,9 @@
 *.swp
-test.db
-factory_girl_rails-*.gem
-tmp
-rdoc
+.bundle
+gemfiles/*.lock
 coverage
+factory_girl_rails-*.gem
 pkg
-.bundle
-Gemfile.lock
+rdoc
+test.db
+tmp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2014-02-26 16:42:32.0 +0100
+++ new/.travis.yml 2014-10-17 23:09:11.0 +0200
@@ -1,16 +1,20 @@
+language: ruby
+cache: bundler
 rvm:
   - 1.9.3
   - 2.0.0
+  - 2.1.2
   - jruby-19mode
-before_install:
-  - gem update --system
-  - gem install turn --version 0.8.2
-  - gem install turn --version 0.8.3
 jdk:
   - openjdk6
-gemfile:
-  - gemfiles/rails3.1.gemfile
-  - gemfiles/rails3.2.gemfile
 branches:
   only:
 - master
+install:
+  - travis_retry bundle install
+  - bundle exec appraisal generate
+  - travis_retry bundle exec appraisal install
+gemfile:
+  - gemfiles/rails3.2.gemfile
+  - gemfiles/rails4.0.gemfile
+  - gemfiles/rails4.1.gemfile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2014-02-26 16:42:32.0 +0100
+++ new/Appraisals  2014-10-17 23:09:11.0 +0200
@@ -1,25 +1,16 @@
-appraise rails3.1 do
-  gem rails, 3.1.10
-  gem sass-rails
-  gem coffee-rails
-  gem uglifier
-  gem sqlite3, = 1.3.4, platforms: :mri
-  gem activerecord-jdbcsqlite3-adapter, ~ 1.2.5, platforms: :jruby
-  gem minitest-rails
-  gem therubyrhino
-  gem jquery-rails
-  gem rspec-rails
+# These are the versions of Rails we want to test against.
+appraise 'rails3.2' do
+  gem 'rails', '~ 3.2.18'
+  gem 'sass-rails'
 end
 
-appraise rails3.2 do
-  gem rails, 3.2.11
-  gem sass-rails
-  gem coffee-rails
-  gem uglifier
-  gem sqlite3, = 1.3.4, platforms: :mri
-  gem 

commit rubygem-gettext for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2015-02-16 21:12:50

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


Package is rubygem-gettext

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2014-10-14 07:11:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 
2015-02-16 21:12:51.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb  9 08:06:41 UTC 2015 - co...@suse.com
+
+- updated to version 3.1.6, no changelog
+
+---

Old:

  gettext-3.1.2.gem

New:

  gem2rpm.yml
  gettext-3.1.6.gem



Other differences:
--
++ rubygem-gettext.spec ++
--- /var/tmp/diff_new_pack.4EvSAZ/_old  2015-02-16 21:12:52.0 +0100
+++ /var/tmp/diff_new_pack.4EvSAZ/_new  2015-02-16 21:12:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gettext
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,26 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-gettext
-Version:3.1.2
+Version:3.1.6
 Release:0
 %define mod_name gettext
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 30102
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://ruby-gettext.github.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Gettext is a pure Ruby libary and tools to localize messages
 License:Ruby or LGPL-3.0+
 Group:  Development/Languages/Ruby
@@ -39,7 +46,6 @@
 The catalog file(po-file) is same format with GNU gettext.
 So you can use GNU gettext tools for maintaining.
 
-
 %prep
 
 %build
@@ -47,7 +53,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files=README.rdoc \
+  --doc-files=README.md \
   -f
 
 %gem_packages

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ gettext-3.1.2.gem - gettext-3.1.6.gem ++
 71757 lines of diff (skipped)

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



commit rubygem-sshkit for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sshkit for openSUSE:Factory 
checked in at 2015-02-16 21:12:55

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


Package is rubygem-sshkit

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sshkit/rubygem-sshkit.changes
2014-10-14 13:25:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sshkit.new/rubygem-sshkit.changes   
2015-02-16 21:12:56.0 +0100
@@ -1,0 +2,35 @@
+Mon Feb  9 10:04:45 UTC 2015 - co...@suse.com
+
+- updated to version 1.6.1
+   * Fix colorize to use the correct API (@fazibear)
+   * Lock colorize (sorry guys) version at = 0.7.0
+ 
+ ## 1.6.0 (Yanked, because of colorize.)
+ 
+   * Force dependency on colorize v0.6.0
+   * Add your entries here, remember to credit yourself however you want to be
+ credited!
+   * Remove strip from capture to preserve whitespace. Nick Townsend
+   * Add vmware_fusion Vagrant provider. Nick Townsend
+   * Add some padding to the pretty log formatter
+ 
+ ## 1.5.1
+ 
+   * Use `sudo -u` rather than `sudo su` to switch users. Mat Trudel
+ 
+ ## 1.5.0
+ 
+   * Deprecate background helper - too many badly behaved pseudo-daemons. Lee 
Hambley
+   * Don't colourize unless $stdout is a tty. Lee Hambley
+   * Remove out of date Known Issues section from README. Lee Hambley
+   * Dealy variable interpolation inside `as()` block. Nick Townsend
+   * Fixes for functional tests under modern Vagrant. Lewis Marshal
+   * Fixes for connection pooling. Chris Heald
+   * Add `localhost` hostname to local backend. Adam Mckaig
+   * Wrap execptions to include hostname. Brecht Hoflack
+   * Remove `shellwords` stdlib dependency Bruno Sutic
+   * Remove unused `cooldown` accessor. Bruno Sutic
+   * Replace Term::ANSIColor with a lighter solution. Tom Clements
+   * Documentation fixes. Matt Brictson
+
+---

Old:

  sshkit-1.4.0.gem

New:

  sshkit-1.6.1.gem



Other differences:
--
++ rubygem-sshkit.spec ++
--- /var/tmp/diff_new_pack.B7MMRL/_old  2015-02-16 21:12:57.0 +0100
+++ /var/tmp/diff_new_pack.B7MMRL/_new  2015-02-16 21:12:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sshkit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-sshkit
-Version:1.4.0
+Version:1.6.1
 Release:0
 %define mod_name sshkit
 %define mod_full_name %{mod_name}-%{version}

++ sshkit-1.4.0.gem - sshkit-1.6.1.gem ++
 1624 lines of diff (skipped)

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



commit rubygem-rails-i18n for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-i18n for 
openSUSE:Factory checked in at 2015-02-16 21:13:01

Comparing /work/SRC/openSUSE:Factory/rubygem-rails-i18n (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new (New)


Package is rubygem-rails-i18n

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-i18n/rubygem-rails-i18n.changes
2013-07-16 16:23:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new/rubygem-rails-i18n.changes   
2015-02-16 21:13:02.0 +0100
@@ -1,0 +2,79 @@
+Tue Feb 10 18:20:02 UTC 2015 - co...@suse.com
+
+- updated to version 4.0.3
+
+---
+Sun Oct 12 12:06:24 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---
+Sun Apr  6 05:38:52 UTC 2014 - co...@suse.com
+
+- updated to version 4.0.2
+ - Complete French translation (fr)
+ - Make East Slavic pluralization faster
+ - Update Upper Sorbian translation (dsb)
+ - Add new locale Spanish for Ecuador (es-EC)
+ - Update German translation for Switzerland (de-CH)
+ - Update Hebrew translation (he)
+ - Change currency for Latvian (lv)
+ - Use two letter week day abbreviations for Dutch (nl)
+ - Update Arabic translation (ar)
+ - Update Hungarian translation (hu)
+ - Change currency for Ireland (en-IE)
+ - Update Ukrainian translation (uk)
+ - Add Papiamento/Curaçao translation (pap-CW)
+ - Add Cantonese translation (zh-YUE)
+ - Update Portugese translation for Brazil (pt-BR)
+ - Update Tagalog translation (tl)
+ - Update English translation for India (en-IN)
+ - Update Lithuanian translation (lt)
+ - Update date formats for Finnish (fi)
+
+---
+Fri Dec 20 12:02:53 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.1
+  - Fix typos, formats and delimiters for Swiss-German (iso-639-2/gsw-CH)
+  - Add missing keys to Dutch (nl)
+  - Fix translations for Lithuanian (lt)
+  - Add Spanish/Panama (es-PA)
+  - Add Urdu (ur)
+  - Remove whitespace between attribute and message in Chinese (zh-CN)
+  - Support Rails 4.1.0.beta1
+
+---
+Thu Oct 10 14:20:50 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.0
+  - Fix values of 'restrict_dependent_destroy' key for many languages
+  - Fix currency separator and delimiters for es-AR, fi, ro and sv
+  - Fix 'errors.messages.too_(long|short)' for German (de)
+  - Add transliteration rules for German (de)
+  - Add missing keys to Chinese/Hong Kong (zh-HK)
+  - Add English/Ireland (en-IE)
+  - Add missing keys to Icelandic (is)
+  - Add missing keys to Danish (da)
+  - Fix a grammar error for Bulgarian (bg)
+  - Order keys of French (fr) locale alphabetically
+  - Singularize Millionen, Billionen for German/Switzerland (de-CH)
+  - Fix date format for Italian (it)
+  - Add transliteration rules for French (fr)
+  - Add Spanish/Costa Rica (es-CR)
+  - Remove trailing spaces for many languages
+  - Fix abbr_month_names and month_names for Catalan (ca)
+  - Reintroduce English/US (en-US)
+  - Add transliteration rules for Romanian (ro)
+  - Fix abbr_day_names and abbr_month_names for French (fr)
+  - Fix 'storage_units.units.byte' key for Chinese/Taiwan (zh-TW)
+  - Use 12-hour clock for :en-US and :en-CA
+  - Fix 'date.formats.default' key in en-US locale
+  - Fix some translations for Chinese/Hong Kong (zh-HK)
+  - Fix translations for less_than_x_{minutes,seconds} for Japanese (ja)
+  - Fix 'errors.messages.confirmation' key for Russian (ru)
+  - Fix 'datetime.distance_in_words' keys for Hungarian (hu)
+  - Fix the currency unit for Polish (pl)
+  - Fix the currency unit for French/Switzerland (fr-CH)
+
+---

Old:

  rails-i18n-0.7.4.gem

New:

  gem2rpm.yml
  rails-i18n-4.0.3.gem



Other differences:
--
++ rubygem-rails-i18n.spec ++
--- /var/tmp/diff_new_pack.SQmTlN/_old  2015-02-16 21:13:03.0 +0100
+++ /var/tmp/diff_new_pack.SQmTlN/_new  2015-02-16 21:13:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rails-i18n
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,25 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that 

commit rubygem-test-unit for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2015-02-16 21:13:23

Comparing /work/SRC/openSUSE:Factory/rubygem-test-unit (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-test-unit.new (New)


Package is rubygem-test-unit

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes  
2013-05-27 10:01:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2015-02-16 21:13:24.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 10 18:37:51 UTC 2015 - co...@suse.com
+
+- updated to version 3.0.9
+
+---

Old:

  test-unit-2.5.5.gem

New:

  gem2rpm.yml
  test-unit-3.0.9.gem



Other differences:
--
++ rubygem-test-unit.spec ++
--- /var/tmp/diff_new_pack.4VyTPI/_old  2015-02-16 21:13:25.0 +0100
+++ /var/tmp/diff_new_pack.4VyTPI/_new  2015-02-16 21:13:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-test-unit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,68 +16,44 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-test-unit
-Version:2.5.5
+Version:3.0.9
 Release:0
 %define mod_name test-unit
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-Url:http://test-unit.rubyforge.org/
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
+Url:http://rubygems.org/gems/test-unit
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:test-unit - Improved version of Test::Unit bundled in Ruby 
1.8.x
+Source1:gem2rpm.yml
+Summary:An xUnit family unit testing framework for Ruby
 License:Ruby and Python-2.0
 Group:  Development/Languages/Ruby
 
 %description
-Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
-bundled in Ruby 1.8.x had not been improved but unbundled
-Test::Unit (test-unit) is improved actively.
-
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+Test::Unit (test-unit) is unit testing framework for Ruby, based on xUnit
+principles. These were originally designed by Kent Beck, creator of extreme
+programming software development methodology, for Smalltalk's SUnit. It allows
+writing tests, checking results and automated testing in Ruby.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --doc-files=COPYING README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
:license: Ruby and Python-2.0
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar

commit rubygem-jquery-rails for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jquery-rails for 
openSUSE:Factory checked in at 2015-02-16 21:13:06

Comparing /work/SRC/openSUSE:Factory/rubygem-jquery-rails (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-jquery-rails.new (New)


Package is rubygem-jquery-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-jquery-rails/rubygem-jquery-rails.changes
2014-12-01 14:01:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-jquery-rails.new/rubygem-jquery-rails.changes
   2015-02-16 21:13:07.0 +0100
@@ -1,0 +2,16 @@
+Mon Feb  9 12:30:33 UTC 2015 - co...@suse.com
+
+- updated to version 4.0.3
+   - Fix RubyGems permission problem.
+ 
+ ## 4.0.0
+ 
+   - Minimum dependency set to Rails 4.2
+   - Updated to jquery-ujs 1.0.2
+   - Support jQuery 1.x and 2.x
+ 
+ ## 3.1.2 (1 September 2014)
+ 
+   - Updated to jquery-ujs 1.0.1
+
+---

Old:

  jquery-rails-3.1.1.gem

New:

  gem2rpm.yml
  jquery-rails-4.0.3.gem



Other differences:
--
++ rubygem-jquery-rails.spec ++
--- /var/tmp/diff_new_pack.I5SQH7/_old  2015-02-16 21:13:08.0 +0100
+++ /var/tmp/diff_new_pack.I5SQH7/_new  2015-02-16 21:13:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-jquery-rails
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-jquery-rails
-Version:3.1.1
+Version:4.0.3
 Release:0
 %define mod_name jquery-rails
 %define mod_full_name %{mod_name}-%{version}
@@ -27,12 +34,13 @@
 BuildRequires:  ruby-macros = 5
 Url:http://rubygems.org/gems/jquery-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:Use jQuery with Rails 3+
+Source1:gem2rpm.yml
+Summary:Use jQuery with Rails 4+
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-This gem provides jQuery and the jQuery-ujs driver for your Rails 3+
+This gem provides jQuery and the jQuery-ujs driver for your Rails 4+
 application.
 
 %prep

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ jquery-rails-3.1.1.gem - jquery-rails-4.0.3.gem ++
 10462 lines of diff (skipped)

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



commit rubygem-gem2rpm for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2015-02-16 21:21:53

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


Package is rubygem-gem2rpm

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2014-10-20 07:26:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 
2015-02-16 21:21:55.0 +0100
@@ -1,0 +2,45 @@
+Wed Feb 11 01:23:45 UTC 2015 - co...@suse.com
+
+- more patches from git:
+A0010-Try-to-load-rbconfigpackagingsupport-and-fail-gracef.patch
+A0011-Add-support-for-scripts-pre-post-for-subpackages.patch
+A0012-typo-in-gem2rpm.yml.documentation-custom_pkgs-instea.patch
+A0013-Also-tag-LICENSE-MIT-as-docfile.patch
+A0014-Refactor-into-multiple-lines.patch
+A0015-Add-licence-to-the-list-of-license-files-as-well.patch
+A0016-add-two-more-ways-to-express-changes.patch
+
+---
+Tue Oct 21 13:15:04 UTC 2014 - mrueck...@suse.de
+
+- added 0009-No-longer-require-the-ruby-version-inside-the-subpac.patch
+  No longer require the ruby version inside the subpackage
+
+  With the buildrequires we already make sure that the package is
+  only built if we find a recent enough ABI. then the normal
+  $interpreter(abi) requires generated by rpm is enough
+
+---
+Tue Oct 21 13:06:09 UTC 2014 - mrueck...@suse.de
+
+- refreshed patch series to match the git again:
+  M 0001-use-the-ID-from-os-release-to-use-the-proper-templat.patch
+  M 0002-added-basic-config-file-support-to-gem2rpm-in-yaml-f.patch
+  A 0003-new-opensuse-templates.-they-require-the-config-file.patch
+  A 0004-added-example-gem2rpm.yml.patch
+  A 0005-properly-shorten-description-and-summary.patch
+  A 0006-Preserve-the-license-header-found-in-the-output-file.patch
+  A 0007-fixes-for-the-opensuse-template.patch
+  A 0008-do-not-use-not-.-not-supported-on-1.8-e.g.patch
+  D 0003-sle-12-templates.-they-require-the-config-file-suppo.patch
+  D 0004-openSUSE-template-fixes.patch
+  D 0005-added-example-gem2rpm.yml.patch
+  D 0006-properly-shorten-description-and-summary.patch
+  D 0007-Preserve-the-license-header-found-in-the-output-file.patch
+  D 0008-dont-allow-suffixes-with-just-a-plain-number.-prefix.patch
+  D 0009-rubinius-has-no-extensions-docdir.patch
+  D 0010-switch-to-new-packaging-scheme-by-default.patch
+  D 0011-fixes-for-the-opensuse-template.patch
+- new patch for fixing usage of not() which breaks on 1.8
+
+---

Old:

  0003-sle-12-templates.-they-require-the-config-file-suppo.patch
  0004-openSUSE-template-fixes.patch
  0005-added-example-gem2rpm.yml.patch
  0006-properly-shorten-description-and-summary.patch
  0007-Preserve-the-license-header-found-in-the-output-file.patch
  0008-dont-allow-suffixes-with-just-a-plain-number.-prefix.patch
  0009-rubinius-has-no-extensions-docdir.patch
  0010-switch-to-new-packaging-scheme-by-default.patch
  0011-fixes-for-the-opensuse-template.patch

New:

  0003-new-opensuse-templates.-they-require-the-config-file.patch
  0004-added-example-gem2rpm.yml.patch
  0005-properly-shorten-description-and-summary.patch
  0006-Preserve-the-license-header-found-in-the-output-file.patch
  0007-fixes-for-the-opensuse-template.patch
  0008-do-not-use-not-.-not-supported-on-1.8-e.g.patch
  0009-No-longer-require-the-ruby-version-inside-the-subpac.patch
  0010-Try-to-load-rbconfigpackagingsupport-and-fail-gracef.patch
  0011-Add-support-for-scripts-pre-post-for-subpackages.patch
  0012-typo-in-gem2rpm.yml.documentation-custom_pkgs-instea.patch
  0013-Also-tag-LICENSE-MIT-as-docfile.patch
  0014-Refactor-into-multiple-lines.patch
  0015-Add-licence-to-the-list-of-license-files-as-well.patch
  0016-add-two-more-ways-to-express-changes.patch



Other differences:
--
++ rubygem-gem2rpm.spec ++
--- /var/tmp/diff_new_pack.zzMQZ5/_old  2015-02-16 21:21:56.0 +0100
+++ /var/tmp/diff_new_pack.zzMQZ5/_new  2015-02-16 21:21:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gem2rpm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %bcond_without  gem2rpm_bootstrap
 %bcond_with ruby18
 

commit wqy-microhei-fonts for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package wqy-microhei-fonts for 
openSUSE:Factory checked in at 2015-02-16 21:22:06

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


Package is wqy-microhei-fonts

Changes:

--- /work/SRC/openSUSE:Factory/wqy-microhei-fonts/wqy-microhei-fonts.changes
2014-10-20 07:27:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.wqy-microhei-fonts.new/wqy-microhei-fonts.changes   
2015-02-16 21:22:07.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 16 09:58:08 UTC 2015 - i...@marguerite.su
+
+- unset WenQuanYi Micro He as default Chinese font
+
+---



Other differences:
--
++ wqy-microhei-fonts.spec ++
--- /var/tmp/diff_new_pack.I9EU4f/_old  2015-02-16 21:22:07.0 +0100
+++ /var/tmp/diff_new_pack.I9EU4f/_new  2015-02-16 21:22:07.0 +0100
@@ -31,7 +31,6 @@
 Provides:   scalable-font-zh-SG
 Provides:   scalable-font-zh-TW
 Provides:   ttf-wqy-microhei = %{version}
-Provides:   locale(zh_TW;zh_CN;zh_SG)
 Obsoletes:  ttf-wqy-microhei = 0.2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch


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



commit rubygem-fast_gettext for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fast_gettext for 
openSUSE:Factory checked in at 2015-02-16 21:22:01

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


Package is rubygem-fast_gettext

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-fast_gettext/rubygem-fast_gettext.changes
2014-10-25 08:32:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fast_gettext.new/rubygem-fast_gettext.changes
   2015-02-16 21:22:02.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 10 17:43:28 UTC 2015 - co...@suse.com
+
+- updated to version 0.9.2
+
+---

Old:

  fast_gettext-0.9.0.gem

New:

  fast_gettext-0.9.2.gem



Other differences:
--
++ rubygem-fast_gettext.spec ++
--- /var/tmp/diff_new_pack.hjUxp1/_old  2015-02-16 21:22:03.0 +0100
+++ /var/tmp/diff_new_pack.hjUxp1/_new  2015-02-16 21:22:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-fast_gettext
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-fast_gettext
-Version:0.9.0
+Version:0.9.2
 Release:0
 %define mod_name fast_gettext
 %define mod_full_name %{mod_name}-%{version}
@@ -48,6 +48,7 @@
 
 %install
 %gem_install \
+  --doc-files=CHANGELOG Readme.md \
   -f
 
 %gem_packages

++ fast_gettext-0.9.0.gem - fast_gettext-0.9.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG new/CHANGELOG
--- old/CHANGELOG   1970-01-01 01:00:00.0 +0100
+++ new/CHANGELOG   2015-01-11 17:23:46.0 +0100
@@ -0,0 +1,9 @@
+0.9.0 -- reworked internals of caching to be plugable
+0.7.0 -- set_locale resets to default locale if none of the available locales 
was tried to set
+0.6.0 -- plurals use singular translations as fallack e.g. you translated 
'Axis' then n_('Axis','Axis',1) would return the translation for 'Axis' if no 
plural translation was found
+0.4.14 --  is translated as , not as gettext meta information
+0.4.0 -- pluralisation_rules is no longer stored in each repository, only 
retrived. Added Chain and Logger repository.
+0.3.6 -- FastGettext.default_locale=
+0.3.5 -- FastGettext.default_text_domain=
+0.3.4 -- Exceptions are thrown, not returned when translating without text 
domain
+0.3 -- pluralisation methods accept/return n plural forms, contrary to 
singular/plural before
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Readme.md new/Readme.md
--- old/Readme.md   1970-01-01 01:00:00.0 +0100
+++ new/Readme.md   2015-01-11 17:23:46.0 +0100
@@ -0,0 +1,261 @@
+FastGettext
+===
+GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34) 
and threadsafe!
+
+It supports multiple backends (.mo, .po, .yml files, Database(ActiveRecord + 
any other), Chain, Loggers) and can easily be extended.
+
+[Example Rails 
application](https://github.com/grosser/gettext_i18n_rails_example)
+
+Comparison
+==
+table
+  tr
+td/td
+td width=100Hash/td
+td width=150FastGettext/td
+td width=100GetText/td
+td width=100ActiveSupport I18n::Simple/td
+  /tr
+  tr
+tdSpeed*/td
+td0.82s/td
+td1.36s/td
+td4.88s/td
+td21.77s/td
+  /tr
+  tr
+tdRAM*/td
+td4K/td
+td8K/td
+td4480K/td
+td10100K/td
+  /tr
+  tr
+tdIncluded backends/td
+td/td
+tddb, yml, mo, po, logger, chain/td
+tdmo/td
+tdyml (db/key-value/po/chain in other I18n backends)/td
+  /tr
+/table
+small*50.000 translations with ruby enterprise 1.8.6 through `rake 
benchmark`/small
+
+Setup
+=
+### 1. Install
+
+sudo gem install fast_gettext
+
+### 2. Add a translation repository
+
+From mo files (traditional/default)
+
+FastGettext.add_text_domain('my_app',:path = 'locale')
+
+Or po files (less maintenance than mo)
+
+FastGettext.add_text_domain('my_app',:path = 'locale', :type = :po)
+# :ignore_fuzzy = true to not use fuzzy translations
+# :report_warning = false to hide warnings about obsolete/fuzzy 
translations
+
+Or yaml files (use I18n syntax/indentation)
+
+FastGettext.add_text_domain('my_app', :path = 'config/locales', :type = 
:yaml)
+
+Or database (scaleable, good for many locales/translators)
+
+# db access is cached - only first lookup hits the db
+require 

commit gtk2 for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2015-02-16 21:21:21

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


Package is gtk2

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2014-11-26 
22:56:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2015-02-16 
21:21:23.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb  9 22:03:13 UTC 2015 - zai...@opensuse.org
+
+- Add gtk2-Do-not-leak-a-cairo-region.patch: Fix memory leak
+  (bgo#738837).
+- Add gtk2-gdk_window_begin_paint_region.patch: When using the
+  implicit paint pixmap, always draw to the same surface each time
+  rather than creating a new one each time. This is both more
+  effective and more natural (bgo#741060).
+
+---
@@ -11 +21 @@
-- Ad gtk2-allow-deprecated-gdk-pixbuf-API.patch: Allow deprecated
+- Add gtk2-allow-deprecated-gdk-pixbuf-API.patch: Allow deprecated

New:

  gtk2-Do-not-leak-a-cairo-region.patch
  gtk2-gdk_window_begin_paint_region.patch



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.qLC7iv/_old  2015-02-16 21:21:24.0 +0100
+++ /var/tmp/diff_new_pack.qLC7iv/_new  2015-02-16 21:21:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,6 +45,10 @@
 Patch23:bugzilla-131498-allow-xim-for-all-languages.patch
 # PATCH-FIX-UPSTREAM 
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff bnc130159 
bgo319483 feder...@novell.com - Load fonts asynchronously in GtkFontSelection 
to make it appear faster for CJK languages
 Patch24:
gtk2-bnc130159-bgo319483-async-selection-in-gtk-font-selection.diff
+# PATCH-FIX-UPSTREAM gtk2-Do-not-leak-a-cairo-region.patch bgo#738837 
zai...@opensuse.org -- Do not leak a cairo region, fix memory leak. Taken from 
upstream git.
+Patch25:gtk2-Do-not-leak-a-cairo-region.patch
+# PATCH-FIX-UPSTREAM gtk2-gdk_window_begin_paint_region.patch bgo#741060 
zai...@opensuse.org -- gdk_window_begin_paint_region() - always reuse the same 
surface, taken from upstream git.
+Patch26:gtk2-gdk_window_begin_paint_region.patch 
 # Patches taken from upstream or slated to go upstream.  We can expect these 
to become obsolete
 # in future releases.
 # Please don't delete this comment even if this section is empty -- # empty 
should
@@ -333,6 +337,8 @@
 %patch22 -p1
 %patch23 -p1
 %patch24 -p1
+%patch25 -p1
+%patch26 -p1
 %patch53
 %patch55 -p1
 %patch56 -p1

++ gtk2-Do-not-leak-a-cairo-region.patch ++
From aff976ef0dad471edc35d65b9d1b5ba97da1698e Mon Sep 17 00:00:00 2001
From: Matthias Clasen mcla...@redhat.com
Date: Mon, 20 Oct 2014 06:17:56 -0400
Subject: Do not leak a cairo region

This memory leak fix was present in GTK+ 3 since 3.10. We forgot
to backport it to GTK+ 2.

https://bugzilla.gnome.org/show_bug.cgi?id=738837

diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index 153144a..386e85d 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -8747,6 +8747,8 @@ do_child_shapes (GdkWindow *window,
 gdk_region_subtract (region, private-shape);
 
   gdk_window_shape_combine_region (window, region, 0, 0);
+
+  cairo_region_destroy (region);
 }
 
 /**
-- 
cgit v0.10.1

++ gtk2-gdk_window_begin_paint_region.patch ++
From ad6271eca90e6139acd624209e10931d0dffbd73 Mon Sep 17 00:00:00 2001
From: John Lindgren john.lindg...@aol.com
Date: Wed, 3 Dec 2014 10:33:00 +
Subject: gdk_window_begin_paint_region() - always reuse the same surface

When using the implicit paint pixmap, always draw to the same surface
(the standard one for the pixmap) each time rather than creating a new
one each time. This is both more effective and more natural.

It also fixes a redraw issue on win32, where using multiple surfaces
on the same HDC sometimes causes issues.  This seems to be due to
leftover state on the HDC from previous surfaces.

https://bugzilla.gnome.org/show_bug.cgi?id=741060

diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index 386e85d..45fee34 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -2984,15 +2984,10 @@ gdk_window_begin_paint_region (GdkWindow   *window,
 
   if (implicit_paint)
 {
-  int width, height;
-
   paint-uses_implicit = TRUE;
   paint-pixmap = g_object_ref (implicit_paint-pixmap);
   paint-x_offset = -private-abs_x + implicit_paint-x_offset;
   

commit evolution for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2015-02-16 21:21:16

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


Package is evolution

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2015-01-20 
12:27:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2015-02-16 
21:21:17.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  9 09:41:27 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.12.11 (boo#916784):
+  + Updated translations.
+
+---

Old:

  evolution-3.12.10.tar.xz

New:

  evolution-3.12.11.tar.xz



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.s2e1xR/_old  2015-02-16 21:21:18.0 +0100
+++ /var/tmp/diff_new_pack.s2e1xR/_new  2015-02-16 21:21:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package evolution
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 Name:   evolution
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.10
+Version:3.12.11
 Release:0
 # _version needs to be %{version} stripped to major.minor.micro only...
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')

++ evolution-3.12.10.tar.xz - evolution-3.12.11.tar.xz ++
/work/SRC/openSUSE:Factory/evolution/evolution-3.12.10.tar.xz 
/work/SRC/openSUSE:Factory/.evolution.new/evolution-3.12.11.tar.xz differ: char 
27, line 1

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



commit perl-YAML-LibYAML for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-YAML-LibYAML for 
openSUSE:Factory checked in at 2015-02-16 21:21:47

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


Package is perl-YAML-LibYAML

Changes:

--- /work/SRC/openSUSE:Factory/perl-YAML-LibYAML/perl-YAML-LibYAML.changes  
2014-07-31 10:03:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new/perl-YAML-LibYAML.changes 
2015-02-16 21:21:48.0 +0100
@@ -1,0 +2,30 @@
+Tue Feb 10 10:24:37 UTC 2015 - vci...@suse.com
+
+- update to 0.59
+- this update fixes 3 vulnerabilities in the embedded LibYAML:
+  * CVE-2014-9130: libyaml: assert failure when processing
+wrapped strings (bnc#907809)
+  * CVE-2014-2525: libyaml: heap overflow during parsing (bnc#868944)
+  * CVE-2013-6393: libyaml: heap based buffer, overflow due to
+integer misuse (bnc#860617)
+- dropped CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch (upstream)
+- upstream changelog:
+  * PR/23 Better scalar dump heuristics
+  * More closely match YAML.pm
+  * Add a VERSION statement to YAML::LibYAML (issue#8)
+  * Applied fix for PR/21. nawglan++
+  * Use Swim cpan-tail block functions in doc
+  * Get YAML::XS using latest libyaml
+  * Fix for
+
https://bitbucket.org/xi/libyaml/issue/10/wrapped-strings-cause-assert-failure
+  * Fix e1 test failure on 5.21.4
+  * Remove =travis section
+  * Meta 0.0.2
+  * Eliminate spurious trailing whitespace
+  * Add t/000-compile-modules.t
+  * Fix swim errors
+  * Add badges to doc
+  * Fix ReadMe
+  * Fix Meta and add Contributing.
+
+---

Old:

  CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch
  YAML-LibYAML-0.44.tar.gz

New:

  YAML-LibYAML-0.59.tar.gz



Other differences:
--
++ perl-YAML-LibYAML.spec ++
--- /var/tmp/diff_new_pack.hh9q3i/_old  2015-02-16 21:21:49.0 +0100
+++ /var/tmp/diff_new_pack.hh9q3i/_new  2015-02-16 21:21:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-LibYAML
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-YAML-LibYAML
-Version:0.44
+Version:0.59
 Release:0
 %define cpan_name YAML-LibYAML
 Summary:Perl YAML Serialization using XS and libyaml
@@ -25,7 +25,6 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/YAML-LibYAML/
 Source: 
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
-Patch0: CVE-2012-1152-YAML-LibYAML-0.35-format-error.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -36,7 +35,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 find . -type f -print0 | xargs -0 chmod 644
 
 %build

++ YAML-LibYAML-0.44.tar.gz - YAML-LibYAML-0.59.tar.gz ++
 2855 lines of diff (skipped)

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



commit ModemManager for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2015-02-16 21:21:27

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


Package is ModemManager

Changes:

--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes
2014-11-18 22:46:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2015-02-16 21:21:28.0 +0100
@@ -1,0 +2,18 @@
+Mon Feb  9 15:19:59 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.4.2:
+  + MBIM:
+- Update to handle 'Function Error' responses as per libmbim
+  1.12.
+- Handle network-notified connection status messages.
+  + Bluetooth: Keep track of devices as they are move across sysfs.
+  + Core: case insensitive matches in the APN list.
+  + ZTE: avoid using QMI in the MF60.
+  + Huawei: updated port type hint strings.
+  + Icera:
+- Fix no IPv6 report response.
+- Retry Icera probing several times.
+  + Altair: increase AT probe command timeout.
+  + Some other minor fixes.
+
+---

Old:

  ModemManager-1.4.0.tar.xz

New:

  ModemManager-1.4.2.tar.xz



Other differences:
--
++ ModemManager.spec ++
--- /var/tmp/diff_new_pack.svUYG9/_old  2015-02-16 21:21:29.0 +0100
+++ /var/tmp/diff_new_pack.svUYG9/_new  2015-02-16 21:21:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ModemManager
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ModemManager
-Version:1.4.0
+Version:1.4.2
 Release:0
 Summary:DBus interface for modem handling
 License:GPL-2.0+ and GPL-3.0+

++ ModemManager-1.4.0.tar.xz - ModemManager-1.4.2.tar.xz ++
 60474 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   >