commit cdemu-daemon for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2013-12-02 09:38:30

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


Package is cdemu-daemon

Changes:

--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes
2013-06-11 09:25:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2013-12-02 09:38:32.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov 24 11:23:28 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.1.1
+* allow bad sector verification to be turned off (which is now
+  default) in order to increase device throughput
+* DPM emulation is now turned off by default as well
+* make sure that EDC and subchannel verification is never performed
+  for generated data
+
+---

Old:

  cdemu-daemon-2.1.0.tar.bz2

New:

  cdemu-daemon-2.1.1.tar.bz2



Other differences:
--
++ cdemu-daemon.spec ++
--- /var/tmp/diff_new_pack.Z3uYT9/_old  2013-12-02 09:38:32.0 +0100
+++ /var/tmp/diff_new_pack.Z3uYT9/_new  2013-12-02 09:38:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cdemu-daemon
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:Device daemon for cdemu, a virtual CD-ROM device emulator
 License:GPL-2.0+
@@ -39,7 +39,7 @@
 BuildRequires:  pkgconfig(gmodule-2.0) = 2.28
 BuildRequires:  pkgconfig(gobject-2.0) = 2.28
 BuildRequires:  pkgconfig(gthread-2.0) = 2.28
-BuildRequires:  pkgconfig(libmirage) = 2.1.0
+BuildRequires:  pkgconfig(libmirage) = 2.1.1
 
 %description
 cdemu-daemon receives SCSI commands from kernel module thorugh the
@@ -57,11 +57,9 @@
 %patch -P 1 -p1
 
 %build
-# cdemu-daemon still uses deprecated g_thread_init, so use
-# G_DISABLE_DEPRECATED.
 cmake . -DCMAKE_INSTALL_PREFIX:PATH=%_prefix \
-DCMAKE_INSTALL_LIBEXECDIR:PATH=%_libexecdir \
-   -DCMAKE_C_FLAGS:STRING=%optflags -UG_DISABLE_DEPRECATED;
+   -DCMAKE_C_FLAGS:STRING=%optflags;
 make %{?_smp_mflags};
 
 %install

++ cdemu-daemon-2.1.0.tar.bz2 - cdemu-daemon-2.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cdemu-daemon-2.1.0/CMakeLists.txt 
new/cdemu-daemon-2.1.1/CMakeLists.txt
--- old/cdemu-daemon-2.1.0/CMakeLists.txt   2013-06-07 21:33:53.0 
+0200
+++ new/cdemu-daemon-2.1.1/CMakeLists.txt   2013-09-19 00:09:40.0 
+0200
@@ -4,19 +4,12 @@
 project (cdemu-daemon C)
 
 # Versioning
-set (CDEMU_DAEMON_VERSION 2.1.0)
-set (CDEMU_DAEMON_INTERFACE_VERSION 5)
+set (CDEMU_DAEMON_VERSION 2.1.1)
+set (CDEMU_DAEMON_INTERFACE_VERSION 6)
 
-# Additional CMake modules.
-list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
-
-include (CheckCSourceCompiles)
-include (CheckCCompilerFlag)
+# CMake modules
 include (GNUInstallDirs)
 
-include (Utilities)
-include (FileList)
-
 # Options
 option (SYSTEM_BUS_SERVICE Install CDEmu daemon as D-Bus system bus service 
off)
 option (SESSION_BUS_SERVICE Install CDEmu daemon as D-Bus session bus 
service on)
@@ -48,34 +41,47 @@
 )
 
 # Global definitions
-add_definitions (-std=gnu99) #NOTE: Compilation bugs out on using signals and 
-std=c99
-add_definitions (-DHAVE_CONFIG_H -DG_DISABLE_DEPRECATED)
+add_definitions (-std=c99) # We're compiling using C99
+add_definitions (-D_POSIX_C_SOURCE) # Enable POSIX extensions, which we need 
for signal handling
+add_definitions (-DHAVE_CONFIG_H)
 
 if (CMAKE_COMPILER_IS_GNUCC)
 add_definitions (-Wall -Wextra -Wshadow -Wmissing-declarations 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align)
 endif ()
 
-
 # Include directories
 include_directories (${PROJECT_BINARY_DIR})
-include_directories (SYSTEM ${LIBMIRAGE_INCLUDE_DIRS})
 
-# *** cdemu-daemon ***
-add_executable (cdemu-daemon ${cdemu-daemon_SOURCES})
-target_link_libraries (cdemu-daemon ${LIBMIRAGE_LIBRARIES} ${GLIB_LIBRARIES} 
${AO_LIBRARIES})
+include_directories (SYSTEM ${LIBMIRAGE_INCLUDE_DIRS})
+include_directories (SYSTEM ${GLIB_INCLUDE_DIRS})
+include_directories (SYSTEM ${AO_INCLUDE_DIRS})
 
-list (APPEND cdemu_daemon_CFLAGS ${LIBMIRAGE_CFLAGS} ${GLIB_CFLAGS} 
${AO_CFLAGS})
-list (APPEND cdemu_daemon_LDFLAGS ${LIBMIRAGE_LDFLAGS} ${GLIB_LDFLAGS} 
${AO_LDFLAGS})
+# Link directories
+link_directories (SYSTEM ${LIBMIRAGE_LIBRARY_DIRS})
+link_directories (SYSTEM ${GLIB_LIBRARY_DIRS})
+link_directories (SYSTEM ${AO_LIBRARY_DIRS})
 
-to_list_spaces (cdemu_daemon_CFLAGS cdemu_daemon_CFLAGS_STR)
-to_list_spaces (cdemu_daemon_LDFLAGS cdemu_daemon_LDFLAGS_STR)
 
-set_target_properties (cdemu-daemon PROPERTIES
-COMPILE_FLAGS 

commit goocanvas for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package goocanvas for openSUSE:Factory 
checked in at 2013-12-02 09:44:54

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


Package is goocanvas

Changes:

--- /work/SRC/openSUSE:Factory/goocanvas/goocanvas.changes  2013-09-23 
15:05:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.goocanvas.new/goocanvas.changes 2013-12-02 
09:44:55.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov  4 12:20:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.0.2:
+  + Fixed the drawing code to work with GTK+ 3.10.
+  + Added/fixed a few introspection flags. GooCanvasLineDash should
+now be usable via introspection.
+- Drop goocanvas-introspection.patch: fixed upstream.
+
+---

Old:

  goocanvas-2.0.1.tar.bz2
  goocanvas-introspection.patch

New:

  goocanvas-2.0.2.tar.xz



Other differences:
--
++ goocanvas.spec ++
--- /var/tmp/diff_new_pack.yTXxgF/_old  2013-12-02 09:44:55.0 +0100
+++ /var/tmp/diff_new_pack.yTXxgF/_new  2013-12-02 09:44:55.0 +0100
@@ -20,15 +20,13 @@
 %define with_introspection 1
 
 Name:   goocanvas
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:A cairo-based canvas widget for GTK+
 License:LGPL-2.0
 Group:  Development/Libraries/GNOME
 Url:http://sourceforge.net/projects/goocanvas
-Source0:
http://download.gnome.org/sources/goocanvas/2.0/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM goocanvas-introspection.patch bgo#696736 
dims...@opensuse.org-- Fix introspection building. Taken from git.
-Patch0: goocanvas-introspection.patch
+Source0:
http://download.gnome.org/sources/goocanvas/2.0/%{name}-%{version}.tar.xz
 %if %{with_introspection}
 BuildRequires:  gobject-introspection-devel
 %endif
@@ -87,7 +85,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build

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



commit libgit2-glib for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2013-12-02 09:46:09

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


Package is libgit2-glib

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2013-07-16 15:36:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2013-12-02 09:46:10.0 +0100
@@ -1,0 +2,19 @@
+Mon Nov 25 20:54:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.0.8:
+  + Add ggit_patch_get_hunk.
+  + Added ggit_patch_get_delta.
+  + Add API to set remote callbacks in clone options.
+  + Add _ggit_native_release.
+  + Implement GgitRemoteCallbacks.
+  + Added coverage tool.
+  + Update enums.
+  + Rename _head_orphan to _head_unborn.
+  + Implemented branch enumerator.
+  + Added GgitRemoteHead.
+  + Add GgitDiffHunk.
+  + Add GgitDiffLine.
+  + Update to libgit2 0.20.0 api.
+  + Misc bugfixing.
+
+---

Old:

  libgit2-glib-0.0.6.tar.xz

New:

  libgit2-glib-0.0.8.tar.xz



Other differences:
--
++ libgit2-glib.spec ++
--- /var/tmp/diff_new_pack.4gZwUu/_old  2013-12-02 09:46:11.0 +0100
+++ /var/tmp/diff_new_pack.4gZwUu/_new  2013-12-02 09:46:11.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libgit2-glib
-Version:0.0.6
+Version:0.0.8
 Release:0
 Summary:Glib wrapper library around libgit2
 License:LGPL-2.1+
@@ -29,7 +29,7 @@
 BuildRequires:  pkgconfig(glib-2.0) = 2.28.0
 BuildRequires:  pkgconfig(gobject-2.0) = 2.28.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) = 0.10.1
-BuildRequires:  pkgconfig(libgit2) = 0.19.0
+BuildRequires:  pkgconfig(libgit2) = 0.20.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libgit2-glib-0.0.6.tar.xz - libgit2-glib-0.0.8.tar.xz ++
 21106 lines of diff (skipped)

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



commit libqt5-qtimageformats for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtimageformats for 
openSUSE:Factory checked in at 2013-12-02 09:46:33

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


Package is libqt5-qtimageformats

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtimageformats/libqt5-qtimageformats.changes  
2013-11-04 09:12:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new/libqt5-qtimageformats.changes
 2013-12-02 09:46:34.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+- Added mng_version.patch, for recognizing newer (e.g. 2.0.x) libmng
+  versions
+
+---

Old:

  qtimageformats-opensource-src-5.2.0-beta1.tar.xz

New:

  mng_version.patch
  qtimageformats-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtimageformats.spec ++
--- /var/tmp/diff_new_pack.ngCVCq/_old  2013-12-02 09:46:34.0 +0100
+++ /var/tmp/diff_new_pack.ngCVCq/_new  2013-12-02 09:46:34.0 +0100
@@ -17,16 +17,19 @@
 
 
 Name:   libqt5-qtimageformats
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 Image Format Plugins
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
+# PATCH-FIX-UPSTREAM mng_version.patch -- libmng 2.0.x has been released and 
is compatible and usable, but since
+# it no longer provides a VERSION_MAJOR macro, the config test would fail.
+Patch0: mng_version.patch
 BuildRequires:  libmng-devel
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtimageformats-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
@@ -60,6 +63,7 @@
 
 %prep
 %setup -q -n qtimageformats-opensource-src-%{real_version}
+%patch0 -p1
 
 %build
 %qmake5

++ mng_version.patch ++
From: aavit eirik.aavitsl...@digia.com
Date: Fri, 22 Nov 2013 14:04:23 +
Subject: Recognize newer libmng versions in config test
X-Git-Url: 
http://quickgit.kde.org/?p=qt%2Fqtimageformats.gita=commitdiffh=9ae386653c321c8ddc10fad5ea88f32ebb3d3ffe
---
Recognize newer libmng versions in config test

libmng 2.0.x has been released and is compatible and usable, but since
it no longer provides a VERSION_MAJOR macro, the config test would fail.

Task-number: QTBUG-34894
Change-Id: I106aa258de0851af01d1bb016c2971dd8e30fd24
Reviewed-by: Liang Qi liang...@digia.com
---


--- a/config.tests/libmng/libmng.cpp
+++ b/config.tests/libmng/libmng.cpp
@@ -46,8 +46,10 @@
 mng_handle hMNG;
 mng_cleanup(hMNG);
 
+#if defined(MNG_VERSION_MAJOR)
 #if MNG_VERSION_MAJOR  1 || (MNG_VERSION_MAJOR == 1  MNG_VERSION_MINOR == 0 
 MNG_VERSION_RELEASE  9)
 #error System libmng version is less than 1.0.9; using built-in version 
instead.
+#endif
 #endif
 
 return 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt5-qtscript for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtscript for openSUSE:Factory 
checked in at 2013-12-02 09:49:41

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


Package is libqt5-qtscript

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtscript/libqt5-qtscript.changes  
2013-11-04 09:16:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtscript.new/libqt5-qtscript.changes 
2013-12-02 09:49:43.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtscript-opensource-src-5.2.0-beta1.tar.xz

New:

  qtscript-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtscript.spec ++
--- /var/tmp/diff_new_pack.uVlX52/_old  2013-12-02 09:49:44.0 +0100
+++ /var/tmp/diff_new_pack.uVlX52/_new  2013-12-02 09:49:44.0 +0100
@@ -19,7 +19,7 @@
 %define libname libQt5Script5
 
 Name:   libqt5-qtscript
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 QtScript Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -27,7 +27,7 @@
 Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtscript-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}

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



commit libqt5-qtsensors for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsensors for 
openSUSE:Factory checked in at 2013-12-02 09:50:35

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


Package is libqt5-qtsensors

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtsensors/libqt5-qtsensors.changes
2013-11-04 09:17:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsensors.new/libqt5-qtsensors.changes   
2013-12-02 09:50:36.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtsensors-opensource-src-5.2.0-beta1.tar.xz

New:

  qtsensors-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtsensors.spec ++
--- /var/tmp/diff_new_pack.QiCvn2/_old  2013-12-02 09:50:36.0 +0100
+++ /var/tmp/diff_new_pack.QiCvn2/_new  2013-12-02 09:50:36.0 +0100
@@ -19,7 +19,7 @@
 %define libname libQt5Sensors5
 
 Name:   libqt5-qtsensors
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -28,7 +28,7 @@
 Source: %{tar_version}.tar.xz
 BuildRequires:  fdupes
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtsensors-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
@@ -99,6 +99,6 @@
 %{_libqt5_libdir}/libQt5Sensors.prl
 %{_libqt5_libdir}/libQt5Sensors.so
 %{_libqt5_libdir}/pkgconfig/Qt5Sensors.pc
-%{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_sensors.pri
+%{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_*.pri
 
 %changelog

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



commit libqt5-qtserialport for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:Factory checked in at 2013-12-02 09:51:46

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


Package is libqt5-qtserialport

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtserialport/libqt5-qtserialport.changes  
2013-11-04 09:17:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new/libqt5-qtserialport.changes 
2013-12-02 09:51:47.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtserialport-opensource-src-5.2.0-beta1.tar.xz

New:

  qtserialport-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtserialport.spec ++
--- /var/tmp/diff_new_pack.e9KJEt/_old  2013-12-02 09:51:47.0 +0100
+++ /var/tmp/diff_new_pack.e9KJEt/_new  2013-12-02 09:51:47.0 +0100
@@ -19,7 +19,7 @@
 %define libname libQt5SerialPort5
 
 Name:   libqt5-qtserialport
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 Serial Port Addon
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -28,7 +28,7 @@
 Source: %{tar_version}.tar.xz
 BuildRequires:  fdupes
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtserialport-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
@@ -103,6 +103,6 @@
 %{_libqt5_libdir}/libQt5SerialPort.prl
 %{_libqt5_libdir}/libQt5SerialPort.so
 %{_libqt5_libdir}/pkgconfig/Qt5SerialPort.pc
-%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_serialport.pri
+%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_serialport*.pri
 
 %changelog

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



commit libqt5-qtxmlpatterns for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtxmlpatterns for 
openSUSE:Factory checked in at 2013-12-02 09:52:04

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


Package is libqt5-qtxmlpatterns

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes
2013-11-04 09:24:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new/libqt5-qtxmlpatterns.changes
   2013-12-02 09:52:05.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtxmlpatterns-opensource-src-5.2.0-beta1.tar.xz

New:

  qtxmlpatterns-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtxmlpatterns.spec ++
--- /var/tmp/diff_new_pack.QZVf73/_old  2013-12-02 09:52:05.0 +0100
+++ /var/tmp/diff_new_pack.QZVf73/_new  2013-12-02 09:52:05.0 +0100
@@ -19,7 +19,7 @@
 %define libname libQt5XmlPatterns5
 
 Name:   libqt5-qtxmlpatterns
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 XmlPatterns Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -27,7 +27,7 @@
 Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtxmlpatterns-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
@@ -116,6 +116,6 @@
 %{_libqt5_libdir}/libQt5XmlPatterns.prl
 %{_libqt5_libdir}/libQt5XmlPatterns.so
 %{_libqt5_libdir}/pkgconfig/Qt5XmlPatterns.pc
-%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_xmlpatterns.pri
+%{_libqt5_archdatadir}/mkspecs/modules/*.pri
 
 %changelog

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



commit libqt5-qtx11extras for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtx11extras for 
openSUSE:Factory checked in at 2013-12-02 09:51:59

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


Package is libqt5-qtx11extras

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtx11extras/libqt5-qtx11extras.changes
2013-11-04 09:24:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtx11extras.new/libqt5-qtx11extras.changes   
2013-12-02 09:52:00.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtx11extras-opensource-src-5.2.0-beta1.tar.xz

New:

  qtx11extras-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtx11extras.spec ++
--- /var/tmp/diff_new_pack.M3t8Qi/_old  2013-12-02 09:52:00.0 +0100
+++ /var/tmp/diff_new_pack.M3t8Qi/_new  2013-12-02 09:52:00.0 +0100
@@ -20,10 +20,10 @@
 
 Name:   libqt5-qtx11extras
 BuildRequires:  fdupes
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtx11extras-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
@@ -88,6 +88,6 @@
 %{_libqt5_libdir}/libQt5X11Extras.prl
 %{_libqt5_libdir}/libQt5X11Extras.so
 %{_libqt5_libdir}/pkgconfig/Qt5X11Extras.pc
-%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_x11extras.pri
+%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_x11extras*.pri
 
 %changelog

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



commit libqt5-qtsvg for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsvg for openSUSE:Factory 
checked in at 2013-12-02 09:51:55

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


Package is libqt5-qtsvg

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtsvg/libqt5-qtsvg.changes
2013-11-04 09:18:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsvg.new/libqt5-qtsvg.changes   
2013-12-02 09:51:57.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtsvg-opensource-src-5.2.0-beta1.tar.xz

New:

  qtsvg-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtsvg.spec ++
--- /var/tmp/diff_new_pack.36kTT5/_old  2013-12-02 09:51:57.0 +0100
+++ /var/tmp/diff_new_pack.36kTT5/_new  2013-12-02 09:51:57.0 +0100
@@ -19,7 +19,7 @@
 %define libname libQt5Svg5
 
 Name:   libqt5-qtsvg
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 SVG Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -27,7 +27,7 @@
 Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtsvg-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
@@ -106,6 +106,6 @@
 %{_libqt5_libdir}/libQt5Svg.prl
 %{_libqt5_libdir}/libQt5Svg.so
 %{_libqt5_libdir}/pkgconfig/Qt5Svg.pc
-%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_svg.pri
+%{_libqt5_archdatadir}/mkspecs/modules/*.pri
 
 %changelog

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



commit python-amqp for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package python-amqp for openSUSE:Factory 
checked in at 2013-12-02 09:53:04

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


Package is python-amqp

Changes:

--- /work/SRC/openSUSE:Factory/python-amqp/python-amqp.changes  2013-10-25 
11:11:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-amqp.new/python-amqp.changes 
2013-12-02 09:53:05.0 +0100
@@ -1,0 +2,12 @@
+Sun Dec  1 15:43:57 UTC 2013 - oliver.be...@opensuse.org
+
+- Update to 1.3.3:
+  - SSLTransport: Now keeps read buffer if an exception is raised
+  - Message.channel is now a channel object (not the channel id)
+  - Now sets ``Message.channel`` on delivery
+  - New option to wait for publish confirmations
+  - ``queue_declare`` now returns named tuple of type
+  - Contents of ``Channel.returned_messages`` is now named tuples.
+  - Sockets now set to close on exec using the ``FD_CLOEXEC`` flag
+
+---

Old:

  amqp-1.2.0.tar.gz

New:

  amqp-1.3.3.tar.gz



Other differences:
--
++ python-amqp.spec ++
--- /var/tmp/diff_new_pack.KnXgdG/_old  2013-12-02 09:53:05.0 +0100
+++ /var/tmp/diff_new_pack.KnXgdG/_new  2013-12-02 09:53:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-amqp
-Version:1.2.0
+Version:1.3.3
 Release:0
 Summary:Low-level AMQP client for Python (fork of amqplib)
 License:LGPL-2.1

++ amqp-1.2.0.tar.gz - amqp-1.3.3.tar.gz ++
 2947 lines of diff (skipped)

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



commit python-httplib2 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package python-httplib2 for openSUSE:Factory 
checked in at 2013-12-02 09:53:15

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


Package is python-httplib2

Changes:

--- /work/SRC/openSUSE:Factory/python-httplib2/python-httplib2.changes  
2013-08-15 20:03:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-httplib2.new/python-httplib2.changes 
2013-12-02 09:53:17.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 30 10:26:23 UTC 2013 - rschweik...@suse.com
+
+- SUSE internal build service does not recognize %0{sles_version}
+  use a different version inidcator to depend on openssl-certs vs
+  ca-certificates
+
+---



Other differences:
--
++ python-httplib2.spec ++
--- /var/tmp/diff_new_pack.a8xTeL/_old  2013-12-02 09:53:17.0 +0100
+++ /var/tmp/diff_new_pack.a8xTeL/_new  2013-12-02 09:53:17.0 +0100
@@ -32,7 +32,7 @@
 BuildRequires:  python-devel
 # Test requirements (for ssl module):
 #BuildRequires:  python
-%if 0%{?sles_version}
+%if 0%{?suse_version}  0%{?suse_version} = 1110
 Requires:   openssl-certs
 %else
 Requires:   ca-certificates

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



commit python-kombu for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2013-12-02 09:53:20

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


Package is python-kombu

Changes:

--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes
2013-09-27 18:02:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2013-12-02 09:53:21.0 +0100
@@ -1,0 +2,15 @@
+Sun Dec  1 15:55:53 UTC 2013 - oliver.be...@opensuse.org
+
+- update to 3.0.6:
+  * Timer: No longer attempts to hash keyword arguments
+  * Async: Did not account for the long type for file descriptors
+  * Redis: Bad pub/sub payloads no longer crashes the consumer.
+  * Redis: Unix socket URLs can now specify a virtual host by including it as 
a query parameter.
+  * Now depends on amqp 3.0.3.
+  * Redis: Fixed Python 3 compatibility problem
+  * MongoDB: Fixed problem with URL parsing when authentication used
+  * pyamqp: Fixed small issue when publishing the message and the property 
dictionary was set to None.
+  * Fixed problem in repr(LaxBoundedSemaphore)
+  * Tests now passing on Python 3.3.
+
+---

Old:

  kombu-2.5.14.tar.gz

New:

  kombu-3.0.6.tar.gz



Other differences:
--
++ python-kombu.spec ++
--- /var/tmp/diff_new_pack.L3LAFV/_old  2013-12-02 09:53:21.0 +0100
+++ /var/tmp/diff_new_pack.L3LAFV/_new  2013-12-02 09:53:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-kombu
-Version:2.5.14
+Version:3.0.6
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause
@@ -88,7 +88,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS Changelog FAQ README THANKS TODO LICENSE
+%doc AUTHORS Changelog FAQ README.rst THANKS TODO LICENSE
 %{python_sitelib}/*
 
 %changelog

++ kombu-2.5.14.tar.gz - kombu-3.0.6.tar.gz ++
 16837 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

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2013-12-02 09:52:44

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
2013-09-11 12:52:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2013-12-02 09:52:45.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 30 20:09:44 UTC 2013 - crrodrig...@opensuse.org
+
+- Run %udev_rules_update if such macro is defined. 
+
+---



Other differences:
--
++ ModemManager.spec ++
--- /var/tmp/diff_new_pack.ZpUqNe/_old  2013-12-02 09:52:46.0 +0100
+++ /var/tmp/diff_new_pack.ZpUqNe/_new  2013-12-02 09:52:46.0 +0100
@@ -89,6 +89,7 @@
 
 %post
 %icon_theme_cache_post
+%{?udev_rules_update:%udev_rules_update}
 %service_add_post ModemManager.service
 systemctl --quiet enable ModemManager.service || :
 

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



commit python-billiard for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package python-billiard for openSUSE:Factory 
checked in at 2013-12-02 09:53:09

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


Package is python-billiard

Changes:

--- /work/SRC/openSUSE:Factory/python-billiard/python-billiard.changes  
2013-11-14 08:43:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-billiard.new/python-billiard.changes 
2013-12-02 09:53:11.0 +0100
@@ -1,0 +2,7 @@
+Sun Dec  1 16:09:02 UTC 2013 - oliver.be...@opensuse.org
+
+- Update to version 3.3.0.8:
+  + Now also sets ``multiprocessing.current_process`` for compatibility
+with loggings ``processName`` field
+
+---

Old:

  billiard-3.3.0.6.tar.gz

New:

  billiard-3.3.0.8.tar.gz



Other differences:
--
++ python-billiard.spec ++
--- /var/tmp/diff_new_pack.owKHYp/_old  2013-12-02 09:53:11.0 +0100
+++ /var/tmp/diff_new_pack.owKHYp/_new  2013-12-02 09:53:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-billiard
-Version:3.3.0.6
+Version:3.3.0.8
 Release:0
 Url:http://github.com/ask/billiard
 Summary:Python multiprocessing fork

++ billiard-3.3.0.6.tar.gz - billiard-3.3.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/billiard-3.3.0.6/CHANGES.txt 
new/billiard-3.3.0.8/CHANGES.txt
--- old/billiard-3.3.0.6/CHANGES.txt2013-11-12 20:19:59.0 +0100
+++ new/billiard-3.3.0.8/CHANGES.txt2013-11-21 17:16:28.0 +0100
@@ -1,3 +1,24 @@
+3.3.0.8 - 2013-11-21
+
+
+- Now also sets ``multiprocessing.current_process`` for compatibility
+  with loggings ``processName`` field.
+
+3.3.0.7 - 2013-11-15
+
+
+- Fixed compatibility with PyPy 2.1 + 2.2.
+
+- Fixed problem in pypy detection.
+
+Fix contributed by Tin Tvrtkovic.
+
+- Now uses ``ctypes.find_library`` instead of hardcoded path to find
+  the OS X CoreServices framework.
+
+Fix contributed by Moritz Kassner.
+
+
 3.3.0.6 - 2013-11-12
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/billiard-3.3.0.6/PKG-INFO 
new/billiard-3.3.0.8/PKG-INFO
--- old/billiard-3.3.0.6/PKG-INFO   2013-11-13 01:07:52.0 +0100
+++ new/billiard-3.3.0.8/PKG-INFO   2013-11-21 17:22:59.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: billiard
-Version: 3.3.0.6
+Version: 3.3.0.8
 Summary: Python multiprocessing fork with improvements and bugfixes
 Home-page: http://github.com/celery/billiard
 Author: Ask Solem',
@@ -9,7 +9,7 @@
 Description: 
 billiard
 
-:version: 3.3.0.6
+:version: 3.3.0.8
 
 About
 -
@@ -41,10 +41,36 @@
 should be reported at http://github.com/celery/billiard/issues.
 
 
+.. image:: 
https://d2weczhvl823v0.cloudfront.net/celery/billiard/trend.png
+:alt: Bitdeli badge
+:target: https://bitdeli.com/free
+
+
 ===
 Changes
 ===
 
+3.3.0.8 - 2013-11-21
+
+
+- Now also sets ``multiprocessing.current_process`` for compatibility
+  with loggings ``processName`` field.
+
+3.3.0.7 - 2013-11-15
+
+
+- Fixed compatibility with PyPy 2.1 + 2.2.
+
+- Fixed problem in pypy detection.
+
+Fix contributed by Tin Tvrtkovic.
+
+- Now uses ``ctypes.find_library`` instead of hardcoded path to find
+  the OS X CoreServices framework.
+
+Fix contributed by Moritz Kassner.
+
+
 3.3.0.6 - 2013-11-12
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/billiard-3.3.0.6/README.rst 
new/billiard-3.3.0.8/README.rst
--- old/billiard-3.3.0.6/README.rst 2013-11-12 20:19:59.0 +0100
+++ new/billiard-3.3.0.8/README.rst 2013-11-21 17:16:39.0 +0100
@@ -1,7 +1,7 @@
 
 billiard
 
-:version: 3.3.0.6
+:version: 3.3.0.8
 
 About
 -
@@ -31,3 +31,8 @@
 Please report bugs related to multiprocessing at the
 `Python bug tracker http://bugs.python.org/`_. Issues related to billiard
 should be reported at http://github.com/celery/billiard/issues.
+
+
+.. image:: https://d2weczhvl823v0.cloudfront.net/celery/billiard/trend.png
+:alt: Bitdeli badge
+

commit tracker for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2013-12-02 09:53:26

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


Package is tracker

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2013-11-24 
13:33:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2013-12-02 09:53:28.0 +0100
@@ -1,0 +2,8 @@
+Sat Nov 30 15:30:20 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.16.4:
+  + Fix build with newer upower.
+  + Silence normal bootup.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-0.16.3.tar.xz

New:

  tracker-0.16.4.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.n3jezu/_old  2013-12-02 09:53:29.0 +0100
+++ /var/tmp/diff_new_pack.n3jezu/_new  2013-12-02 09:53:29.0 +0100
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.16.3
+Version:0.16.4
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker.spec ++
--- /var/tmp/diff_new_pack.n3jezu/_old  2013-12-02 09:53:29.0 +0100
+++ /var/tmp/diff_new_pack.n3jezu/_new  2013-12-02 09:53:29.0 +0100
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.16.3
+Version:0.16.4
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker-0.16.3.tar.xz - tracker-0.16.4.tar.xz ++
 162084 lines of diff (skipped)

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



commit libqt5-qtdeclarative for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2013-12-02 10:33:29

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


Package is libqt5-qtdeclarative

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2013-11-04 09:12:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
   2013-12-02 10:33:30.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtdeclarative-opensource-src-5.2.0-beta1.tar.xz

New:

  qtdeclarative-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.jCdPHg/_old  2013-12-02 10:33:31.0 +0100
+++ /var/tmp/diff_new_pack.jCdPHg/_new  2013-12-02 10:33:31.0 +0100
@@ -19,7 +19,7 @@
 %define libname libQtQuick5
 
 Name:   libqt5-qtdeclarative
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 Declarative Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -29,7 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  libQt5Svg-devel = %{version}
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtdeclarative-opensource-src-%{real_version}
 BuildRequires:  libQt5XmlPatterns-devel = %{version}
@@ -143,7 +143,7 @@
 %{_libqt5_libdir}/libQt5Q*.so
 %{_libqt5_libdir}/libQt5Q*.a
 %{_libqt5_libdir}/pkgconfig/Qt5Q*.pc
-%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri
+%{_libqt5_archdatadir}/mkspecs/modules/*.pri
 %{_libqt5_archdatadir}/qml/QtTest
 %{_libqt5_libdir}/pkgconfig/Qt5QuickParticles.pc
 

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



commit libqt5-qtquick1 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory 
checked in at 2013-12-02 10:33:35

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


Package is libqt5-qtquick1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes  
2013-11-04 09:13:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 
2013-12-02 10:33:36.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtquick1-opensource-src-5.2.0-beta1.tar.xz

New:

  qtquick1-opensource-src-5.2.0-rc1.tar.xz



Other differences:
--
++ libqt5-qtquick1.spec ++
--- /var/tmp/diff_new_pack.p9aFDB/_old  2013-12-02 10:33:37.0 +0100
+++ /var/tmp/diff_new_pack.p9aFDB/_new  2013-12-02 10:33:37.0 +0100
@@ -19,7 +19,7 @@
 %define libname libQt5Declarative5
 
 Name:   libqt5-qtquick1
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 Quick1 Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -30,7 +30,7 @@
 BuildRequires:  libQt5Script-private-headers-devel = %{version}
 BuildRequires:  libQt5Svg-devel = %{version}
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtquick1-opensource-src-%{real_version}
 BuildRequires:  libQt5XmlPatterns-devel = %{version}
@@ -136,7 +136,7 @@
 %{_libqt5_libdir}/libQt5Declarative.prl
 %{_libqt5_libdir}/libQt5Declarative.so
 %{_libqt5_libdir}/pkgconfig/Qt5Declarative.pc
-%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_declarative.pri
+%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_*.pri
 %{_libqt5_plugindir}/qml1tooling
 
 %changelog

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



commit python-celery for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package python-celery for openSUSE:Factory 
checked in at 2013-12-02 10:43:07

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


Package is python-celery

Changes:

--- /work/SRC/openSUSE:Factory/python-celery/python-celery.changes  
2013-10-25 11:12:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-celery.new/python-celery.changes 
2013-12-02 10:43:08.0 +0100
@@ -1,0 +2,54 @@
+Sun Dec  1 16:36:56 UTC 2013 - oliver.be...@opensuse.org
+
+- Update to version 3.1.1
+  + Now depends Kombu 3.0.6
+  + Now depends on billiard 3.3.0.8
+  + App: ``config_from_object`` is now lazy
+  + App: ``autodiscover_tasks`` is now lazy
+Django users should now wrap access to the settings object in
+a lambda:
+   app.autodiscover_tasks(lambda: settings.INSTALLED_APPS)
+this ensures that the settings object is not prepared
+prematurely
+  + Fixed regression for ``--app`` argument experienced by
+some users
+  + Worker: Now respects the ``--uid`` and ``--gid`` arguments
+even if ``--detach`` is not enabled
+  + Beat: Now respects the ``--uid`` and ``--gid`` arguments
+even if ``--detach`` is not enabled
+  + Python 3: Fixed unorderable error occuring with the worker ``-B``
+argument enabled
+  + ``celery.VERSION`` is now a named tuple
+  + ``maybe_signature(list)`` is now applied recursively
+  + ``celery shell`` command: Fixed ``IPython.frontend`` deprecation warning
+  + The default app no longer includes the builtin fixups
+   This fixes a bug where ``celery multi`` would attempt
+   to load the Django settings module before entering
+   the target working directory
+  + The Django daemonization tutorial was changed
+   Users no longer have to explicitly export ``DJANGO_SETTINGS_MODULE``
+   in :file:`/etc/default/celeryd` when the new project layout is used
+  + Redis result backend: expiry value can now be 0 
+  + Censoring settings now accounts for non-string keys
+  + App: New ``autofinalize`` option
+   Apps are automatically finalized when the task registry is accessed.
+   You can now disable this behavior so that an exception is raised
+   instead.
+  + The worker did not send monitoring events during shutdown
+  + Worker: Mingle and gossip is now automatically disabled when
+used with an unsupported transport
+  + ``celery`` command: Preload options now supports
+the rare ``--opt value`` format
+  + ``celery`` command: Accidentally removed options
+appearing before the subcommand, these are now moved to the end
+instead
+  + Worker now properly responds to ``inspect stats`` commands
+even if received before startup is complete
+  + :signal:`task_postrun` is now sent within a finally block, to make
+sure the signal is always sent
+  + Beat: Fixed syntax error in string formatting
+  + Fixed typos in the documentation
+  + Nested chains now works properly when constructed using the
+``chain`` type instead of the ``|`` operator
+
+---

Old:

  celery-3.0.23.tar.gz

New:

  celery-3.1.5.tar.gz



Other differences:
--
++ python-celery.spec ++
--- /var/tmp/diff_new_pack.lgB3uw/_old  2013-12-02 10:43:08.0 +0100
+++ /var/tmp/diff_new_pack.lgB3uw/_new  2013-12-02 10:43:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-celery
-Version:3.0.23
+Version:3.1.5
 Release:0
 Url:http://celeryproject.org
 Summary:Distributed Task Queue
@@ -26,17 +26,20 @@
 Source: 
https://pypi.python.org/packages/source/c/celery/celery-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-SQLAlchemy
+BuildRequires:  python-billiard
 BuildRequires:  python-cl
 BuildRequires:  python-curses
 BuildRequires:  python-dateutil
 BuildRequires:  python-devel
 BuildRequires:  python-eventlet
 BuildRequires:  python-gevent
-BuildRequires:  python-kombu = 2.5.10
+BuildRequires:  python-kombu = 3.0.6
 BuildRequires:  python-mock
 BuildRequires:  python-nose-cover3
 BuildRequires:  python-pyOpenSSL
+BuildRequires:  python-pytz
 BuildRequires:  python-setuptools
+BuildRequires:  python-unittest2
 %if 0%{?suse_version} == 1110
 BuildRequires:  python-importlib
 BuildRequires:  python-ordereddict
@@ -45,7 +48,7 @@
 Requires:   python-ordereddict
 %endif
 Requires:   python-anyjson
-Requires:   python-billiard = 2.7.3.28
+Requires:   python-billiard = 3.3.0.8
 Requires:   python-dateutil
 Recommends: python-curses
 Recommends: python-pyOpenSSL
@@ -83,7 +86,7 @@
 

commit patchinfo.2271 for openSUSE:13.1:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2271 for 
openSUSE:13.1:Update checked in at 2013-12-02 11:54:03

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.2271 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.2271.new (New)


Package is patchinfo.2271

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=841426 tracker=bncUpgrading to Beta1 from previous milestone 
made my laptop unbootable (UEFI support broken)/issue
  categoryrecommended/category
  ratingmoderate/rating
  packagergary_lin/packager
  description
grub2 was updated to fix UEFI boot problems on some machines.
/description
  summarygrub2: fixed some UEFI boot problems/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-ldap-client.2279 for openSUSE:13.1:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap-client.2279 for 
openSUSE:13.1:Update checked in at 2013-12-02 11:54:34

Comparing /work/SRC/openSUSE:13.1:Update/yast2-ldap-client.2279 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.yast2-ldap-client.2279.new (New)


Package is yast2-ldap-client.2279

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:13.1:Update/.yast2-ldap-client.2279.new/yast2-ldap-client.changes
2013-12-02 11:54:35.0 +0100
@@ -0,0 +1,1783 @@
+---
+Fri Nov 22 10:38:51 CET 2013 - jsuch...@suse.cz
+
+- revoked fix for bnc#708562: do not base sssd state on current
+  configuration when it should be default (bnc#847492)
+- 3.0.2
+
+---
+Fri Aug  2 12:10:26 CEST 2013 - jsuch...@suse.cz
+
+- correctly set sssd value during Read (bnc#708562)
+- 3.0.1 
+
+---
+Wed Jul 31 08:32:14 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---
+Fri Jun 14 09:28:13 CEST 2013 - jsuch...@suse.cz
+
+- bring back fields for editing user and group search bases
+  (bnc#815506)
+- 2.24.1
+
+---
+Fri Apr 19 08:42:11 CEST 2013 - jsuch...@suse.cz
+
+- ensure nscd.conf changes are written before restarting the service
+  (bnc#804454)
+- 2.24.0
+
+---
+Thu Jan  3 16:01:07 CET 2013 - jsuch...@suse.cz
+
+- added simple check for certificates (bnc#792413)
+- 2.23.2 
+
+---
+Thu Oct 11 10:31:53 CEST 2012 - jsuch...@suse.cz
+
+- disable nscd caching when sssd is used (bnc#772944)
+- 2.23.1 
+
+---
+Wed Oct 10 15:19:26 CEST 2012 - jsuch...@suse.cz
+
+- disable sssd service on LDAP client disablemebt (bnc#772944) 
+
+---
+Fri Oct  5 14:51:25 CEST 2012 - jsuch...@suse.cz
+
+- added TLS enablement checkbox again, might be used
+  even with sssd (bnc#775167)
+- 2.23.0
+
+---
+Mon Sep 10 12:09:07 CEST 2012 - jsuch...@suse.cz
+
+- enable sssd service during autoinstallation (bnc#779261)
+- 2.22.10 
+
+---
+Thu Sep  6 12:55:06 CEST 2012 - jsuch...@suse.cz
+
+- added missing AutoYaST support for SSSD + Kerberos (bnc#778949)
+- 2.22.9
+
+---
+Mon May 21 13:55:32 CEST 2012 - jsuch...@suse.cz
+
+- updated AutoYaST schema
+- 2.22.8 
+
+---
+Thu Mar 22 11:16:27 CET 2012 - jsuch...@suse.cz
+
+- simplify ldap_config client for only one usage from users module
+- 2.22.7
+
+---
+Tue Mar 20 16:33:14 CET 2012 - jsuch...@suse.cz
+
+- removed user specific settings and texts (fate#313143)
+- warn about usage of nss_ldap
+- 2.22.6 
+
+---
+Wed Feb 22 16:38:12 CET 2012 - jsuch...@suse.cz
+
+- fixed handling of certificate download
+- 2.22.5 
+
+---
+Tue Feb 21 11:06:29 CET 2012 - jsuch...@suse.cz
+
+- removed password policies configuration from client, relevant parts
+  moved to server configuration (fate #313143)
+- 2.22.4
+
+---
+Thu Feb  2 15:00:26 CET 2012 - jsuch...@suse.cz
+
+- removed option to switch off TLS/SSL from UI
+- offered only SSSD in UI (fate#313143)
+- 2.22.3
+
+---
+Thu Jan 19 14:56:43 CET 2012 - jsuch...@suse.cz
+
+- removed obsolete version 2 reference (fate#313143)
+- confirmed license
+- 2.22.2
+
+---
+Wed Nov 16 15:35:53 CET 2011 - jsuch...@suse.cz
+
+- correctly handle sssd config with more LDAP servers (bnc#729174)
+- 2.22.1 
+
+---
+Wed Nov 16 12:31:32 CET 2011 - jsuch...@suse.cz
+
+- merged texts from proofreading
+- 2.22.0 
+
+---
+Thu Sep 29 12:41:38 CEST 2011 - vis...@suse.cz
+
+- set dialog title
+- 2.21.11 
+

commit yast2-ldap-client for openSUSE:13.1:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-ldap-client for 
openSUSE:13.1:Update checked in at 2013-12-02 11:54:36

Comparing /work/SRC/openSUSE:13.1:Update/yast2-ldap-client (Old)
 and  /work/SRC/openSUSE:13.1:Update/.yast2-ldap-client.new (New)


Package is yast2-ldap-client

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='yast2-ldap-client.2279' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dbus-1 for openSUSE:12.3:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:12.3:Update 
checked in at 2013-12-02 11:58:42

Comparing /work/SRC/openSUSE:12.3:Update/dbus-1 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.dbus-1.new (New)


Package is dbus-1

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Q6PI68/_old  2013-12-02 11:58:42.0 +0100
+++ /var/tmp/diff_new_pack.Q6PI68/_new  2013-12-02 11:58:42.0 +0100
@@ -1 +1 @@
-link package='dbus-1.2063' cicount='copy' /
+link package='dbus-1.2282' cicount='copy' /

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



commit dbus-1-x11 for openSUSE:12.3:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package dbus-1-x11 for openSUSE:12.3:Update 
checked in at 2013-12-02 11:58:40

Comparing /work/SRC/openSUSE:12.3:Update/dbus-1-x11 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.dbus-1-x11.new (New)


Package is dbus-1-x11

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5OwN8t/_old  2013-12-02 11:58:42.0 +0100
+++ /var/tmp/diff_new_pack.5OwN8t/_new  2013-12-02 11:58:42.0 +0100
@@ -1 +1 @@
-link package='dbus-1-x11.2063' cicount='copy' /
+link package='dbus-1-x11.2282' cicount='copy' /

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



commit patchinfo.2285 for openSUSE:13.1:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2285 for 
openSUSE:13.1:Update checked in at 2013-12-02 11:59:06

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.2285 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.2285.new (New)


Package is patchinfo.2285

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=2285
  categoryrecommended/category
  ratinglow/rating
  packagerbmwiedemann/packager
  summarySDL_mixer: fix mixer / mikmod free corruption/summary
  descriptionThis update fixes the following issue with SDL_mixer:
- bnc#851996: fix mixer / mikmod free corruption/description
  issue tracker=bnc id=851996SDL_mixer mikmod free corrution/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit upower for openSUSE:13.1:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package upower for openSUSE:13.1:Update 
checked in at 2013-12-02 12:01:16

Comparing /work/SRC/openSUSE:13.1:Update/upower (Old)
 and  /work/SRC/openSUSE:13.1:Update/.upower.new (New)


Package is upower

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='upower.2288' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pulseaudio.2276 for openSUSE:13.1:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio.2276 for 
openSUSE:13.1:Update checked in at 2013-12-02 12:02:35

Comparing /work/SRC/openSUSE:13.1:Update/pulseaudio.2276 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.pulseaudio.2276.new (New)


Package is pulseaudio.2276

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.pulseaudio.2276.new/pulseaudio.changes  
2013-12-02 12:02:37.0 +0100
@@ -0,0 +1,998 @@
+---
+Mon Nov 25 11:20:40 CET 2013 - ti...@suse.de
+
+- pulseaudio-introspect-Fix-ABI-break.patch:
+  Fix the incompatible size of pa_card_profile_info that leads to
+  a crash of pavucontrol (bnc#851872)
+
+---
+Fri Oct 18 17:49:24 UTC 2013 - dims...@opensuse.org
+
+- Update to git master (PA 5.0) (4.0-270-g9490a):
+  + alsa: fix crash when loading bare alsa sink (bnc#846532).
+  + sndfile-util: fir format for 24bit depth wav files.
+  + bluetooth: track discovery modules by index.
+  + build system fixes.
+
+---
+Sat Oct  5 23:37:59 UTC 2013 - dims...@opensuse.org
+
+- Update to git mastere (PA 5.0 on the way) (265-g35fe):
+  + The more extensive bluez5 branch was merged
+  + PA allows to build bluez4 and bluez5 modules in parallel.
+Note: this does not mean that bluez4 and bluez5 can co-exist,
+only that PA can decide at runtime which bluez-daemon is
+available.
+- Pass --disable-bluez4 to configure: we know that we run bluez5.
+
+---
+Wed Sep 25 17:48:30 UTC 2013 - dims...@opensuse.org
+
+- bnc#840845: Update to git master (PA 5.0 on the way) (6f94c).
+  + Various code cleanups for inclusion of bluez5 stack.
+- No longer pass --enable-bluez5 --disable-bluez4 to configure:
+  master only speaks bluez5.
+
+---
+Wed Sep 11 10:34:33 CEST 2013 - mhruse...@suse.cz
+
+- support for system wide mode (separate subpackage with service)
+
+---
+Sat Sep  7 11:30:40 UTC 2013 - dims...@opensuse.org
+
+- Update to git snapshot (rev: gbf9b3)/ bluez5 branch.
+  Note: this is not HEAD of the bluez5 branch, as in local tests,
+  this did fail to load the bluetooth modules.
+
+---
+Wed Aug 21 09:38:49 UTC 2013 - dims...@opensuse.org
+
+- Fix fdupes call on doxygen/html: use hardlinks instead of
+  softlinks (bnc#835683).
+
+---
+Mon Jun 24 15:10:41 UTC 2013 - ohole...@suse.com
+
+- add SUSEfirewall service definition (bnc#607614)
+
+---
+Thu Jun 13 13:45:08 UTC 2013 - ohole...@suse.com
+
+- require the same liborc version which was used to build against
+
+---
+Mon Jun  3 20:55:20 UTC 2013 - ohole...@suse.com
+
+- update to pulseaudio 4.0
+* Better handling of low latency requests
+* Optimisations while mixing (generic, ARM NEON)
+* Default resampler is now speex-float-1 (lower CPU usage)
+* Major Bluetooth refactoring for better reliability and easier
+maintenance
+* Fixes for graceful hand-off to/from JACK
+* New module to apply ducking based on stream roles
+* Echo canceller infrastructure fixes
+* Bash and zsh completion for command line tools
+* Solaris and OS X fixes
+* Lots of other enhancements, bug fixes, and documenation and i18n
+updates- 
+
+---
+Thu Apr 25 14:52:14 UTC 2013 - dmuel...@suse.com
+
+- explicitely disable building NEON for armv5/6 
+
+---
+Fri Mar  8 10:17:34 CET 2013 - ti...@suse.de
+
+- Fix a bug setting speaker volume to zero wrongly (bnc#805865)
+
+---
+Tue Mar  5 06:03:19 UTC 2013 - crrodrig...@opensuse.org
+
+- remove fno-strict-aliasing from CFLAGS
+- do not export SUSE_ASNEEDED=0, problem already fixed.
+
+---
+Sun Jan 20 17:55:54 UTC 2013 - ohole...@suse.com
+
+- bluetooth module now requires Bluez  4.99 
+
+---
+Mon Dec 31 18:09:24 UTC 2012 - crrodrig...@opensuse.org
+
+- Update to pulseaudio 3.0
+* ALSA Use Case Manager (UCM) support
+* Runtime editable LADSPA filter parameters
+* Out-of-the-box support for Bluetooth sources
+* Configurable device latency offset
+* Various ALSA 

commit ModemManager for openSUSE:13.1:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package ModemManager for 
openSUSE:13.1:Update checked in at 2013-12-02 12:06:22

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


Package is ModemManager

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='ModemManager.2290' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit btrfsprogs for openSUSE:13.1:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:13.1:Update 
checked in at 2013-12-02 12:06:56

Comparing /work/SRC/openSUSE:13.1:Update/btrfsprogs (Old)
 and  /work/SRC/openSUSE:13.1:Update/.btrfsprogs.new (New)


Package is btrfsprogs

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.uu1HVq/_old  2013-12-02 12:06:57.0 +0100
+++ /var/tmp/diff_new_pack.uu1HVq/_new  2013-12-02 12:06:57.0 +0100
@@ -1 +1 @@
-link package='btrfsprogs.2180' cicount='copy' /
+link package='btrfsprogs.2291' cicount='copy' /

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



commit kmymoney.2289 for openSUSE:13.1:Update

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kmymoney.2289 for 
openSUSE:13.1:Update checked in at 2013-12-02 12:07:46

Comparing /work/SRC/openSUSE:13.1:Update/kmymoney.2289 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.kmymoney.2289.new (New)


Package is kmymoney.2289

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.kmymoney.2289.new/kmymoney.changes  
2013-12-02 12:07:47.0 +0100
@@ -0,0 +1,620 @@
+---
+Sun Oct  6 02:58:58 UTC 2013 - nico.kru...@gmail.com
+
+- Update to 4.6.4:
+  Most important changes:
+  * Fixed the interaction with input method editors
+(kde#320579, kde#272393 and kde#272631)
+  * Fixed a crash after editing a security (kde#309105)
+  * The 'Use system colors' setting was made a default setting
+(kde#309010)
+  * Fixed the rendering of a ledger entry when the ledger does
+not have focus
+  * Fixed the persistency of some header settings like in the
+'Investments' view (kde#310260)
+  * Fixed a crash when OFX update is cancelled while waiting for
+KWallet (kde#281728)
+  * Fixed a crash cause by a transaction with an empty postdate
+(kde#310265)
+  * Fixed a possible crash while mapping an OFX account
+(kde#296681)
+  * Added definition for new Azerbaijani Manat (kde#307774)
+  * Fixed the category selection actions in the find transactions
+dialog (kde#313874)
+- drop fix-build-with-gmp-510.diff (kde#312481) (fixed upstream)
+
+---
+Sun Sep 15 19:33:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0001-Fixed-linking-with-Gwenhywfar-4.6.0.patch, fixes build
+  with newer Gwenhywfar versions
+
+---
+Sun Mar 10 15:55:17 UTC 2013 - nico.kru...@gmail.com
+
+- fix build with gmp 5.1.0 (file fix-build-with-gmp-510.diff)
+
+---
+Tue Sep 11 10:25:35 UTC 2012 - nico.kru...@gmail.com
+
+- Update to 4.6.3:
+  Most important changes:
+  * The online statement balance is highlighted if it's different
+from current file balance
+  * Correct the post date of the opening balance transaction when
+the opening date of the account changes
+  * The header state (adjusted column sizes) is now always
+restored correctly
+  * Can be built with Qt 4.8 without patching KDChart
+  * Fix a crash on opening SQLite databases
+  * MZN as new Mozambique Metical as well as an entry for MZM as
+the old Mozambique Metical were added
+  * Attempt to reconnect to the database (once) on accidental
+disconnects
+  * Allow the creation of 'Equity' accounts when
+   Show equity accounts is checked
+  * In the 'Find transactions' dialog trigger a search when return
+is pressed and there is text entered in the filter
+  * Reports related fixes
+  * Fixed a large minimum ledger size when using some fonts
+  * Fixed SQL sintax in a certain usecase
+  * CSV importer plugin related fixes
+- dropped kmymoney-qdebug.patch (fixed upstream)
+
+---
+Sat Feb  4 21:51:54 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 4.6.2:
+  Most important changes:
+  * OFX files with UTF-8 data can now be imported correctly
+  * Fix displaying the 'Enter/Skip schedule' action icons in the homepage on
+Windows
+  * Fixed the initial size of the schedule entry dialog in some use cases
+  * Fixed a hang in reports in some scenarios
+  * Fixed some Finance::Quote related problems on Windows
+  * Allow editing the memo of multiple transactions
+  * Fix schedule handling
+  * Make the QIF import on Windows usable
+  * Fix GnuCash file import
+  * Improve item navigation using the keyboard
+  * Scheduled transactions can now be correctly skipped or ignored when
+automatic entry is enabled
+  * Fix the budgets that somehow still reference invalid accounts
+
+---
+Wed Nov 30 12:55:52 UTC 2011 - idoen...@suse.de
+
+- Fix build with Qt 4.8 
+
+---
+Wed Nov  9 20:16:05 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 4.6.1:
+  * Fixed schedules moved to the next processing day
+  * Fixed a crash with an uncaught exception when closing the current file
+before a GNUCash import
+  * Fixed the split window redraw when resizing
+  * Fixed a crash caused by an invalid budget
+  * Fixed a crash when deleting an account
+  * The date can now be modified when editing multiple transactions
+  * The balance in the payees view is now computed correctly even if the payee
+has transactions with different 

commit konsole for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2013-12-02 12:31:12

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


Package is konsole

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2013-10-03 
15:59:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2013-12-02 
12:31:13.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:49:14 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:50:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:04:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  konsole-4.11.2.tar.xz

New:

  konsole-4.11.90.tar.xz



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.eiyaDL/_old  2013-12-02 12:31:14.0 +0100
+++ /var/tmp/diff_new_pack.eiyaDL/_new  2013-12-02 12:31:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   konsole
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:KDE Terminal
 License:GPL-2.0+

++ konsole-4.11.2.tar.xz - konsole-4.11.90.tar.xz ++
 3950 lines of diff (skipped)







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



commit kate for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2013-12-02 12:31:10

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


Package is kate

Changes:

--- /work/SRC/openSUSE:Factory/kate/kate.changes2013-10-03 
15:50:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2013-12-02 
12:31:11.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:49:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:49:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:03:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kate-4.11.2.tar.xz

New:

  kate-4.11.90.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.BWIdhc/_old  2013-12-02 12:31:11.0 +0100
+++ /var/tmp/diff_new_pack.BWIdhc/_new  2013-12-02 12:31:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kate
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Advanced Text Editor
 License:GPL-2.0+

++ kate-4.11.2.tar.xz - kate-4.11.90.tar.xz ++
 36838 lines of diff (skipped)

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



commit kdelibs4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2013-12-02 12:30:58

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


Package is kdelibs4

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2013-10-19 11:15:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2013-12-02 12:31:00.0 +0100
@@ -1,0 +2,37 @@
+Sat Nov 16 17:47:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:47:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+ 
+ - Dropped 0001-verbose.patch as we are now on 4.12 
+master.
+
+---
+Sat Nov  2 15:00:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Nov  2 14:56:50 UTC 2013 - tittiatc...@gmail.com
+
+- Drop patches due to upstream inclusion:
+  * 0001-Fix-association-with-derived-mimetype-again.patch
+  * 0001-Improve-fix-for-association-with-derived-mimetypes.patch
+
+---
+Mon Oct 21 14:30:48 UTC 2013 - wba...@tmo.at
+
+- Added 0001-Improve-fix-for-association-with-derived-mimetypes.patch,
+  improves the last fix for mimetype handling (kde#321706)
+
+---
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2013-10-22 
10:18:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2013-12-02 
12:31:00.0 +0100
@@ -1,0 +2,31 @@
+Sat Nov 16 17:47:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:47:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+ 
+ - Dropped 0001-verbose.patch as we are now on 4.12 
+master.
+
+---
+Sat Nov  2 15:00:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Nov  2 14:56:50 UTC 2013 - tittiatc...@gmail.com
+
+- Drop patches due to upstream inclusion:
+  * 0001-Fix-association-with-derived-mimetype-again.patch
+  * 0001-Improve-fix-for-association-with-derived-mimetypes.patch
+
+---

Old:

  0001-Fix-association-with-derived-mimetype-again.patch
  0001-Improve-fix-for-association-with-derived-mimetypes.patch
  kdelibs-4.11.2.tar.xz

New:

  kdelibs-4.11.90.tar.xz



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.3Q67hr/_old  2013-12-02 12:31:01.0 +0100
+++ /var/tmp/diff_new_pack.3Q67hr/_new  2013-12-02 12:31:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdelibs4-apidocs
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:KDE 4 API documentation
 License:LGPL-2.1+

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.3Q67hr/_old  2013-12-02 12:31:01.0 +0100
+++ /var/tmp/diff_new_pack.3Q67hr/_new  2013-12-02 12:31:01.0 +0100
@@ -24,7 +24,7 @@
 %define kderev 0
 
 Name:   kdelibs4
-Version:4.11.2
+Version:4.11.90
 Release:0
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automoc4
@@ -104,14 +104,6 @@
 # this patch exlcudes qtuitools symbols from libs that link to qtuitools, as 
otherwise users of
 # those libs are crashing(bnc#819437, kde#303576, kde#231077, qtbug#437)
 Patch11:exclude-qtuitools-symbols-from-public-libraries.patch
-# PATCH-FIX-OPENSUSE 0001-verbose.patch -- disables qDebug for udisks2 
queries, which resulted in ugly output,
-# when e.g. starting dolphin from CLI
-# NOTE patch is from master, aka 4.12 branch
-Patch1000:  0001-verbose.patch
-# PATCH-FIX-UPSTREAM 0001-Fix-association-with-derived-mimetype-again.patch -- 
fixup for resolving kde#321706. resolves 

commit kde4-filesystem for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kde4-filesystem for openSUSE:Factory 
checked in at 2013-12-02 12:30:56

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


Package is kde4-filesystem

Changes:

--- /work/SRC/openSUSE:Factory/kde4-filesystem/kde4-filesystem.changes  
2013-10-14 22:03:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde4-filesystem.new/kde4-filesystem.changes 
2013-12-02 12:30:58.0 +0100
@@ -1,0 +2,13 @@
+Sat Nov 16 17:42:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:44:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.12 (4.11.80 Aka Beta 1)
+  * http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---



Other differences:
--
++ kde4-filesystem.spec ++
--- /var/tmp/diff_new_pack.pugjgI/_old  2013-12-02 12:30:58.0 +0100
+++ /var/tmp/diff_new_pack.pugjgI/_new  2013-12-02 12:30:58.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   kde4-filesystem
 Url:http://www.kde.org
-Version:4.11
+Version:4.12
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KDE4 Directory Layout

++ macros.kde4 ++
--- /var/tmp/diff_new_pack.pugjgI/_old  2013-12-02 12:30:58.0 +0100
+++ /var/tmp/diff_new_pack.pugjgI/_new  2013-12-02 12:30:58.0 +0100
@@ -33,15 +33,15 @@
 %_kde4_modules  %{_kde4_modulesdir}
 %_kde4_servicetypes %{_kde4_servicetypesdir}
 
-%_kde_platform_version 4.11
+%_kde_platform_version 4.11.90
 %_kde_platform_minor_version %(echo %{_kde_platform_version} | cut -f 2 -d \.)
-%_kde_pimlibs_version  4.11
-%_kde_branding_version 4.11
-%_kde_akonadi_version  1.10.2
+%_kde_pimlibs_version  4.11.90
+%_kde_branding_version 4.11.90
+%_kde_akonadi_version  1.10.80
 
 %kde4_runtime_requires Requires: kdebase4-runtime = %_kde_platform_version 
libqt4-x11 = 4.8.1
 %kde4_pimlibs_requires Requires: kdepimlibs4  = %_kde_pimlibs_version
-%kde4_akonadi_requires Requires: akonadi-runtime  = %_kde_akonadi_version 
akonadi-runtime  1.10.40
+%kde4_akonadi_requires Requires: akonadi-runtime  = %_kde_akonadi_version 
akonadi-runtime  1.11.40
 
 %_kde_build_type release
 

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



commit kdebase4-runtime for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2013-12-02 12:31:05

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


Package is kdebase4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes
2013-10-03 15:52:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2013-12-02 12:31:07.0 +0100
@@ -1,0 +2,30 @@
+Sat Nov 16 17:48:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:49:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Added libgpgme-devel BuildRequres
+
+---
+Thu Nov  7 17:31:34 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop fix-samba4.diff, proper fix has been applied upstream in 
+  kdelibs
+- Apply Remove-volume-control-from-KNotify.patch only on openSUSE
+  = 13.1
+
+---
+Sat Nov  2 15:02:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  fix-samba4.diff
  kde-runtime-4.11.2.tar.xz

New:

  kde-runtime-4.11.90.tar.xz



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.z7I2uE/_old  2013-12-02 12:31:08.0 +0100
+++ /var/tmp/diff_new_pack.z7I2uE/_new  2013-12-02 12:31:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4-runtime
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:The KDE Runtime Components
 License:GPL-2.0+
@@ -33,11 +33,8 @@
 Patch3: khelpcenter-use-susehelp.patch
 Patch4: ksuseinstall.diff
 Patch5: kdesu-symbol-lookup-workaround.diff
-# PATCH-FIX-OPENSUSE Make sure that the samba kioslave can find the include 
file for Samba 4 
-# This is for factory only
-Patch6: fix-samba4.diff
 # PATCH-FIX-OPENSUSE Remove-volume-control-from-KNotify.patch -- kde#324975
-Patch7: Remove-volume-control-from-KNotify.patch
+Patch6: Remove-volume-control-from-KNotify.patch
 # PATCH-FIX-UPSTREAM Suppressed-Redundant-MouseEventListener-Signals.patch -- 
MouseEventListener item emitts multiple wheelMoved() signals for the same
 # wheel event (once for every child item), this patch suppresses redundant 
mouse signals (kde#316546, bnc#835309)
 Patch100:   Suppressed-Redundant-MouseEventListener-Signals.patch
@@ -45,6 +42,7 @@
 BuildRequires:  fdupes
 BuildRequires:  libcanberra-devel
 BuildRequires:  libexiv2-devel
+BuildRequires:  libgpgme-devel
 BuildRequires:  libkactivities-devel = %{version}
 BuildRequires:  libkde4-devel = %{version}
 #!BuildIgnore:  kdebase4-runtime
@@ -129,10 +127,9 @@
 %patch3
 %patch4 -p1
 %patch5
-%if %suse_version  1230
+%if %suse_version = 1310
 %patch6 -p1
 %endif
-%patch7 -p1
 %patch100 -p1
 
 %build


++ kde-runtime-4.11.2.tar.xz - kde-runtime-4.11.90.tar.xz ++
/work/SRC/openSUSE:Factory/kdebase4-runtime/kde-runtime-4.11.2.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kde-runtime-4.11.90.tar.xz 
differ: char 17, line 1

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



commit kactivities4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kactivities4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:00

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


Package is kactivities4

Changes:

--- /work/SRC/openSUSE:Factory/kactivities4/kactivities4.changes
2013-10-03 15:49:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities4.new/kactivities4.changes   
2013-12-02 12:31:02.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:47:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:48:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:00:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kactivities-4.11.2.tar.xz

New:

  kactivities-4.11.90.tar.xz



Other differences:
--
++ kactivities4.spec ++
--- /var/tmp/diff_new_pack.sHrjFY/_old  2013-12-02 12:31:03.0 +0100
+++ /var/tmp/diff_new_pack.sHrjFY/_new  2013-12-02 12:31:03.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   kactivities4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+ and LGPL-2.1+

++ kactivities-4.11.2.tar.xz - kactivities-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivities-4.11.2/src/service/Activities.cpp 
new/kactivities-4.11.90/src/service/Activities.cpp
--- old/kactivities-4.11.2/src/service/Activities.cpp   2013-08-28 
18:57:16.0 +0200
+++ new/kactivities-4.11.90/src/service/Activities.cpp  2013-10-26 
18:46:08.0 +0200
@@ -125,8 +125,6 @@
 using namespace Jobs;
 using namespace Jobs::General;
 
-DEFINE_ORDERED_SCHEDULER(setCurrentActivityJob);
-
 // If the activity is empty, this means we are entering a limbo state
 if (activity.isEmpty()) {
 currentActivity.clear();
@@ -143,13 +141,7 @@
 q-StartActivity(activity);
 
 //   - change the current activity and signal the change
-
-setCurrentActivityJob
-
-  // Change the activity
-General::call(this, emitCurrentActivityChanged, activity);
-
-setCurrentActivityJob.start();
+emitCurrentActivityChanged(activity);
 
 return true;
 }
@@ -213,26 +205,11 @@
 void Activities::RemoveActivity(const QString  activity)
 {
 // Sanity checks
-if (!d-activities.contains(activity)) return;
-
-DEFINE_ORDERED_SCHEDULER(removeActivityJob);
-
-using namespace Jobs;
-using namespace Jobs::General;
-
-//   - stop
-//   - if it was current, switch to a running activity
-//   - remove from configs
-//   - signal the event
-
-removeActivityJob
-
-  // Remove activity
-// TODO: Leaving the operator-() call so that no one is able to
-// miss out the fact that we are passing a raw pointer to d!
-General::call(d.operator-(), removeActivity, activity, true /* wait 
finished */);
+if (!d-activities.contains(activity)) {
+return;
+}
 
-removeActivityJob.start();
+d-removeActivity(activity);
 }
 
 void Activities::Private::removeActivity(const QString  activity)
@@ -288,28 +265,23 @@
 
 void Activities::Private::scheduleConfigSync(const bool soon)
 {
-static val shortInterval = 5 * 1000;
-static val longInterval  = 2 * 60 * 1000;
+static const auto shortInterval = 1000;
+static const auto longInterval = 2 * 60 * 1000;
 
-// short interval has priority to the long one
-if (soon) {
-if (configSyncTimer.interval() != shortInterval) {
-// always change to shortInterval if the current one is 
longInterval.
-configSyncTimer.stop();
-configSyncTimer.setInterval(shortInterval);
-}
-} else if (configSyncTimer.interval() != longInterval  
!configSyncTimer.isActive()) {
-configSyncTimer.setInterval(longInterval);
-}
-
-if (!configSyncTimer.isActive()) {
-configSyncTimer.start();
+// If the timer is not running, or has a longer interval than we need,
+// start it
+if ((soon  configSyncTimer.interval()  shortInterval)
+|| !configSyncTimer.isActive()) {

commit kdepimlibs4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:02

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


Package is kdepimlibs4

Changes:

--- /work/SRC/openSUSE:Factory/kdepimlibs4/kdepimlibs4.changes  2013-10-03 
15:54:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes 
2013-12-02 12:31:03.0 +0100
@@ -1,0 +2,26 @@
+Sat Nov 16 17:47:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+- Added Fixed-refcounting in-ETM-and-Monitor.patch from upstream
+  4.11 branch, for resolving issue where KMail did not show new
+  messages, (kde#312460)
+
+---
+Sat Nov  9 22:48:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Bump minimal libakonadiprotocolinternals-devel BuildRequires to
+  1.10.45
+
+---
+Sat Nov  2 15:01:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdepimlibs-4.11.2.tar.xz

New:

  Fixed-refcounting-in-ETM-and-Monitor.patch
  kdepimlibs-4.11.90.tar.xz



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.qNOsRJ/_old  2013-12-02 12:31:05.0 +0100
+++ /var/tmp/diff_new_pack.qNOsRJ/_new  2013-12-02 12:31:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepimlibs4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:KDE PIM Libraries
 License:LGPL-2.1+
@@ -27,11 +27,13 @@
 Patch1: disable-pth-build.diff
 # ldapkio-kolab3.diff: Add LDAP config for Kolab 3
 Patch2: ldapkio-kolab3.diff
+# PATCH-FIX-UPSTREAM Fixed-refcounting-in-ETM-and-Monitor.patch -- kde#312460
+Patch100:   Fixed-refcounting-in-ETM-and-Monitor.patch
 BuildRequires:  boost-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  fdupes
 BuildRequires:  gpgme-devel
-BuildRequires:  libakonadiprotocolinternals-devel = 1.8.0
+BuildRequires:  libakonadiprotocolinternals-devel = 1.10.45
 BuildRequires:  libassuan-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libprison-devel
@@ -61,6 +63,7 @@
 %setup -q -n kdepimlibs-%{version}
 %patch1
 %patch2
+%patch100 -p1
 
 %build
   %cmake_kde4 -d build
@@ -150,6 +153,8 @@
 %{_kde4_libdir}/libakonadi-kmime.so.*
 %{_kde4_libdir}/libakonadi-notes.so.*
 %{_kde4_libdir}/libakonadi-socialutils.so.*
+%{_kde4_libdir}/libakonadi-xml.so.*
+%{_kde4_bindir}/akonadi2xml
 
 %package -n libkdepimlibs4-devel
 Summary:KDE PIM Libraries: Build Environment
@@ -193,6 +198,7 @@
 %{_kde4_libdir}/libakonadi-kmime.so
 %{_kde4_libdir}/libakonadi-notes.so
 %{_kde4_libdir}/libakonadi-socialutils.so
+%{_kde4_libdir}/libakonadi-xml.so
 %{_kde4_libdir}/libgpgme++-pthread.so
 %{_kde4_libdir}/libgpgme++.so
 %{_kde4_libdir}/libkabc.so

++ Fixed-refcounting-in-ETM-and-Monitor.patch ++
From f32842adb2d58e90f96601e18104586350527a88 Mon Sep 17 00:00:00 2001
From: Christian Mollekopf chrig...@fastmail.fm
Date: Wed, 6 Nov 2013 12:30:18 +0100
Subject: [PATCH 1/1] Fixed refcounting in ETM and Monitor

This is a combination of several commits in order to fix the buffering
in the ETM.

In particular it incorporates the following changes:

1.

Fixed fetching of items that exited the buffer after being referenced.

After a collection exits the buffer after being referenced,
the monitor no longer emits updates for this collection.
It is therefore necessary for the ETM to refetch the items to get missing 
updates.

2. (regarding the removal of the MAXITEMS limit)

Don't keep outdated copies of items.

A collection is purged if reference counting is used and a collection
exits the buffer after being referenced. By not purging the items, it becomes
possile that we miss updates, and when refetching the collection because it's
referenced again, we don't emit change notifications because the items were in 
the model already.

Since we anyways have to fetch all items, we can as well purge all items.

Alternatives:
* compare revisions and emit change notifications if necessary in itemsFetched
* Still emit notifications in the monitor for modifications only

3.

Only buffer a collection after the refcount reaches zero.

Before, a collection that was dereffe'd at least once would

commit mono-qt4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package mono-qt4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:38

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


Package is mono-qt4

Changes:

--- /work/SRC/openSUSE:Factory/mono-qt4/mono-qt4.changes2013-10-03 
16:05:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-qt4.new/mono-qt4.changes   2013-12-02 
12:31:39.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:51:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:52:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:06:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  qyoto-4.11.2.tar.xz

New:

  qyoto-4.11.90.tar.xz



Other differences:
--
++ mono-qt4.spec ++
--- /var/tmp/diff_new_pack.UNutVW/_old  2013-12-02 12:31:39.0 +0100
+++ /var/tmp/diff_new_pack.UNutVW/_new  2013-12-02 12:31:39.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mono-qt4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Mono Qt4 kdebindings library
 License:GPL-2.0+

++ qyoto-4.11.2.tar.xz - qyoto-4.11.90.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-12-02 12:31:20

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


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-10-03 15:53:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-12-02 12:31:21.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:50:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:51:14 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:05:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  smokegen-4.11.2.tar.xz

New:

  smokegen-4.11.90.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.8bbu6w/_old  2013-12-02 12:31:21.0 +0100
+++ /var/tmp/diff_new_pack.8bbu6w/_new  2013-12-02 12:31:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.11.2.tar.xz - smokegen-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/smokegen-4.11.2/generators/smoke/writeSmokeDataFile.cpp 
new/smokegen-4.11.90/generators/smoke/writeSmokeDataFile.cpp
--- old/smokegen-4.11.2/generators/smoke/writeSmokeDataFile.cpp 2013-08-28 
19:00:50.0 +0200
+++ new/smokegen-4.11.90/generators/smoke/writeSmokeDataFile.cpp
2013-07-10 12:37:33.0 +0200
@@ -636,7 +636,7 @@
 
 int index = 0;
 QHashType*, int::const_iterator typeIt;
-if ((typeIt = typeIndex.find(enumType)) == typeIndex.end()) {
+if ((typeIt = typeIndex.constFind(enumType)) == 
typeIndex.constEnd()) {
 // this enum doesn't have an index, so we don't want it 
here
 continue;
 } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.11.2/generatorvisitor.cpp 
new/smokegen-4.11.90/generatorvisitor.cpp
--- old/smokegen-4.11.2/generatorvisitor.cpp2013-06-28 19:14:50.0 
+0200
+++ new/smokegen-4.11.90/generatorvisitor.cpp   2013-07-10 12:37:33.0 
+0200
@@ -690,7 +690,7 @@
 className.append(last);
 }
 
-QMapint, QListType  map = nc-templateArguments();
+const QMapint, QListType  map = nc-templateArguments();
 for (QMapint, QListType ::const_iterator it = map.begin(); it 
!= map.end(); it++) {
 QString str( );
 for (int i = 0; i  it.value().count(); i++) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokegen-4.11.2/parser/rpp/pp-location.cpp 
new/smokegen-4.11.90/parser/rpp/pp-location.cpp
--- old/smokegen-4.11.2/parser/rpp/pp-location.cpp  2013-06-28 
19:14:50.0 +0200
+++ new/smokegen-4.11.90/parser/rpp/pp-location.cpp 2013-07-10 
12:37:33.0 +0200
@@ -71,7 +71,7 @@
 if (known.first == anchor  !anchor.collapsed  
known.first.macroExpansion == anchor.macroExpansion)
   return;
   }
-  m_currentOffset = m_offsetTable.insert(offset, anchor);
+  m_currentOffset = QMapstd::size_t, 
Anchor::ConstIterator(m_offsetTable.insert(offset, anchor));
 }
 
 LocationTable::AnchorInTable LocationTable::anchorForOffset(std::size_t 
offset, bool collapseIfMacroExpansion) const

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



commit python-kde4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:25

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


Package is python-kde4

Changes:

--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2013-10-03 
16:07:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes 
2013-12-02 12:31:26.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:50:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:51:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:05:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
python3-kde4.changes: same change

Old:

  pykde4-4.11.2.tar.xz

New:

  pykde4-4.11.90.tar.xz



Other differences:
--
++ python-kde4.spec ++
--- /var/tmp/diff_new_pack.vQKAiB/_old  2013-12-02 12:31:27.0 +0100
+++ /var/tmp/diff_new_pack.vQKAiB/_new  2013-12-02 12:31:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-kde4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Python bindings for KDE 4
 License:LGPL-2.1+ and GPL-2.0+

python3-kde4.spec: same change
++ pykde4-4.11.2.tar.xz - pykde4-4.11.90.tar.xz ++

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



commit ruby-kde4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package ruby-kde4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:32

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


Package is ruby-kde4

Changes:

--- /work/SRC/openSUSE:Factory/ruby-kde4/ruby-kde4.changes  2013-10-03 
16:09:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby-kde4.new/ruby-kde4.changes 2013-12-02 
12:31:33.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:51:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:52:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:06:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  korundum-4.11.2.tar.xz

New:

  korundum-4.11.90.tar.xz



Other differences:
--
++ ruby-kde4.spec ++
--- /var/tmp/diff_new_pack.XM7lt9/_old  2013-12-02 12:31:34.0 +0100
+++ /var/tmp/diff_new_pack.XM7lt9/_new  2013-12-02 12:31:34.0 +0100
@@ -32,7 +32,7 @@
 Summary:Korundum Ruby-KDE library
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:korundum-%{version}.tar.xz
 Url:https://projects.kde.org/projects/kde/kdebindings/ruby/korundum

++ korundum-4.11.2.tar.xz - korundum-4.11.90.tar.xz ++

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



commit kdebase4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:07

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


Package is kdebase4

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes2013-10-03 
15:52:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2013-12-02 
12:31:09.0 +0100
@@ -1,0 +2,29 @@
+Sat Nov 16 17:48:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:49:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Droped 0001-Revert-Files-passed-as-arguments-Ignore-unsupported-.patch,
+  included in this release
+
+---
+Wed Nov  6 16:43:37 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0001-Revert-Files-passed-as-arguments-Ignore-unsupported-.patch
+  for resolving kde#327224
+
+---
+Sat Nov  2 15:03:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kde-baseapps-4.11.2.tar.xz

New:

  kde-baseapps-4.11.90.tar.xz



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.ylW4xu/_old  2013-12-02 12:31:10.0 +0100
+++ /var/tmp/diff_new_pack.ylW4xu/_new  2013-12-02 12:31:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:The Base KDE Apps
 License:GPL-2.0+

++ kde-baseapps-4.11.2.tar.xz - kde-baseapps-4.11.90.tar.xz ++
 7690 lines of diff (skipped)

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



commit plasma-addons for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2013-12-02 12:31:23

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


Package is plasma-addons

Changes:

--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes  
2013-10-03 16:06:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2013-12-02 12:31:24.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:50:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:51:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:05:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdeplasma-addons-4.11.2.tar.xz

New:

  kdeplasma-addons-4.11.90.tar.xz



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.xd5TLh/_old  2013-12-02 12:31:25.0 +0100
+++ /var/tmp/diff_new_pack.xd5TLh/_new  2013-12-02 12:31:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   plasma-addons
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Additional Plasma Widgets
 License:GPL-2.0+

++ kdeplasma-addons-4.11.2.tar.xz - kdeplasma-addons-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.11.2/applets/bubblemon/plasma-applet-bubblemon.desktop 
new/kdeplasma-addons-4.11.90/applets/bubblemon/plasma-applet-bubblemon.desktop
--- 
old/kdeplasma-addons-4.11.2/applets/bubblemon/plasma-applet-bubblemon.desktop   
2013-08-28 19:08:10.0 +0200
+++ 
new/kdeplasma-addons-4.11.90/applets/bubblemon/plasma-applet-bubblemon.desktop  
2013-11-02 07:08:47.0 +0100
@@ -56,6 +56,7 @@
 Comment=A pretty bubble that monitors your system
 Comment[bs]=Prijatni balon koji nadzire sistem.
 Comment[ca]=Una bombolla graciosa que vigila el sistema
+Comment[ca@valencia]=Una bombolla graciosa que vigila el sistema
 Comment[cs]=Pěkná bublina monitorující váš systém
 Comment[da]=En pæn boble der overvåger dit system
 Comment[de]=Eine schicke Blase, die Ihr System überwacht.
@@ -71,6 +72,7 @@
 Comment[pl]=Uroczy bąbelek, który monitoruje twój system
 Comment[pt]=Uma bolha bonita que vigia o seu sistema
 Comment[pt_BR]=Uma bonita bolha que monitora o seu sistema
+Comment[ro]=Un balon drăguț ce vă monitorizează sistemul
 Comment[ru]=Представление загрузки системы в виде пузырьков
 Comment[sk]=Pekná bublina, ktorá monitoruje váš systém
 Comment[sr]=Пријатни балон који надзире систем
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.11.2/applets/community/plasma-applet-opendesktop.desktop 
new/kdeplasma-addons-4.11.90/applets/community/plasma-applet-opendesktop.desktop
--- 
old/kdeplasma-addons-4.11.2/applets/community/plasma-applet-opendesktop.desktop 
2013-08-28 19:08:10.0 +0200
+++ 
new/kdeplasma-addons-4.11.90/applets/community/plasma-applet-opendesktop.desktop
2013-11-02 07:08:47.0 +0100
@@ -114,6 +114,7 @@
 Keywords=Utilities;
 Keywords[bs]=Alatke;
 Keywords[ca]=Utilitats;
+Keywords[ca@valencia]=Utilitats;
 Keywords[cs]=Nástroje;
 Keywords[da]=Værktøjer;
 Keywords[de]=Dienstprogramme:
@@ -131,6 +132,7 @@
 Keywords[pl]=Narzędzia;
 Keywords[pt]=Utilitários;
 Keywords[pt_BR]=Utilitários;
+Keywords[ro]=Utilitare;
 Keywords[ru]=Утилиты;
 Keywords[sk]=Nástroje;
 Keywords[sr]=алатке;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.11.2/applets/knowledgebase/knowledgeBaseConfig.ui 
new/kdeplasma-addons-4.11.90/applets/knowledgebase/knowledgeBaseConfig.ui
--- old/kdeplasma-addons-4.11.2/applets/knowledgebase/knowledgeBaseConfig.ui
2013-06-28 19:38:17.0 +0200
+++ new/kdeplasma-addons-4.11.90/applets/knowledgebase/knowledgeBaseConfig.ui   
2013-11-02 07:08:47.0 +0100
@@ -68,7 +68,7 @@
item row=4 column=1 colspan=2
 widget class=QLabel name=label_4
  property name=text
-  stringrefresh interval:/string
+  stringRefresh interval:/string
  /property
  property name=buddy
   

commit ruby-qt4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package ruby-qt4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:34

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


Package is ruby-qt4

Changes:

--- /work/SRC/openSUSE:Factory/ruby-qt4/ruby-qt4.changes2013-10-03 
16:09:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby-qt4.new/ruby-qt4.changes   2013-12-02 
12:31:35.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:51:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:52:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:06:14 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  qtruby-4.11.2.tar.xz

New:

  qtruby-4.11.90.tar.xz



Other differences:
--
++ ruby-qt4.spec ++
--- /var/tmp/diff_new_pack.zsD4sK/_old  2013-12-02 12:31:36.0 +0100
+++ /var/tmp/diff_new_pack.zsD4sK/_new  2013-12-02 12:31:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ruby-qt4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:QtRuby kdebindings library
 License:LGPL-2.1+

++ qtruby-4.11.2.tar.xz - qtruby-4.11.90.tar.xz ++

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



commit kdepim4-runtime for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-12-02 12:31:15

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


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-10-04 10:25:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-12-02 12:31:16.0 +0100
@@ -1,0 +2,25 @@
+Sat Nov 16 17:50:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:51:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Droped disable-knut.diff, knut is no longer part of kdepim-runtime
+
+---
+Sat Nov  2 15:04:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+- Drop 0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
+  and 0002-Disconnect-session-pool-manually-in-ImapResource-des.patch,
+  they are included in this release
+
+---

Old:

  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch
  disable-knut.diff
  kdepim-runtime-4.11.2.tar.xz

New:

  kdepim-runtime-4.11.90.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.zpx3rJ/_old  2013-12-02 12:31:17.0 +0100
+++ /var/tmp/diff_new_pack.zpx3rJ/_new  2013-12-02 12:31:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -25,11 +25,6 @@
 Url:http://www.kde.org
 Source0:kdepim-runtime-%{version}.tar.xz
 Source1:akonadi.png
-Patch1: disable-knut.diff
-# PATCH-FIX-UPSTREAM 
0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch -- kde#278082
-Patch1000:  0001-Don-t-bother-IMAP-servers-with-not-supported-flags.patch
-# PATCH-FIX-UPSTREAM 
0002-Disconnect-session-pool-manually-in-ImapResource-des.patch -- kde#325443
-Patch1001:  0002-Disconnect-session-pool-manually-in-ImapResource-des.patch
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libkfbapi-devel
@@ -54,9 +49,6 @@
 
 %prep
 %setup -q -n kdepim-runtime-%{version}
-%patch1
-%patch1000 -p1
-%patch1001 -p1
 
 %build
 %ifarch ppc64
@@ -108,7 +100,6 @@
 %{_kde4_datadir}/pixmaps/akonadi.png
 %{_kde4_iconsdir}/hicolor/*/apps/*
 %{_kde4_libdir}/libakonadi-filestore.so.4*
-%{_kde4_libdir}/libakonadi-xml.so.4*
 %{_kde4_libdir}/libkdepim-copy.so
 %{_kde4_libdir}/libkdepim-copy.so.4*
 %{_kde4_libdir}/libkmindexreader.so.4*


++ kdepim-runtime-4.11.2.tar.xz - kdepim-runtime-4.11.90.tar.xz ++
 21399 lines of diff (skipped)

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



commit perl-kde4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package perl-kde4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:30

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


Package is perl-kde4

Changes:

--- /work/SRC/openSUSE:Factory/perl-kde4/perl-kde4.changes  2013-10-03 
16:06:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-kde4.new/perl-kde4.changes 2013-12-02 
12:31:31.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:51:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:52:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:06:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  perlkde-4.11.2.tar.xz

New:

  perlkde-4.11.90.tar.xz



Other differences:
--
++ perl-kde4.spec ++
--- /var/tmp/diff_new_pack.vLGSBa/_old  2013-12-02 12:31:31.0 +0100
+++ /var/tmp/diff_new_pack.vLGSBa/_new  2013-12-02 12:31:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-kde4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Kdebindings Perl-KDE library
 License:LGPL-2.1+

++ perlkde-4.11.2.tar.xz - perlkde-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perlkde-4.11.2/CMakeLists.txt 
new/perlkde-4.11.90/CMakeLists.txt
--- old/perlkde-4.11.2/CMakeLists.txt   2013-06-28 19:16:31.0 +0200
+++ new/perlkde-4.11.90/CMakeLists.txt  2013-09-30 11:05:11.0 +0200
@@ -37,7 +37,11 @@
 add_definitions(-DDEBUG)
 
 include (FindPerlMore)
-set(CUSTOM_PERL_SITE_ARCH_DIR ${PERL_SITE_ARCH_DIR} CACHE DIR Custom 
installation directory for perl binary extension)
+string(LENGTH ${PERL_INSTALL_PREFIX} PERL_INSTALL_PREFIX_LEN)
+math(EXPR PERL_INSTALL_PREFIX_LEN ${PERL_INSTALL_PREFIX_LEN}+1)
+string(SUBSTRING ${PERL_SITE_ARCH_DIR} ${PERL_INSTALL_PREFIX_LEN} -1 
CUSTOM_PERL_SITE_ARCH_DIR)
+file(TO_NATIVE_PATH ${CMAKE_INSTALL_PREFIX}/${CUSTOM_PERL_SITE_ARCH_DIR} 
CUSTOM_PERL_SITE_ARCH_DIR)
+set(CUSTOM_PERL_SITE_ARCH_DIR ${CUSTOM_PERL_SITE_ARCH_DIR} CACHE DIR Custom 
installation directory for perl binary extension)
 
 include_directories(${PERLQT_INCLUDE_DIR}/perlqt ${SMOKE_INCLUDE_DIR} 
${SMOKE_QTCORE_INCLUDE_DIR} ${SMOKE_KDECORE_INCLUDE_DIR} ${KDE4_INCLUDES})
 

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



commit kdegraphics-strigi-analyzer for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:Factory checked in at 2013-12-02 12:31:57

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


Package is kdegraphics-strigi-analyzer

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer.changes
  2013-10-03 15:53:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new/kdegraphics-strigi-analyzer.changes
 2013-12-02 12:31:58.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:52:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:54:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:07:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdegraphics-strigi-analyzer-4.11.2.tar.xz

New:

  kdegraphics-strigi-analyzer-4.11.90.tar.xz



Other differences:
--
++ kdegraphics-strigi-analyzer.spec ++
--- /var/tmp/diff_new_pack.EC9gOv/_old  2013-12-02 12:31:59.0 +0100
+++ /var/tmp/diff_new_pack.EC9gOv/_new  2013-12-02 12:31:59.0 +0100
@@ -25,7 +25,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdegraphics-strigi-analyzer-4.11.2.tar.xz - 
kdegraphics-strigi-analyzer-4.11.90.tar.xz ++

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



commit gwenview for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package gwenview for openSUSE:Factory 
checked in at 2013-12-02 12:31:53

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


Package is gwenview

Changes:

--- /work/SRC/openSUSE:Factory/gwenview/gwenview.changes2013-10-03 
15:47:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenview.new/gwenview.changes   2013-12-02 
12:31:53.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:52:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:53:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:07:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  gwenview-4.11.2.tar.xz

New:

  gwenview-4.11.90.tar.xz



Other differences:
--
++ gwenview.spec ++
--- /var/tmp/diff_new_pack.IEAQP8/_old  2013-12-02 12:31:54.0 +0100
+++ /var/tmp/diff_new_pack.IEAQP8/_new  2013-12-02 12:31:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gwenview
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Simple Image Viewer for KDE
 License:GPL-2.0+

++ gwenview-4.11.2.tar.xz - gwenview-4.11.90.tar.xz ++
 2300 lines of diff (skipped)

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



commit kcolorchooser for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kcolorchooser for openSUSE:Factory 
checked in at 2013-12-02 12:31:55

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


Package is kcolorchooser

Changes:

--- /work/SRC/openSUSE:Factory/kcolorchooser/kcolorchooser.changes  
2013-10-03 15:51:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcolorchooser.new/kcolorchooser.changes 
2013-12-02 12:31:56.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:52:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:54:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:07:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kcolorchooser-4.11.2.tar.xz

New:

  kcolorchooser-4.11.90.tar.xz



Other differences:
--
++ kcolorchooser.spec ++
--- /var/tmp/diff_new_pack.9iNxDF/_old  2013-12-02 12:31:57.0 +0100
+++ /var/tmp/diff_new_pack.9iNxDF/_new  2013-12-02 12:31:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kcolorchooser
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Color Chooser
 License:MIT

++ kcolorchooser-4.11.2.tar.xz - kcolorchooser-4.11.90.tar.xz ++

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



commit libkdcraw for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2013-12-02 12:31:45

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


Package is libkdcraw

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2013-10-03 
16:04:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2013-12-02 
12:31:46.0 +0100
@@ -1,0 +2,23 @@
+Sat Nov 16 17:52:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:53:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Drop libraw-disable-mosaic-packs.patch, as libraw is no longer
+  bundled with libkdcraw
+
+---
+Sat Nov  2 15:07:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libkdcraw-4.11.2.tar.xz
  libraw-disable-mosaic-packs.patch

New:

  libkdcraw-4.11.90.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.S7w9LI/_old  2013-12-02 12:31:47.0 +0100
+++ /var/tmp/diff_new_pack.S7w9LI/_new  2013-12-02 12:31:47.0 +0100
@@ -16,17 +16,16 @@
 #
 
 
-%define _so 22
+%define _so 23
 
 Name:   libkdcraw
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Shared library interface around dcraw
 License:LGPL-2.0+ and GPL-2.0+ and GPL-3.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-Patch1: libraw-disable-mosaic-packs.patch
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libkde4-devel
@@ -49,10 +48,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1
-
-# Remove GPLd mosaic packs
-rm -rf libraw/demosaic-pack-*
 
 %build
   %cmake_kde4 -d build -- -DENABLE_LCMS2=true -DENABLE_RAWSPEED=true

++ libkdcraw-4.11.2.tar.xz - libkdcraw-4.11.90.tar.xz ++
 48611 lines of diff (skipped)

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



commit kdegraphics-thumbnailers for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2013-12-02 12:31:59

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


Package is kdegraphics-thumbnailers

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2013-10-03 15:54:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2013-12-02 12:31:59.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:52:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:54:14 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:07:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdegraphics-thumbnailers-4.11.2.tar.xz

New:

  kdegraphics-thumbnailers-4.11.90.tar.xz



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.XBSld5/_old  2013-12-02 12:32:00.0 +0100
+++ /var/tmp/diff_new_pack.XBSld5/_new  2013-12-02 12:32:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdegraphics-thumbnailers
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Graphics file thumbnail generators
 License:LGPL-2.1+

++ kdegraphics-thumbnailers-4.11.2.tar.xz - 
kdegraphics-thumbnailers-4.11.90.tar.xz ++

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



commit perl-qt4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:27

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


Package is perl-qt4

Changes:

--- /work/SRC/openSUSE:Factory/perl-qt4/perl-qt4.changes2013-10-03 
16:06:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-qt4.new/perl-qt4.changes   2013-12-02 
12:31:28.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:51:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:52:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:05:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  perlqt-4.11.2.tar.xz

New:

  perlqt-4.11.90.tar.xz



Other differences:
--
++ perl-qt4.spec ++
--- /var/tmp/diff_new_pack.p31TWl/_old  2013-12-02 12:31:29.0 +0100
+++ /var/tmp/diff_new_pack.p31TWl/_new  2013-12-02 12:31:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-qt4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:PerlQt kdebindings library
 License:GPL-2.0+

++ perlqt-4.11.2.tar.xz - perlqt-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perlqt-4.11.2/cmake/MacroProve.cmake 
new/perlqt-4.11.90/cmake/MacroProve.cmake
--- old/perlqt-4.11.2/cmake/MacroProve.cmake2013-06-28 19:16:25.0 
+0200
+++ new/perlqt-4.11.90/cmake/MacroProve.cmake   2013-11-02 19:10:01.0 
+0100
@@ -1,5 +1,5 @@
 
-MACRO( MACRO_PROVE _testname _path)
+FUNCTION( MACRO_PROVE _testname _path)
 
 if(WIN32)
 set(prove_cmd prove.bat)
@@ -20,4 +20,4 @@
 endif(_workingdir)
 
 add_test(${_testname} ${prove_cmd} ${prove_args} ${escaped_path})
-ENDMACRO( MACRO_PROVE _testname _path )
+ENDFUNCTION( MACRO_PROVE _testname _path )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perlqt-4.11.2/qtcore/lib/QtCore4.pm 
new/perlqt-4.11.90/qtcore/lib/QtCore4.pm
--- old/perlqt-4.11.2/qtcore/lib/QtCore4.pm 2013-06-28 19:16:25.0 
+0200
+++ new/perlqt-4.11.90/qtcore/lib/QtCore4.pm2013-11-02 19:10:01.0 
+0100
@@ -1301,12 +1301,15 @@
 
 foreach my $sp ('', ' ') {
 my $where = $sp . $perlClassName;
-installautoload($where);
-# Putting this in one package gives XS_AUTOLOAD one spot to look for
-# the autoload variable
-package Qt::AutoLoad;
-my $autosub = \{$where . '::_UTOLOAD'};
-Qt::_internal::installSub( $where.'::AUTOLOAD', sub{$autosub} );
+
+if (!exists {$where . '::AUTOLOAD'}) {
+installautoload($where);
+# Putting this in one package gives XS_AUTOLOAD one spot to look 
for
+# the autoload variable
+package Qt::AutoLoad;
+my $autosub = \{$where . '::_UTOLOAD'};
+Qt::_internal::installSub( $where.'::AUTOLOAD', sub{$autosub} );
+}
 }
 
 installSub($perlClassName\::NEW, sub {
@@ -1417,9 +1420,9 @@
 my $signals = $meta-{signals};
 my $slots = $meta-{slots};
 
-@{$classinfos} = () if !defined @{$classinfos};
-@{$signals} = () if !defined @{$signals};
-@{$slots} = () if !defined @{$slots};
+@{$classinfos} = () if !defined $classinfos;
+@{$signals} = () if !defined $signals;
+@{$slots} = () if !defined $slots;
 
 # Each entry in 'stringdata' corresponds to a string in the
 # qt_meta_stringdata_classname structure.
@@ -1646,6 +1649,8 @@
 use strict;
 use warnings;
 
+use Scalar::Util;
+
 # Called in the DESTROY method for all QObjects to see if they still have a
 # parent, and avoid deleting them if they do.
 sub Qt::Object::ON_DESTROY {
@@ -1805,67 +1810,91 @@
 });
 
 sub String {
-if ( @_ ) {
+if ( scalar @_ ) {
+if ( Scalar::Util::readonly( $_[0] ) ) {
+my $val = shift;
+return bless \$val, 'Qt::String';
+}
 return bless \shift, 'Qt::String';
-} else {
-return bless '', 'Qt::String';
 }
+return bless '', 'Qt::String';
 }
 
 sub CString {
-if ( @_ ) {
+if ( scalar @_ ) {
+if 

commit mono-kde4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:Factory 
checked in at 2013-12-02 12:31:36

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


Package is mono-kde4

Changes:

--- /work/SRC/openSUSE:Factory/mono-kde4/mono-kde4.changes  2013-10-06 
14:29:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-kde4.new/mono-kde4.changes 2013-12-02 
12:31:37.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:51:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:52:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:06:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kimono-4.11.2.tar.xz

New:

  kimono-4.11.90.tar.xz



Other differences:
--
++ mono-kde4.spec ++
--- /var/tmp/diff_new_pack.NSTnbn/_old  2013-12-02 12:31:37.0 +0100
+++ /var/tmp/diff_new_pack.NSTnbn/_new  2013-12-02 12:31:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mono-kde4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Kimono Mono-kde library
 License:LGPL-2.1+

++ kimono-4.11.2.tar.xz - kimono-4.11.90.tar.xz ++

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



commit libkipi for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-12-02 12:31:43

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


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-10-03 
16:04:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-12-02 
12:31:44.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:51:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:53:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:06:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libkipi-4.11.2.tar.xz

New:

  libkipi-4.11.90.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.ECZd8e/_old  2013-12-02 12:31:45.0 +0100
+++ /var/tmp/diff_new_pack.ECZd8e/_new  2013-12-02 12:31:45.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.11.2.tar.xz - libkipi-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.11.2/libkipi/configwidget_p.cpp 
new/libkipi-4.11.90/libkipi/configwidget_p.cpp
--- old/libkipi-4.11.2/libkipi/configwidget_p.cpp   2013-06-28 
19:36:48.0 +0200
+++ new/libkipi-4.11.90/libkipi/configwidget_p.cpp  2013-09-12 
13:01:10.0 +0200
@@ -164,6 +164,8 @@
 item-m_info-reload();
 }
 }
+
+config-sync();
 }
 
 void PluginListView::slotCheckAll()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-4.11.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-4.11.90/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-4.11.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
  2013-08-28 19:07:35.0 +0200
+++ 
new/libkipi-4.11.90/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2013-09-12 13:01:10.0 +0200
@@ -2,6 +2,7 @@
 Encoding=UTF-8
 UntranslatedGenericName=KXMLHelloWorld
 Name=KXMLHelloWorld
+Name[bg]=KXMLHelloWorld
 Name[bs]=KXMLHelloWorld
 Name[ca]=KXMLHelloWorld
 Name[ca@valencia]=KXMLHelloWorld
@@ -43,6 +44,7 @@
 Name[zh_CN]=KXMLHelloWorld
 Name[zh_TW]=KXMLHelloWorld
 Comment=A demo kipi tool using KDE XML-GUI technology
+Comment[bg]=Демонстрационен инструмент на kipi с технологията на KDE XML-GUI
 Comment[bs]=Demo kipi alat koji koristi KDE XML-GUI tehnologiju
 Comment[ca]=Una demostració de l'eina kipi que utilitza la tecnologia XML-GUI 
del KDE
 Comment[ca@valencia]=Una demostració de l'eina kipi que utilitza la tecnologia 
XML-GUI del KDE

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



commit kamera for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2013-12-02 12:31:47

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


Package is kamera

Changes:

--- /work/SRC/openSUSE:Factory/kamera/kamera.changes2013-10-03 
15:50:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes   2013-12-02 
12:31:47.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:52:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:53:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:07:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kamera-4.11.2.tar.xz

New:

  kamera-4.11.90.tar.xz



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.CLP3N3/_old  2013-12-02 12:31:48.0 +0100
+++ /var/tmp/diff_new_pack.CLP3N3/_new  2013-12-02 12:31:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kamera
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Base package for kdegraphics apps
 License:LGPL-2.1+

++ kamera-4.11.2.tar.xz - kamera-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-4.11.2/kcontrol/kamera.cpp 
new/kamera-4.11.90/kcontrol/kamera.cpp
--- old/kamera-4.11.2/kcontrol/kamera.cpp   2013-06-28 19:36:05.0 
+0200
+++ new/kamera-4.11.90/kcontrol/kamera.cpp  2013-10-25 16:45:46.0 
+0200
@@ -50,8 +50,6 @@
 
 // --- Camera control center module widget ---
 
-KKameraConfig *KKameraConfig::m_instance = NULL;
-
 KKameraConfig::KKameraConfig(QWidget *parent, const QVariantList )
: KCModule(KKameraConfigFactory::componentData(), parent/*, name*/)
 {
@@ -72,9 +70,6 @@
 
displayGPFailureDialogue();
}
-
-   // store instance for frontend_prompt
-   m_instance = this;
 }
 
 KKameraConfig::~KKameraConfig()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-4.11.2/kcontrol/kamera.h 
new/kamera-4.11.90/kcontrol/kamera.h
--- old/kamera-4.11.2/kcontrol/kamera.h 2013-06-28 19:36:05.0 +0200
+++ new/kamera-4.11.90/kcontrol/kamera.h2013-10-25 16:45:46.0 
+0200
@@ -104,8 +104,6 @@
// true if libgphoto2 was initialised successfully in
// the constructor
bool m_gpInitialised;
-
-   static KKameraConfig *m_instance;
 };
 
 #endif

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



commit libkexiv2 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2013-12-02 12:31:40

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


Package is libkexiv2

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2013-10-03 
16:04:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2013-12-02 
12:31:42.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:51:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:53:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:06:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libkexiv2-4.11.2.tar.xz

New:

  libkexiv2-4.11.90.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.LDtUjo/_old  2013-12-02 12:31:43.0 +0100
+++ /var/tmp/diff_new_pack.LDtUjo/_new  2013-12-02 12:31:43.0 +0100
@@ -19,7 +19,7 @@
 %define _so 11
 
 Name:   libkexiv2
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Library to manipulate picture meta data
 License:GPL-2.0+
@@ -63,7 +63,7 @@
 %files -n %{name}-%{_so}
 %defattr(-,root,root)
 %{_kde4_appsdir}/%{name}/
-%{_kde4_libdir}/%{name}.so.*
+%{_kde4_libdir}/%{name}.so.%{_so}*
 
 %package devel
 Summary:Library to manipulate picture meta data
@@ -83,5 +83,6 @@
 %{_kde4_libdir}/%{name}.so
 %{_kde4_libdir}/pkgconfig/%{name}.pc
 %{_kde4_includedir}/%{name}/
+%{_kde4_libdir}/cmake/libkexiv2*/
 
 %changelog

++ libkexiv2-4.11.2.tar.xz - libkexiv2-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-4.11.2/CMakeLists.txt 
new/libkexiv2-4.11.90/CMakeLists.txt
--- old/libkexiv2-4.11.2/CMakeLists.txt 2013-08-28 19:07:31.0 +0200
+++ new/libkexiv2-4.11.90/CMakeLists.txt2013-10-31 17:58:43.0 
+0100
@@ -108,6 +108,24 @@
   ADD_SUBDIRECTORY(libkexiv2)
   ADD_SUBDIRECTORY(test)
 
+  INCLUDE(CMakePackageConfigHelpers)
+  CONFIGURE_PACKAGE_CONFIG_FILE(libkexiv2-config.cmake.in 
libkexiv2-config.cmake
+INSTALL_DESTINATION 
${LIB_INSTALL_DIR}/cmake/libkexiv2-${KEXIV2_LIB_VERSION_STRING}
+   PATH_VARS 
INCLUDE_INSTALL_DIR
+NO_CHECK_REQUIRED_COMPONENTS_MACRO)
+  WRITE_BASIC_PACKAGE_VERSION_FILE(libkexiv2-config-version.cmake
+  VERSION 
${KEXIV2_LIB_MAJOR_VERSION}.${KEXIV2_LIB_MINOR_VERSION}.${KEXIV2_LIB_PATCH_VERSION}
+   COMPATIBILITY SameMajorVersion)
+  INSTALL(EXPORT Libkexiv2
+ DESTINATION 
${LIB_INSTALL_DIR}/cmake/libkexiv2-${KEXIV2_LIB_VERSION_STRING}
+ NAMESPACE Libkexiv2::
+ FILE libkexiv2-export.cmake)
+  INSTALL(FILES
+  ${CMAKE_CURRENT_BINARY_DIR}/libkexiv2-config.cmake
+  ${CMAKE_CURRENT_BINARY_DIR}/libkexiv2-config-version.cmake
+  DESTINATION
+  ${LIB_INSTALL_DIR}/cmake/libkexiv2-${KEXIV2_LIB_VERSION_STRING}
+)
   IF(NOT WIN32)
 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkexiv2.pc.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libkexiv2.pc)
 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkexiv2.lsm.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libkexiv2.lsm)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-4.11.2/libkexiv2/CMakeLists.txt 
new/libkexiv2-4.11.90/libkexiv2/CMakeLists.txt
--- old/libkexiv2-4.11.2/libkexiv2/CMakeLists.txt   2013-06-28 
19:36:45.0 +0200
+++ new/libkexiv2-4.11.90/libkexiv2/CMakeLists.txt  2013-10-31 
17:58:43.0 +0100
@@ -65,7 +65,7 @@
 SET_TARGET_PROPERTIES(kexiv2 PROPERTIES VERSION 
${KEXIV2_LIB_SO_VERSION_STRING} 
  SOVERSION ${KEXIV2_LIB_SO_CUR_VERSION})
 
-INSTALL(TARGETS kexiv2 ${INSTALL_TARGETS_DEFAULT_ARGS} )
+INSTALL(TARGETS kexiv2 EXPORT Libkexiv2 ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
 INSTALL(FILES topicset.iptc-subjectcode.xml DESTINATION 
${DATA_INSTALL_DIR}/libkexiv2/data)
 
diff -urN 

commit kgeography for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2013-12-02 12:32:23

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


Package is kgeography

Changes:

--- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes2013-10-03 
15:58:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2013-12-02 12:32:24.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:54:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:55:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:09:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kgeography-4.11.2.tar.xz

New:

  kgeography-4.11.90.tar.xz



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.K4rm1Z/_old  2013-12-02 12:32:25.0 +0100
+++ /var/tmp/diff_new_pack.K4rm1Z/_new  2013-12-02 12:32:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kgeography
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Geography Trainer
 License:GPL-2.0+

++ kgeography-4.11.2.tar.xz - kgeography-4.11.90.tar.xz ++
/work/SRC/openSUSE:Factory/kgeography/kgeography-4.11.2.tar.xz 
/work/SRC/openSUSE:Factory/.kgeography.new/kgeography-4.11.90.tar.xz differ: 
char 17, line 1

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



commit khangman for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2013-12-02 12:32:26

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


Package is khangman

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2013-10-03 
15:58:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2013-12-02 
12:32:27.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:55:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:56:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:10:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  khangman-4.11.2.tar.xz

New:

  khangman-4.11.90.tar.xz



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.80YXzf/_old  2013-12-02 12:32:28.0 +0100
+++ /var/tmp/diff_new_pack.80YXzf/_new  2013-12-02 12:32:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   khangman
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Hangman Game
 License:GPL-2.0+

++ khangman-4.11.2.tar.xz - khangman-4.11.90.tar.xz ++

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



commit kruler for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2013-12-02 12:32:01

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


Package is kruler

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2013-10-03 
16:00:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2013-12-02 
12:32:02.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:53:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:54:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:08:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kruler-4.11.2.tar.xz

New:

  kruler-4.11.90.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.ksMjq2/_old  2013-12-02 12:32:03.0 +0100
+++ /var/tmp/diff_new_pack.ksMjq2/_new  2013-12-02 12:32:03.0 +0100
@@ -26,7 +26,7 @@
 Provides:   kde4-kruler = 4.3.0
 Obsoletes:  kde4-kruler  4.3.0
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kruler-4.11.2.tar.xz - kruler-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-4.11.2/kruler.desktop 
new/kruler-4.11.90/kruler.desktop
--- old/kruler-4.11.2/kruler.desktop2013-06-28 19:36:29.0 +0200
+++ new/kruler-4.11.90/kruler.desktop   2013-08-04 06:26:17.0 +0200
@@ -63,6 +63,7 @@
 GenericName[tg]=Ҷадвали экрании KDE
 GenericName[th]=ไม้บรรทัดบนหน้าจอ
 GenericName[tr]=Ekran Cetveli
+GenericName[ug]=ئېكران باشقۇرغۇ
 GenericName[uk]=Лінійка екрана
 GenericName[uz]=Ekran lineykasi
 GenericName[uz@cyrillic]=Экран линейкаси

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



commit ksnapshot for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package ksnapshot for openSUSE:Factory 
checked in at 2013-12-02 12:32:03

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


Package is ksnapshot

Changes:

--- /work/SRC/openSUSE:Factory/ksnapshot/ksnapshot.changes  2013-10-03 
16:01:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnapshot.new/ksnapshot.changes 2013-12-02 
12:32:03.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:53:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:54:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:08:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ksnapshot-4.11.2.tar.xz

New:

  ksnapshot-4.11.90.tar.xz



Other differences:
--
++ ksnapshot.spec ++
--- /var/tmp/diff_new_pack.bYqGDb/_old  2013-12-02 12:32:04.0 +0100
+++ /var/tmp/diff_new_pack.bYqGDb/_new  2013-12-02 12:32:04.0 +0100
@@ -29,7 +29,7 @@
 %else
 BuildRequires:  sane-backends
 %endif
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Screen Capture Program
 License:GPL-2.0+

++ ksnapshot-4.11.2.tar.xz - ksnapshot-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnapshot-4.11.2/ksnapshot.desktop 
new/ksnapshot-4.11.90/ksnapshot.desktop
--- old/ksnapshot-4.11.2/ksnapshot.desktop  2013-08-28 19:07:22.0 
+0200
+++ new/ksnapshot-4.11.90/ksnapshot.desktop 2013-10-28 05:06:02.0 
+0100
@@ -18,7 +18,7 @@
 GenericName[et]=Töölaua pildistamine
 GenericName[eu]=Pantailari argazkiak ateratzeko programa
 GenericName[fa]=برنامه گیراندازی پرده
-GenericName[fi]=Ruudunkaappausohjelma
+GenericName[fi]=Kuvankaappausohjelma
 GenericName[fr]=Programme pour capture d'écran
 GenericName[ga]=Clár gabhála scáileáin
 GenericName[gl]=Programa para facer capturas de pantalla
@@ -63,7 +63,7 @@
 GenericName[tg]=Эҷоди суратҳои экран
 GenericName[th]=เครื่องมือจับภาพหน้าจอ
 GenericName[tr]=Ekran Görüntüsü Yakalayıcı
-GenericName[ug]=ئېكران كۆرۈنۈشىنى رەسىمگە ئېلىش پروگراممىسى
+GenericName[ug]=ئېكران كۆرۈنۈشىنى تۇتۇش پروگراممىسى
 GenericName[uk]=Створення знімків вікон
 GenericName[uz]=Skrinshot olish dasturi
 GenericName[uz@cyrillic]=Скриншот олиш дастури

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



commit kig for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2013-12-02 12:32:30

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


Package is kig

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2013-10-03 15:58:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2013-12-02 
12:32:31.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:55:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:56:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:10:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kig-4.11.2.tar.xz

New:

  kig-4.11.90.tar.xz



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.ku5c0U/_old  2013-12-02 12:32:32.0 +0100
+++ /var/tmp/diff_new_pack.ku5c0U/_new  2013-12-02 12:32:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kig
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Interactive Geometry
 License:GPL-2.0+

++ kig-4.11.2.tar.xz - kig-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-4.11.2/CMakeLists.txt 
new/kig-4.11.90/CMakeLists.txt
--- old/kig-4.11.2/CMakeLists.txt   2013-08-28 19:02:43.0 +0200
+++ new/kig-4.11.90/CMakeLists.txt  2013-10-27 13:52:39.0 +0100
@@ -25,10 +25,10 @@
 add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} 
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 include_directories (${QDBUS_INCLUDE_DIRS}  ${CMAKE_SOURCE_DIR} 
${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
 
-find_package(BoostPython)
-
 kde4_no_enable_final(kig)
 
+find_package(BoostPython)
+
 include(KigConfigureChecks.cmake)
 
 add_subdirectory( doc )
@@ -40,16 +40,26 @@
 #add_subdirectory( kfile )
 add_subdirectory( data )
 add_subdirectory( pykig )
-if(BOOST_PYTHON_FOUND)
+if(BoostPython_FOUND)
   add_subdirectory( scripting )
-endif(BOOST_PYTHON_FOUND)
+endif(BoostPython_FOUND)
+
+macro_log_feature(
+   BoostPython_FOUND
+   Boost.Python
+   Kig can optionally use Boost.Python for Python scripting
+   http://www.boost.org/;
+   FALSE
+   1.31
+   
+)
 
 macro_display_feature_log()
 
 include_directories( ${CMAKE_SOURCE_DIR}/modes )
-if(BOOST_PYTHON_FOUND)
-  include_directories(${BOOST_PYTHON_INCLUDES})
-endif(BOOST_PYTHON_FOUND)
+if(BoostPython_FOUND)
+  include_directories(${BoostPython_INCLUDE_DIRS})
+endif(BoostPython_FOUND)
 
 # kigpart
 
@@ -178,7 +188,7 @@
misc/kigcoordinateprecisiondialog.ui
 )
 
-if(BOOST_PYTHON_FOUND)
+if(BoostPython_FOUND)
   set(kigpart_PART_SRCS ${kigpart_PART_SRCS}
  modes/popup/scriptactionsprovider.cc
  scripting/newscriptwizard.cc
@@ -189,18 +199,17 @@
   )
 
   set_source_files_properties(scripting/python_scripter.cc PROPERTIES 
COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS})
-endif(BOOST_PYTHON_FOUND)
+endif(BoostPython_FOUND)
 
 
 kde4_add_plugin(kigpart ${kigpart_PART_SRCS})
 
 target_link_libraries(kigpart ${KDE4_KPARTS_LIBS} ${KDE4_KUTILS_LIBS} )
-if(BOOST_PYTHON_FOUND)
-  target_link_libraries(kigpart ${BOOST_PYTHON_LIBS} ${KDE4_KTEXTEDITOR_LIBS})
-endif(BOOST_PYTHON_FOUND)
+if(BoostPython_FOUND)
+  target_link_libraries(kigpart ${BoostPython_LIBRARIES} 
${KDE4_KTEXTEDITOR_LIBS})
+endif(BoostPython_FOUND)
 
 install(TARGETS kigpart DESTINATION ${PLUGIN_INSTALL_DIR})
 
-
 # unit tests
 add_subdirectory(tests)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-4.11.2/KigConfigureChecks.cmake 
new/kig-4.11.90/KigConfigureChecks.cmake
--- old/kig-4.11.2/KigConfigureChecks.cmake 2013-06-28 19:19:41.0 
+0200
+++ new/kig-4.11.90/KigConfigureChecks.cmake2013-10-27 13:52:39.0 
+0100
@@ -9,21 +9,10 @@
 set(CMAKE_REQUIRED_INCLUDES)
 set(CMAKE_REQUIRED_LIBRARIES)
 
-macro_optional_find_package(BoostPython)
-
 # at the end, output the configuration
 configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/config-kig.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/config-kig.h
 )
 
-macro_log_feature(
-   BOOST_PYTHON_FOUND
-   Boost.Python
-   Kig can optionally use Boost.Python for Python scripting
-   

commit kgamma for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kgamma for openSUSE:Factory checked 
in at 2013-12-02 12:31:49

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


Package is kgamma

Changes:

--- /work/SRC/openSUSE:Factory/kgamma/kgamma.changes2013-10-03 
15:58:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma.new/kgamma.changes   2013-12-02 
12:31:50.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:52:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:53:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:07:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kgamma-4.11.2.tar.xz

New:

  kgamma-4.11.90.tar.xz



Other differences:
--
++ kgamma.spec ++
--- /var/tmp/diff_new_pack.3WV8Yf/_old  2013-12-02 12:31:50.0 +0100
+++ /var/tmp/diff_new_pack.3WV8Yf/_new  2013-12-02 12:31:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kgamma
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0+

++ kgamma-4.11.2.tar.xz - kgamma-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma-4.11.2/kcmkgamma/kgamma.desktop 
new/kgamma-4.11.90/kcmkgamma/kgamma.desktop
--- old/kgamma-4.11.2/kcmkgamma/kgamma.desktop  2013-08-28 19:07:05.0 
+0200
+++ new/kgamma-4.11.90/kcmkgamma/kgamma.desktop 2013-11-04 05:00:07.0 
+0100
@@ -178,7 +178,7 @@
 X-KDE-Keywords[nl]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[pl]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[pt]=KGamma, kgamma, Gamma, gamma, Gama, gama
-X-KDE-Keywords[pt_BR]=KGamma, kgamma, Gamma, gama
+X-KDE-Keywords[pt_BR]=KGamma, kgamma, Gama, gama
 X-KDE-Keywords[ru]=KGamma,kgamma,Gamma,gamma,гамма,монитор
 X-KDE-Keywords[sk]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[sl]=KGamma,kgamma,Gamma,gamma,gama

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



commit kalzium for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory checked 
in at 2013-12-02 12:32:17

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


Package is kalzium

Changes:

--- /work/SRC/openSUSE:Factory/kalzium/kalzium.changes  2013-10-03 
15:50:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalzium.new/kalzium.changes 2013-12-02 
12:32:18.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:53:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:55:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:09:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kalzium-4.11.2.tar.xz

New:

  kalzium-4.11.90.tar.xz



Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.QdjwJ9/_old  2013-12-02 12:32:18.0 +0100
+++ /var/tmp/diff_new_pack.QdjwJ9/_new  2013-12-02 12:32:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kalzium
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Periodic Table of Elements
 License:GPL-2.0+

++ kalzium-4.11.2.tar.xz - kalzium-4.11.90.tar.xz ++
 2168 lines of diff (skipped)

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



commit kolourpaint for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2013-12-02 12:31:51

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


Package is kolourpaint

Changes:

--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2013-10-03 
15:59:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 
2013-12-02 12:31:52.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:52:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:53:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:07:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kolourpaint-4.11.2.tar.xz

New:

  kolourpaint-4.11.90.tar.xz



Other differences:
--
++ kolourpaint.spec ++
--- /var/tmp/diff_new_pack.ARIhjf/_old  2013-12-02 12:31:53.0 +0100
+++ /var/tmp/diff_new_pack.ARIhjf/_new  2013-12-02 12:31:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kolourpaint
-Version:4.11.2
+Version:4.11.90
 Release:0
 # See bnc#717722 for license details
 Summary:Paint Program

++ kolourpaint-4.11.2.tar.xz - kolourpaint-4.11.90.tar.xz ++

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



commit kanagram for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:Factory 
checked in at 2013-12-02 12:32:19

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


Package is kanagram

Changes:

--- /work/SRC/openSUSE:Factory/kanagram/kanagram.changes2013-10-03 
15:50:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kanagram.new/kanagram.changes   2013-12-02 
12:32:19.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:54:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:55:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:09:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kanagram-4.11.2.tar.xz

New:

  kanagram-4.11.90.tar.xz



Other differences:
--
++ kanagram.spec ++
--- /var/tmp/diff_new_pack.o9x1P3/_old  2013-12-02 12:32:20.0 +0100
+++ /var/tmp/diff_new_pack.o9x1P3/_new  2013-12-02 12:32:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kanagram
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Anagram Game
 License:GPL-2.0+

++ kanagram-4.11.2.tar.xz - kanagram-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kanagram-4.11.2/src/desktop/CMakeLists.txt 
new/kanagram-4.11.90/src/desktop/CMakeLists.txt
--- old/kanagram-4.11.2/src/desktop/CMakeLists.txt  2013-06-28 
19:18:01.0 +0200
+++ new/kanagram-4.11.90/src/desktop/CMakeLists.txt 2013-10-22 
00:10:28.0 +0200
@@ -5,6 +5,7 @@
 ${CMAKE_CURRENT_BINARY_DIR}
 ${LIBKDEEDU_INCLUDE_DIR}
 ${KANAGRAM_ENGINE_INCLUDE_DIRS}
+${KDE4_INCLUDES}
 )
 
 set(kanagramdesktop_SRCS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kanagram-4.11.2/src/desktop/kanagram.cpp 
new/kanagram-4.11.90/src/desktop/kanagram.cpp
--- old/kanagram-4.11.2/src/desktop/kanagram.cpp2013-06-28 
19:18:01.0 +0200
+++ new/kanagram-4.11.90/src/desktop/kanagram.cpp   2013-10-22 
00:10:28.0 +0200
@@ -50,6 +50,7 @@
 
 static const char* m_textRevealWord = I18N_NOOP(reveal word);
 static const char* m_textHint = I18N_NOOP(hint);
+static const char* m_textPicHint = I18N_NOOP(picture hint);
 static const char* m_nextText = I18N_NOOP(Next Anagram);
 
 double kWindowWidth = 1000.0;
@@ -75,10 +76,10 @@
 
 Kanagram::Kanagram()
 : KMainWindow(), m_game(NULL), m_overNext(false), m_overConfig(false),
-m_overHelp(false), m_overQuit(false), m_overReveal(false), 
m_overHint(false),
+m_overHelp(false), m_overQuit(false), m_overReveal(false), 
m_overHint(false),m_overPicHint(false),
 m_overUp(false), m_overAboutKDE(false), m_overAboutApp(false),
 m_overHandbook(false), m_overSwitcher(false), m_overLogo(false),
-m_overHintBox(false), m_showHint(false), m_player(NULL), 
m_wordRevealed(false),
+m_overHintBox(false), m_showHint(false), m_showPicHint(false), 
m_player(NULL), m_wordRevealed(false),
 m_actionCollection(NULL)
 {
 setAttribute(Qt::WA_StaticContents);
@@ -91,6 +92,10 @@
 loadSettings();
 
 m_game = new KanagramGame();
+if (!m_game-picHint().isEmpty())
+{
+m_pictureHint.load(m_game-picHint().pathOrUrl());
+}
 
 setMouseTracking(true);
 m_chalkColor = QColor(155, 155, 155);
@@ -329,7 +334,13 @@
 {
 drawTextNew(p, reveal, Qt::AlignBottom | Qt::AlignRight, 6, 0, 
m_blackboardRect, m_overReveal, m_cornerFontSize);
 }
+
 drawTextNew(p, i18n(m_textHint), Qt::AlignBottom | Qt::AlignLeft, 6, 0, 
m_blackboardRect, m_overHint, m_cornerFontSize);
+
+if(!m_game-picHint().isEmpty())
+{
+drawTextNew(p, i18n(m_textPicHint), Qt::AlignTop | Qt::AlignLeft, 6, 
8, m_blackboardRect, m_overPicHint, m_cornerFontSize);//for picture hint
+}
 
 // update these rects because we have access to the painter and thus the 
fontsize here
 QFont font = KGlobalSettings::generalFont();
@@ -338,6 +349,7 @@
 QFontMetrics fm(font);
 QRect r = innerRect(m_blackboardRect, 6, 0);
 m_hintRect = fm.boundingRect(r, Qt::AlignBottom|Qt::AlignLeft, 
i18n(m_textHint));
+

commit kiten for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2013-12-02 12:32:32

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


Package is kiten

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2013-10-03 
15:58:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2013-12-02 
12:32:35.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:55:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:56:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:10:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kiten-4.11.2.tar.xz

New:

  kiten-4.11.90.tar.xz



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.qVvBEB/_old  2013-12-02 12:32:35.0 +0100
+++ /var/tmp/diff_new_pack.qVvBEB/_new  2013-12-02 12:32:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kiten
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Japanese Reference/Study Tool
 License:GPL-2.0+

++ kiten-4.11.2.tar.xz - kiten-4.11.90.tar.xz ++
/work/SRC/openSUSE:Factory/kiten/kiten-4.11.2.tar.xz 
/work/SRC/openSUSE:Factory/.kiten.new/kiten-4.11.90.tar.xz differ: char 17, 
line 1

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



commit libksane for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2013-12-02 12:32:04

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


Package is libksane

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2013-10-03 
16:04:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2013-12-02 
12:32:05.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:53:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:54:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:08:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libksane-4.11.2.tar.xz

New:

  libksane-4.11.90.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.IwmsKC/_old  2013-12-02 12:32:07.0 +0100
+++ /var/tmp/diff_new_pack.IwmsKC/_new  2013-12-02 12:32:07.0 +0100
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libksane-4.11.2.tar.xz - libksane-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-4.11.2/libksane/ksane_widget.cpp 
new/libksane-4.11.90/libksane/ksane_widget.cpp
--- old/libksane-4.11.2/libksane/ksane_widget.cpp   2013-08-28 
19:07:43.0 +0200
+++ new/libksane-4.11.90/libksane/ksane_widget.cpp  2013-08-15 
21:22:30.0 +0200
@@ -159,7 +159,13 @@
 d-m_zFitBtn-setIcon(KIcon(document-preview));
 d-m_zFitBtn-setToolTip(i18n(Zoom to Fit));
 connect(d-m_zFitBtn, SIGNAL(clicked()), d-m_previewViewer, 
SLOT(zoom2Fit()));
-
+
+d-m_clearSelBtn = new QToolButton(this);
+d-m_clearSelBtn-setAutoRaise(true);
+d-m_clearSelBtn-setIcon(KIcon(edit-clear));
+d-m_clearSelBtn-setToolTip(i18n(Clear Selections));
+connect(d-m_clearSelBtn, SIGNAL(clicked()), d-m_previewViewer, 
SLOT(clearSelections()));
+
 d-m_prevBtn = new KPushButton(this);
 d-m_prevBtn-setIcon(KIcon(document-import));
 d-m_prevBtn-setToolTip(i18n(Scan Preview Image));
@@ -180,6 +186,7 @@
 btn_lay-addWidget(d-m_zOutBtn);
 btn_lay-addWidget(d-m_zSelBtn);
 btn_lay-addWidget(d-m_zFitBtn);
+btn_lay-addWidget(d-m_clearSelBtn);
 btn_lay-addStretch(100);
 btn_lay-addWidget(d-m_prevBtn);
 btn_lay-addWidget(d-m_scanBtn);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-4.11.2/libksane/ksane_widget_private.cpp 
new/libksane-4.11.90/libksane/ksane_widget_private.cpp
--- old/libksane-4.11.2/libksane/ksane_widget_private.cpp   2013-06-28 
19:36:54.0 +0200
+++ new/libksane-4.11.90/libksane/ksane_widget_private.cpp  2013-08-15 
21:22:30.0 +0200
@@ -58,6 +58,7 @@
 m_zOutBtn   = 0;
 m_zSelBtn   = 0;
 m_zFitBtn   = 0;
+m_clearSelBtn   = 0;
 m_prevBtn   = 0;
 m_scanBtn   = 0;
 m_cancelBtn = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-4.11.2/libksane/ksane_widget_private.h 
new/libksane-4.11.90/libksane/ksane_widget_private.h
--- old/libksane-4.11.2/libksane/ksane_widget_private.h 2013-06-28 
19:36:54.0 +0200
+++ new/libksane-4.11.90/libksane/ksane_widget_private.h2013-08-15 
21:22:30.0 +0200
@@ -129,6 +129,7 @@
 QToolButton*m_zOutBtn;
 QToolButton*m_zSelBtn;
 QToolButton*m_zFitBtn;
+QToolButton*m_clearSelBtn;
 KPushButton*m_scanBtn;
 KPushButton*m_prevBtn;
 

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



commit kscd for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kscd for openSUSE:Factory checked in 
at 2013-12-02 12:33:10

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


Package is kscd

Changes:

--- /work/SRC/openSUSE:Factory/kscd/kscd.changes2013-10-03 
16:01:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.kscd.new/kscd.changes   2013-12-02 
12:33:11.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:00:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:01:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:14:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kscd-4.11.2.tar.xz

New:

  kscd-4.11.90.tar.xz



Other differences:
--
++ kscd.spec ++
--- /var/tmp/diff_new_pack.AIYpYP/_old  2013-12-02 12:33:11.0 +0100
+++ /var/tmp/diff_new_pack.AIYpYP/_new  2013-12-02 12:33:11.0 +0100
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/CD/Players
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kscd-4.11.2.tar.xz - kscd-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscd-4.11.2/hwcontroler.cpp 
new/kscd-4.11.90/hwcontroler.cpp
--- old/kscd-4.11.2/hwcontroler.cpp 2013-08-28 19:10:03.0 +0200
+++ new/kscd-4.11.90/hwcontroler.cpp2013-09-30 16:40:06.0 +0200
@@ -47,20 +47,16 @@
 using namespace Phonon;
 
 HWControler::HWControler ()
+   : selectedCd(-1)
+   , speakers(new Phonon::AudioOutput ( MusicCategory, this ))
+   , selectedS(-1)
+   , media(new Phonon::MediaObject(this))
+   , mc(new MediaController(media))
+   , loopState(NoLoop)
+   , random(false)
+   , isEjectAtTheEndOfTheCdActivated(false)
+   , posPlayList(-1)
 {
-   setEjectActivated(false);
-   // in kscd starting, no loop option
-   loopState = NoLoop;
-
-   random = false;
-
-   // init CD detection
-   selectedCd=-1;
-
-   // init Speakers detection
-   selectedS=-1;
-   setVolume(50);
-
// getting all optical disc driver
QListSolid::Device devList = 
Solid::Device::listFromType(Solid::DeviceInterface::OpticalDrive, QString());
 
@@ -83,13 +79,8 @@
}
}
 
-   //TODO: Load ALL audio output
-   speakers = new Phonon::AudioOutput ( MusicCategory, this );
selectedS=0;
 
-   // init of media object
-   media = new Phonon::MediaObject(this);
-
// Multimedia configuration
configMedia();
 }
@@ -210,6 +201,7 @@
{
mc-setAutoplayTitles(false);
media-stop();
+   kDebug()  stop with restart?  restart;
if (restart)
{
mc-setCurrentTitle(1);
@@ -320,9 +312,9 @@
if(cdIn[selectedCd]-isCdInserted())
{

media-setCurrentSource(*cdIn[selectedCd]-getMediaSource());
-   path = Phonon::createPath(media, speakers);
+if (!path.isValid())
+   path = Phonon::createPath(media, speakers);
kDebug() Phonon Loaded;
-   mc = new MediaController(media);
mc-setAutoplayTitles(false);
media-setTickInterval(100);

connect(media,SIGNAL(tick(qint64)),this,SLOT(replayTrack(qint64)));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscd-4.11.2/hwcontroler.h 
new/kscd-4.11.90/hwcontroler.h
--- old/kscd-4.11.2/hwcontroler.h   2013-06-28 19:40:46.0 +0200
+++ new/kscd-4.11.90/hwcontroler.h  2013-09-30 16:40:06.0 +0200
@@ -121,7 +121,7 @@
void play();
void nextTrack();
void prevTrack();
-   void stop(bool restart=true); // @param restart, if true 
restart 

commit ktouch for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2013-12-02 12:32:43

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


Package is ktouch

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2013-10-03 
16:02:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2013-12-02 
12:32:44.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:57:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:58:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:12:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ktouch-4.11.2.tar.xz

New:

  ktouch-4.11.90.tar.xz



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.sUiltQ/_old  2013-12-02 12:32:45.0 +0100
+++ /var/tmp/diff_new_pack.sUiltQ/_new  2013-12-02 12:32:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ktouch
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0+

++ ktouch-4.11.2.tar.xz - ktouch-4.11.90.tar.xz ++
 4326 lines of diff (skipped)

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



commit kbruch for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2013-12-02 12:32:20

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


Package is kbruch

Changes:

--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes2013-10-03 
15:51:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes   2013-12-02 
12:32:22.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:54:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:55:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:09:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kbruch-4.11.2.tar.xz

New:

  kbruch-4.11.90.tar.xz



Other differences:
--
++ kbruch.spec ++
--- /var/tmp/diff_new_pack.b4yJbA/_old  2013-12-02 12:32:22.0 +0100
+++ /var/tmp/diff_new_pack.b4yJbA/_new  2013-12-02 12:32:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kbruch
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Excercise Fractions
 License:GPL-2.0+

++ kbruch-4.11.2.tar.xz - kbruch-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-4.11.2/src/AppMenuWidget.cpp 
new/kbruch-4.11.90/src/AppMenuWidget.cpp
--- old/kbruch-4.11.2/src/AppMenuWidget.cpp 2013-06-28 19:18:27.0 
+0200
+++ new/kbruch-4.11.90/src/AppMenuWidget.cpp2013-10-27 13:43:50.0 
+0100
@@ -56,7 +56,6 @@
 
 #endif
 setupActions();
-createGUI(AppMenuWidgetui.rc);
 
 QString css =
 QPushButton#m_Freestyle {
@@ -178,7 +177,7 @@
 
 if (!initialGeometrySet())
 resize(QSize(725, 330).expandedTo(minimumSizeHint()));
-setupGUI(Keys | Create);
+setupGUI(Keys | Create, AppMenuWidgetui.rc);
 setAutoSaveSettings();
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-4.11.2/src/kbruch.desktop 
new/kbruch-4.11.90/src/kbruch.desktop
--- old/kbruch-4.11.2/src/kbruch.desktop2013-08-28 19:02:17.0 
+0200
+++ new/kbruch-4.11.90/src/kbruch.desktop   2013-10-27 13:43:50.0 
+0100
@@ -129,7 +129,7 @@
 Comment[ta]=பின்னங்களில் செயல்முறை பயிற்சிகள்
 Comment[tg]=Машқҳои таҷрибавӣ барои ададҳои касрӣ
 Comment[tr]=Kesirler konusunda alıştırmalar yap
-Comment[ug]=كەسىر سان مەشىق قىلىش
+Comment[ug]=كەسىر سان مەشىقلىرى
 Comment[uk]=Практичні вправи з дробами
 Comment[vi]=Bài luyện tập tính toán với phân số
 Comment[x-test]=xxPractice exercises with fractionsxx

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



commit libkdeedu4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libkdeedu4 for openSUSE:Factory 
checked in at 2013-12-02 12:32:08

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


Package is libkdeedu4

Changes:

--- /work/SRC/openSUSE:Factory/libkdeedu4/libkdeedu4.changes2013-10-03 
16:04:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdeedu4.new/libkdeedu4.changes   
2013-12-02 12:32:10.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:53:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:54:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:08:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libkdeedu-4.11.2.tar.xz

New:

  libkdeedu-4.11.90.tar.xz



Other differences:
--
++ libkdeedu4.spec ++
--- /var/tmp/diff_new_pack.CoShOr/_old  2013-12-02 12:32:11.0 +0100
+++ /var/tmp/diff_new_pack.CoShOr/_new  2013-12-02 12:32:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libkdeedu4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+

++ libkdeedu-4.11.2.tar.xz - libkdeedu-4.11.90.tar.xz ++

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



commit blinken for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2013-12-02 12:32:11

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


Package is blinken

Changes:

--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2013-10-03 
15:45:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.blinken.new/blinken.changes 2013-12-02 
12:32:13.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:53:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:54:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:08:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  blinken-4.11.2.tar.xz

New:

  blinken-4.11.90.tar.xz



Other differences:
--
++ blinken.spec ++
--- /var/tmp/diff_new_pack.WJi53b/_old  2013-12-02 12:32:14.0 +0100
+++ /var/tmp/diff_new_pack.WJi53b/_new  2013-12-02 12:32:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   blinken
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Simon Says Game
 License:GPL-2.0+

++ blinken-4.11.2.tar.xz - blinken-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blinken-4.11.2/src/blinken.desktop 
new/blinken-4.11.90/src/blinken.desktop
--- old/blinken-4.11.2/src/blinken.desktop  2013-06-28 19:16:47.0 
+0200
+++ new/blinken-4.11.90/src/blinken.desktop 2013-08-04 06:22:41.0 
+0200
@@ -50,7 +50,7 @@
 Name[sl]=Blinken
 Name[sv]=Blinken
 Name[tr]=Blinken
-Name[ug]=Blinken
+Name[ug]=لىپىلدىغان
 Name[uk]=Blinken
 Name[x-test]=xxBlinkenxx
 Name[zh_CN]=Blinken

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



commit kmplot for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2013-12-02 12:32:39

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


Package is kmplot

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-10-03 
15:59:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-12-02 
12:32:41.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:56:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:57:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:11:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kmplot-4.11.2.tar.xz

New:

  kmplot-4.11.90.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.u0nBXK/_old  2013-12-02 12:32:42.0 +0100
+++ /var/tmp/diff_new_pack.u0nBXK/_new  2013-12-02 12:32:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.11.2.tar.xz - kmplot-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.11.2/kmplot/kmplot.desktop 
new/kmplot-4.11.90/kmplot/kmplot.desktop
--- old/kmplot-4.11.2/kmplot/kmplot.desktop 2013-06-28 19:20:41.0 
+0200
+++ new/kmplot-4.11.90/kmplot/kmplot.desktop2013-08-25 17:40:43.0 
+0200
@@ -66,7 +66,7 @@
 Comment[ta]=இயக்க வரைவி
 Comment[tg]=Плоттери Функсионалӣ
 Comment[tr]=Fonksiyon Çizici
-Comment[ug]=فۇنكسىيە گرافىكى سىزغۇ
+Comment[ug]=فۇنكسىيىنىڭ گرافىكىنى سىزغۇ
 Comment[uk]=Побудова графіків функцій
 Comment[vi]=Vẽ đồ thị Hàm số
 Comment[xh]=Umzobi Womsebenzi

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



commit libkcompactdisc4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libkcompactdisc4 for 
openSUSE:Factory checked in at 2013-12-02 12:33:00

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


Package is libkcompactdisc4

Changes:

--- /work/SRC/openSUSE:Factory/libkcompactdisc4/libkcompactdisc4.changes
2013-10-03 16:03:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc4.new/libkcompactdisc4.changes   
2013-12-02 12:33:00.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:59:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:01:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:14:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libkcompactdisc-4.11.2.tar.xz

New:

  libkcompactdisc-4.11.90.tar.xz



Other differences:
--
++ libkcompactdisc4.spec ++
--- /var/tmp/diff_new_pack.0vo8xz/_old  2013-12-02 12:33:01.0 +0100
+++ /var/tmp/diff_new_pack.0vo8xz/_new  2013-12-02 12:33:01.0 +0100
@@ -23,7 +23,7 @@
 Summary:KDE CD Library
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:libkcompactdisc-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcompactdisc-4.11.2.tar.xz - libkcompactdisc-4.11.90.tar.xz ++

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



commit kmix for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:Factory checked in 
at 2013-12-02 12:33:12

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


Package is kmix

Changes:

--- /work/SRC/openSUSE:Factory/kmix/kmix.changes2013-10-03 
15:59:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmix.new/kmix.changes   2013-12-02 
12:33:14.0 +0100
@@ -1,0 +2,26 @@
+Sat Nov 16 18:00:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:01:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:14:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---
+Sat Nov  2 02:36:35 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Only apply Who-needs-event-slider.patch for openSUSE = 13.1
+
+---

Old:

  kmix-4.11.2.tar.xz

New:

  kmix-4.11.90.tar.xz



Other differences:
--
++ kmix.spec ++
--- /var/tmp/diff_new_pack.dDs9SJ/_old  2013-12-02 12:33:14.0 +0100
+++ /var/tmp/diff_new_pack.dDs9SJ/_new  2013-12-02 12:33:14.0 +0100
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Mixers
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE Who-needs-event-slider.patch -- since KNotify will no 
longer be able pretending it can 
@@ -41,7 +41,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} = 1310
 %patch0 -p1
+%endif
 
 %build
   %cmake_kde4 -d build

++ kmix-4.11.2.tar.xz - kmix-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmix-4.11.2/kmix.desktop 
new/kmix-4.11.90/kmix.desktop
--- old/kmix-4.11.2/kmix.desktop2013-08-28 19:10:00.0 +0200
+++ new/kmix-4.11.90/kmix.desktop   2013-09-03 11:57:22.0 +0200
@@ -48,6 +48,7 @@
 GenericName[sr@latin]=Zvučna mikseta
 GenericName[sv]=Ljudmixer
 GenericName[tr]=Ses Karıştırıcı
+GenericName[ug]=ئاۋاز كىرىشتۈرگۈچى
 GenericName[uk]=Аудіомікшер
 GenericName[x-test]=xxSound Mixerxx
 GenericName[zh_CN]=混音器
@@ -95,6 +96,7 @@
 Name[sr@latin]=K‑mikseta
 Name[sv]=Kmix
 Name[tr]=KMix
+Name[ug]=KMix
 Name[uk]=KMix
 Name[x-test]=xxKMixxx
 Name[zh_CN]=KMix
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmix-4.11.2/kmix.notifyrc 
new/kmix-4.11.90/kmix.notifyrc
--- old/kmix-4.11.2/kmix.notifyrc   2013-08-28 19:10:00.0 +0200
+++ new/kmix-4.11.90/kmix.notifyrc  2013-09-03 11:57:22.0 +0200
@@ -43,6 +43,7 @@
 Comment[sr@latin]=Zvučna mikseta
 Comment[sv]=Ljudmixer
 Comment[tr]=Ses Karıştırıcı
+Comment[ug]=ئاۋاز كىرىشتۈرگۈچى
 Comment[uk]=Аудіомікшер
 Comment[x-test]=xxSound Mixerxx
 Comment[zh_CN]=混音器
@@ -91,6 +92,7 @@
 Name[sr@latin]=Odstupni audio uređaj
 Name[sv]=Reservljudenhet
 Name[tr]=Ses Aygıtı Yedeğe Geçiş
+Name[ug]=ئاۋاز ئۈسكۈنىسىنى تۆۋەنلەت
 Name[uk]=Другорядний аудіопристрій
 Name[x-test]=xxAudio Device Fallbackxx
 Name[zh_CN]=备用音频设备
@@ -136,6 +138,7 @@
 Comment[sr@latin]=Obaveštenje o automatskom spadanju ako željeni uređaj nije 
dostupan
 Comment[sv]=Underrättelse vid automatisk återgång om önskad enhet inte är 
tillgänglig
 Comment[tr]=Tercih edilen aygıt erişilemez ise otomatik olarak yeni aygıta 
geçme bildirimi
+Comment[ug]=مايىللىقتىكى ئۈسكۈنەنى ئىشلەتكىلى بولمىغاندا ئۆزلۈكىدىن تۆۋەنلىتىش 
ئۇقتۇرۇشى
 Comment[uk]=Сповіщення про автоматичне повернення до типового пристрою, якщо 
бажаний пристрій недоступний
 Comment[x-test]=xxNotification on automatic fallback if the preferred device 
is unavailablexx
 Comment[zh_CN]=如果首选设备不可用,在自动使用备用设备时进行通知
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmix-4.11.2/kmix_autostart.desktop 
new/kmix-4.11.90/kmix_autostart.desktop
--- old/kmix-4.11.2/kmix_autostart.desktop  2013-08-28 19:10:00.0 
+0200
+++ new/kmix-4.11.90/kmix_autostart.desktop 2013-09-03 11:57:22.0 
+0200
@@ -53,6 +53,7 @@
 GenericName[sr@latin]=Zvučna mikseta
 GenericName[sv]=Ljudmixer
 GenericName[tr]=Ses Karıştırıcı
+GenericName[ug]=ئاۋاز كىرىشتۈرگۈچى
 

commit kstars for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2013-12-02 12:32:41

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


Package is kstars

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2013-10-03 
16:01:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2013-12-02 
12:32:42.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:56:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:57:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:11:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kstars-4.11.2.tar.xz

New:

  kstars-4.11.90.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.bjdg4K/_old  2013-12-02 12:32:44.0 +0100
+++ /var/tmp/diff_new_pack.bjdg4K/_new  2013-12-02 12:32:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kstars
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Desktop Planetarium
 License:GPL-2.0+

++ kstars-4.11.2.tar.xz - kstars-4.11.90.tar.xz ++
/work/SRC/openSUSE:Factory/kstars/kstars-4.11.2.tar.xz 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-4.11.90.tar.xz differ: char 17, 
line 1

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



commit step for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2013-12-02 12:32:55

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


Package is step

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2013-10-03 
16:09:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2013-12-02 
12:32:56.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:59:27 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:00:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:14:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  step-4.11.2.tar.xz

New:

  step-4.11.90.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.Vebtlc/_old  2013-12-02 12:32:56.0 +0100
+++ /var/tmp/diff_new_pack.Vebtlc/_new  2013-12-02 12:32:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   step
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0+

++ step-4.11.2.tar.xz - step-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-4.11.2/step/step.desktop 
new/step-4.11.90/step/step.desktop
--- old/step-4.11.2/step/step.desktop   2013-08-28 19:04:32.0 +0200
+++ new/step-4.11.90/step/step.desktop  2013-11-03 23:07:22.0 +0100
@@ -52,7 +52,7 @@
 Name[sl]=Step
 Name[sv]=Step
 Name[tr]=Step
-Name[ug]=قەدەم
+Name[ug]=Step
 Name[uk]=Step
 Name[x-test]=xxStepxx
 Name[zh_CN]=Step
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-4.11.2/stepcore/collisionsolver.cc 
new/step-4.11.90/stepcore/collisionsolver.cc
--- old/step-4.11.2/stepcore/collisionsolver.cc 2013-06-28 19:28:06.0 
+0200
+++ new/step-4.11.90/stepcore/collisionsolver.cc2013-11-03 
23:07:22.0 +0100
@@ -23,6 +23,7 @@
 #include algorithm
 #include QtGlobal
 
+#define EIGEN_USE_NEW_STDVECTOR
 #include Eigen/StdVector
 
 namespace StepCore {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-4.11.2/stepcore/collisionsolver.h 
new/step-4.11.90/stepcore/collisionsolver.h
--- old/step-4.11.2/stepcore/collisionsolver.h  2013-06-28 19:28:06.0 
+0200
+++ new/step-4.11.90/stepcore/collisionsolver.h 2013-11-03 23:07:22.0 
+0100
@@ -28,6 +28,7 @@
 #include vector.h
 #include solver.h
 
+#define EIGEN_USE_NEW_STDVECTOR
 #include Eigen/StdVector
 
 namespace StepCore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-4.11.2/stepcore/types.h 
new/step-4.11.90/stepcore/types.h
--- old/step-4.11.2/stepcore/types.h2013-06-28 19:28:06.0 +0200
+++ new/step-4.11.90/stepcore/types.h   2013-11-03 23:07:22.0 +0100
@@ -25,6 +25,7 @@
 
 #include object.h
 #include vector.h
+#define EIGEN_USE_NEW_STDVECTOR
 #include Eigen/StdVector
 #include QByteArray
 #include Eigen/Sparse

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



commit kalgebra for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2013-12-02 12:32:15

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


Package is kalgebra

Changes:

--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes2013-10-03 
15:49:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2013-12-02 
12:32:16.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:53:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:55:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:08:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kalgebra-4.11.2.tar.xz

New:

  kalgebra-4.11.90.tar.xz



Other differences:
--
++ kalgebra.spec ++
--- /var/tmp/diff_new_pack.wxz0mi/_old  2013-12-02 12:32:17.0 +0100
+++ /var/tmp/diff_new_pack.wxz0mi/_new  2013-12-02 12:32:17.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://edu.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  analitza-devel

++ kalgebra-4.11.2.tar.xz - kalgebra-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-4.11.2/doc/index.docbook 
new/kalgebra-4.11.90/doc/index.docbook
--- old/kalgebra-4.11.2/doc/index.docbook   2013-08-28 19:02:05.0 
+0200
+++ new/kalgebra-4.11.90/doc/index.docbook  2013-10-28 20:29:09.0 
+0100
@@ -416,9 +416,8 @@
 paraThe view can be zoomed and moved with the mouse. Using the wheel
 you can zoom in and out. Hold the LMB; and move the mouse to rotate the 
graph./para
 
-!--FIXME BUG:321686 it is not possible to do use keys
-paraThe left and right arrow keys rotate the graph around the z axis, the up 
and down arrow keys rotate around the horizontal axis of the view./para
- --
+ paraThe left and right arrow keys rotate the graph around the z axis, the 
up and down arrow keys rotate around the horizontal axis of the view. Press 
keycapW/keycap to zoom in the plot and keycapS/keycap to zoom it 
out./para
+
 paraIn the guimenu3D Graph/guimenu menu you find these options:/para
 itemizedlist
 !-- not in master for 4.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-4.11.2/src/CMakeLists.txt 
new/kalgebra-4.11.90/src/CMakeLists.txt
--- old/kalgebra-4.11.2/src/CMakeLists.txt  2013-06-28 19:16:58.0 
+0200
+++ new/kalgebra-4.11.90/src/CMakeLists.txt 2013-10-28 20:29:09.0 
+0100
@@ -14,19 +14,17 @@
functionedit.cpp
 )
 
-if(OPENGL_FOUND)
-   set(kalgebra_SRCS
-   ${kalgebra_SRCS}
-   graph3d.cpp
-   )
-endif(OPENGL_FOUND)
-
 #uncomment this if oxygen icons for kalgebra are available
 #kde4_add_app_icon(kalgebra_SRCS 
${CMAKE_INSTALL_PREFIX}/share/icons/oxygen/*/apps/kalgebra.png)
 kde4_add_app_icon(kalgebra_SRCS 
${CMAKE_CURRENT_SOURCE_DIR}/../icons/hi*-app-kalgebra.png)
 
 kde4_add_executable(kalgebra ${kalgebra_SRCS})
-target_link_libraries(kalgebra ${KDE4_KHTML_LIBS} ${QTMML_LIBRARY} 
${ANALITZA_LIBRARY} ${ANALITZAGUI_LIBRARY} ${ANALITZAPLOT_LIBRARY})
+target_link_libraries(kalgebra
+   ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} 
${QT_QTWEBKIT_LIBRARY}
+   ${KDE4_KPARTS_LIBS}
+   ${ANALITZA_LIBRARY} ${ANALITZAGUI_LIBRARY} ${ANALITZAPLOT_LIBRARY}
+   ${QTMML_LIBRARY}
+)
 
 if(OPENGL_FOUND)
target_link_libraries(kalgebra ${QT_QTOPENGL_LIBRARY} ${OPENGL_gl_LIBRARY} 
${OPENGL_glu_LIBRARY})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-4.11.2/src/consolehtml.cpp 
new/kalgebra-4.11.90/src/consolehtml.cpp
--- old/kalgebra-4.11.2/src/consolehtml.cpp 2013-06-28 19:16:58.0 
+0200
+++ new/kalgebra-4.11.90/src/consolehtml.cpp2013-10-28 20:29:09.0 
+0100
@@ -25,7 +25,9 @@
 #include QTemporaryFile
 #include QTimer
 #include QTextDocument
+#include qevent.h
 #include QDir
+#include QWebFrame
 
 #include KLocale
 #include 

commit rocs for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2013-12-02 12:32:52

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


Package is rocs

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2013-10-03 
16:09:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2013-12-02 
12:32:53.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:59:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:00:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:14:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  rocs-4.11.2.tar.xz

New:

  rocs-4.11.90.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.562uT0/_old  2013-12-02 12:32:54.0 +0100
+++ /var/tmp/diff_new_pack.562uT0/_new  2013-12-02 12:32:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rocs
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Graph Theory IDE
 License:GPL-3.0+

++ rocs-4.11.2.tar.xz - rocs-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-4.11.2/App/CMakeLists.txt 
new/rocs-4.11.90/App/CMakeLists.txt
--- old/rocs-4.11.2/App/CMakeLists.txt  2013-08-28 19:04:26.0 +0200
+++ new/rocs-4.11.90/App/CMakeLists.txt 2013-11-04 04:59:52.0 +0100
@@ -22,7 +22,7 @@
 
 set(ROCS_VERSION_MAJOR 1)
 set(ROCS_VERSION_MINOR 9)
-set(ROCS_VERSION_PATCH 0)
+set(ROCS_VERSION_PATCH 60)
 
 configure_file( ${rocs_SOURCE_DIR}/rocsversion.h.cmake 
${rocs_BINARY_DIR}/rocsversion.h @ONLY )
 
@@ -136,3 +136,4 @@
 enable_testing()
 add_subdirectory(Tests)
 endif(KDE4_BUILD_TESTS)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.2/RocsCore/EngineModules/Console/Console.xml 
new/rocs-4.11.90/RocsCore/EngineModules/Console/Console.xml
--- old/rocs-4.11.2/RocsCore/EngineModules/Console/Console.xml  2013-08-28 
19:04:26.0 +0200
+++ new/rocs-4.11.90/RocsCore/EngineModules/Console/Console.xml 2013-11-04 
04:59:52.0 +0100
@@ -4,26 +4,18 @@
 idConsole/id
 componentTypeEngineComponent/componentType
 description
-para
-The Console object allows you to print messages of different 
importance to a log.
-/para
-para
-Console is not a constructor. All properties and methods of 
Console can be called by using Console as an object, without creating it.
-/para
+paraThe Console object allows you to print messages of different 
importance to a log./para
+paraConsole is not a constructor. All properties and methods of 
Console can be called by using Console as an object, without creating it./para
 /description
-syntax
-Console.log(This is a program message.); // print a program message
-Console.debug(A debug message.); // print a debug message
-/syntax
+syntaxConsole.log(This is a program message.); // print a program 
message
+Console.debug(A debug message.); // print a debug message/syntax
 properties
 /properties
 methods
 method
 namelog()/name
 description
-para
-Print the given message of normal severity.
-/para
+paraPrint the given message of normal severity./para
 /description
 returnTypevoid/returnType
 parameters
@@ -37,9 +29,7 @@
 method
 namedebug()/name
 description
-para
-Print the given debug message.
-/para
+paraPrint the given debug message./para
 /description
 returnTypevoid/returnType
 parameters
@@ -53,9 +43,7 @@
 method
 nameerror()/name
 description
-para
-Print the given error message of high severity.
-/para
+paraPrint the given error message of high severity./para
 /description
 

commit libkcddb4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libkcddb4 for openSUSE:Factory 
checked in at 2013-12-02 12:33:02

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


Package is libkcddb4

Changes:

--- /work/SRC/openSUSE:Factory/libkcddb4/libkcddb4.changes  2013-10-03 
16:03:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcddb4.new/libkcddb4.changes 2013-12-02 
12:33:04.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:59:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:01:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:14:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libkcddb-4.11.2.tar.xz

New:

  libkcddb-4.11.90.tar.xz



Other differences:
--
++ libkcddb4.spec ++
--- /var/tmp/diff_new_pack.GmoKYO/_old  2013-12-02 12:33:04.0 +0100
+++ /var/tmp/diff_new_pack.GmoKYO/_new  2013-12-02 12:33:04.0 +0100
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:libkcddb-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcddb-4.11.2.tar.xz - libkcddb-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-4.11.2/kcmcddb/libkcddb.desktop 
new/libkcddb-4.11.90/kcmcddb/libkcddb.desktop
--- old/libkcddb-4.11.2/kcmcddb/libkcddb.desktop2013-08-28 
19:10:07.0 +0200
+++ new/libkcddb-4.11.90/kcmcddb/libkcddb.desktop   2013-10-04 
16:42:15.0 +0200
@@ -98,6 +98,7 @@
 GenericName[sr@latin]=Postava CDDB‑a
 GenericName[sv]=CDDB-inställning
 GenericName[tr]=CDDB Yapılandırması
+GenericName[ug]=CDDB سەپلىمىسى
 GenericName[uk]=Налаштування CDDB
 GenericName[x-test]=xxCDDB Configurationxx
 GenericName[zh_CN]=CDDB 配置
@@ -186,6 +187,7 @@
 Keywords[sr@latin]=CDDB;CDDB
 Keywords[sv]=cddb;
 Keywords[tr]=cddb;
+Keywords[ug]=cddb;
 Keywords[uk]=cddb;
 Keywords[x-test]=xxcddb;xx
 Keywords[zh_CN]=cddb;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-4.11.2/test/asyncmusicbrainztest.cpp 
new/libkcddb-4.11.90/test/asyncmusicbrainztest.cpp
--- old/libkcddb-4.11.2/test/asyncmusicbrainztest.cpp   2013-06-28 
19:40:49.0 +0200
+++ new/libkcddb-4.11.90/test/asyncmusicbrainztest.cpp  2013-10-04 
16:42:15.0 +0200
@@ -99,7 +99,7 @@
   
QCOMPARE(m_info.track(2).get(Artist).toString(),QString::fromUtf8(Mimikry));
   QCOMPARE(m_info.track(3).get(Artist).toString(),QString::fromUtf8(Lundberg 
 Dellamorte));
   QCOMPARE(m_info.track(4).get(Artist).toString(),QString::fromUtf8(Charta 
77));
-  QCOMPARE(m_info.track(5).get(Artist).toString(),QString::fromUtf8(Ubba));
+  QCOMPARE(m_info.track(5).get(Artist).toString(),QString::fromUtf8(UBBA));
   QCOMPARE(m_info.track(6).get(Artist).toString(),QString::fromUtf8(Coca 
Carola));
   
QCOMPARE(m_info.track(7).get(Artist).toString(),QString::fromUtf8(Spoiler));
   
QCOMPARE(m_info.track(8).get(Artist).toString(),QString::fromUtf8(Strebers));

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



commit cantor for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2013-12-02 12:32:13

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


Package is cantor

Changes:

--- /work/SRC/openSUSE:Factory/cantor/cantor.changes2013-10-03 
15:45:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes   2013-12-02 
12:32:14.0 +0100
@@ -1,0 +2,22 @@
+Sat Nov 16 17:53:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:54:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Added python-devel BuildRequires
+
+---
+Sat Nov  2 15:08:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  cantor-4.11.2.tar.xz

New:

  cantor-4.11.90.tar.xz



Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.bDO7xw/_old  2013-12-02 12:32:15.0 +0100
+++ /var/tmp/diff_new_pack.bDO7xw/_new  2013-12-02 12:32:15.0 +0100
@@ -19,7 +19,7 @@
 %global libMAJOR 1
 
 Name:   cantor
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Worksheet GUI for mathematical software
 License:GPL-2.0+
@@ -39,6 +39,7 @@
 BuildRequires:  libqalculate-devel
 BuildRequires:  libspectre-devel
 BuildRequires:  perl
+BuildRequires:  python-devel
 BuildRequires:  xz
 Recommends: maxima
 Recommends: octave

++ cantor-4.11.2.tar.xz - cantor-4.11.90.tar.xz ++
 6154 lines of diff (skipped)

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



commit klettres for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2013-12-02 12:32:36

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


Package is klettres

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2013-10-03 
15:59:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2013-12-02 
12:32:37.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:56:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:57:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:11:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  klettres-4.11.2.tar.xz

New:

  klettres-4.11.90.tar.xz



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.d6QP17/_old  2013-12-02 12:32:38.0 +0100
+++ /var/tmp/diff_new_pack.d6QP17/_new  2013-12-02 12:32:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   klettres
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Alphabet Learning Game
 License:GPL-2.0+

++ klettres-4.11.2.tar.xz - klettres-4.11.90.tar.xz ++

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



commit kturtle for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2013-12-02 12:32:45

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


Package is kturtle

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2013-10-03 
16:02:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2013-12-02 
12:32:46.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:57:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:59:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:12:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kturtle-4.11.2.tar.xz

New:

  kturtle-4.11.90.tar.xz



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.Ba4BGk/_old  2013-12-02 12:32:48.0 +0100
+++ /var/tmp/diff_new_pack.Ba4BGk/_new  2013-12-02 12:32:48.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  libkde4-devel

++ kturtle-4.11.2.tar.xz - kturtle-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-4.11.2/src/kturtle.desktop 
new/kturtle-4.11.90/src/kturtle.desktop
--- old/kturtle-4.11.2/src/kturtle.desktop  2013-08-28 19:03:26.0 
+0200
+++ new/kturtle-4.11.90/src/kturtle.desktop 2013-11-12 08:02:12.0 
+0100
@@ -20,7 +20,7 @@
 Name[es]=KTurtle
 Name[et]=KTurtle
 Name[eu]=KTurtle
-Name[fi]=KTurtle
+Name[fi]=Konna
 Name[fr]=KTurtle
 Name[ga]=KTurtle
 Name[gl]=KTurtle
@@ -82,7 +82,7 @@
 GenericName[et]=Hariv programmeerimise keskkond
 GenericName[eu]=Hezkuntzako programazio ingurunea
 GenericName[fa]=محیط برنامه‌سازی آموزشی
-GenericName[fi]=Logo-ohjelmointiympäristö
+GenericName[fi]=Ohjelmointiympäristö opetuskäyttöön
 GenericName[fr]=Environnement éducatif de programmation
 GenericName[ga]=Timpeallacht Ríomhchláraithe Oideachasúil
 GenericName[gl]=Ambiente educativo de programación
@@ -117,7 +117,7 @@
 GenericName[sl]=Okolje za učenje programiranja
 GenericName[sv]=Programmeringsmiljö för utbildning
 GenericName[tr]=Eğitimsel Programlama Ortamı
-GenericName[ug]=ئوقۇتۇش پروگراممىلىرى تۈزۈش مۇھىتى
+GenericName[ug]=مائارىپ پروگراممىلىرىنى تۈزۈش مۇھىتى
 GenericName[uk]=Навчальне середовище програмування
 GenericName[x-test]=xxEducational Programming Environmentxx
 GenericName[zh_CN]=教育编程环境

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



commit kross-interpreters for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kross-interpreters for 
openSUSE:Factory checked in at 2013-12-02 12:33:05

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


Package is kross-interpreters

Changes:

--- /work/SRC/openSUSE:Factory/kross-interpreters/kross-interpreters.changes
2013-10-03 16:00:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kross-interpreters.new/kross-interpreters.changes   
2013-12-02 12:33:06.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:59:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:01:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:14:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kross-interpreters-4.11.2.tar.xz

New:

  kross-interpreters-4.11.90.tar.xz



Other differences:
--
++ kross-interpreters.spec ++
--- /var/tmp/diff_new_pack.HFS8DZ/_old  2013-12-02 12:33:06.0 +0100
+++ /var/tmp/diff_new_pack.HFS8DZ/_new  2013-12-02 12:33:06.0 +0100
@@ -26,7 +26,7 @@
 Summary:Diverse bindings for KROSS
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kross-interpreters-4.11.2.tar.xz - kross-interpreters-4.11.90.tar.xz 
++

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



commit parley for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2013-12-02 12:32:49

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


Package is parley

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2013-10-03 
16:06:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2013-12-02 
12:32:50.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:58:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:00:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:13:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  parley-4.11.2.tar.xz

New:

  parley-4.11.90.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.S7aS90/_old  2013-12-02 12:32:51.0 +0100
+++ /var/tmp/diff_new_pack.S7aS90/_new  2013-12-02 12:32:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   parley
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ parley-4.11.2.tar.xz - parley-4.11.90.tar.xz ++
/work/SRC/openSUSE:Factory/parley/parley-4.11.2.tar.xz 
/work/SRC/openSUSE:Factory/.parley.new/parley-4.11.90.tar.xz differ: char 17, 
line 1

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



commit ivtv-firmware for openSUSE:Factory:NonFree

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package ivtv-firmware for 
openSUSE:Factory:NonFree checked in at 2013-12-02 12:33:01

Comparing /work/SRC/openSUSE:Factory:NonFree/ivtv-firmware (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.ivtv-firmware.new (New)


Package is ivtv-firmware

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.ivtv-firmware.new/ivtv-firmware.changes 
2013-12-02 12:33:03.0 +0100
@@ -0,0 +1,15 @@
+---
+Sat Sep 28 20:58:32 UTC 2013 - bwiedem...@suse.com
+
+- drop v4l-cx25840.fw because it is already in kernel-firmware
+
+---
+Sat Sep 28 20:52:30 UTC 2013 - bwiedem...@suse.com
+
+- no change. just reformat specfile
+
+---
+Wed Feb  6 18:14:10 CET 2013 - r...@suse.de
+
+- split off package from ivtv (to submit to NonFree bnc#757539) 
+

New:

  ivtv-firmware.changes
  ivtv-firmware.spec
  ivtv-firmware.tar.gz



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

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


Name:   ivtv-firmware
Url:http://ivtvdriver.org/index.php/Main_Page
Summary:driver firmware for iCompression or Conexant video capture cards
License:SUSE-Firmware
Group:  Productivity/Multimedia/Other
ExclusiveArch:  %ix86 ppc ppc64 x86_64
Version:1.4.0
Release:0
Source0:ivtv-firmware.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

# for cx8802
Supplements:modalias(pci:v14F1d8802sv*sd*bc*sc*i*)
# for pvrusb2
Supplements:modalias(usb:v2040p7501d*dc*dsc*dp*ic*isc*ip*)
Supplements:modalias(usb:v2040p7500d*dc*dsc*dp*ic*isc*ip*)
Supplements:modalias(usb:v2040p7300d*dc*dsc*dp*ic*isc*ip*)
Supplements:modalias(usb:v11BAp1001d*dc*dsc*dp*ic*isc*ip*)
Supplements:modalias(usb:v11BAp1003d*dc*dsc*dp*ic*isc*ip*)
Supplements:modalias(usb:v1164p0602d*dc*dsc*dp*ic*isc*ip*)
Supplements:modalias(usb:v1164p0622d*dc*dsc*dp*ic*isc*ip*)
Supplements:modalias(usb:v2040p2400d*dc*dsc*dp*ic*isc*ip*)
Supplements:modalias(usb:v2040p2950d*dc*dsc*dp*ic*isc*ip*)
Supplements:modalias(usb:v2040p2900d*dc*dsc*dp*ic*isc*ip*)
# for ivtv
Supplements:modalias(pci:vd0016sv*sd*bc*sc*i*)
Supplements:modalias(pci:vd0803sv*sd*bc*sc*i*)

%description
The primary goal of the IVTV project is to provide a clean room Linux
Open Source driver implementation for video capture cards based on the
iCompression iTVC15 or Conexant CX23415/CX23416 MPEG Codec. Examples of
such cards are the Hauppauge PVR 250/350 series of MPEG video capture
cards, the Hauppauge freestyle and the AVerMedia M179 AVerTV. The
freestyle hasn't been tested, but it should work, or at least be easy
to get working.

%prep
%setup -q -c -n firmware

%build
# nothing to do

%install
mkdir -p %{buildroot}/lib/firmware
rm -f v4l-cx25840.fw # drop, because it is already in kernel-firmware
cp -v * %{buildroot}/lib/firmware

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc license*txt
/lib/firmware/*

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



commit libnepomukwidgets for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libnepomukwidgets for 
openSUSE:Factory checked in at 2013-12-02 12:33:28

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


Package is libnepomukwidgets

Changes:

--- /work/SRC/openSUSE:Factory/libnepomukwidgets/libnepomukwidgets.changes  
2013-10-03 16:04:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnepomukwidgets.new/libnepomukwidgets.changes 
2013-12-02 12:33:29.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:00:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:02:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:15:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  nepomuk-widgets-4.11.2.tar.xz

New:

  nepomuk-widgets-4.11.90.tar.xz



Other differences:
--
++ libnepomukwidgets.spec ++
--- /var/tmp/diff_new_pack.xk8CK1/_old  2013-12-02 12:33:29.0 +0100
+++ /var/tmp/diff_new_pack.xk8CK1/_new  2013-12-02 12:33:29.0 +0100
@@ -32,7 +32,7 @@
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://nepomuk.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:nepomuk-widgets-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ nepomuk-widgets-4.11.2.tar.xz - nepomuk-widgets-4.11.90.tar.xz ++

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



commit kwordquiz for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2013-12-02 12:32:48

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


Package is kwordquiz

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2013-10-03 
16:03:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2013-12-02 
12:32:49.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:57:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:59:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:12:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kwordquiz-4.11.2.tar.xz

New:

  kwordquiz-4.11.90.tar.xz



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.dv8COP/_old  2013-12-02 12:32:49.0 +0100
+++ /var/tmp/diff_new_pack.dv8COP/_new  2013-12-02 12:32:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kwordquiz
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ kwordquiz-4.11.2.tar.xz - kwordquiz-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-4.11.2/src/kwordquiz.desktop 
new/kwordquiz-4.11.90/src/kwordquiz.desktop
--- old/kwordquiz-4.11.2/src/kwordquiz.desktop  2013-08-28 19:03:31.0 
+0200
+++ new/kwordquiz-4.11.90/src/kwordquiz.desktop 2013-08-20 06:20:20.0 
+0200
@@ -63,6 +63,7 @@
 Comment[ta]=ஒரு ஒளி அட்டை மற்றும் சொல்லாக்கம் பயிலும் நிரல்
 Comment[tg]=Омӯзиши луғат
 Comment[tr]=Bir fiş ve sözcük öğrenme uygulaması
+Comment[ug]=سۆز ئۆگىنىش پروگراممىسى
 Comment[uk]=Програма для навчання за картками і поповнення словникового запасу
 Comment[vi]=Một chương trình luyện tập từ vừng bằng các thẻ
 Comment[x-test]=xxA flashcard and vocabulary learning programxx

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



commit nepomuk-core for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package nepomuk-core for openSUSE:Factory 
checked in at 2013-12-02 12:33:24

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


Package is nepomuk-core

Changes:

--- /work/SRC/openSUSE:Factory/nepomuk-core/nepomuk-core.changes
2013-10-04 10:26:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.nepomuk-core.new/nepomuk-core.changes   
2013-12-02 12:33:25.0 +0100
@@ -1,0 +2,22 @@
+Sat Nov 16 18:00:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:02:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Added mobipocket-devel BuildRequires
+
+---
+Sat Nov  2 15:15:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  nepomuk-core-4.11.2.tar.xz

New:

  nepomuk-core-4.11.90.tar.xz



Other differences:
--
++ nepomuk-core.spec ++
--- /var/tmp/diff_new_pack.pYSFJ7/_old  2013-12-02 12:33:25.0 +0100
+++ /var/tmp/diff_new_pack.pYSFJ7/_new  2013-12-02 12:33:25.0 +0100
@@ -19,7 +19,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 Name:   nepomuk-core
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:The KDE Nepomuk Core Library
 License:GPL-2.0+
@@ -36,6 +36,7 @@
 BuildRequires:  libpoppler-qt4-devel
 BuildRequires:  libsoprano-devel = 2.9.3
 BuildRequires:  libtag-devel
+BuildRequires:  mobipocket-devel
 BuildRequires:  shared-desktop-ontologies-devel = 0.11.0
 BuildRequires:  soprano-backend-redland = 2.9.3
 BuildRequires:  soprano-backend-virtuoso = 2.9.3
@@ -45,6 +46,7 @@
 Requires:   soprano-backend-redland
 Requires:   libqt4-x11 = %( echo `rpm -q --queryformat '%{VERSION}' 
libqt4-x11`)
 Suggests:   cagibi
+Suggests:   catdoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires %{name} = %{version}-%{release} 
kdelibs4-debuginfo
 

++ nepomuk-core-4.11.2.tar.xz - nepomuk-core-4.11.90.tar.xz ++
 1678 lines of diff (skipped)


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



commit filelight for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2013-12-02 12:33:35

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


Package is filelight

Changes:

--- /work/SRC/openSUSE:Factory/filelight/filelight.changes  2013-10-03 
15:47:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2013-12-02 
12:33:36.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:01:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:02:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:15:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  filelight-4.11.2.tar.xz

New:

  filelight-4.11.90.tar.xz



Other differences:
--
++ filelight.spec ++
--- /var/tmp/diff_new_pack.t0BFbL/_old  2013-12-02 12:33:37.0 +0100
+++ /var/tmp/diff_new_pack.t0BFbL/_new  2013-12-02 12:33:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   filelight
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Graphical disk usage viewer
 License:GPL-2.0 or GPL-3.0

++ filelight-4.11.2.tar.xz - filelight-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-4.11.2/src/part/localLister.cpp 
new/filelight-4.11.90/src/part/localLister.cpp
--- old/filelight-4.11.2/src/part/localLister.cpp   2013-06-28 
19:38:33.0 +0200
+++ new/filelight-4.11.90/src/part/localLister.cpp  2013-11-02 
23:41:01.0 +0100
@@ -67,10 +67,11 @@
 if (!Config::scanAcrossMounts) list += s_localMounts;
 if (!Config::scanRemoteMounts) list += s_remoteMounts;
 
-for (QStringList::ConstIterator it = list.constBegin(); it != 
list.constEnd(); ++it)
-if ((*it).startsWith(path))
-//prevent scanning of these directories
-m_trees-append(new Folder((*it).toUtf8()));
+foreach(const QString ignorePath, list) {
+if (ignorePath.startsWith(path)) {
+m_trees-append(new Folder(ignorePath.toLocal8Bit()));
+}
+}
 }
 
 void
@@ -195,6 +196,7 @@
 Folder *d = 0;
 QByteArray new_dirname = ent-d_name;
 new_dirname += '/';
+new_path += '/';
 
 //check to see if we've scanned this section already
 
@@ -210,10 +212,6 @@
 }
 }
 
-// do this after the m_trees check since the paths in there
-// lack a trailing slash
-new_path += '/';
-
 if (!d) //then scan
 if ((d = scan(new_path, new_dirname))) //then scan was 
successful
 cwd-append(d);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-4.11.2/src/part/progressBox.cpp 
new/filelight-4.11.90/src/part/progressBox.cpp
--- old/filelight-4.11.2/src/part/progressBox.cpp   2013-08-28 
19:08:23.0 +0200
+++ new/filelight-4.11.90/src/part/progressBox.cpp  2013-11-02 
23:41:01.0 +0100
@@ -25,6 +25,7 @@
 
 #include KGlobal
 #include KGlobalSettings
+#include KColorScheme
 #include KIO/Job
 #include KLocale
 
@@ -101,11 +102,13 @@
 
 void ProgressBox::paintEvent(QPaintEvent*)
 {
+KColorScheme view = KColorScheme(QPalette::Active, KColorScheme::Tooltip);
+
 QPainter paint(this);
 paint.setRenderHint(QPainter::Antialiasing);
 static int tick = 0;
 tick+=16;
-
+
 for (int i=0; ipieces; i++) {
 const QRect rect(length[i]/2, length[i]/2, 200- length[i], 
200-length[i]);
 int angle = angleFactor[i] + tick*angleFactor[i];
@@ -116,8 +119,8 @@
 paint.setBrush(brush);
 paint.drawPie(QRect(rect), angle, aLength[i]);
 }
-
-paint.setBrush(QColor(255,255,255,200));
+
+paint.setBrush(view.background(KColorScheme::ActiveBackground));
 paint.translate(0.5, 0.5);
 paint.drawRoundedRect(95-m_textWidth/2, 85, m_textWidth+10, 
m_textHeight+10, 5, 5);
 paint.translate(-0.5, -0.5);

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

commit ark for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2013-12-02 12:33:33

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


Package is ark

Changes:

--- /work/SRC/openSUSE:Factory/ark/ark.changes  2013-10-03 15:45:23.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2013-12-02 
12:33:34.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:01:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:02:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:15:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ark-4.11.2.tar.xz

New:

  ark-4.11.90.tar.xz



Other differences:
--
++ ark.spec ++
--- /var/tmp/diff_new_pack.KVUfsm/_old  2013-12-02 12:33:34.0 +0100
+++ /var/tmp/diff_new_pack.KVUfsm/_new  2013-12-02 12:33:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ark
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:KDE Archiver Tool
 License:GPL-2.0+

++ ark-4.11.2.tar.xz - ark-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-4.11.2/doc/man-ark.1.docbook 
new/ark-4.11.90/doc/man-ark.1.docbook
--- old/ark-4.11.2/doc/man-ark.1.docbook2013-09-26 21:24:05.0 
+0200
+++ new/ark-4.11.90/doc/man-ark.1.docbook   2013-09-20 00:35:37.0 
+0200
@@ -9,7 +9,7 @@
 titlekde; User's Manual/title
 authorfirstnameLauri/firstnamesurnameWatts/surname contribInitial 
version of ark; man page./contrib/author
 
- authorfirstnameRaphael/firstnameothernameKubo 
da/othernamesurnameCosta/surname contribUpdate ark; man 
page./contrib/author
+authorfirstnameRaphael/firstnamesurnameKubo da Costa/surname 
contribUpdate ark; man page./contrib/author
 
 date2013-08-23/date
 releaseinfo2.19 (kde; 4.11)/releaseinfo

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



commit mobipocket for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2013-12-02 12:33:26

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


Package is mobipocket

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2013-10-03 
16:05:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2013-12-02 12:33:27.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:00:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:02:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:15:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdegraphics-mobipocket-4.11.2.tar.xz

New:

  kdegraphics-mobipocket-4.11.90.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.ly1BcZ/_old  2013-12-02 12:33:27.0 +0100
+++ /var/tmp/diff_new_pack.ly1BcZ/_new  2013-12-02 12:33:27.0 +0100
@@ -17,22 +17,34 @@
 
 
 Name:   mobipocket
-Version:4.11.2
+Version:4.11.90
 Release:0
-Summary:E-book plugin for Okular
+Summary:E-book plugin and library
 License:GPL-2.0+
 Group:  Productivity/Office/Other
 Url:http://www.kde.org
 Source: kdegraphics-mobipocket-%{version}.tar.xz
-BuildRequires:  okular-devel
+BuildRequires:  libkde4-devel
 BuildRequires:  strigi-devel
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 Mobipocket E-book support for Okular.
 
+%package devel
+Summary:E-book plugin and library
+Group:  System/GUI/KDE
+Requires:   %{name} = %{version}
+Requires:   libkde4-devel
+Requires:   strigi-devel
+
+%description devel
+Mobipocket E-book plugin and library.
+
+This package provides development files for mobipocket
+library
+
 %prep
 %setup -q -n kdegraphics-mobipocket-%{version}
 
@@ -41,18 +53,24 @@
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
+  %kde4_makeinstall -C build
   %kde_post_install
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
-%{_kde4_applicationsdir}/okularApplication_mobi.desktop
+%{_kde4_libdir}/libqmobipocket.so.*
 %{_kde4_libdir}/strigi/
 %{_kde4_modulesdir}/mobithumbnail.so
-%{_kde4_modulesdir}/okularGenerator_mobi.so
-%{_kde4_servicesdir}/libokularGenerator_mobi.desktop
 %{_kde4_servicesdir}/mobithumbnail.desktop
-%{_kde4_servicesdir}/okularMobi.desktop
+
+%files devel
+%defattr(-,root,root)
+%{_kde4_libdir}/libqmobipocket.so
+%{_kde4_libdir}/cmake/QMobipocket/
+%{_kde4_includedir}/qmobipocket/
 
 %changelog

++ kdegraphics-mobipocket-4.11.2.tar.xz - 
kdegraphics-mobipocket-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdegraphics-mobipocket-4.11.2/CMakeLists.txt 
new/kdegraphics-mobipocket-4.11.90/CMakeLists.txt
--- old/kdegraphics-mobipocket-4.11.2/CMakeLists.txt2013-06-28 
19:36:09.0 +0200
+++ new/kdegraphics-mobipocket-4.11.90/CMakeLists.txt   2013-11-04 
21:42:18.0 +0100
@@ -5,22 +5,21 @@
 include(MacroLibrary)
 include(MacroOptionalAddSubdirectory)
 
-find_package(Okular)
-macro_log_feature(OKULAR_FOUND okular Provides an Okular backend for 
Mobipocket documents http://okular.kde.org/; FALSE  )
-
 find_package(Strigi)
 macro_log_feature(STRIGI_FOUND strigi libraries Provide a strigi analyzer 
for Mobipocket documents  FALSE  )
 
 add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
 include_directories(${KDE4_INCLUDES})
 
+add_subdirectory(lib)
+
 macro_optional_add_subdirectory(thumbnailers)
-if(OKULAR_FOUND)
-  macro_optional_add_subdirectory(okular)
-endif()
 if(STRIGI_FOUND)
   macro_optional_add_subdirectory(strigi)
 endif()
 
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/QMobipocketConfig.cmake
+DESTINATION ${LIB_INSTALL_DIR}/cmake/QMobipocket )
+
 macro_display_feature_log()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdegraphics-mobipocket-4.11.2/QMobipocketConfig.cmake 

commit dragonplayer for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Factory 
checked in at 2013-12-02 12:33:22

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


Package is dragonplayer

Changes:

--- /work/SRC/openSUSE:Factory/dragonplayer/dragonplayer.changes
2013-10-03 15:46:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.dragonplayer.new/dragonplayer.changes   
2013-12-02 12:33:23.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:00:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:01:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:15:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  dragon-4.11.2.tar.xz

New:

  dragon-4.11.90.tar.xz



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.OAiQTG/_old  2013-12-02 12:33:23.0 +0100
+++ /var/tmp/diff_new_pack.OAiQTG/_new  2013-12-02 12:33:23.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://dragonplayer.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:dragon-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ dragon-4.11.2.tar.xz - dragon-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-4.11.2/misc/dragonplayer-opendvd.desktop 
new/dragon-4.11.90/misc/dragonplayer-opendvd.desktop
--- old/dragon-4.11.2/misc/dragonplayer-opendvd.desktop 2013-08-28 
19:09:38.0 +0200
+++ new/dragon-4.11.90/misc/dragonplayer-opendvd.desktop2013-08-20 
06:21:46.0 +0200
@@ -46,6 +46,7 @@
 Name[sr@latin]=Otvori Zmajevim plejerom
 Name[sv]=Öppna med videospelare (Dragon)
 Name[tr]=Video Oynatıcı ile Aç (Dragon Player)
+Name[ug]=سىن قويغۇچتا ئاچ (Dragon قويغۇچ)
 Name[uk]=Відкрити у програвачі відео (Програвач Dragon)
 Name[x-test]=xxOpen with Video Player (Dragon Player)xx
 Name[zh_CN]=用视频播放器打开(Dragon Player)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-4.11.2/misc/dragonplayer.desktop 
new/dragon-4.11.90/misc/dragonplayer.desktop
--- old/dragon-4.11.2/misc/dragonplayer.desktop 2013-08-28 19:09:38.0 
+0200
+++ new/dragon-4.11.90/misc/dragonplayer.desktop2013-08-20 
06:21:46.0 +0200
@@ -43,6 +43,7 @@
 Name[sr@latin]=Zmajev plejer
 Name[sv]=Dragon videospelare
 Name[tr]=Dragon Player
+Name[ug]=Dragon قويغۇ
 Name[uk]=Програвач Dragon
 Name[x-test]=xxDragon Playerxx
 Name[zh_CN]=Dragon Player
@@ -89,6 +90,7 @@
 GenericName[sr@latin]=Video plejer
 GenericName[sv]=Videospelare
 GenericName[tr]=Video Oynatıcı
+GenericName[ug]=سىن قويۇش پروگراممىسى(سىن قويغۇ)
 GenericName[uk]=Відеопрогравач
 GenericName[x-test]=xxVideo Playerxx
 GenericName[zh_CN]=视频播放器
@@ -97,5 +99,5 @@
 X-DocPath=dragonplayer/index.html
 TryExec=dragon
 Exec=dragon %u
-MimeType=video/ogg;video/x-theora+ogg;video/x-ogm+ogg;video/x-ms-wmv;video/x-msvideo;video/x-ms-asf;video/x-matroska;video/mpeg;video/avi;video/quicktime;video/vnd.rn-realvideo;video/x-flic;video/mp4;video/x-flv;
+MimeType=video/ogg;video/x-theora+ogg;video/x-ogm+ogg;video/x-ms-wmv;video/x-msvideo;video/x-ms-asf;video/x-matroska;video/mpeg;video/avi;video/quicktime;video/vnd.rn-realvideo;video/x-flic;video/mp4;video/x-flv;video/webm;
 Categories=Qt;KDE;AudioVideo;Player;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-4.11.2/misc/dragonplayer_part.desktop 
new/dragon-4.11.90/misc/dragonplayer_part.desktop
--- old/dragon-4.11.2/misc/dragonplayer_part.desktop2013-08-28 
19:09:38.0 +0200
+++ new/dragon-4.11.90/misc/dragonplayer_part.desktop   2013-08-20 
06:21:46.0 +0200
@@ -43,6 +43,7 @@
 Name[sr@latin]=Zmajev plejer deo
 Name[sv]=Dragon videodelprogram
 Name[tr]=Dragon Player Parçası
+Name[ug]=Dragon قويغۇچ بۆلىكى
 Name[uk]=Складова програвача Dragon
 Name[x-test]=xxDragon Player Partxx
 Name[zh_CN]=Dragon Player 部件
@@ -89,6 +90,7 @@
 Comment[sr@latin]=Ugnezdivi video plejer
 Comment[sv]=Inbäddningsbar videospelare
 

commit okular for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2013-12-02 12:32:57

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


Package is okular

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2013-10-03 
16:06:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2013-12-02 
12:32:59.0 +0100
@@ -1,0 +2,22 @@
+Sat Nov 16 17:59:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:01:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Added libkexiv2-devel and mobipocket-devel BuildRequires
+
+---
+Sat Nov  2 15:14:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  okular-4.11.2.tar.xz

New:

  okular-4.11.90.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.Pi4Tca/_old  2013-12-02 12:32:59.0 +0100
+++ /var/tmp/diff_new_pack.Pi4Tca/_new  2013-12-02 12:32:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   okular
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Document Viewer
 License:GPL-2.0+
@@ -34,10 +34,12 @@
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libkactivities-devel
 BuildRequires:  libkde4-devel
+BuildRequires:  libkexiv2-devel
 BuildRequires:  libpoppler-qt4-devel
 BuildRequires:  libqca2-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  libspectre-devel
+BuildRequires:  mobipocket-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  oxygen-icon-theme-large
 BuildRequires:  soprano-backend-redland

++ okular-4.11.2.tar.xz - okular-4.11.90.tar.xz ++
 4354 lines of diff (skipped)

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



commit sweeper for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2013-12-02 12:33:57

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


Package is sweeper

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2013-10-03 
16:09:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2013-12-02 
12:33:58.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:02:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:03:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:17:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  sweeper-4.11.2.tar.xz

New:

  sweeper-4.11.90.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.Ye96iT/_old  2013-12-02 12:33:59.0 +0100
+++ /var/tmp/diff_new_pack.Ye96iT/_new  2013-12-02 12:33:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sweeper
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1+

++ sweeper-4.11.2.tar.xz - sweeper-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sweeper-4.11.2/sweeper.desktop 
new/sweeper-4.11.90/sweeper.desktop
--- old/sweeper-4.11.2/sweeper.desktop  2013-06-28 19:39:42.0 +0200
+++ new/sweeper-4.11.90/sweeper.desktop 2013-08-04 06:29:36.0 +0200
@@ -125,6 +125,7 @@
 GenericName[ta]=அமைப்பு சுத்தப்படுத்தி
 GenericName[th]=เครื่องมือทำความสะอาดระบบ
 GenericName[tr]=Sistem Temizleyici
+GenericName[ug]=سىستېما تازىلىغۇچ
 GenericName[uk]=Очищення системи
 GenericName[wa]=Netieu do sistinme
 GenericName[x-test]=xxSystem Cleanerxx

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



commit ktimer for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2013-12-02 12:33:53

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


Package is ktimer

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2013-10-03 
16:02:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes   2013-12-02 
12:33:54.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:02:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:03:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:16:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ktimer-4.11.2.tar.xz

New:

  ktimer-4.11.90.tar.xz



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.Yc1mRd/_old  2013-12-02 12:33:55.0 +0100
+++ /var/tmp/diff_new_pack.Yc1mRd/_new  2013-12-02 12:33:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ktimer
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Countdown Launcher
 License:GPL-2.0+

++ ktimer-4.11.2.tar.xz - ktimer-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-4.11.2/ktimer.desktop 
new/ktimer-4.11.90/ktimer.desktop
--- old/ktimer-4.11.2/ktimer.desktop2013-08-28 19:08:54.0 +0200
+++ new/ktimer-4.11.90/ktimer.desktop   2013-08-04 06:29:29.0 +0200
@@ -56,6 +56,7 @@
 GenericName[ta]= குறிப்பு எடுப்பான் நேரக்குறைப்பான்
 GenericName[th]=ตัวเรียกใช้งานแบบนับถอยหลัง
 GenericName[tr]=Gerisayım Çalıştırıcı
+GenericName[ug]=تەتۈر سانىغۇچنى ئجرا قىلغۇچ
 GenericName[uk]=Таймер
 GenericName[wa]=Usteye di munutreye
 GenericName[x-test]=xxCountdown Launcherxx

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



commit juk for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package juk for openSUSE:Factory checked in 
at 2013-12-02 12:33:20

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


Package is juk

Changes:

--- /work/SRC/openSUSE:Factory/juk/juk.changes  2013-10-03 15:49:30.0 
+0200
+++ /work/SRC/openSUSE:Factory/.juk.new/juk.changes 2013-12-02 
12:33:21.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:00:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:01:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:15:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  juk-4.11.2.tar.xz

New:

  juk-4.11.90.tar.xz



Other differences:
--
++ juk.spec ++
--- /var/tmp/diff_new_pack.6zZeSd/_old  2013-12-02 12:33:21.0 +0100
+++ /var/tmp/diff_new_pack.6zZeSd/_new  2013-12-02 12:33:21.0 +0100
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ juk-4.11.2.tar.xz - juk-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-4.11.2/CMakeLists.txt 
new/juk-4.11.90/CMakeLists.txt
--- old/juk-4.11.2/CMakeLists.txt   2013-08-28 19:09:48.0 +0200
+++ new/juk-4.11.90/CMakeLists.txt  2013-11-11 09:03:09.0 +0100
@@ -138,9 +138,9 @@
 kde4_add_app_icon(juk_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-juk.png)
 kde4_add_executable(juk ${juk_SRCS})
 
-if(NOT MSVC)
+if(NOT MSVC AND NOT ( WIN32 AND ${CMAKE_CXX_COMPILER_ID} STREQUAL Intel ) )
 set( LIBMATH m )
-endif(NOT MSVC)
+endif(NOT MSVC AND NOT ( WIN32 AND ${CMAKE_CXX_COMPILER_ID} STREQUAL Intel 
) )
 
 target_link_libraries(juk ${LIBMATH} ${KDE4_KHTML_LIBS} ${TAGLIB_LIBRARIES} 
${KDE4_KDE3SUPPORT_LIBS} ${KDE4_PHONON_LIBS})
 if(TUNEPIMP_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-4.11.2/doc/index.docbook 
new/juk-4.11.90/doc/index.docbook
--- old/juk-4.11.2/doc/index.docbook2013-08-28 19:09:48.0 +0200
+++ new/juk-4.11.90/doc/index.docbook   2013-11-11 09:03:09.0 +0100
@@ -42,8 +42,8 @@
 /copyright
 legalnoticeFDLNotice;/legalnotice
 
-date2013-06-16/date
-releaseinfo3.11 (kde; 4.11)/releaseinfo
+date2013-11-08/date
+releaseinfo3.11 (kde; 4.12)/releaseinfo
 
 abstract
 para
@@ -1503,11 +1503,22 @@
 /menuchoice
 /term
 listitemparaThis is a toggle option.  If enabled, juk; will remain
-running if you close the main window.  The Dock in System Tray option must
+  running if you close the main window.  The guimenuitemDock in System 
Tray/guimenuitem option must
 also be enabled.  To quit juk;, use the menuchoiceguimenuFile/guimenu
 guimenuitemQuit/guimenuitem/menuchoice command from the main window, or
 the guimenuitemQuit/guimenuitem command from the system tray's context
 menu./para
+para
+If juk; is started up when it is set to dock in the system tray on startup
+a simple notification will be shown (as otherwise the user may wonder why juk;
+window did not open up). It is possible to remove this additional
+notification by going to menuchoiceguimenuCommon Appearance and 
Behavior/guimenu
+guimenuitemApplication and System Notifications/guimenuitem/menuchoice in
+systemsettings; to manage guilabelJuK music player/guilabel application 
notifications.
+Just uncheck guilabelShow a message in a popup/guilabel item for 
guimenuitemJuK running
+in dock mode/guimenuitem. More information on kde; notification settings 
can be found
+ulink url=help:/kcontrol/kcmnotifyhere/ulink.
+/para
 /listitem
 /varlistentry
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/juk-4.11.2/juk.desktop new/juk-4.11.90/juk.desktop
--- old/juk-4.11.2/juk.desktop  2013-08-28 19:09:48.0 +0200
+++ new/juk-4.11.90/juk.desktop 2013-11-11 09:03:09.0 +0100
@@ -49,6 +49,7 @@
 Name[sr@latin]=Juk
 Name[sv]=Juk
 Name[tr]=JuK
+Name[ug]=JuK
 Name[uk]=JuK
 Name[x-test]=xxJuKxx
 

commit superkaramba for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package superkaramba for openSUSE:Factory 
checked in at 2013-12-02 12:33:55

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


Package is superkaramba

Changes:

--- /work/SRC/openSUSE:Factory/superkaramba/superkaramba.changes
2013-10-03 16:09:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.superkaramba.new/superkaramba.changes   
2013-12-02 12:33:56.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:02:27 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:03:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:16:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  superkaramba-4.11.2.tar.xz

New:

  superkaramba-4.11.90.tar.xz



Other differences:
--
++ superkaramba.spec ++
--- /var/tmp/diff_new_pack.e7pF5h/_old  2013-12-02 12:33:57.0 +0100
+++ /var/tmp/diff_new_pack.e7pF5h/_new  2013-12-02 12:33:57.0 +0100
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  python-devel
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Superkaramba allows you to have (interactive) desktop widgets
 License:GPL-2.0+

++ superkaramba-4.11.2.tar.xz - superkaramba-4.11.90.tar.xz ++

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



commit kremotecontrol for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2013-12-02 12:33:50

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


Package is kremotecontrol

Changes:

--- /work/SRC/openSUSE:Factory/kremotecontrol/kremotecontrol.changes
2013-10-03 16:00:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2013-12-02 12:33:51.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:02:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:03:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:16:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kremotecontrol-4.11.2.tar.xz

New:

  kremotecontrol-4.11.90.tar.xz



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.X8razB/_old  2013-12-02 12:33:51.0 +0100
+++ /var/tmp/diff_new_pack.X8razB/_new  2013-12-02 12:33:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kremotecontrol
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:KDE Frontend for the Linux Infrared Remote Control system
 License:GPL-2.0+

++ kremotecontrol-4.11.2.tar.xz - kremotecontrol-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kremotecontrol-4.11.2/kded/kremotecontroldaemon.desktop 
new/kremotecontrol-4.11.90/kded/kremotecontroldaemon.desktop
--- old/kremotecontrol-4.11.2/kded/kremotecontroldaemon.desktop 2013-08-28 
19:08:51.0 +0200
+++ new/kremotecontrol-4.11.90/kded/kremotecontroldaemon.desktop
2013-09-03 14:52:43.0 +0200
@@ -48,7 +48,7 @@
 Name[sv]=Demon för Kremotecontrol
 Name[th]=ดีมอนตัวควบคุมระยะไกล-K
 Name[tr]=KRemote Denetim Hizmeti
-Name[ug]=K يىراقتىن تىزگىنلەش Daemon ئى
+Name[ug]=K يىراقتىن تىزگىنلەش مۇئەككىلى
 Name[uk]=Фонова служба дистанційного керування
 Name[x-test]=xxK Remote Control Daemonxx
 Name[zh_CN]=K 远程控制守护程序

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



commit kmouth for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2013-12-02 12:34:10

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


Package is kmouth

Changes:

--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes2013-10-03 
15:59:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes   2013-12-02 
12:34:12.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:07:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:09:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:21:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kmouth-4.11.2.tar.xz

New:

  kmouth-4.11.90.tar.xz



Other differences:
--
++ kmouth.spec ++
--- /var/tmp/diff_new_pack.1AvH9f/_old  2013-12-02 12:34:13.0 +0100
+++ /var/tmp/diff_new_pack.1AvH9f/_new  2013-12-02 12:34:13.0 +0100
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmouth-4.11.2.tar.xz - kmouth-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmouth-4.11.2/books/nl.desktop 
new/kmouth-4.11.90/books/nl.desktop
--- old/kmouth-4.11.2/books/nl.desktop  2013-08-28 19:09:28.0 +0200
+++ new/kmouth-4.11.90/books/nl.desktop 2013-10-27 05:01:13.0 +0100
@@ -19,7 +19,7 @@
 Name[et]=Hollandi
 Name[eu]=Nederlandera
 Name[fa]=هلندی
-Name[fi]=Tanskalainen
+Name[fi]=Hollantilainen
 Name[fr]=Hollandais
 Name[ga]=Ollainnis
 Name[gl]=Holandés

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



  1   2   3   >