commit aegisub for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package aegisub for openSUSE:Factory checked 
in at 2013-07-07 22:16:46

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


Package is aegisub

Changes:

--- /work/SRC/openSUSE:Factory/aegisub/aegisub.changes  2013-07-02 
12:19:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.aegisub.new/aegisub.changes 2013-07-07 
22:16:48.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  7 08:50:55 UTC 2013 - reddw...@opensuse.org
+
+- Update to 3.0.4
+  * Update Basque translation
+
+---

Old:

  aegisub-3.0.3.tar.xz

New:

  aegisub-3.0.4.tar.xz



Other differences:
--
++ aegisub.spec ++
--- /var/tmp/diff_new_pack.l7ACC0/_old  2013-07-07 22:16:49.0 +0200
+++ /var/tmp/diff_new_pack.l7ACC0/_new  2013-07-07 22:16:49.0 +0200
@@ -19,7 +19,7 @@
 %bcond_with ffms2
 
 Name:   aegisub
-Version:3.0.3
+Version:3.0.4
 Release:0
 Summary:Subtitle editor
 License:BSD-3-Clause

++ aegisub-3.0.3.tar.xz - aegisub-3.0.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aegisub/aegisub/build/git_version.h 
new/aegisub/aegisub/build/git_version.h
--- old/aegisub/aegisub/build/git_version.h 2013-06-27 16:27:08.0 
+0200
+++ new/aegisub/aegisub/build/git_version.h 2013-07-04 20:05:39.0 
+0200
@@ -1,3 +1,3 @@
-#define BUILD_GIT_VERSION_NUMBER 7127
-#define BUILD_GIT_VERSION_STRING 3.0.3
+#define BUILD_GIT_VERSION_NUMBER 7130
+#define BUILD_GIT_VERSION_STRING 3.0.4
 #define TAGGED_RELEASE 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aegisub/aegisub/libaegisub/common/io.cpp 
new/aegisub/aegisub/libaegisub/common/io.cpp
--- old/aegisub/aegisub/libaegisub/common/io.cpp2013-06-27 
16:27:08.0 +0200
+++ new/aegisub/aegisub/libaegisub/common/io.cpp2013-07-04 
20:05:39.0 +0200
@@ -97,7 +97,22 @@
 
 Save::~Save() {
delete fp;
+#ifndef _WIN32
util::Rename(tmp_name, file_name);
+#else
+   for (int i = 0; i  10; ++i) {
+   try {
+   util::Rename(tmp_name, file_name);
+   return;
+   }
+   catch (agi::FileNotAccessibleError const) {
+   // Retry up to ten times in case it's just locked by a 
poorly-written antivirus scanner
+   if (i == 9)
+   throw;
+   Sleep(100);
+   }
+   }
+#endif
 }
 
 std::ofstream Save::Get() {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aegisub/aegisub/packages/win_installer/fragment_setupbase.iss 
new/aegisub/aegisub/packages/win_installer/fragment_setupbase.iss
--- old/aegisub/aegisub/packages/win_installer/fragment_setupbase.iss   
2013-06-27 16:27:08.0 +0200
+++ new/aegisub/aegisub/packages/win_installer/fragment_setupbase.iss   
2013-07-04 20:05:39.0 +0200
@@ -32,7 +32,7 @@
 ; Contact: mailto:nie...@indvikleren.dk
 ;
 
-#define VERSION 3.0.3
+#define VERSION 3.0.4
 
 [Setup]
 AppName=Aegisub
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aegisub/aegisub/packages/win_installer/portable/create-portable-64.bat 
new/aegisub/aegisub/packages/win_installer/portable/create-portable-64.bat
--- old/aegisub/aegisub/packages/win_installer/portable/create-portable-64.bat  
2013-06-27 16:27:08.0 +0200
+++ new/aegisub/aegisub/packages/win_installer/portable/create-portable-64.bat  
2013-07-04 20:05:39.0 +0200
@@ -15,8 +15,8 @@
 xcopy config.json aegisub-portable\  NUL
 
 echo Creating SFX
-del ..\output\aegisub-3.0.2-portable-64.exe
-WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp 
-iiconicon.ico ..\output\aegisub-3.0.2-portable-64.exe aegisub-portable\
+del ..\output\aegisub-3.0.4-portable-64.exe
+WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp 
-iiconicon.ico ..\output\aegisub-3.0.4-portable-64.exe aegisub-portable\
 
 echo Removing temp dir
 rmdir /S /Q aegisub-portable  NUL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aegisub/aegisub/packages/win_installer/portable/create-portable.bat 
new/aegisub/aegisub/packages/win_installer/portable/create-portable.bat
--- old/aegisub/aegisub/packages/win_installer/portable/create-portable.bat 
2013-06-27 16:27:08.0 +0200
+++ new/aegisub/aegisub/packages/win_installer/portable/create-portable.bat 
2013-07-04 

commit evolution-rss for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package evolution-rss for openSUSE:Factory 
checked in at 2013-07-07 22:17:41

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


Package is evolution-rss

Changes:

--- /work/SRC/openSUSE:Factory/evolution-rss/evolution-rss.changes  
2013-05-13 14:50:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-rss.new/evolution-rss.changes 
2013-07-07 22:17:41.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  4 18:15:13 UTC 2013 - dims...@opensuse.org
+
+- Add evolution-rss-EMailPart.patch: adapt to EMailPart changes in
+  Evolution 3.9.3.
+
+---

New:

  evolution-rss-EMailPart.patch



Other differences:
--
++ evolution-rss.spec ++
--- /var/tmp/diff_new_pack.hl7rB5/_old  2013-07-07 22:17:42.0 +0200
+++ /var/tmp/diff_new_pack.hl7rB5/_new  2013-07-07 22:17:42.0 +0200
@@ -35,6 +35,8 @@
 Patch0: evolution-rss-soup-linking.patch
 # PATCH-FIX-UPSTREAM evolution-rss-remove-EShellSettings-requirements.patch 
dims...@opensuse.org -- Remove EShellSettings requirement, taken from git.
 Patch1: evolution-rss-remove-EShellSettings-requirements.patch
+# PATCH-FIX-UPSTREAM evolution-rss-EMailPart.patch dims...@opensuse.org -- 
Adapt to EMailPart changes of evolution 3.9.3, taken from git.
+Patch2: evolution-rss-EMailPart.patch
 BuildRequires:  gcc-c++
 # Needed only for patch0, in order to bootstrap
 BuildRequires:  gconf2-devel
@@ -73,9 +75,10 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
-# Needed for patch0
+# Needed for patch0 and patch2
 NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-schemas-install
 %__make %{?_smp_mflags}

++ evolution-rss-EMailPart.patch ++
From 6f0baabc697accf70b524a7baab91865f335daa3 Mon Sep 17 00:00:00 2001
From: Lucian Langa lucila...@gnome.org
Date: Fri, 24 May 2013 23:53:39 +
Subject: adapt to EMailPart changes

---
diff --git a/src/Makefile.am b/src/Makefile.am
index 7a86c1f..91f2671 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -116,6 +116,8 @@ evolution_module_rss_la_SOURCES =   \
rss-status-icon.c   \
rss-icon-factory.c  \
dbus.c  \
+   e-mail-part-rss.c   \
+   e-mail-part-rss.h   \
e-mail-parser-evolution-rss.c   \
e-mail-parser-evolution-rss.h   \
e-mail-formatter-evolution-rss.c\
diff --git a/src/e-mail-formatter-evolution-rss.c 
b/src/e-mail-formatter-evolution-rss.c
index e500864..3496d19 100644
--- a/src/e-mail-formatter-evolution-rss.c
+++ b/src/e-mail-formatter-evolution-rss.c
@@ -35,6 +35,7 @@
 
 #include misc.h
 #include rss-formatter.h
+#include e-mail-part-rss.h
 
 
 typedef EMailFormatterExtension EMailFormatterRSS;
@@ -98,20 +99,21 @@ emfe_evolution_rss_format (EMailFormatterExtension 
*extension,
gchar *str;
GByteArray *ba;
gchar *src;
-   CamelMimePart *message = (CamelMimePart *)part-part;
+   CamelMimePart *message = e_mail_part_ref_mime_part (part);
gchar *website, *subject, *category, *feedid, *comments;
guint32 frame_col, cont_col, text_col;
gboolean is_html = NULL;
gchar *feed_dir, *tmp_file, *tmp_path, *iconfile;
GdkPixbuf *pixbuf;
 
-   CamelContentType *ct = camel_mime_part_get_content_type (part-part);
+
+   CamelContentType *ct = camel_mime_part_get_content_type (message);
if (ct) {
if (!camel_content_type_is (ct, x-evolution, 
evolution-rss-feed))
return FALSE;
}
 
-   dw = camel_medium_get_content (CAMEL_MEDIUM (part-part));
+   dw = camel_medium_get_content (CAMEL_MEDIUM (message));
if (!dw) {
return FALSE;
}
@@ -119,7 +121,8 @@ emfe_evolution_rss_format (EMailFormatterExtension 
*extension,
str = g_strdup_printf (
object type=\application/vnd.evolution.attachment\ 
height=\0\ width=\100%%\ data=\%s\ id=\%s\/object,
-   part-id, part-id);
+   e_mail_part_get_id(part),
+   e_mail_part_get_id(part));
camel_stream_write_string (
stream, str, cancellable, NULL);
gchar *h = g_strdup(e_web_view_get_html (E_WEB_VIEW 
(rss_get_display(;
diff --git a/src/e-mail-parser-evolution-rss.c 
b/src/e-mail-parser-evolution-rss.c
index c815326..58f5c66 100644
--- a/src/e-mail-parser-evolution-rss.c
+++ b/src/e-mail-parser-evolution-rss.c
@@ -22,8 +22,6 @@
 #include glib/gi18n.h
 

commit gtick for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package gtick for openSUSE:Factory checked 
in at 2013-07-07 22:17:55

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


Package is gtick

Changes:

--- /work/SRC/openSUSE:Factory/gtick/gtick.changes  2012-09-25 
09:47:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtick.new/gtick.changes 2013-07-07 
22:17:57.0 +0200
@@ -2 +2,9 @@
-Thu Sep  6 19:25:03 UTC 2012 - dmi...@roshchin.org
+Thu Jul  4 18:49:25 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 0.5.2:
+  + Building with new bison.
+  + Double free.
+  + Updated translations.
+
+---
+Thu Sep  6 19:25:03 UTC 2012 - dmitr...@opensuse.org

Old:

  gtick-0.5.1.tar.gz

New:

  gtick-0.5.2.tar.gz



Other differences:
--
++ gtick.spec ++
--- /var/tmp/diff_new_pack.Pa7G4I/_old  2013-07-07 22:17:57.0 +0200
+++ /var/tmp/diff_new_pack.Pa7G4I/_new  2013-07-07 22:17:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtick
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gtick
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:A metronome application
 License:GPL-3.0
 Group:  Productivity/Multimedia/Sound/Utilities
-URL:http://www.antcom.de/gtick/
+Url:http://www.antcom.de/gtick/
 Source0:http://www.antcom.de/gtick/download/%{name}-%{version}.tar.gz
 Source1:%{name}.desktop
 Source2:%{name}.png
@@ -31,7 +32,7 @@
 BuildRequires:  libpulse-devel
 BuildRequires:  update-desktop-files
 
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 GTick is a metronome application written for GNU/Linux and other UN*X-like

++ gtick-0.5.1.tar.gz - gtick-0.5.2.tar.gz ++
 13975 lines of diff (skipped)


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



commit awesome-branding-openSUSE for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package awesome-branding-openSUSE for 
openSUSE:Factory checked in at 2013-07-07 22:16:59

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


Package is awesome-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/awesome-branding-openSUSE/awesome-branding-openSUSE.changes
  2013-02-04 17:57:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.awesome-branding-openSUSE.new/awesome-branding-openSUSE.changes
 2013-07-07 22:17:00.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul  7 11:55:03 UTC 2013 - tog...@opensuse.org
+
+- Upgraded to 3.4.15-v0.1
+  * Use wallpaper-branding-openSUSE 1920x1080 image as default 
+
+---

Old:

  awesome-branding-openSUSE-3.4.13-v0.2.tar.xz

New:

  awesome-branding-openSUSE-3.4.15-v0.1.tar.xz



Other differences:
--
++ awesome-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.eRVPFM/_old  2013-07-07 22:17:01.0 +0200
+++ /var/tmp/diff_new_pack.eRVPFM/_new  2013-07-07 22:17:01.0 +0200
@@ -17,10 +17,10 @@
 #
 
 
-%define git_version 3.4.13-v0.2
+%define git_version 3.4.15-v0.1
 %define main_pack awesome
 Name:   awesome-branding-openSUSE
-Version:3.4.13
+Version:3.4.15
 Release:0
 Url:https://github.com/madanyang/awesome-branding-opensuse.git
 Summary:openSUSE Branding for awesome
@@ -31,11 +31,12 @@
 Conflicts:  otherproviders(%main_pack-branding)
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: %name-%git_version.tar.xz
+Source0:%name-%git_version.tar.xz
 Requires:   awesome-freedesktop
 Requires:   awesome-vicious
 Requires:   gnome-icon-theme
 Requires:   nitrogen
+Requires:   wallpaper-branding-openSUSE
 Requires:   xscreensaver
 Recommends: awesome-shifty
 
@@ -45,7 +46,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %name-%git_version
 
 %build
 

++ awesome-branding-openSUSE-3.4.13-v0.2.tar.xz - 
awesome-branding-openSUSE-3.4.15-v0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/awesome-branding-openSUSE-3.4.13/README.openSUSE 
new/awesome-branding-openSUSE-3.4.15-v0.1/README.openSUSE
--- old/awesome-branding-openSUSE-3.4.13/README.openSUSE2013-01-30 
13:18:26.0 +0100
+++ new/awesome-branding-openSUSE-3.4.15-v0.1/README.openSUSE   2013-07-07 
11:33:19.0 +0200
@@ -4,9 +4,8 @@
 openSUSE theme is based on the default awesome theme
 and is licensed as the awesome package itself.
 
-Background picture is NatureSeries006.jpg from the
-desktop-data-openSUSE-extra-12.1-22.1.2.noarch. It has
-been named to background.jpg for easy access.
+Background picture is 1929x1080.jpg from the
+openSUSE-default-wallpaper images
 
 opensusegeeko.png is taken from
 http://en.opensuse.org/File:Opensuse-geeko.png
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/awesome-branding-openSUSE-3.4.13/rc.lua 
new/awesome-branding-openSUSE-3.4.15-v0.1/rc.lua
--- old/awesome-branding-openSUSE-3.4.13/rc.lua 2013-01-30 13:18:26.0 
+0100
+++ new/awesome-branding-openSUSE-3.4.15-v0.1/rc.lua2013-07-07 
11:33:19.0 +0200
@@ -74,15 +74,11 @@
 io.close(ut)
 beautiful.init(user_theme)
 else
-print(Theme doesn't exist, falling back to opeSUSE)
+print(Personal theme doesn't exist, falling back to openSUSE)
 beautiful.init(/usr/share/awesome/themes/openSUSE/theme.lua)
 end
 end
 
--- beautiful.init(/usr/share/awesome/themes/openSUSE/theme.lua)
-
-
-
 
 -- This is used later as the default terminal and editor to run.
 terminal = xterm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/awesome-branding-openSUSE-3.4.13/themes/openSUSE/theme.lua 
new/awesome-branding-openSUSE-3.4.15-v0.1/themes/openSUSE/theme.lua
--- old/awesome-branding-openSUSE-3.4.13/themes/openSUSE/theme.lua  
2013-01-30 13:18:26.0 +0100
+++ new/awesome-branding-openSUSE-3.4.15-v0.1/themes/openSUSE/theme.lua 
2013-07-07 11:33:19.0 +0200
@@ -74,7 +74,7 @@
 theme.titlebar_maximized_button_focus_active  = 
/usr/share/awesome/themes/openSUSE/titlebar/maximized_focus_active.png
 
 -- You can use your own command to set your wallpaper
-theme.wallpaper_cmd = { nitrogen --set-scaled 
/usr/share/awesome/themes/openSUSE/background.jpg }
+theme.wallpaper_cmd = { nitrogen --set-scaled 
/usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg }
 
 -- You can use your own layout 

commit cfitsio for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package cfitsio for openSUSE:Factory checked 
in at 2013-07-07 22:17:08

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


Package is cfitsio

Changes:

--- /work/SRC/openSUSE:Factory/cfitsio/cfitsio.changes  2013-06-17 
10:02:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.cfitsio.new/cfitsio.changes 2013-07-07 
22:17:10.0 +0200
@@ -1,0 +2,81 @@
+Sun Jul  7 11:36:05 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to version 3.350:
+  * fixed problem with the default tile size when compressing images with
+fpack using the Hcompress algorithm.
+  * fixed returned value (status instead of *status)
+  * in imcompress.c, declared some arrays that are used to store the dimensions
+of the image from 'int' to 'long', to support very large images (at least
+on systems where sizeof(long) = 8),
+  * modified the routines that convert a string value to a float or double
+to prevent them from returning a NaN or Inf value if the
+string is NaN or Inf (as can happen with gcc implementation of the
+strtod function).
+  * removed/replaced the use of the assert() functions when locking or
+unlocking threads because they did not work correctly if NDEBUG is
+defined.
+  * made modifications to the way the command-line file filters are parsed to
+1) remove the 1024-character limit when specifying a column filter,
+2) fixed a potential character buffer-overflow risk in fits_get_token, and
+3) improved the parsing logic to remove any possible of confusing
+2 slash characters (//) in the string as the beginning of a
+comment string.
+  * modified configure and Makefile.in so that when building CFITSIO
+as a shared library on linux or Mac platforms, it will use the SONAME
+convention to indicate whether each new release of the CFITSIO
+library is binary-compatible with the previous version.  Application
+programs that link with the shared library will not need to be
+recompiled as long as the versions are compatible.  In practice,
+this means that the shared library binary file that is created (on
+Linux systems) will have a name like 'libcfitsio.so.I.J.K', where I is the
+SONAME version number, J is the major CFITSIO version number (e.g. 3),
+and K is the minor CFITSIO version number (e.g., 34).  Two link
+files will also be created such that
+  libcfitsio.so - libcfitsio.so.I, and
+  libcfitsio.so.I - libcfitsio.I.J.K
+Application programs will still run correctly with the new version of
+CFITSIO as long as the 'I' version number remains the same, but the
+applications will fail to run if the 'I' number changes, thus alerting
+the user that the application must be rebuilt.
+  * fixed bug in fits_insert_col when computing the new table row width
+when inserting a '1Q' variable length array column.
+  * modified the image compression routines so that the output compressed
+image (stored in a FITS binary table) uses the '1Q' variable length
+array format (instead of '1P') when the input file is larger than 4 GB.
+  * added support for compression directive keywords which indicate how
+that HDU should be compressed (e.g., which compression algorithm to use,
+what tiling pattern to use, etc.).  The values of these keywords will
+override the compression parameters that were specified on the command
+line when running the fpack FITS file compression program.
+  * globally changed the variable and/or subroutine name dither_offset
+to dither_seed and quantize_dither to quantize_method so
+that the names more accurately reflects their purpose.
+  * added support for a new SUBTRACTIVE_DITHER_2 method when compressing
+floating point images.  The only difference with the previous method
+is that pixels with a value exactly equal to 0.0 will not be dithered,
+and instead will be exactly preserved when the image is compressed.
+  * added support for an alias of RICE_ONE for RICE_1 as the value
+of the ZCMPTYPE keyword, which gives the name of the image compression
+algorithm.  This alias is used if the new SUBTRACTIVE_DITHER_2 option
+is used, to prevent old versions of funpack from creating a corrupted
+uncompressed image file.  Only newer versions of funpack will recognize
+this alias and be able to uncompress the image.
+  * made performance improvement to fits_read_compressed_img so that
+when reading a section of an compressed image that includes only
+every nth pixel in some dimension, it will only uncompressed a tile
+if there are actually any pixels of interest in that tile.
+  * fixed several issues with the beta FITS binary table compression code
+that is 

commit ibus for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2013-07-07 22:18:04

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


Package is ibus

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2013-04-03 
12:53:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2013-07-07 
22:18:06.0 +0200
@@ -1,0 +2,46 @@
+Thu Jul  4 15:41:12 UTC 2013 - ft...@geeko.jp
+
+- Merge branches on M17N:Devel and home:dimstar:branches:GNOME:Factory
+  * Merge changelog and spec written by dims...@opensuse.org
+- Update to 1.5.2 by hillw...@linuxfans.org
+  * Implement use-system-keyboard-layout
+  * Fix crash of ibus-setup
+- Update to 1.5.1 by hillw...@linuxfans.org
+  * Add fr(bepo) XKB engine
+  * Fix crash 
+- Update to 1.5.0 by dougla...@outlook.com 
+  * Renew IM-switch UI, logic, and shortcut customization
+  * Integrate XKB keyboard layouts into IME. Now ibus can manage both
+IME and XKB layouts seamlessly
+  * Improve ibus performance by replace some python components with
+vala implementations
+  * Improve gobject-introspection support
+  * Improve vala language support
+  * New functions to restrict config signal: ibus_config_watch/unwatch
+  * Remove gnome-icon-theme-legacy dependency. 
+  * Add version property in IBusEngineDesc. 
+  * Add IBusProperty.symbol for the short label. 
+  * Support dconf 0.13.4
+  * Add ibus command line tool 
+  * Improve unit test
+  * ibus-daemon now monitors .xml files by default
+  * make check does not require make install 
+  * Support out-of-tree build
+  * pygobject override is added to help migrate from the old python binding.
+  * Many bug fixings.
+- Switch to dconf from GConf
+- Add python bindings
+- Add vala bindings
+- Drop obsoleted patches:
+  * ibus-fix-default-preload-engines.patch
+  * ibus-fix-docs-build-error.patch
+  * ibus-fix-tray-icon-on-gnome-3.6.patch
+  * ibus_indicator-14.patch
+- Obsoletes ibus-gnome-shell
+- Separate translation files into ibus-lang
+- Rename libibus-1_0-0 subpackage to libibus-1_0-5, following
+  upstreams soname change.
+- Clean up spec file
+  * remove special cases for 11.4 and 12.1
+
+---

Old:

  ibus-1.4.2.tar.gz
  ibus-fix-default-preload-engines.patch
  ibus-fix-docs-build-error.patch
  ibus-fix-tray-icon-on-gnome-3.6.patch
  ibus_indicator-14.patch
  xim.d-ibus

New:

  ibus-1.5.2.tar.gz



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.V6ajoZ/_old  2013-07-07 22:18:07.0 +0200
+++ /var/tmp/diff_new_pack.V6ajoZ/_new  2013-07-07 22:18:07.0 +0200
@@ -16,12 +16,8 @@
 #
 
 
-%define build_gtk3 (0%{suse_version} = 1140)
-%define build_without_dbus_autolaunch (0%{suse_version} = 1210)
-%define domain_name %{name}10
-
 Name:   ibus
-Version:1.4.2
+Version:1.5.2
 Release:0
 Url:http://code.google.com/p/ibus/
 Summary:Intelligent Input Bus for Linux OS
@@ -29,25 +25,17 @@
 Group:  System/I18n/Chinese
 
 Source: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
-Source1:xim.d-ibus  
 Source2:ibus-README.suse  
 Source3:xim.ibus.suse.template
 Source4:xim.d-ibus-121
 Patch0: ibus-python-install-dir.patch
-Patch1: ibus-fix-default-preload-engines.patch
-# PATCH-FIX-OPENSUSE ibus-fix-docs-build-error.patch
-Patch2: ibus-fix-docs-build-error.patch
-# PATCH-FIX-OPENSUSE ibus-fix-tray-icon-on-gnome-3.6.patch
-Patch3: ibus-fix-tray-icon-on-gnome-3.6.patch
-# PATCH-FIX-OPENSUSE ibus_indicator-14.patch
-Patch4: ibus_indicator-14.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /usr/bin/touch
 Provides:   locale(ja;ko;zh)
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  dbus-1-python-devel = 0.83.0
+BuildRequires:  dconf-devel = 0.7.5
 BuildRequires:  fdupes
-BuildRequires:  gconf2-devel = 2.12
 BuildRequires:  gettext-devel
 BuildRequires:  glib2-devel = 2.26.0
 BuildRequires:  gobject-introspection-devel = 0.9.6
@@ -60,16 +48,21 @@
 BuildRequires:  python = 2.5
 BuildRequires:  python-gobject2-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(vapigen) = 0.16
 Requires:   dbus-1-python
-Requires:   gconf2
+Requires:   dconf
 Requires:   gobject-introspection
 Requires:   iso-codes
-Requires:   libibus-1_0-0 = %{version}
+Requires:   libibus-1_0-5 = %{version}
 Requires:   notification-daemon
 Requires:   python-gtk
 Requires:   python-notify
 Requires:   python-xdg
-%gconf_schemas_prereq
+%if 

commit libstorage for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2013-07-07 22:18:29

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


Package is libstorage

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2013-06-28 
11:50:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2013-07-07 22:18:31.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul  3 12:49:31 CEST 2013 - f...@suse.de
+
+- allow to fake EFI detection with env var LIBSTORAGE_ENFORCE_EFI
+
+---



Other differences:
--
++ libstorage-2.24.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/AppUtil.cc 
new/libstorage-2.24.1/storage/AppUtil.cc
--- old/libstorage-2.24.1/storage/AppUtil.cc2013-03-11 18:16:32.0 
+0100
+++ new/libstorage-2.24.1/storage/AppUtil.cc2013-07-04 11:10:52.0 
+0200
@@ -706,7 +706,6 @@
 {
 y2mil( Arch:  arch   Instsys:  instsys );
 liststring ign;
-liststring s390;
 const char* pathes[] = { 
 #include ./gen_pathlist.cc
};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/ArchInfo.cc 
new/libstorage-2.24.1/storage/ArchInfo.cc
--- old/libstorage-2.24.1/storage/ArchInfo.cc   2013-03-05 12:16:50.0 
+0100
+++ new/libstorage-2.24.1/storage/ArchInfo.cc   2013-07-03 12:50:52.0 
+0200
@@ -115,7 +115,8 @@
}
else
{
-   is_efiboot = checkDir( /sys/firmware/efi/vars );
+   is_efiboot = checkDir( /sys/firmware/efi/vars ) ||
+getenv(LIBSTORAGE_ENFORCE_EFI)!=NULL;
}
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/gen_md5sum.cc 
new/libstorage-2.24.1/storage/gen_md5sum.cc
--- old/libstorage-2.24.1/storage/gen_md5sum.cc 2013-06-19 12:41:44.0 
+0200
+++ new/libstorage-2.24.1/storage/gen_md5sum.cc 2013-07-04 11:17:27.0 
+0200
@@ -1,5 +1,5 @@
-#define SOURCES_MD5SUM   7a7c73b36739330d1e0b8631b9b422a0
-#define SOURCES_MD5_DATE  Wed Jun 19 12:41:44 CEST 2013 
+#define SOURCES_MD5SUM   fae6721060325cccfb77feebdc3e7763
+#define SOURCES_MD5_DATE  Thu Jul 4 11:17:27 CEST 2013 
 namespace storage
 {
 const char* GetSourceMd5() { return SOURCES_MD5SUM; }

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



commit ibus-rime for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2013-07-07 22:18:15

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


Package is ibus-rime

Changes:

--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes  2012-10-23 
21:24:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new/ibus-rime.changes 2013-07-07 
22:18:16.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul  6 11:46:21 CST 2013 - hillw...@linuxfans.org
+
+- Update to 0.9.9
+  * support static linking librime and its dependencies.
+  * support changing conversion mode with Caps Lock.
+  * add 'Sync data' button.
+  * in Chinese mode, display the name of schema on status bar.
+  * display notifications about deployment result.
+
+---

Old:

  ibus-rime-0.9.4.tar.gz

New:

  ibus-rime-0.9.9.tar.gz



Other differences:
--
++ ibus-rime.spec ++
--- /var/tmp/diff_new_pack.6nANJt/_old  2013-07-07 22:18:17.0 +0200
+++ /var/tmp/diff_new_pack.6nANJt/_new  2013-07-07 22:18:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-rime
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,7 +17,7 @@
 
 
 Name:   ibus-rime
-Version:0.9.4
+Version:0.9.9
 Release:0
 Summary:IBus rime
 License:GPL-3.0
@@ -31,8 +31,12 @@
 BuildRequires:  ibus-devel
 BuildRequires:  libkyotocabinet-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  librime-devel
+BuildRequires:  librime-devel = 0.9.8
+%if 0%{?suse_version}  1230
+BuildRequires:  libyaml-cpp0_5
+%else
 BuildRequires:  libyaml-cpp0_3
+%endif
 BuildRequires:  opencc
 BuildRequires:  opencc-devel
 

++ ibus-rime-0.9.4.tar.gz - ibus-rime-0.9.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/.gitignore new/ibus-rime/.gitignore
--- old/ibus-rime/.gitignore2012-09-26 07:03:25.0 +0200
+++ new/ibus-rime/.gitignore2013-05-05 16:38:34.0 +0200
@@ -1,5 +1,6 @@
 build
 data
+lib
 package
 *~
 .*.swp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/.gitmodules new/ibus-rime/.gitmodules
--- old/ibus-rime/.gitmodules   1970-01-01 01:00:00.0 +0100
+++ new/ibus-rime/.gitmodules   2013-05-05 16:38:34.0 +0200
@@ -0,0 +1,6 @@
+[submodule librime]
+   path = librime
+   url = g...@github.com:lotem/librime.git
+[submodule brise]
+   path = brise
+   url = g...@github.com:lotem/brise.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/CMakeLists.txt new/ibus-rime/CMakeLists.txt
--- old/ibus-rime/CMakeLists.txt2012-09-26 07:03:25.0 +0200
+++ new/ibus-rime/CMakeLists.txt2013-05-05 16:38:34.0 +0200
@@ -1,6 +1,8 @@
 project(ibus-rime)
 cmake_minimum_required(VERSION 2.8)
 
+option(BUILD_STATIC Build Rime using static libraries OFF)
+
 set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
 
 include(${CMAKE_ROOT}/Modules/FindPkgConfig.cmake)
@@ -28,6 +30,15 @@
 message(STATUS Precompiler macro RIME_DATA_DIR is set to 
\${RIME_DATA_DIR}\)
 add_definitions(-DRIME_DATA_DIR=${RIME_DATA_DIR})
 
+set(RIME_DEPS )
+
+if(BUILD_STATIC)
+  link_directories(${PROJECT_SOURCE_DIR}/lib)
+  set(RIME_DEPS ${RIME_DEPS} m stdc++ pthread z
+  libboost_filesystem-mt.a libboost_regex-mt.a libboost_signals-mt.a 
libboost_system-mt.a libboost_thread-mt.a
+  libglog.a libkyotocabinet.a libopencc.a libyaml-cpp.a)
+endif(BUILD_STATIC)
+
 aux_source_directory(. IBUS_RIME_SRC)
 add_executable(ibus-engine-rime ${IBUS_RIME_SRC})
-target_link_libraries(ibus-engine-rime ${IBus_LIBRARIES} 
${LIBNOTIFY_LIBRARIES} ${Rime_LIBRARIES})
+target_link_libraries(ibus-engine-rime ${IBus_LIBRARIES} 
${LIBNOTIFY_LIBRARIES} ${Rime_LIBRARIES} ${RIME_DEPS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-rime/ChangeLog new/ibus-rime/ChangeLog
--- old/ibus-rime/ChangeLog 1970-01-01 01:00:00.0 +0100
+++ new/ibus-rime/ChangeLog 2013-05-05 16:38:34.0 +0200
@@ -0,0 +1,44 @@
+2013-05-05  GONG Chen  chen@gmail.com
+
+   * brise: update to version 0.22
+   * librime: update to version 0.9.9
+
+   * Makefile: support static linking librime and its dependencies.
+
+   - Rime 0.9.9 

commit obs-service-source_validator for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2013-07-07 22:19:35

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


Package is obs-service-source_validator

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2013-06-19 14:52:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2013-07-07 22:19:36.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 30 07:28:57 UTC 2013 - adr...@suse.de
+
+- fix dependency to gnupg2 for Fedora (bnc#827480)
+
+---



Other differences:
--
++ obs-service-source_validator.spec ++
--- /var/tmp/diff_new_pack.baguI3/_old  2013-07-07 22:19:37.0 +0200
+++ /var/tmp/diff_new_pack.baguI3/_new  2013-07-07 22:19:37.0 +0200
@@ -26,7 +26,12 @@
 Release:0
 # use osc service dr to update
 Source: %{name}-%{version}.tar.bz2
+%if 0%{?suse_version}
 Requires:   gpg2
+%else
+# Fedora
+Requires:   gnupg2
+%endif
 Requires:   perl-TimeDate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

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



commit presage for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package presage for openSUSE:Factory checked 
in at 2013-07-07 22:22:57

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


Package is presage

Changes:

--- /work/SRC/openSUSE:Factory/presage/presage.changes  2012-09-25 
10:46:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.presage.new/presage.changes 2013-07-07 
22:22:59.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul  3 02:23:36 UTC 2013 - i...@marguerite.su
+
+- update version 0.8.9.beta20130208
+  * see ChangeLog for details
+
+---

Old:

  presage-0.8.8.tar.gz
  presage_automake_1.12.abuild.patch
  presage_ncurses_flag.patch
  presage_port_cmuclmtk.patch

New:

  presage-0.8.9-automake_1.12_abuild.patch
  presage-0.8.9-ncurses_flag.patch
  presage-0.8.9-port_cmuclmtk.patch
  presage-0.8.9.beta20130208.tar.gz



Other differences:
--
++ presage.spec ++
--- /var/tmp/diff_new_pack.2nuOoJ/_old  2013-07-07 22:23:00.0 +0200
+++ /var/tmp/diff_new_pack.2nuOoJ/_new  2013-07-07 22:23:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package presage
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -19,7 +19,7 @@
 %define py_ver %(python -c import sys; v=sys.version_info[:2]; print 
'%%d.%%d'%%v 2/dev/null || echo PYTHON-NOT-FOUND)
 
 Name:   presage
-Version:0.8.8
+Version:0.8.9.beta20130208
 Release:0
 Summary:Intelligent predictive text entry platform (tools and demos)
 License:GPL-2.0
@@ -27,11 +27,11 @@
 Url:http://presage.sourceforge.net
 Source: %{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM jzh...@suse.com - fix ncurese builds in openSUSE
-Patch0: presage_ncurses_flag.patch
+Patch0: presage-0.8.9-ncurses_flag.patch
 # PATCH-FIX-UPSTREAM i...@marguerite.su - port to cmuclmtk
-Patch1: presage_port_cmuclmtk.patch
+Patch1: presage-0.8.9-port_cmuclmtk.patch
 # PATCH-FIX-UPSTREAM i...@marguerite.su automake 1.12 abuild patch
-Patch2: presage_automake_1.12.abuild.patch
+Patch2: presage-0.8.9-automake_1.12_abuild.patch
 %if 0%{?suse_version}
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  dbus-1-python-devel
@@ -61,7 +61,12 @@
 BuildRequires:  libgnome-devel
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
+BuildRequires:  python-atspi
 BuildRequires:  python-devel
+BuildRequires:  python-gtk-devel
+BuildRequires:  python-wxWidgets
+BuildRequires:  python-wxWidgets-devel
+BuildRequires:  python-xlib
 BuildRequires:  swig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -127,6 +132,7 @@
 %package -n python-presage
 Summary:Intelligent predictive text entry platform (Python binding)
 Group:  System/Libraries
+%py_requires
 
 %description -n python-presage
 Presage is an intelligent predictive text entry platform.
@@ -156,6 +162,12 @@
 %package -n python-presagemate
 Summary:Universial predictive text companion
 Group:  Productivity/Text/Utilities
+Requires:   python-atspi
+Requires:   python-gtk
+Requires:   python-presage
+Requires:   python-xlib
+BuildArch:  noarch
+%py_requires
 
 %description -n python-presagemate
 Pypresagemate is a universal predictive text companion. Pypresagemate works 
alongside any AT-SPI aware application. The Assistive Technology Service 
Provider Interface (AT-SPI) is a toolkit-neutral way of providing accessibility 
facilities in applications. Pypresagemate works in the background by tracking 
what keystrokes are typed and displaying predictions in its window. When a 
prediction is selected, text is sent to the active application.
@@ -173,6 +185,9 @@
 Summary:Intelligent predictive wxPython text editor
 Group:  Productivity/Text/Editors
 Requires:   python-presagemate
+Requires:   python-wxWidgets
+BuildArch:  noarch
+%py_requires
 
 %description -n pyprompter
 This package contains the wxPython predictive text editor pyprompter.
@@ -183,11 +198,16 @@
 
 %prep
 %setup -q
+find . -type f -exec sed -i  's/\r//g' {} \;
 %patch0 -p1
 %patch1 -p1
 %if 0%{?suse_version} = 1220
 %patch2 -p1
 %endif
+echo [D-BUS Service]  apps/dbus/org.gnome.presage.service.in
+echo Name=org.gnome.presage.beta  apps/dbus/org.gnome.presage.service.in
+echo Exec={bindir}/presage_dbus_service --start  
apps/dbus/org.gnome.presage.service.in
+echo User=root  

commit PlotDigitizer for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package PlotDigitizer for openSUSE:Factory 
checked in at 2013-07-07 22:22:22

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


Package is PlotDigitizer

Changes:

--- /work/SRC/openSUSE:Factory/PlotDigitizer/PlotDigitizer.changes  
2013-05-27 09:57:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.PlotDigitizer.new/PlotDigitizer.changes 
2013-07-07 22:22:24.0 +0200
@@ -1,0 +2,18 @@
+Sun Jul  7 18:07:16 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 2.6.3
+  * The output CSV file format has been changed back to the
+pre 2.6.0 format and now (once again) always writes out numbers
+in the US Locale (preventing commas from being output that
+indicate the ones place in some locales).
+  * The values written out to the CSV file and displayed in 
+the window of digitized values now use a format that shows more
+precision for both very large and very small numbers.
+  * Fixed a bug that prevented exporting a calibration for more
+than one plot per session.
+  * Fixed a bug that prevented editing of values in the table
+of digitized values under some circumstances.
+  * Fixed display and editing bugs related to the use of
+logarithmic axis scales.
+
+---

Old:

  PlotDigitizer_2.6.2_Source.zip

New:

  PlotDigitizer_2.6.3_Source.zip



Other differences:
--
++ PlotDigitizer.spec ++
--- /var/tmp/diff_new_pack.ep9iSq/_old  2013-07-07 22:22:25.0 +0200
+++ /var/tmp/diff_new_pack.ep9iSq/_new  2013-07-07 22:22:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   PlotDigitizer
-Version:2.6.2
+Version:2.6.3
 Release:0
 Summary:Ditigize scanned plots of functional data
 License:LGPL-2.1 and GPL-2.0


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



commit qt-creator for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package qt-creator for openSUSE:Factory 
checked in at 2013-07-07 22:23:29

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


Package is qt-creator

Changes:

--- /work/SRC/openSUSE:Factory/qt-creator/qt-creator.changes2013-03-23 
07:41:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.qt-creator.new/qt-creator.changes   
2013-07-07 22:23:34.0 +0200
@@ -1,0 +2,14 @@
+Fri Jul  5 15:21:50 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 2.7.2
+  * Fixed QTCREATORBUG-9660: Crash when developing for android.
+  * Fixed QTCREATORBUG-9294: Copied files bundled in assets/ will be left when 
switching deployment method.
+  * Fixed QTCREATORBUG-9299: Make it possible specify bundling single files.
+  * Fixed QTCREATORBUG-9291: Android: All apps crash by default.
+
+---
+Wed May 15 08:27:01 UTC 2013 - stephan.bin...@basyskom.com
+
+- Update to 2.7.1 bugfix release
+
+---

Old:

  qt-creator-2.7.0-src.tar.gz

New:

  qt-creator-2.7.2-src.tar.gz



Other differences:
--
++ qt-creator.spec ++
--- /var/tmp/diff_new_pack.0QxWi0/_old  2013-07-07 22:23:35.0 +0200
+++ /var/tmp/diff_new_pack.0QxWi0/_new  2013-07-07 22:23:35.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   qt-creator
-Version:2.7.0
+Version:2.7.2
 Release:0
 Summary:Lightweight IDE
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  Development/Tools/IDE
 Url:http://www.qtsoftware.com/developer/qt-creator/
-%define rversion 2.7.0
-Source: 
http://releases.qt-project.org/qtcreator/%{rversion}/%{name}-%{rversion}-src.tar.gz
+%define rversion 2.7.2
+Source: 
http://download.qt-project.org/official_releases/qtcreator/2.7/%{rversion}/%{name}-%{rversion}-src.tar.gz
 Source1:qtcreator.desktop
 Patch1: system-botan-lib.diff
 Patch2: hardcoded-runpath.diff

++ qt-creator-2.7.0-src.tar.gz - qt-creator-2.7.2-src.tar.gz ++
/work/SRC/openSUSE:Factory/qt-creator/qt-creator-2.7.0-src.tar.gz 
/work/SRC/openSUSE:Factory/.qt-creator.new/qt-creator-2.7.2-src.tar.gz differ: 
char 5, line 1

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



commit python-bsddb3 for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package python-bsddb3 for openSUSE:Factory 
checked in at 2013-07-07 22:23:11

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


Package is python-bsddb3

Changes:

--- /work/SRC/openSUSE:Factory/python-bsddb3/python-bsddb3.changes  
2013-06-19 16:59:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-bsddb3.new/python-bsddb3.changes 
2013-07-07 22:23:12.0 +0200
@@ -1,0 +2,9 @@
+Sat Jun 22 17:16:27 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 6.0.0
+* Support for BDB 6.0.19
+* HEADS UP: If you are using bsddb3._bsddb in your code, for
+  example for exceptions, change it to bsddb3._db.
+- Removed bsddb3-db6.diff (rendered obsolete)
+
+---

Old:

  bsddb3-5.3.0.tar.gz
  bsddb3-5.3.0.tar.gz.asc
  bsddb3-db6.diff

New:

  bsddb3-6.0.0.tar.gz
  bsddb3-6.0.0.tar.gz.asc



Other differences:
--
++ python-bsddb3.spec ++
--- /var/tmp/diff_new_pack.fPAIpi/_old  2013-07-07 22:23:13.0 +0200
+++ /var/tmp/diff_new_pack.fPAIpi/_new  2013-07-07 22:23:13.0 +0200
@@ -17,17 +17,18 @@
 
 
 Name:   python-bsddb3
-Version:5.3.0
+Version:6.0.0
 Release:0
 Url:http://pypi.python.org/pypi/bsddb3
 Summary:Python interface for Berkeley DB
 License:MIT
 Group:  Development/Libraries/Python
 
+#Freecode-URL: http://freecode.com/projects/bsddb3
+#Hg-Clone: http://hg.jcea.es/pybsddb/
 Source: 
http://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz
 Source2:
http://pypi.python.org/packages/source/b/bsddb3/bsddb3-%{version}.tar.gz.asc
 Source3:python-bsddb3.keyring
-Patch1: bsddb3-db6.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 BuildRequires:  python-devel
@@ -60,7 +61,6 @@
 %prep
 %{?gpg_verify: %gpg_verify %{S:2}}
 %setup -q -n bsddb3-%{version}
-%patch -P 1 -p1
 sed -i 1d Lib/bsddb/dbshelve.py # Fix non-executable bits
 
 %build

++ bsddb3-5.3.0.tar.gz - bsddb3-6.0.0.tar.gz ++
 19900 lines of diff (skipped)

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



commit vte for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2013-07-07 22:24:20

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


Package is vte

Changes:

--- /work/SRC/openSUSE:Factory/vte/vte.changes  2013-06-25 14:47:05.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes 2013-07-07 
22:24:22.0 +0200
@@ -1,0 +2,11 @@
+Thu Jul  4 21:22:27 UTC 2013 - dims...@opensuse.org
+
+- Move vte.sh to gnome-pty-helper subpackage: vte.sh is needed for
+  normal operations like starting a new tab in the same directory
+  as the previous one (bnc#827248). vte-tools is a rather uncommon
+  tool to be installed.
+  NOTE: this on its own does not fix the issue just yet, as vte.sh
+  is not being sourced by bash without further doing, as bash does
+  not source files in /etc/profile.d in non-login shells.
+
+---



Other differences:
--
++ vte.spec ++
--- /var/tmp/diff_new_pack.ifd1Xp/_old  2013-07-07 22:24:23.0 +0200
+++ /var/tmp/diff_new_pack.ifd1Xp/_new  2013-07-07 22:24:23.0 +0200
@@ -177,11 +177,11 @@
 %files -n gnome-pty-helper
 %defattr(-,root,root)
 %verify (not mode) %attr (2755, root, utmp) %{_libexecdir}/gnome-pty-helper
+%{_sysconfdir}/profile.d/vte.sh
 
 %files tools
 %defattr(-,root,root)
 %{_bindir}/vte%{?_binver}
-%{_sysconfdir}/profile.d/vte.sh
 
 %files -n glade-catalog-vte
 %defattr(-,root,root)

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



commit xmahjong for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package xmahjong for openSUSE:Factory 
checked in at 2013-07-07 22:26:35

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


Package is xmahjong

Changes:

--- /work/SRC/openSUSE:Factory/xmahjong/xmahjong.changes2013-01-14 
22:35:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmahjong.new/xmahjong.changes   2013-07-07 
22:26:37.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  5 20:01:29 UTC 2013 - dap.darkn...@gmail.com
+
+- Conflicts with xmahjongg package because xmahjong is really
+  xmahjongg ver. 2.
+
+---



Other differences:
--
++ xmahjong.spec ++
--- /var/tmp/diff_new_pack.GBDAqs/_old  2013-07-07 22:26:37.0 +0200
+++ /var/tmp/diff_new_pack.GBDAqs/_new  2013-07-07 22:26:37.0 +0200
@@ -24,9 +24,16 @@
 BuildRequires:  freetype2
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
+Conflicts:  xmahjongg
+%if 0%{suse_version}  1010
 %define xbindir /usr/bin
 %define xlibdir /usr/share
 %define xmandir /usr/share/man
+%else
+%define xbindir /usr/X11R6/bin
+%define xlibdir /usr/X11R6/lib/X11
+%define xmandir /usr/X11R6/man
+%endif
 Version:2010.11.8
 Release:0
 Summary:Mahjongg for X

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



commit yast2-autofs for openSUSE:Factory

2013-07-07 Thread h_root


binVHD0spUPkj.bin
Description: Binary data


commit yast2-control-center for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-control-center for 
openSUSE:Factory checked in at 2013-07-07 22:26:54

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


Package is yast2-control-center

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes
2013-07-04 18:07:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
   2013-07-07 22:26:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  5 15:39:03 CEST 2013 - tgoettlic...@suse.de
+
+- fixed inconsistency, double vs single click (bnc#780349)
+- Version: 2.22.6
+
+---

New:

  yast2-control-center-2.22.6.tar.bz2



Other differences:
--
++ yast2-control-center.spec ++
--- /var/tmp/diff_new_pack.1AueLj/_old  2013-07-07 22:26:56.0 +0200
+++ /var/tmp/diff_new_pack.1AueLj/_new  2013-07-07 22:26:56.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   yast2-control-center
-Version:2.22.5
+Version:2.22.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-control-center-2.22.5.tar.bz2
+Source0:yast2-control-center-2.22.6.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  libdrm-devel
 BuildRequires:  libjpeg-devel

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



commit yast2-http-server for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-http-server for 
openSUSE:Factory checked in at 2013-07-07 22:27:19

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


Package is yast2-http-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes  
2013-02-28 10:24:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-http-server.new/yast2-http-server.changes 
2013-07-07 22:27:20.0 +0200
@@ -1,0 +2,12 @@
+Tue Jul  2 09:54:05 CEST 2013 - jsuch...@suse.cz
+
+- removed unused widget definitions
+- 2.24.1
+
+---
+Mon Jul  1 13:46:18 CEST 2013 - jsuch...@suse.cz
+
+- sort array to get deterministic test output
+- 2.24.0 
+
+---

Old:

  yast2-http-server-2.22.0.tar.bz2

New:

  yast2-http-server-2.24.1.tar.bz2



Other differences:
--
++ yast2-http-server.spec ++
--- /var/tmp/diff_new_pack.dDIHmL/_old  2013-07-07 22:27:21.0 +0200
+++ /var/tmp/diff_new_pack.dDIHmL/_new  2013-07-07 22:27:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-http-server
-Version:2.22.0
+Version:2.24.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-http-server-2.22.0.tar.bz2 - yast2-http-server-2.24.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-2.22.0/Makefile.am 
new/yast2-http-server-2.24.1/Makefile.am
--- old/yast2-http-server-2.22.0/Makefile.am2013-02-26 18:02:31.0 
+0100
+++ new/yast2-http-server-2.24.1/Makefile.am2013-07-04 13:45:31.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-2.22.0/Makefile.am.common 
new/yast2-http-server-2.24.1/Makefile.am.common
--- old/yast2-http-server-2.22.0/Makefile.am.common 2013-02-26 
18:02:31.0 +0100
+++ new/yast2-http-server-2.24.1/Makefile.am.common 2013-07-04 
13:45:31.0 +0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-2.22.0/Makefile.in 
new/yast2-http-server-2.24.1/Makefile.in
--- old/yast2-http-server-2.22.0/Makefile.in2013-02-26 18:02:36.0 
+0100
+++ new/yast2-http-server-2.24.1/Makefile.in2013-07-04 13:45:37.0 
+0200
@@ -980,19 +980,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat 

commit yast2-slp-server for openSUSE:Factory

2013-07-07 Thread h_root


binRkCyaUEKBj.bin
Description: Binary data


commit installation-images for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-07-07 22:28:05

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


Package is installation-images

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-06-28 11:50:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2013-07-07 22:28:07.0 +0200
@@ -1,0 +2,16 @@
+Sun Jul  7 16:07:29 UTC 2013 - co...@suse.com
+
+- update to git: installation-images-14.3.diff
+
+---
+Thu Jul  4 19:27:51 UTC 2013 - co...@suse.com
+
+- adapt to package changes
+
+---
+Tue Jul  2 11:59:37 CEST 2013 - snw...@suse.de
+
+- generate debuginfo dependencies
+- use new directory of trust anchors
+
+---

Old:

  installation-images-14.2.diff
  installation-images-14.2.tar.bz2

New:

  installation-images-14.3.diff
  installation-images-14.3.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.WvplDR/_old  2013-07-07 22:28:08.0 +0200
+++ /var/tmp/diff_new_pack.WvplDR/_new  2013-07-07 22:28:08.0 +0200
@@ -196,7 +196,6 @@
 BuildRequires:  terminfo
 BuildRequires:  usbutils
 BuildRequires:  util-linux
-BuildRequires:  uuid-runtime
 BuildRequires:  valgrind
 BuildRequires:  vim
 BuildRequires:  wget
@@ -359,9 +358,6 @@
 BuildRequires:  dmz-icon-theme-cursors
 BuildRequires:  yast2-theme-openSUSE
 BuildRequires:  yast2-theme-openSUSE-Oxygen
-%ifnarch s390
-# BuildRequires:  blocxx-debuginfo boost-debuginfo bzip2-debuginfo 
curl-debuginfo dbus-1-debuginfo dbus-1-glib-debuginfo e2fsprogs-debuginfo 
expat-debuginfo fontconfig-debuginfo gcc44-debuginfo glib2-debuginfo 
glibc-debuginfo hwinfo-debuginfo icu-debuginfo jpeg-debuginfo libidn-debuginfo 
libpng12-0-debuginfo libqt4-debuginfo libxcrypt-debuginfo libxml2-debuginfo 
libzypp-debuginfo openssl-debuginfo pcre-debuginfo perl-debuginfo 
perl-gettext-debuginfo qt3-debuginfo rpm-debuginfo sysfsutils-debuginfo 
wireless-tools-debuginfo xorg-x11-libICE-debuginfo xorg-x11-libSM-debuginfo 
xorg-x11-libX11-debuginfo xorg-x11-libXau-debuginfo xorg-x11-libXdmcp-debuginfo 
xorg-x11-libXext-debuginfo xorg-x11-libXfixes-debuginfo 
xorg-x11-libXmu-debuginfo xorg-x11-libXrender-debuginfo 
xorg-x11-libfontenc-debuginfo xorg-x11-libs-debuginfo xorg-x11-libxcb-debuginfo 
xorg-x11-server-debuginfo yast2-core-debuginfo 
yast2-hardware-detection-debuginfo yast2-perl-bindings-debuginfo 
yast2-pkg-bindings-debuginfo yast2-qt-debuginfo yast2-xml-debuginfo 
zlib-debuginfo
-%endif
 #
 Provides:   y2image
 Obsoletes:  y2image
@@ -370,10 +366,10 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.2
+Version:14.3
 Release:0
-Source: installation-images-14.2.tar.bz2
-Patch0: installation-images-14.2.diff
+Source: installation-images-14.3.tar.bz2
+Patch0: installation-images-14.3.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -433,6 +429,16 @@
 SLES theme for install-initrd package.
 
 
+%packagedebuginfodeps
+Summary:Debuginfo dependencies for installation-images
+Group:  Metapackages
+
+%description debuginfodeps
+Package that holds debuginfo dependencies for image files in 
installation-image.
+
+
+%define __debuginfo_requires   xargs grep build-id
+%define __debuginfo_path   ^/usr/share/debuginfodeps
 
 %prep
 %setup
@@ -556,4 +562,8 @@
 %dir /usr/lib/install-initrd
 %ghost /usr/lib/install-initrd/branding
 
+%files debuginfodeps
+%defattr(-,root,root)
+/usr/share/debuginfodeps
+
 %changelog

++ installation-images-14.2.diff - installation-images-14.3.diff ++
--- 
/work/SRC/openSUSE:Factory/installation-images/installation-images-14.2.diff
2013-06-28 11:50:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images-14.3.diff
   2013-07-07 22:28:07.0 +0200
@@ -1,62 +1,222 @@
+diff --git a/Makefile b/Makefile
+index 6b88292..8f2dfe1 100644
+--- a/Makefile
 b/Makefile
+@@ -236,7 +236,6 @@ install:
+   ./install.$(ARCH)
+   @mkdir -p $(DESTDIR)/usr/share/debuginfodeps
+   ./debuginfodeps root
+-  ./debuginfodeps rescue
+ 
+ install-initrd:
+   -@rm -rf $(DESTDIR)
+diff --git a/bin/check_libs b/bin/check_libs
+index 66be22d..d304773 100755
+--- 

commit yast2-storage for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-07-07 22:28:39

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


Package is yast2-storage

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-07-03 10:28:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-07-07 22:28:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul  4 15:44:32 CEST 2013 - f...@suse.de
+
+- version 2.24.6
+- when encrypted LVM and EFI is used, propose two unencrypted
+  partitions, one vfat at /boot/efi, one ext4 at /boot (bnc#808017)
+
+---

Old:

  yast2-storage-2.24.5.tar.bz2

New:

  yast2-storage-2.24.6.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.NtUA74/_old  2013-07-07 22:28:42.0 +0200
+++ /var/tmp/diff_new_pack.NtUA74/_new  2013-07-07 22:28:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.24.5
+Version:2.24.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.24.5.tar.bz2 - yast2-storage-2.24.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.5/VERSION 
new/yast2-storage-2.24.6/VERSION
--- old/yast2-storage-2.24.5/VERSION2013-07-01 12:44:06.0 +0200
+++ new/yast2-storage-2.24.6/VERSION2013-07-04 15:55:57.0 +0200
@@ -1 +1 @@
-2.24.5
+2.24.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.24.5/configure 
new/yast2-storage-2.24.6/configure
--- old/yast2-storage-2.24.5/configure  2013-07-02 12:08:47.0 +0200
+++ new/yast2-storage-2.24.6/configure  2013-07-04 15:56:14.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.5.
+# Generated by GNU Autoconf 2.69 for yast2-storage 2.24.6.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='2.24.5'
-PACKAGE_STRING='yast2-storage 2.24.5'
+PACKAGE_VERSION='2.24.6'
+PACKAGE_STRING='yast2-storage 2.24.6'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-storage 2.24.5 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 2.24.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-storage 2.24.5:;;
+ short | recursive ) echo Configuration of yast2-storage 2.24.6:;;
esac
   cat \_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-storage configure 2.24.5
+yast2-storage configure 2.24.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 2.24.5, which was
+It was created by yast2-storage $as_me 2.24.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='2.24.5'
+ VERSION='2.24.6'
 
 
 cat confdefs.h _ACEOF
@@ -3084,7 +3084,7 @@
 
 
 
-VERSION=2.24.5
+VERSION=2.24.6
 RPMNAME=yast2-storage
 MAINTAINER=Arvin Schnell aschn...@suse.de
 
@@ -16825,7 +16825,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-storage $as_me 2.24.5, which was
+This file was extended by yast2-storage $as_me 2.24.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16891,7 +16891,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-yast2-storage config.status 2.24.5
+yast2-storage config.status 2.24.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options 

commit yast2-nfs-server for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-server for 
openSUSE:Factory checked in at 2013-07-07 22:28:26

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


Package is yast2-nfs-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-server/yast2-nfs-server.changes
2013-06-05 13:26:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-server.new/yast2-nfs-server.changes   
2013-07-07 22:28:27.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 26 16:39:49 UTC 2013 - lsle...@suse.cz
+
+- use ini-agent instead of Limal for reading /etc/idmapd.conf file,
+  Limal has been dropped in Factory (FATE#313242).
+- 2.24.0
+
+---

Old:

  yast2-nfs-server-2.21.7.tar.bz2

New:

  yast2-nfs-server-2.24.0.tar.bz2



Other differences:
--
++ yast2-nfs-server.spec ++
--- /var/tmp/diff_new_pack.xK7YdN/_old  2013-07-07 22:28:28.0 +0200
+++ /var/tmp/diff_new_pack.xK7YdN/_new  2013-07-07 22:28:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-server
-Version:2.21.7
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,8 +49,6 @@
 %package -n yast2-nfs-common
 Summary:Configuration of NFS, common parts
 Group:  System/YaST
-Requires:   limal-nfs-server
-Requires:   limal-nfs-server-perl
 
 %description -n yast2-nfs-common
 -
@@ -101,6 +99,5 @@
 %defattr(-,root,root)
 /usr/share/YaST2/scrconf/cfg_nfs.scr
 /usr/share/YaST2/scrconf/etc_idmapd_conf.scr
-/usr/lib/YaST2/servers_non_y2/ag_idmapd_conf
 
 %changelog

++ yast2-nfs-server-2.21.7.tar.bz2 - yast2-nfs-server-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-2.21.7/VERSION 
new/yast2-nfs-server-2.24.0/VERSION
--- old/yast2-nfs-server-2.21.7/VERSION 2013-05-16 16:30:41.0 +0200
+++ new/yast2-nfs-server-2.24.0/VERSION 2013-07-02 10:20:52.0 +0200
@@ -1 +1 @@
-2.21.7
+2.24.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-2.21.7/agents/Makefile.am 
new/yast2-nfs-server-2.24.0/agents/Makefile.am
--- old/yast2-nfs-server-2.21.7/agents/Makefile.am  2013-01-23 
18:54:21.0 +0100
+++ new/yast2-nfs-server-2.24.0/agents/Makefile.am  2013-07-02 
10:20:52.0 +0200
@@ -4,8 +4,7 @@
 # $Id$
 #
 
-agent_SCRIPTS = ag_exports\
-   ag_idmapd_conf
+agent_SCRIPTS = ag_exports
 
 scrconf_DATA = etc_exports.scr\
etc_idmapd_conf.scr\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-2.21.7/agents/Makefile.in 
new/yast2-nfs-server-2.24.0/agents/Makefile.in
--- old/yast2-nfs-server-2.21.7/agents/Makefile.in  2013-05-28 
14:14:43.0 +0200
+++ new/yast2-nfs-server-2.24.0/agents/Makefile.in  2013-07-04 
12:58:56.0 +0200
@@ -224,9 +224,7 @@
 ydatadir = @ydatadir@
 yncludedir = @yncludedir@
 ystartupdir = @ystartupdir@
-agent_SCRIPTS = ag_exports\
-   ag_idmapd_conf
-
+agent_SCRIPTS = ag_exports
 scrconf_DATA = etc_exports.scr\
etc_idmapd_conf.scr\
cfg_nfs.scr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-2.21.7/agents/ag_idmapd_conf 
new/yast2-nfs-server-2.24.0/agents/ag_idmapd_conf
--- old/yast2-nfs-server-2.21.7/agents/ag_idmapd_conf   2013-01-23 
18:54:21.0 +0100
+++ new/yast2-nfs-server-2.24.0/agents/ag_idmapd_conf   1970-01-01 
01:00:00.0 +0100
@@ -1,164 +0,0 @@
-#!/usr/bin/perl -w
-#
-# $Id: $
-#
-# Agent for modifying /etc/idmapd.conf parameters.
-# 
-# using limal-nfs-server swig interface, see:
-# http://svn.suse.de/svn/limal/limal-head/limal-nfs-server/
-#
-
-use strict;
-use ycp;
-use Errno qw(ENOENT);
-use LIMAL::NfsServer;
-use LIMAL;
-
-my $filename=;
-my $conf = new LIMAL::NfsServer::KNfsIdmapdConf();
-my @idmapdentry = ();
-my $entryName=;
-
-# read the conf file
-
-sub parse_file()
-{
-   eval {
-   $conf-load($filename);
-   };
-   if($@)
-   {
-   return $@;
-   }
-   return undef;
-}
-
-
-# verify and tell if there are errors in the conf file
-sub checked_write_file ()
-{
-   eval
-   {
-   my $res = $conf-verifyConf();
-   my @msg = ;
-
-   if ($res-size()  0)
-   {
-   y2error(Check failed !!);
-   for(my $i = 0; $i  $res-size(); $i++)
-   {
-   

commit polkit for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2013-07-08 07:11:54

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


Package is polkit

Changes:

--- /work/SRC/openSUSE:Factory/polkit/polkit.changes2013-06-18 
15:30:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes   2013-07-08 
07:11:58.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul  5 11:50:44 UTC 2013 - dims...@opensuse.org
+
+- On openSUSE 13.1+, switch from mozjs185 to mozjs-17.0 by:
+  + Conditionally BuildRequire pkgconfig(mozjs-17.0).
+- Drop libmozjs185-1_0 Recommends: the library is actually required
+  and auto-detected as such by rpm (from 0.111 changes: The
+  JavaScript interpreter is now mandatory).
+
+---



Other differences:
--
++ polkit.spec ++
--- /var/tmp/diff_new_pack.xgqYwB/_old  2013-07-08 07:11:58.0 +0200
+++ /var/tmp/diff_new_pack.xgqYwB/_new  2013-07-08 07:11:58.0 +0200
@@ -52,7 +52,11 @@
 %if 0%{?with_systemd}
 BuildRequires:  systemd-devel
 %endif
+%if 0%{?suse_version} = 1310
+BuildRequires:  pkgconfig(mozjs-17.0)
+%else
 BuildRequires:  pkgconfig(mozjs185)
+%endif
 PreReq: permissions pwdutils
 %if ! %{with_systemd}
 Requires:   ConsoleKit
@@ -62,7 +66,6 @@
 %if %{with_systemd}
 %systemd_requires
 %endif
-Recommends: libmozjs185-1_0
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id

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



commit libQtWebKit4 for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2013-07-08 07:12:47

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


Package is libQtWebKit4

Changes:

--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes
2013-06-25 14:41:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2013-07-08 07:13:08.0 +0200
@@ -1,0 +2,10 @@
+Thu Jul  4 06:42:25 UTC 2013 - nico.kru...@gmail.com
+
+- fix missing plugins.pri in qwebview sources
+
+---
+Wed Jul  3 13:23:48 UTC 2013 - dmuel...@suse.com
+
+- update to qwebview from 4.8.5 
+
+---

Old:

  qwebview-4.8.4.tar.bz2

New:

  qwebview-4.8.5.tar.gz



Other differences:
--
++ libQtWebKit4.spec ++
--- /var/tmp/diff_new_pack.tN7J1U/_old  2013-07-08 07:13:10.0 +0200
+++ /var/tmp/diff_new_pack.tN7J1U/_new  2013-07-08 07:13:10.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libQtWebKit4
 %define tar_version 2.3.1
-%define qt_version 4.8.4
+%define qt_version 4.8.5
 Version:%{qt_version}+%{tar_version}
 Release:0
 Summary:Open source Web Browser engine based on Qt4
@@ -27,7 +27,7 @@
 Group:  Development/Libraries/C and C++
 Url:http://trac.webkit.org/wiki/QtWebKit
 Source0:qtwebkit-%{tar_version}.tar.gz
-Source1:qwebview-%{qt_version}.tar.bz2
+Source1:qwebview-%{qt_version}.tar.gz
 Source99:   baselibs.conf
 # PATCH-FIX-OPENSUSE webkit-qtwebkit-2.2-tp1-pluginpath.patch 
asterios.dra...@gmail.com -- Search /usr/lib{,64}/mozilla/plugins-wrapped for 
browser plugins too (taken from Fedora)
 Patch0: webkit-qtwebkit-2.2-tp1-pluginpath.patch

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



commit strigi for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package strigi for openSUSE:Factory checked 
in at 2013-07-08 07:13:19

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


Package is strigi

Changes:

--- /work/SRC/openSUSE:Factory/strigi/strigi.changes2013-04-14 
12:59:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.strigi.new/strigi.changes   2013-07-08 
07:13:21.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 18 11:07:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added strigi-gcc48.patch which adds STREAMS_EXPORT to class decl., 
+  fixes build with gcc48
+
+---

New:

  strigi-gcc48.patch



Other differences:
--
++ strigi.spec ++
--- /var/tmp/diff_new_pack.T0dUkp/_old  2013-07-08 07:13:22.0 +0200
+++ /var/tmp/diff_new_pack.T0dUkp/_new  2013-07-08 07:13:22.0 +0200
@@ -31,6 +31,8 @@
 Patch1: add_missing_lib.diff
 # PATCH-FIX-UPSTREAM: bug_304439.diff fixes indexing of jpegs with 'wrong' 
isoSpeedRatings, pending upstream
 Patch2: bug_304439.diff
+# PATCH-FIX-UPSTREAM strigi-gcc48.patch -- Add STREAMS_EXPORT to class decl., 
fixes build with gcc48
+Patch3: strigi-gcc48.patch
 BuildRequires:  bison
 BuildRequires:  c++_compiler
 BuildRequires:  clucene-core-devel
@@ -91,6 +93,7 @@
 %patch1 -p0
 %endif
 %patch2 -p1
+%patch3 -p1
 
 %build
 %cmake_kde4 -d build

++ strigi-gcc48.patch ++
--- a/libstreams/include/strigi/bufferedstream.h
+++ b/libstreams/include/strigi/bufferedstream.h
@@ -34,7 +34,7 @@
  * BufferedStream will do the rest.
  */
 template class T
-class BufferedStream : public StreamBaseT {
+class STREAMS_EXPORT BufferedStream : public StreamBaseT {
 private:
 StreamBufferT buffer;
 bool finishedWritingToBuffer;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libqt4 for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2013-07-08 07:12:42

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


Package is libqt4

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2013-04-23 
11:32:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2013-07-08 07:12:44.0 +0200
@@ -1,0 +2,40 @@
+Tue Jul  2 16:07:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Readd re-aranged fix-moc-from-choking-on-boost-headers.patch, it
+  is still needed for newer boost versions
+
+---
+Tue Jul  2 11:33:30 UTC 2013 - dmuel...@suse.com
+
+- update to 4.8.5:
+  * Qt 4.8.5 provides overall close to 400 improvements, for example:
+  * 35 fixes to Qt Core module
+  * 65 fixes to Qt Gui module
+  * 21 Mac OS X specific fixes
+  * 15 Windows specific fixes
+  * 8 Linux/X11 specific fixes
+  * Webkit upgrade to 2.2.4 (minor improvements)
+  * Change all shmget calls to user-only memory (security)
+  A detailed list of the fixes and improvements in Qt 4.8.5 compared
+  to Qt 4.8.4 can be found in the included changes-4.8.5 file.
+
+- remove CVE-2011-3922.diff
+- remove undo-fix-jit-crash-on-x86_64.patch
+- remove openssl-incompatibility-fix.diff
+- remove cert-blacklist-tuerktrust.diff
+- remove cert-blacklist-more.diff
+- remove garbage-collect-deleted-objects.patch
+- remove libqt4-CVE-2013-0254.patch
+- remove Fix-call-to-QMetaObject.patch
+- remove check-return-value-of-qt_safe_pipe.patch
+- remove moc-boost148-workaround.diff
+- remove fix-moc-from-choking-on-boost-headers.patch
+- remove slovak-zero.patch
+- remove qdbusviewer.patch
+
+---
+Wed May 29 09:27:12 UTC 2013 - jsl...@suse.com
+
+- separate linguist to a separate package (bnc#738543).
+
+---
libqt4-sql-plugins.changes: same change
--- /work/SRC/openSUSE:Factory/libqt4/libqt4.changes2013-06-05 
11:54:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4.changes   2013-07-08 
07:12:44.0 +0200
@@ -1,0 +2,35 @@
+Tue Jul  2 16:07:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Readd re-aranged fix-moc-from-choking-on-boost-headers.patch, it
+  is still needed for newer boost versions
+
+---
+Tue Jul  2 11:33:30 UTC 2013 - dmuel...@suse.com
+
+- update to 4.8.5:
+  * Qt 4.8.5 provides overall close to 400 improvements, for example:
+  * 35 fixes to Qt Core module
+  * 65 fixes to Qt Gui module
+  * 21 Mac OS X specific fixes
+  * 15 Windows specific fixes
+  * 8 Linux/X11 specific fixes
+  * Webkit upgrade to 2.2.4 (minor improvements)
+  * Change all shmget calls to user-only memory (security)
+  A detailed list of the fixes and improvements in Qt 4.8.5 compared
+  to Qt 4.8.4 can be found in the included changes-4.8.5 file.
+
+- remove CVE-2011-3922.diff
+- remove undo-fix-jit-crash-on-x86_64.patch
+- remove openssl-incompatibility-fix.diff
+- remove cert-blacklist-tuerktrust.diff
+- remove cert-blacklist-more.diff
+- remove garbage-collect-deleted-objects.patch
+- remove libqt4-CVE-2013-0254.patch
+- remove Fix-call-to-QMetaObject.patch
+- remove check-return-value-of-qt_safe_pipe.patch
+- remove moc-boost148-workaround.diff
+- remove fix-moc-from-choking-on-boost-headers.patch
+- remove slovak-zero.patch
+- remove qdbusviewer.patch
+
+---

Old:

  CVE-2011-3922.diff
  Fix-call-to-QMetaObject.patch
  cert-blacklist-more.diff
  cert-blacklist-tuerktrust.diff
  check-return-value-of-qt_safe_pipe.patch
  garbage-collect-deleted-objects.patch
  libqt4-CVE-2013-0254.patch
  moc-boost148-workaround.diff
  openssl-incompatibility-fix.diff
  qdbusviewer.patch
  qt-everywhere-opensource-src-4.8.4.tar.gz
  slovak-zero.patch
  undo-fix-jit-crash-on-x86_64.patch

New:

  qt-everywhere-opensource-src-4.8.5.tar.gz



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.X4Yl8m/_old  2013-07-08 07:13:07.0 +0200
+++ /var/tmp/diff_new_pack.X4Yl8m/_new  2013-07-08 07:13:07.0 +0200
@@ -38,7 +38,7 @@
 # COMMON-VERSION-BEGIN
 %define base_name libqt4
 %define tar_version everywhere-opensource-src-%{version}
-Version:4.8.4
+Version:4.8.5
 Release:0
 # COMMON-VERSION-END
 # COMMON-VERSION-END
@@ -53,7 +53,7 @@
 Obsoletes:  qt-devel-doc  4.4.0
 # COMMON-BEGIN
 # COMMON-BEGIN
-Source: 

commit yast2-nfs-client for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2013-07-08 07:13:04

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


Package is yast2-nfs-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2013-06-05 13:26:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2013-07-08 07:13:10.0 +0200
@@ -1,0 +2,7 @@
+Wed Jun 26 16:43:32 UTC 2013 - lsle...@suse.cz
+
+- updated reading/writing /etc/idmapd.conf file (SCR agent switched
+  from Limal backend to ini-agent)
+- 2.24.1
+
+---

Old:

  yast2-nfs-client-2.24.0.tar.bz2

New:

  yast2-nfs-client-2.24.1.tar.bz2



Other differences:
--
++ yast2-nfs-client.spec ++
--- /var/tmp/diff_new_pack.A33Nx3/_old  2013-07-08 07:13:11.0 +0200
+++ /var/tmp/diff_new_pack.A33Nx3/_new  2013-07-08 07:13:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:2.24.0
+Version:2.24.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +37,7 @@
 #Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.23.6
 #idmapd_conf agent
-Requires:   yast2-nfs-common
+Requires:   yast2-nfs-common = 2.24.0
 # showmount, #150382, #286300
 Recommends: nfs-client
 

++ yast2-nfs-client-2.24.0.tar.bz2 - yast2-nfs-client-2.24.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-2.24.0/VERSION 
new/yast2-nfs-client-2.24.1/VERSION
--- old/yast2-nfs-client-2.24.0/VERSION 2013-05-21 09:46:35.0 +0200
+++ new/yast2-nfs-client-2.24.1/VERSION 2013-07-02 10:49:04.0 +0200
@@ -1 +1 @@
-2.24.0
+2.24.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-2.24.0/configure 
new/yast2-nfs-client-2.24.1/configure
--- old/yast2-nfs-client-2.24.0/configure   2013-05-28 14:14:14.0 
+0200
+++ new/yast2-nfs-client-2.24.1/configure   2013-07-04 12:58:30.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-nfs-client 2.24.0.
+# Generated by GNU Autoconf 2.69 for yast2-nfs-client 2.24.1.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-nfs-client'
 PACKAGE_TARNAME='yast2-nfs-client'
-PACKAGE_VERSION='2.24.0'
-PACKAGE_STRING='yast2-nfs-client 2.24.0'
+PACKAGE_VERSION='2.24.1'
+PACKAGE_STRING='yast2-nfs-client 2.24.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1249,7 +1249,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-nfs-client 2.24.0 to adapt to many kinds of 
systems.
+\`configure' configures yast2-nfs-client 2.24.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1321,7 +1321,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-nfs-client 2.24.0:;;
+ short | recursive ) echo Configuration of yast2-nfs-client 2.24.1:;;
esac
   cat \_ACEOF
 
@@ -1401,7 +1401,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-nfs-client configure 2.24.0
+yast2-nfs-client configure 2.24.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1418,7 +1418,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-nfs-client $as_me 2.24.0, which was
+It was created by yast2-nfs-client $as_me 2.24.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2357,7 +2357,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-nfs-client'
- VERSION='2.24.0'
+ VERSION='2.24.1'
 
 
 cat confdefs.h _ACEOF
@@ -2480,7 +2480,7 @@
 
 
 
-VERSION=2.24.0
+VERSION=2.24.1
 RPMNAME=yast2-nfs-client
 MAINTAINER=Martin Vidner mvid...@suse.cz
 
@@ -3495,7 +3495,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-nfs-client $as_me 2.24.0, which was
+This file was extended by yast2-nfs-client $as_me 2.24.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES

commit pacemaker-mgmt for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package pacemaker-mgmt for openSUSE:Factory 
checked in at 2013-07-08 07:19:56

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


Package is pacemaker-mgmt

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker-mgmt/pacemaker-mgmt.changes
2013-02-10 15:21:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker-mgmt.new/pacemaker-mgmt.changes   
2013-07-08 07:19:58.0 +0200
@@ -1,0 +2,11 @@
+Thu Mar 28 17:58:53 UTC 2013 - y...@suse.com
+
+- Bump the version to 2.1.2
+- Upstream version cs: 3c95739d6cd3795f8e4e3dc8781b55cb96fe1463
+
+---
+Wed Mar  6 14:03:32 UTC 2013 - y...@suse.com
+
+- Build: mgmtd: Support the new API of query_node_uuid() 
+
+---

New:

  pacemaker-mgmt-query-node-uuid.patch



Other differences:
--
++ pacemaker-mgmt.spec ++
--- /var/tmp/diff_new_pack.gs7Nhf/_old  2013-07-08 07:19:59.0 +0200
+++ /var/tmp/diff_new_pack.gs7Nhf/_new  2013-07-08 07:19:59.0 +0200
@@ -37,12 +37,13 @@
 Summary:Management Tools for Pacemaker based HA solution
 License:GPL-2.0+
 Group:  Productivity/Clustering/HA
-Version:2.1.1
+Version:2.1.2
 Release:0
 Url:https://github.com/ClusterLabs/pacemaker-mgmt
 Source: pacemaker-mgmt.tar.bz2
 Source1:pacemaker_starter.py
 Source2:pacemaker-starter.glade
+Patch1: pacemaker-mgmt-query-node-uuid.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Conflicts:  heartbeat  2.99
 Obsoletes:  pacemaker-pygui
@@ -180,6 +181,7 @@
 %prep
 ###
 %setup -n pacemaker-mgmt
+%patch1 -p1
 ###
 
 %build

++ pacemaker-mgmt-query-node-uuid.patch ++
diff --git a/mgmt/daemon/mgmt_crm.c b/mgmt/daemon/mgmt_crm.c
index 9e5140c..3b5ff36 100644
--- a/mgmt/daemon/mgmt_crm.c
+++ b/mgmt/daemon/mgmt_crm.c
@@ -1602,7 +1602,7 @@ on_cleanup_rsc(char* argv[], int argc)
delete_lrm_rsc(crmd_channel, argv[1], argv[2]);
refresh_lrm(crmd_channel, NULL); 

-   rc = query_node_uuid(cib_conn, argv[1], dest_node);
+   rc = query_node_uuid(cib_conn, argv[1], dest_node, NULL);
if (rc != 0) {
mgmt_log(LOG_WARNING, Could not map uname=%s to a UUID: %s\n,
argv[1], pcmk_strerror(rc));
++ pacemaker-mgmt.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pacemaker-mgmt/mgmt/client/mgmtcmd.py.in 
new/pacemaker-mgmt/mgmt/client/mgmtcmd.py.in
--- old/pacemaker-mgmt/mgmt/client/mgmtcmd.py.in2012-11-30 
05:03:10.0 +0100
+++ new/pacemaker-mgmt/mgmt/client/mgmtcmd.py.in2013-03-04 
02:55:37.0 +0100
@@ -24,7 +24,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 import sys
-sys.path.append(@HA_LIBHBDIR@/heartbeat-gui)
+sys.path.append(@LIBDIR@/heartbeat-gui)
 sys.path.append(@HA_DATADIR@/heartbeat-gui)
 
 from pymgmt import *


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



commit libdlm for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package libdlm for openSUSE:Factory checked 
in at 2013-07-08 07:24:09

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


Package is libdlm

Changes:

--- /work/SRC/openSUSE:Factory/libdlm/libdlm.changes2013-01-30 
11:16:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdlm.new/libdlm.changes   2013-07-08 
07:24:10.0 +0200
@@ -1,0 +2,17 @@
+Mon May 27 08:14:43 UTC 2013 - tser...@suse.com
+
+- Replace NAME= with SYMLINK+= in udev rules (bnc#779718)
+  + use-symlink-in-udev-rules.patch
+
+---
+Thu Mar 28 09:50:01 UTC 2013 - dmzh...@suse.com
+
+- reduce dlm_controld priority to RR(1). (bnc#804707) 
+
+---
+Fri Feb 22 18:16:54 UTC 2013 - l...@suse.com
+
+- Make sure we poll the right fd for AIS notifications to avoid spinning
+  (bnc#803746)
+
+---

New:

  bnc804707-reduce-RR-priority.patch
  use-symlink-in-udev-rules.patch



Other differences:
--
++ libdlm.spec ++
--- /var/tmp/diff_new_pack.0ivw3S/_old  2013-07-08 07:24:11.0 +0200
+++ /var/tmp/diff_new_pack.0ivw3S/_new  2013-07-08 07:24:11.0 +0200
@@ -40,6 +40,8 @@
 Patch1: libdlm-gcc47.patch
 Patch2: bnc777137-fix-plock-dev_write-no-op.patch
 Patch3: bnc798263-fix-opensuse123-compile-error.patch
+Patch4: bnc804707-reduce-RR-priority.patch
+Patch5: use-symlink-in-udev-rules.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   pacemaker
 BuildRequires:  glib2-devel
@@ -78,10 +80,12 @@
 %prep
 ###
 %setup -n libdlm
-%patch0
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 ###
 
 %build

++ bnc804707-reduce-RR-priority.patch ++
Index: libdlm/group/dlm_controld/main.c
===
--- libdlm.orig/group/dlm_controld/main.c
+++ libdlm/group/dlm_controld/main.c
@@ -1230,7 +1230,7 @@ static void set_scheduler(void)
struct sched_param sched_param;
int rv;
 
-   rv = sched_get_priority_max(SCHED_RR);
+   rv = sched_get_priority_min(SCHED_RR);
if (rv != -1) {
sched_param.sched_priority = rv;
rv = sched_setscheduler(0, SCHED_RR, sched_param);
++ libdlm-pacemaker.patch ++
--- /var/tmp/diff_new_pack.0ivw3S/_old  2013-07-08 07:24:11.0 +0200
+++ /var/tmp/diff_new_pack.0ivw3S/_new  2013-07-08 07:24:11.0 +0200
@@ -1,17 +1,85 @@
-Index: group/dlm_controld/pacemaker.c
+Index: libdlm/configure.ac
 ===
 group/dlm_controld/pacemaker.c.orig
-+++ group/dlm_controld/pacemaker.c
-@@ -16,7 +16,7 @@
+--- libdlm.orig/configure.ac
 libdlm/configure.ac
+@@ -132,7 +132,7 @@ if test x${enable_pacemaker} = xyes; t
+   PKG_CHECK_MODULES([glib],[glib-2.0])
+   check_lib_no_libs cib cib_new
+   check_lib_no_libs crmcluster crm_set_status_callback
+-  check_lib_no_libs crmcommon init_server_ipc_comms
++# check_lib_no_libs crmcommon init_server_ipc_comms
+ fi
+ 
+ if test x${enable_cman} = xyes; then
+Index: libdlm/group/dlm_controld/pacemaker.c
+===
+--- libdlm.orig/group/dlm_controld/pacemaker.c
 libdlm/group/dlm_controld/pacemaker.c
+@@ -10,13 +10,12 @@
+ #include pacemaker/crm_config.h
+ 
+ #include pacemaker/crm/crm.h
+-#include pacemaker/crm/ais.h
++#include pacemaker/crm/cluster.h
++#include pacemaker/crm/cluster/plugin.h
+ #include pacemaker/crm/attrd.h
+ /* heartbeat support is irrelevant here */
  #undef SUPPORT_HEARTBEAT 
  #define SUPPORT_HEARTBEAT 0
- #include pacemaker/crm/common/cluster.h
+-#include pacemaker/crm/common/cluster.h
 -#include pacemaker/crm/common/stack.h
-+#include pacemaker/crm/cluster/stack.h
  #include pacemaker/crm/common/ipc.h
  #include pacemaker/crm/msg_xml.h
  #include pacemaker/crm/cib.h
-@@ -117,7 +117,7 @@ void dlm_process_node(gpointer key, gpoi
+@@ -52,20 +51,27 @@ int setup_cluster_cfg(void) { return 0;
+ void process_cluster_cfg(int ci) {}
+ void close_cluster_cfg(void) {}
+ 
+-extern int ais_fd_async;
+-
++static crm_cluster_t crm_cluster;
+ char *local_node_uname = NULL;
+ void dlm_process_node(gpointer key, gpointer value, gpointer user_data);
+ 
++/* Mean ugly dirty hack */
++extern int ais_fd_async;
++
+ int setup_cluster(void)
+ {
+-ais_fd_async = -1;
+-   

commit ocfs2-tools for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2013-07-08 07:24:13

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


Package is ocfs2-tools

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2013-04-24 
21:42:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2013-07-08 07:24:14.0 +0200
@@ -1,0 +2,22 @@
+Wed Jul  3 07:40:31 CDT 2013 - rgold...@suse.com
+- ocfs2console-libraries-include-aio.patch: Include aio 
+  while compiling ocfs2console (bnc#827504)
+
+---
+Mon May 27 08:14:45 UTC 2013 - tser...@suse.com
+
+- Replace NAME= with SYMLINK+= in udev rules (bnc#779718)
+  + use-symlink-in-udev-rules.patch
+
+---
+Wed May 22 03:04:22 UTC 2013 - tser...@suse.com
+
+- reduce ocfs2_controld priority to RR(1). (bnc#804707)
+  + bnc804707-reduce-RR-priority.patch
+- Fix the race between udev making misc device node and ocfs2 
+  opening that device (bnc#805764)
+  + bug-805764-ocfs2-controld.patch
+- ocfs2_controld: ocfs2_controld-pacemaker.diff -- changes to be
+  compatible with pacemaker = 1.1.8
+
+---

New:

  bnc804707-reduce-RR-priority.patch
  bug-805764-ocfs2-controld.patch
  ocfs2console-libraries-include-aio.patch
  use-symlink-in-udev-rules.patch



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.1ng9g6/_old  2013-07-08 07:24:15.0 +0200
+++ /var/tmp/diff_new_pack.1ng9g6/_new  2013-07-08 07:24:15.0 +0200
@@ -42,6 +42,10 @@
 Patch208:   0001-fswreck-Create-a-loop-in-group-chains.patch
 Patch209:   0002-Break-a-chain-loop-in-group-desc.patch
 Patch210:   restore-g_list_append.patch
+Patch212:   bug-805764-ocfs2-controld.patch
+Patch213:   bnc804707-reduce-RR-priority.patch
+Patch214:   use-symlink-in-udev-rules.patch
+Patch215:   ocfs2console-libraries-include-aio.patch
 BuildRequires:  autoconf
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libaio-devel
@@ -137,6 +141,10 @@
 %patch208 -p1
 %patch209 -p1
 %patch210 -p1
+%patch212 -p1
+%patch213 -p1
+%patch214 -p1
+%patch215 -p1
 
 %build
 export PROJECT=ocfs2-tools

++ bnc804707-reduce-RR-priority.patch ++
Index: ocfs2-tools/ocfs2_controld/main.c
===
--- ocfs2-tools.orig/ocfs2_controld/main.c
+++ ocfs2-tools/ocfs2_controld/main.c
@@ -1233,7 +1233,7 @@ static void set_scheduler(void)
struct sched_param sched_param;
int rv;
 
-   rv = sched_get_priority_max(SCHED_RR);
+   rv = sched_get_priority_min(SCHED_RR);
if (rv != -1) {
sched_param.sched_priority = rv;
rv = sched_setscheduler(0, SCHED_RR, sched_param);
++ bug-805764-ocfs2-controld.patch ++
Index: ocfs2-tools/ocfs2_controld/main.c
===
--- ocfs2-tools.orig/ocfs2_controld/main.c
+++ ocfs2-tools/ocfs2_controld/main.c
@@ -948,6 +948,68 @@ static void cpg_joined(int first)
}
 }
 
+static int find_minors(void)
+{
+   FILE *fl;
+   char name[256];
+   uint32_t number;
+   int c;
+   int control_minor = 0;
+
+   if (!(fl = fopen(/proc/misc, r))) {
+   log_error(failed to open /proc/misc: %s, strerror(errno));
+   goto out;
+   }
+
+   while (!feof(fl)) {
+   if (fscanf(fl, %d %255s\n, number, name[0]) == 2) {
+   if (!strcmp(name, ocfs2_control))
+   control_minor = number;
+   } else do {
+   c = fgetc(fl);
+   } while (c != EOF  c != '\n');
+
+   if (control_minor)
+   break;
+   }
+   fclose(fl);
+
+   if (!control_minor)
+   log_error(Is ocfs2 missing from kernel? No misc devices 
found);
+out:
+   return control_minor;
+}
+
+static int find_udev_device(const char *path, uint32_t minor)
+{
+   struct stat st;
+   int i;
+
+   for (i = 0; i  10; i++) {
+   if (stat(path, st) == 0  minor(st.st_rdev) == minor)
+   return 0;
+   sleep(1);
+   }
+
+   log_error(cannot find device %s with minor %d, path, minor);
+   return -1;
+}
+
+static int setup_misc_device(void)
+{
+   int rv = -1;
+   int control_minor = find_minors();
+
+   if (control_minor) {
+   rv = 

commit gcc47 for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package gcc47 for openSUSE:Factory checked 
in at 2013-07-08 07:25:40

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


Package is gcc47

Changes:

--- 
/work/SRC/openSUSE:Factory/gcc47/cross-armv5tel-gcc47-icecream-backend.changes  
2013-04-22 14:04:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc47.new/cross-armv5tel-gcc47-icecream-backend.changes
 2013-07-08 07:25:41.0 +0200
@@ -1,0 +2,12 @@
+Sat Jul  6 20:14:32 UTC 2013 - m...@suse.com
+
+- Drop suse-record-gcc-opts.diff.
+
+---
+Thu Jun 27 17:10:54 UTC 2013 - dmuel...@suse.com
+
+- add armv6hl support (Tune for arm1176jzfs)
+- Update armv7hl tuning target to Cortex A15
+- Remove temporary armv7l target
+
+---
cross-armv7hl-gcc47-icecream-backend.changes: same change
cross-hppa-gcc47-icecream-backend.changes: same change
cross-i386-gcc47-icecream-backend.changes: same change
cross-ia64-gcc47-icecream-backend.changes: same change
cross-ppc-gcc47-icecream-backend.changes: same change
cross-ppc64-gcc47-icecream-backend.changes: same change
cross-s390-gcc47-icecream-backend.changes: same change
cross-s390x-gcc47-icecream-backend.changes: same change
cross-x86_64-gcc47-icecream-backend.changes: same change
gcc47-testresults.changes: same change
gcc47.changes: same change
libffi47.changes: same change
libgcj47.changes: same change

Old:

  suse-record-gcc-opts.diff



Other differences:
--
++ cross-armv5tel-gcc47-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.B5Tom9/_old  2013-07-08 07:25:44.0 +0200
+++ /var/tmp/diff_new_pack.B5Tom9/_new  2013-07-08 07:25:44.0 +0200
@@ -88,7 +88,6 @@
 Patch1: gcc-dir-version.patch
 Patch2: gcc-sles-version.patch
 Patch3: gcc-noalias-warn.diff
-Patch6: suse-record-gcc-opts.diff
 Patch7: gcc-add-defaultsspec.diff
 Patch8: Wunprototyped-calls.diff
 Patch10:program-transform-name.diff
@@ -144,12 +143,12 @@
 %if 0%{?gcc_icecream:1}  %{TARGET_ARCH} == i586
 %define CONFIGURE_TARGET i586-suse-linux
 %endif
-%if 0%{?gcc_icecream:1}  %{TARGET_ARCH} == armv7l
-%define CONFIGURE_TARGET armv7l-suse-linux-gnueabi
-%endif
 %if 0%{?gcc_icecream:1}  %{TARGET_ARCH} == armv7hl
 %define CONFIGURE_TARGET armv7hl-suse-linux-gnueabi
 %endif
+%if 0%{?gcc_icecream:1}  %{TARGET_ARCH} == armv6hl
+%define CONFIGURE_TARGET armv6hl-suse-linux-gnueabi
+%endif
 %if 0%{?gcc_icecream:1}  %{TARGET_ARCH} == armv5tel
 %define CONFIGURE_TARGET armv5tel-suse-linux-gnueabi
 %endif
@@ -185,7 +184,6 @@
 %patch1
 %patch2
 %patch3
-%patch6
 %patch7
 %patch8
 %patch10
@@ -331,7 +329,7 @@
 #  --enable-threads=posix \
 #%endif
 #  --enable-shared \
-%if %{TARGET_ARCH} == armv7l || %{TARGET_ARCH} == armv7hl
+%if %{TARGET_ARCH} == armv7hl
 # temporary workaround for a miscompilation of hash functions in java code
 GCJ_EXTRA_FLAGS=-marm
 %endif
@@ -410,9 +408,17 @@
--with-abi=aapcs-linux \
--disable-sjlj-exceptions \
 %endif
-%if %{TARGET_ARCH} == armv7l || %{TARGET_ARCH} == armv7hl
+%if %{TARGET_ARCH} == armv6hl
+--with-arch=armv6zk \
+   --with-tune=arm1176jzf-s \
+--with-float=hard \
+   --with-abi=aapcs-linux \
+--with-fpu=vfp \
+--disable-sjlj-exceptions \
+%endif
+%if %{TARGET_ARCH} == armv7hl
--with-arch=armv7-a \
-   --with-tune=cortex-a9 \
+   --with-tune=cortex-a15 \
--with-float=hard \
--with-abi=aapcs-linux \
--with-fpu=vfpv3-d16 \

cross-armv7hl-gcc47-icecream-backend.spec: same change
cross-hppa-gcc47-icecream-backend.spec: same change
cross-i386-gcc47-icecream-backend.spec: same change
cross-ia64-gcc47-icecream-backend.spec: same change
cross-ppc-gcc47-icecream-backend.spec: same change
cross-ppc64-gcc47-icecream-backend.spec: same change
cross-s390-gcc47-icecream-backend.spec: same change
cross-s390x-gcc47-icecream-backend.spec: same change
cross-x86_64-gcc47-icecream-backend.spec: same change
gcc47-testresults.spec: same change
gcc47.spec: same change
libffi47.spec: same change
libgcj47.spec: same change

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.B5Tom9/_old  2013-07-08 07:25:45.0 +0200
+++ /var/tmp/diff_new_pack.B5Tom9/_new  2013-07-08 07:25:45.0 +0200
@@ -232,7 +232,6 @@
 Patch1:gcc-dir-version.patch
 Patch2:gcc-sles-version.patch
 Patch3:gcc-noalias-warn.diff
-Patch6:suse-record-gcc-opts.diff
 Patch7:gcc-add-defaultsspec.diff
 Patch8:

commit gcc48 for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package gcc48 for openSUSE:Factory checked 
in at 2013-07-08 07:25:01

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


Package is gcc48

Changes:

--- 
/work/SRC/openSUSE:Factory/gcc48/cross-aarch64-gcc48-icecream-backend.changes   
2013-07-05 14:56:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc48.new/cross-aarch64-gcc48-icecream-backend.changes
  2013-07-08 07:25:03.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul  6 13:11:59 UTC 2013 - co...@suse.com
+
+- build against gcc48-ada
+
+---
cross-armv5tel-gcc48-icecream-backend.changes: same change
cross-armv7hl-gcc48-icecream-backend.changes: same change
cross-hppa-gcc48-icecream-backend.changes: same change
cross-i386-gcc48-icecream-backend.changes: same change
cross-ia64-gcc48-icecream-backend.changes: same change
cross-ppc-gcc48-icecream-backend.changes: same change
cross-ppc64-gcc48-icecream-backend.changes: same change
cross-s390-gcc48-icecream-backend.changes: same change
cross-s390x-gcc48-icecream-backend.changes: same change
cross-x86_64-gcc48-icecream-backend.changes: same change
gcc48-testresults.changes: same change
gcc48.changes: same change
libffi48.changes: same change
libgcj48.changes: same change



Other differences:
--
cross-armv5tel-gcc48-icecream-backend.spec: same change
cross-armv7hl-gcc48-icecream-backend.spec: same change
cross-hppa-gcc48-icecream-backend.spec: same change
cross-i386-gcc48-icecream-backend.spec: same change
cross-ia64-gcc48-icecream-backend.spec: same change
cross-ppc-gcc48-icecream-backend.spec: same change
cross-ppc64-gcc48-icecream-backend.spec: same change
cross-s390-gcc48-icecream-backend.spec: same change
cross-s390x-gcc48-icecream-backend.spec: same change
cross-x86_64-gcc48-icecream-backend.spec: same change
++ gcc48-testresults.spec ++
--- /var/tmp/diff_new_pack.HlgHBI/_old  2013-07-08 07:25:05.0 +0200
+++ /var/tmp/diff_new_pack.HlgHBI/_new  2013-07-08 07:25:05.0 +0200
@@ -162,8 +162,8 @@
 %endif
 %if %{build_ada}
 %if %{suse_version}  1230
-%define hostsuffix -4.7
-BuildRequires:  gcc47-ada
+%define hostsuffix -4.8
+BuildRequires:  gcc48-ada
 %else
 %define hostsuffix %{nil}
 BuildRequires:  gcc-ada

gcc48.spec: same change
libffi48.spec: same change
libgcj48.spec: same change

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.HlgHBI/_old  2013-07-08 07:25:06.0 +0200
+++ /var/tmp/diff_new_pack.HlgHBI/_new  2013-07-08 07:25:06.0 +0200
@@ -148,8 +148,8 @@
 %endif
 %if %{build_ada}
 %if %{suse_version}  1230
-%define hostsuffix -4.7
-BuildRequires: gcc47-ada
+%define hostsuffix -4.8
+BuildRequires: gcc48-ada
 %else
 %define hostsuffix %{nil}
 BuildRequires: gcc-ada

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



commit plasmoid-cwp for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package plasmoid-cwp for openSUSE:Factory 
checked in at 2013-07-08 07:26:40

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


Package is plasmoid-cwp

Changes:

--- /work/SRC/openSUSE:Factory/plasmoid-cwp/plasmoid-cwp.changes
2013-05-27 09:57:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasmoid-cwp.new/plasmoid-cwp.changes   
2013-07-08 07:26:42.0 +0200
@@ -1,0 +2,10 @@
+Sun Jun 23 00:38:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.8.0:
+  * xml: myforecast.com: update time added
+  * xml: wetter.com: weather description modified
+  * xml: gismeteo.com: current weather icon fixed
+  * xml: accuweather.com (World): possibly wrong temperature fixed
+  * increased number of possible weather icons
+
+---

Old:

  98925-cwp-1.7.3.tar.bz2

New:

  98925-cwp-1.8.0.tar.bz2



Other differences:
--
++ plasmoid-cwp.spec ++
--- /var/tmp/diff_new_pack.FmGThv/_old  2013-07-08 07:26:43.0 +0200
+++ /var/tmp/diff_new_pack.FmGThv/_new  2013-07-08 07:26:43.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   plasmoid-cwp
-Version:1.7.3
+Version:1.8.0
 Release:0
 Summary:Customizable Weather Plasmoid
 License:GPL-3.0+

++ 98925-cwp-1.7.3.tar.bz2 - 98925-cwp-1.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.7.3/ChangeLog new/cwp-1.8.0/ChangeLog
--- old/cwp-1.7.3/ChangeLog 2013-04-16 20:25:49.0 +0200
+++ new/cwp-1.8.0/ChangeLog 2013-06-22 14:49:37.0 +0200
@@ -1,3 +1,11 @@
+1.8.0
+=
+- xml: myforecast.com: update time added
+- xml: wetter.com: weather description modified
+- xml: gismeteo.com: current weather icon fixed
+- xml: accuweather.com (World): possibly wrong temperature fixed
+- increased number of possible weather icons
+
 1.7.3
 =
 - xml: accuweather.com: fixes for some URLs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.7.3/README new/cwp-1.8.0/README
--- old/cwp-1.7.3/README2013-04-16 20:25:49.0 +0200
+++ new/cwp-1.8.0/README2013-06-22 14:49:37.0 +0200
@@ -1,5 +1,5 @@
 =
-Customizable Weather Plasmoid (CWP) 1.7.3
+Customizable Weather Plasmoid (CWP) 1.8.0
 =
 
 This is another weather plasmoid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.7.3/data/br_weather_com.xml 
new/cwp-1.8.0/data/br_weather_com.xml
--- old/cwp-1.7.3/data/br_weather_com.xml   2013-04-16 20:25:49.0 
+0200
+++ new/cwp-1.8.0/data/br_weather_com.xml   2013-06-22 14:49:37.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2013-04-16 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043:1:BR unit=C /
+   xml_file_version type=cwp version=2013-06-22 name=br.weather.com 
search_page=http://br.weather.com; example_zip=BRXX0043:1:BR unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.7.3/data/de_weather_com.xml 
new/cwp-1.8.0/data/de_weather_com.xml
--- old/cwp-1.7.3/data/de_weather_com.xml   2013-04-16 20:25:49.0 
+0200
+++ new/cwp-1.8.0/data/de_weather_com.xml   2013-06-22 14:49:37.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2013-04-16 name=de.weather.com 
search_page=http://de.weather.com; example_zip=GMXX0087:1:GM unit=C /
+   xml_file_version type=cwp version=2013-06-22 name=de.weather.com 
search_page=http://de.weather.com; example_zip=GMXX0087:1:GM unit=C /
 
locale_settings locale=utf-8 encoding=utf8 /
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cwp-1.7.3/data/espanol_weather_com.xml 
new/cwp-1.8.0/data/espanol_weather_com.xml
--- old/cwp-1.7.3/data/espanol_weather_com.xml  2013-04-16 20:25:49.0 
+0200
+++ new/cwp-1.8.0/data/espanol_weather_com.xml  2013-06-22 14:49:37.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes ?
 
 custom_weather
-   xml_file_version type=cwp version=2013-04-16 
name=espanol.weather.com search_page=http://espanol.weather.com; 
example_zip=Ciudad-de-Mexico-MXDF0132 unit=C /
+   xml_file_version type=cwp 

commit kcachegrind for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kcachegrind for openSUSE:Factory 
checked in at 2013-07-08 07:27:02

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


Package is kcachegrind

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new/kcachegrind.changes 
2013-07-08 07:27:04.0 +0200
@@ -0,0 +1,891 @@
+---
+Thu Jul  4 17:58:51 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0 and BSD-4-Clause and GFDL-1.2
+  See converters/dprof2calltree etc
+
+---
+Wed Jul  3 19:51:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 22:33:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+   * Split off from kdesdk4
+
+---
+Sat Jun  1 10:21:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 17:17:27 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Fri Apr 12 12:48:07 UTC 2013 - tittiatc...@gmail.com
+
+- Updated Licenses for the packages (bnc#814081)
+
+---
+Mon Apr  1 19:33:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:01:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:12:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:33:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:34:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:06:42 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:29:46 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:13:02 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php 
+  * Umbrello:  Line based diagram grid
+
+---
+Fri Nov  2 17:06:40 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/announce-4.9.3.php for details
+
+---
+Sat Sep 29 10:37:35 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.2
+  * see http://kde.org/announcements/announce-4.9.2.php for details
+
+---
+Wed Sep  5 12:03:46 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---
+Sat Aug  4 15:09:04 UTC 2012 - ctri...@opensuse.org
+
+- fix lokalize issue with startup with project file (bnc#774072,
+  kde#300810)
+
+---
+Mon Jul 30 16:53:17 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---
+Fri Jun  1 13:55:01 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see 

commit amarok for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-07-08 07:26:53

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


Package is amarok

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2013-05-16 
15:16:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2013-07-08 
07:26:56.0 +0200
@@ -1,0 +2,195 @@
+Thu Jul  4 13:56:44 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.7.90
+  * FEATURES:
+* Ctrl+C copies the currently playing artist  title to the 
+  clipboard. (kde#228872)
+* Volume fade-out is now also available for pause.
+* The Files browser now has a Refresh button. (kde#213666)
+* The active playlist item is animated with a soft glow effect.
+* Added an audio analyzer visualization applet.
+* Added a function for resetting the GUI layout back to default 
+  state. (kde#300753)
+* Pressing enter when searching collections now adds found 
+  tracks to the playlist and clears the search bar, this is a 
+  very convenient way to populate your playlist.
+* Allow to transcode only certain (different format, 
+  playability) tracks when transferring them to a 
+  collection (kde#312407)
+* On-Screen-Display fades in/out smoothly.
+* Added support for .asx playlists; (kde#170207)
+* Add Radio GFM radio streams to Cool Stream Script. 
+  (kde#317978)
+* Added options to pause playback on system suspend and to 
+  inhibit automatic suspend  if playing a track (enabled by 
+  default); (kde#259862) (kde#222571)
+* Playlist files are now read asynchronously when possible; 
+  (kde#291934)
+* Added support to filter tracks to scrobble to Last.fm by 
+  label. (kde#140198)
+* Added transcoding support for Opus codec if ffmpeg is 
+  compiled with support for the libopus library
+* Added keyboard shortcuts for small 2 s seeks 
+  (Ctrl + Left/Right) and long 1 minute  seeks 
+  (Shift + Left/Right) in addition to standard 10 s seeks. 
+  Durations are now configurable in amarokrc, see 
+  Amarok Handbook (kde#177258)
+* Added support for files in Opus codec if Amarok is compiled 
+  against recent enough TagLib (post 1.8) (kde#312905)
+* Added Ctrl+H shortcut to randomize playlist (kde#208061)
+  * CHANGES:
+* Removed LikeBack (a development feature in debug builds). 
+  (kde#312498) (kde#252323)
+* Collection Browser: Artist level was renamed to Track Artist
+  and replaced by Album Artist by default. Various Artists 
+  item is no longer shown under Track Artist level.
+* Removed the splash screen.
+* Playlist-related actions were harmonized, double-clicking 
+  or pressing enter will append tracks to playlist, using any
+  play media action will prepend tracks to queue and 
+  immediately start playing; middle-clicking or will append 
+   play while other append or replace actions will no longer
+  start playback. (kde#145468, kde#145490, kde#194549)
+* When a new collection plugin is enabled, its collections 
+  appear immediately without a need for restart.
+* Update the MusicBrainz tagger to MusicBrainz web service 2,
+  make it show some more good suggestions for tagging, and add
+  some options to help choosing the best results.
+* Add note about generating .mood files into Moodbar Options; 
+  (kde#289483)
+* Amarok now depends on Qt 4.8.2.
+* Add prepareToQuit() signal to Amarok.Window script bindings;
+  (kde#241066)
+* Data CDs are now recognized in Amarok; (kde#316128)
+* On-Screen-Display now uses the system font instead of 
+  hardcoded sans-serif. (kde#248707)
+* Fancy behavior of some context menus showing different 
+  actions when Shift key is held has been reverted. 
+  All entries are now shown all the time.
+* The dynamic playlist behavior has changed. It will no longer
+  generate pretty good playlists that do not fulfill the 
+  given biases. Instead it might add no song at all if given 
+  impossible-to-fulfill conditions.
+* The tracks have been hidden in the playlist warning when 
+  filtering the playlist is now displayed inside the playlist.
+  (kde#260352)
+* Update tag widget for Layout edit, filter edit, organize 
+  collection and guess tag dialog.
+* When fadeout and/or Replay Gain isn't possible, gray-out 
+  related UI elements in order not to fool users.
+  * BUGFIXES:
+* When you remove whole directories from the Local Collection 
+  and have Watch Folders for Changes enabled, the tracks now 
+  disappear from Collection Browser. (kde#311078)
+* Fix 

commit kteatime for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2013-07-08 07:27:24

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


Package is kteatime

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2013-07-08 
07:27:25.0 +0200
@@ -0,0 +1,760 @@
+---
+Wed Jul  3 19:49:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 21:08:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+   * Split off from kdetoys4
+
+---
+Sat Jun  1 10:22:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 17:17:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:34:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:01:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:12:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:33:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:34:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:06:54 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:29:59 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:13:16 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
+Fri Nov  2 17:06:50 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/announce-4.9.3.php for details
+
+---
+Sat Sep 29 10:37:46 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.2
+  * see http://kde.org/announcements/announce-4.9.2.php for details
+
+---
+Wed Sep  5 12:03:50 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---
+Mon Jul 30 16:53:34 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---
+Fri Jun  1 13:55:09 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---
+Sun Apr 29 21:06:20 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.3
+  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for 
details
+
+---
+Sat Mar 31 10:56:35 UTC 2012 - wstephen...@suse.com
+
+- Add xz to BuildRequires
+

commit krdc for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package krdc for openSUSE:Factory checked in 
at 2013-07-08 07:27:14

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


Package is krdc

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes   2013-07-08 
07:27:15.0 +0200
@@ -0,0 +1,1057 @@
+---
+Wed Jul  3 19:49:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 21:43:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+   * Split off from kdenetwork4
+
+---
+Sat Jun  1 10:21:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+- Dropped fix_v4l_deprecations.patch, it's included in this release
+
+---
+Wed May  8 11:38:45 UTC 2013 - nico.kru...@gmail.com
+
+- re-enable OTR plugin for openSUSE 12.3 and Factory
+  (using with libotr2 which provides version 3.2.*)
+- re-enable libktorrent support
+
+---
+Sat May  4 17:17:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+- Added fix_v4l_deprecations.patch, fixes usage of interfaces deprecated 
+  with 3.9 kernel
+
+---
+Mon Apr  1 19:33:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Tue Mar 12 21:21:50 UTC 2013 - seife+...@b1-systems.com
+
+- fix build with giflib-5 (kdenetwork-4.10.0-giflib5.patch)
+
+---
+Sat Mar  2 16:00:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:11:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:32:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:33:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:06:24 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:29:22 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:12:40 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
+Wed Nov  7 07:43:50 UTC 2012 - tittiatc...@gmail.com
+
+- Add explicit buildrequire for libmediastreamer1 for kopete to 
+  avoid Have Choice for for packages depending on Kopete and to
+  prevent that the user has to make a choice what to install
+
+---
+Fri Nov  2 17:06:20 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/announce-4.9.3.php for details
+
+---
+Wed Oct 10 20:56:18 UTC 2012 - mailaen...@opensuse.org
+
+- replace dependency on linphone GUI with pure mediastreamer/ortp
+
+---
+Sat Oct  6 07:04:46 UTC 2012 - tittiatc...@gmail.com
+
+- Disable the OTR plugin for openSUSE Factory atm due to 
+  incompatibility with the newer libotr version
+
+---
+Sat Sep 29 10:37:17 UTC 2012 - tittiatc...@gmail.com
+
+- 

commit libkipi for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-07-08 07:27:10

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-06-11 
09:33:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-07-08 
07:27:12.0 +0200
@@ -1,0 +2,19 @@
+Thu Jul  4 08:42:47 UTC 2013 - co...@suse.com
+
+- fix source url
+
+---
+Thu Jun 27 18:12:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:16:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  libkipi-4.10.4.tar.xz

New:

  libkipi-4.10.90.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.c99JJW/_old  2013-07-08 07:27:12.0 +0200
+++ /var/tmp/diff_new_pack.c99JJW/_new  2013-07-08 07:27:12.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _so 10
+%define _so 11
 
 Name:   libkipi
 BuildRequires:  libkde4-devel
@@ -26,9 +26,9 @@
 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.10.4
+Version:4.10.90
 Release:0
-Source0:
http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
+Source0:
http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -66,9 +66,9 @@
 %_kde4_datadir/icons/hicolor/*/apps/kipi.png
 %_kde4_servicetypes/kipiplugin.desktop
 
-%post -n libkipi10 -p /sbin/ldconfig
+%post -n libkipi%{_so} -p /sbin/ldconfig
 
-%postun -n libkipi10 -p /sbin/ldconfig
+%postun -n libkipi%{_so} -p /sbin/ldconfig
 
 %package devel
 Summary:KDE Image Plugin Interface

++ libkipi-4.10.4.tar.xz - libkipi-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.10.4/CMakeLists.txt 
new/libkipi-4.10.90/CMakeLists.txt
--- old/libkipi-4.10.4/CMakeLists.txt   2013-05-28 21:27:59.0 +0200
+++ new/libkipi-4.10.90/CMakeLists.txt  2013-06-10 20:53:26.0 +0200
@@ -70,10 +70,11 @@
 # angle(), and setAngle()).
 # 1.6.0 = 9.1.0  (released with KDE 4.8.1  - Minor API fix)
 # 2.0.0 = 10.0.0 (released with KDE 4.10.0 - Including GoSC2012)
+# 2.1.0 = 11.0.0 (released with KDE 4.11.0 - Add edit hints)
 
 # Library API version
 SET(KIPI_LIB_MAJOR_VERSION 2)
-SET(KIPI_LIB_MINOR_VERSION 0)
+SET(KIPI_LIB_MINOR_VERSION 1)
 SET(KIPI_LIB_PATCH_VERSION 0)
 
 # Suffix to add at end of version string. Usual values are:
@@ -87,7 +88,7 @@
 
 # Library ABI version used by linker.
 # For details : 
http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
-SET(KIPI_LIB_SO_CUR_VERSION 10)
+SET(KIPI_LIB_SO_CUR_VERSION 11)
 SET(KIPI_LIB_SO_REV_VERSION 0)
 SET(KIPI_LIB_SO_AGE_VERSION 0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.10.4/libkipi/configwidget.cpp 
new/libkipi-4.10.90/libkipi/configwidget.cpp
--- old/libkipi-4.10.4/libkipi/configwidget.cpp 2013-05-28 21:27:59.0 
+0200
+++ new/libkipi-4.10.90/libkipi/configwidget.cpp2013-06-10 
20:53:26.0 +0200
@@ -178,7 +178,7 @@
 connect(d-clearBtn, SIGNAL(clicked()),
 this, SLOT(slotClearList()));
 
-connect(d-pluginsList, SIGNAL(itemClicked(QTreeWidgetItem*, int)),
+connect(d-pluginsList, SIGNAL(itemClicked(QTreeWidgetItem*,int)),
 this, SLOT(slotItemClicked()));
 
 connect(d-pluginsList, SIGNAL(signalSearchResult(bool)),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.10.4/libkipi/imageinfo.cpp 
new/libkipi-4.10.90/libkipi/imageinfo.cpp
--- old/libkipi-4.10.4/libkipi/imageinfo.cpp2013-05-28 21:27:59.0 
+0200
+++ new/libkipi-4.10.90/libkipi/imageinfo.cpp   2013-06-10 20:53:26.0 
+0200
@@ -7,7 +7,7 @@
  * @date   2004-07-22
  * @brief  image info
  *
- * @author Copyright (C) 2004-2012 by Gilles Caulier
+ * @author Copyright (C) 2004-2013 by Gilles Caulier
  * a href=mailto:caulier dot gilles 

commit palapeli for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2013-07-08 07:28:19

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


Package is palapeli

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2013-06-11 
09:35:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2013-07-08 
07:28:21.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:52:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:56:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  palapeli-4.10.4.tar.xz

New:

  palapeli-4.10.90.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.BBN7V1/_old  2013-07-08 07:28:22.0 +0200
+++ /var/tmp/diff_new_pack.BBN7V1/_new  2013-07-08 07:28:22.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ palapeli-4.10.4.tar.xz - palapeli-4.10.90.tar.xz ++
Files old/palapeli-4.10.4/doc/index.cache.bz2 and 
new/palapeli-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palapeli-4.10.4/doc/index.docbook 
new/palapeli-4.10.90/doc/index.docbook
--- old/palapeli-4.10.4/doc/index.docbook   2013-05-28 22:15:45.0 
+0200
+++ new/palapeli-4.10.90/doc/index.docbook  2013-06-10 20:55:19.0 
+0200
@@ -234,29 +234,22 @@
 
chapter id=interface
titleInterface Overview/title
-   parapalapeli;'s two areas, the puzzle collection and the 
puzzle table, are embedded into the menubar as tabs. There are also two menus 
with standard actions which are described below./para
-   sect1 id=settings-menu
-   titleThe guimenuSettings/guimenu Menu/title
-   variablelist
-   varlistentry
-   
termmenuchoiceguimenuSettings/guimenuguimenuitemShow statusbar of 
puzzle table/guimenuitem/menuchoice/term
-   listitemparaactionToggle the 
display of the progress bar and buttons below the puzzle table./action This 
action will change nothing in the puzzle collection./para/listitem
-   /varlistentry
-   varlistentry
-   
termmenuchoiceguimenuSettings/guimenuguimenuitemConfigure 
Shortcuts.../guimenuitem/menuchoice/term
-   listitemparaactionOpen a dialog 
where you can configure the shortcut keys/action for 
palapeli;/para/listitem
-   /varlistentry
-   varlistentry id=settings-menu-configure
-   
termmenuchoiceguimenuSettings/guimenuguimenuitemConfigure 
palapeli;.../guimenuitem/menuchoice/term
-   listitemparaOpen a game 
configuration dialog. See link linkend=configurationGame 
Configuration/link section for more details./para
-   /listitem
-   /varlistentry
-   /variablelist
-   /sect1
-   sect1 id=help
-   titleThe guimenuHelp/guimenu Menu/title
-   help.menu.documentation;
-   /sect1
+   parapalapeli;'s two areas, the puzzle collection and the 
puzzle table, are embedded into the menubar as tabs. There are also menus with 
standard actions which are described below./para
+   variablelist
+   varlistentry
+   
termmenuchoiceguimenuSettings/guimenuguimenuitemShow statusbar of 
puzzle table/guimenuitem/menuchoice/term
+   listitemparaactionToggle the display of 
the progress bar and buttons below the puzzle table./action This action will 
change nothing in the puzzle collection./para/listitem
+   /varlistentry
+   varlistentry id=settings-menu-configure
+ 

commit lskat for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2013-07-08 07:28:22

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


Package is lskat

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2013-06-11 
09:34:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2013-07-08 
07:28:23.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:52:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:56:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  lskat-4.10.4.tar.xz

New:

  lskat-4.10.90.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.UnnhOs/_old  2013-07-08 07:28:24.0 +0200
+++ /var/tmp/diff_new_pack.UnnhOs/_new  2013-07-08 07:28:24.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:lskat-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lskat-4.10.4.tar.xz - lskat-4.10.90.tar.xz ++
Files old/lskat-4.10.4/doc/index.cache.bz2 and 
new/lskat-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-4.10.4/doc/index.docbook 
new/lskat-4.10.90/doc/index.docbook
--- old/lskat-4.10.4/doc/index.docbook  2013-05-28 22:00:52.0 +0200
+++ new/lskat-4.10.90/doc/index.docbook 2013-06-10 20:55:18.0 +0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 ?
 !DOCTYPE book PUBLIC -//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN 
dtd/kdex.dtd [
   !ENTITY kappname lskat;
-  !ENTITY kappversion 1.4.0!--Applicaion version. Use this variable 
everywhere it's needed.--
+  !ENTITY kappversion 1.40!--Applicaion version. Use this variable 
everywhere it's needed.--
   !ENTITY package kdegames
   !ENTITY % English INCLUDE 
   !ENTITY % addindex IGNORE
@@ -29,7 +29,7 @@
 !-- TRANS:ROLES_OF_TRANSLATORS --
 /authorgroup
 
-date2010-09-05/date
+date2013-05-05/date
 releaseinfokappversion;/releaseinfo
 
 legalnoticeFDLNotice;/legalnotice
@@ -296,26 +296,6 @@
 varlistentry
 termmenuchoice
 guimenuSettings/guimenu
-guimenuitemShow Toolbar/guimenuitem
-/menuchoice/term
-listitemparaaction
-Shows or hides the toolbar.
-/action/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemShow Statusbar/guimenuitem
-/menuchoice/term
-listitemparaaction
-Shows or hides the statusbar.
-/action/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
 guisubmenuStarting Player/guisubmenu/menuchoice/term
 listitempara
 Selects whether player 1 (top) or player two (bottom)
@@ -395,35 +375,14 @@
 /para/listitem
 /varlistentry
 
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Shortcuts.../guimenuitem
-/menuchoice/term
-listitempara
-actionOpen a dialog which lets you redefine all the keyboard 
shortcuts./action
-/para/listitem
-/varlistentry
-
-varlistentry id=toolbar_change
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Toolbars.../guimenuitem
-/menuchoice/term
-listitempara
-actionOpen a dialog which lets you redefine the toolbar./action
-/para/listitem
-/varlistentry
-
 /variablelist
-/sect1
 
-sect1 id=help
-titleThe Help Menu/title
-
-
-help.menu.documentation;
+para
+Additionally lskat; has the common kde; guimenuSettings/guimenu and 
guimenuHelp/guimenu
+menu items, for more information read the sections about the
+ulink url=help:/fundamentals/ui.html#menus-settingsSettings Menu/ulink 
and
+ulink url=help:/fundamentals/ui.html#menus-helpHelp Menu/ulink of the 
kde; Fundamentals.
+/para
 
 /sect1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-4.10.4/src/fromlibkdegames/kcarddialog.cpp 
new/lskat-4.10.90/src/fromlibkdegames/kcarddialog.cpp
--- old/lskat-4.10.4/src/fromlibkdegames/kcarddialog.cpp2013-05-28 
22:00:52.0 +0200
+++ new/lskat-4.10.90/src/fromlibkdegames/kcarddialog.cpp   2013-06-10 
20:55:18.0 +0200
@@ -92,7 +92,7 @@
 
   // Connect signals
   connect(ui-list, SIGNAL(itemSelectionChanged()),
-  this, SLOT( updateSelection()));
+  this, 

commit picmi for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2013-07-08 07:28:17

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


Package is picmi

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2013-06-11 
09:36:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2013-07-08 
07:28:18.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:52:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:56:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  picmi-4.10.4.tar.xz

New:

  picmi-4.10.90.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.4M4y7a/_old  2013-07-08 07:28:19.0 +0200
+++ /var/tmp/diff_new_pack.4M4y7a/_new  2013-07-08 07:28:19.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Logic
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:picmi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ picmi-4.10.4.tar.xz - picmi-4.10.90.tar.xz ++
Files old/picmi-4.10.4/doc/index.cache.bz2 and 
new/picmi-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-4.10.4/picmi.desktop 
new/picmi-4.10.90/picmi.desktop
--- old/picmi-4.10.4/picmi.desktop  2013-05-28 22:15:50.0 +0200
+++ new/picmi-4.10.90/picmi.desktop 2013-06-10 20:55:21.0 +0200
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Name=picmi
 Name[bs]=picmi
+Name[ca]=picmi
 Name[cs]=picmi
 Name[da]=picmi
 Name[de]=picmi
@@ -30,12 +31,14 @@
 Name[sr@ijekavianlatin]=Picmi
 Name[sr@latin]=Picmi
 Name[sv]=picmi
+Name[tr]=picmi
 Name[uk]=picmi
 Name[x-test]=xxpicmixx
 Name[zh_CN]=picmi
 Name[zh_TW]=picmi
 GenericName=Logic Game
 GenericName[bs]=Logička igra
+GenericName[ca]=Joc de lògica
 GenericName[cs]=Logická hra
 GenericName[da]=Logikspil
 GenericName[de]=Logikspiel
@@ -65,12 +68,14 @@
 GenericName[sr@ijekavianlatin]=Logička igra
 GenericName[sr@latin]=Logička igra
 GenericName[sv]=Logikspel
+GenericName[tr]=Mantık Oyunu
 GenericName[uk]=Гра на логіку
 GenericName[x-test]=xxLogic Gamexx
 GenericName[zh_CN]=逻辑游戏
 GenericName[zh_TW]=智力遊戲
 Comment=A number logic game
 Comment[bs]=Logička igra s brojevima
+Comment[ca]=Un joc de lògica de nombres
 Comment[cs]=Logická hra s čísly
 Comment[da]=Et spil med tallogik
 Comment[de]=Ein Logikspiel mit Zahlen
@@ -98,6 +103,7 @@
 Comment[sr@ijekavianlatin]=Logička igra s brojevima
 Comment[sr@latin]=Logička igra s brojevima
 Comment[sv]=Ett logikspel med siffror
+Comment[tr]=Bir sayı mantığı oyunu
 Comment[uk]=Гра з числами на логіку
 Comment[x-test]=xxA number logic gamexx
 Comment[zh_CN]=数字逻辑游戏
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-4.10.4/src/gui/mainwindow.cpp 
new/picmi-4.10.90/src/gui/mainwindow.cpp
--- old/picmi-4.10.4/src/gui/mainwindow.cpp 2013-05-28 22:15:50.0 
+0200
+++ new/picmi-4.10.90/src/gui/mainwindow.cpp2013-06-10 20:55:21.0 
+0200
@@ -56,12 +56,14 @@
 void MainWindow::setupActions() {
 KStandardGameAction::gameNew(this, SLOT(startRandomGame()), 
actionCollection());
 KStandardGameAction::load(this, SLOT(loadBoard()), actionCollection());
+KStandardGameAction::restart(this, SLOT(restartGame()), 
actionCollection());
 KStandardGameAction::highscores(this, SLOT(highscores()), 
actionCollection());
 KStandardGameAction::quit(this, SLOT(close()), actionCollection());
 KStandardAction::preferences(this, SLOT(settings()), actionCollection());
 KStandardAction::fullScreen(this, SLOT(toggleFullscreen(bool)), this, 
actionCollection());
 m_action_pause = KStandardGameAction::pause(this, 
SLOT(togglePaused(bool)), actionCollection());
 m_action_undo = KStandardGameAction::undo(this, SLOT(undo()), 
actionCollection());
+m_action_hint = KStandardGameAction::hint(this, SLOT(hint()), 
actionCollection());
 
 m_action_save_state = actionCollection()-addAction(save-position);
 m_action_save_state-setText(i18n(Save Position));
@@ -157,6 +159,13 @@
 m_scene-refresh(p);
 }
 
+void MainWindow::hint()
+{
+QPoint p = m_game-hint();
+m_scene-refresh(p);
+

commit kubrick for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2013-07-08 07:28:30

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


Package is kubrick

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2013-06-11 
09:33:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2013-07-08 
07:28:32.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:51:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:55:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kubrick-4.10.4.tar.xz

New:

  kubrick-4.10.90.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.YVV5jN/_old  2013-07-08 07:28:33.0 +0200
+++ /var/tmp/diff_new_pack.YVV5jN/_new  2013-07-08 07:28:33.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kubrick-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kubrick-4.10.4.tar.xz - kubrick-4.10.90.tar.xz ++
Files old/kubrick-4.10.4/doc/index.cache.bz2 and 
new/kubrick-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-4.10.4/doc/index.docbook 
new/kubrick-4.10.90/doc/index.docbook
--- old/kubrick-4.10.4/doc/index.docbook2013-05-28 21:53:02.0 
+0200
+++ new/kubrick-4.10.90/doc/index.docbook   2013-06-10 20:55:13.0 
+0200
@@ -76,8 +76,8 @@
 (V.MM.LL), it could be used by automation scripts.
 Do NOT change these in the translation. --
 
-date2008-03-19/date
-releaseinfo0.3/releaseinfo
+date2013-05-05/date
+releaseinfo1.0/releaseinfo
 
 !-- Abstract about this handbook --
 
@@ -445,8 +445,8 @@
 chapter id=interfacetitleInterface Overview/title !-- do not change 
this! --
 !-- This section has to do with menubar. Describe every single entry in 
order. Use variablelist and varlistentry. Split the chapter into sections 
using sect1(2,3) for better viewing.--
 
-sect1 id=game-menu
-titleThe guimenuGame/guimenu Menu/title
+sect1 id=menu-items
+titleMenu Items/title
 variablelist
 
 varlistentry
@@ -529,13 +529,6 @@
 /para/listitem
 /varlistentry
 
-/variablelist
-/sect1
-
-sect1 id=move-menu
-titleThe guimenuMove/guimenu Menu/title
-variablelist
-
 varlistentry
 termmenuchoice
 shortcutkeycombo action=simulCtrl;keycapZ/keycap/keycombo
@@ -553,7 +546,13 @@
 required)./para/listitem
 /varlistentry
 
-!--Main Demo Ctrl+D --
+varlistentry
+termmenuchoice
+shortcutkeycombo action=simulCtrl;keycapD/keycap/keycombo
+/shortcut
+guimenuMove/guimenuguimenuitemMain Demo/guimenuitem/menuchoice/term
+listitemparaStart/Stop demo of random puzzle solving on the start page of 
kubrick;./para/listitem
+/varlistentry
 
 varlistentry
 termmenuchoiceshortcutkeycapS/keycap/shortcut
@@ -607,13 +606,6 @@
 again the one that points upwards./para/listitem
 /varlistentry
 
-/variablelist
-/sect1
-
-sect1 id=view-menu
-titleThe guimenuView/guimenu Menu/title
-variablelist
-
 varlistentry
 termmenuchoice
 guimenuView/guimenuguimenuitem1 Cube/guimenuitem
@@ -640,13 +632,6 @@
 be rotated./para/listitem
 /varlistentry
 
-/variablelist
-/sect1
-
-sect1 id=demos-menu
-titleThe guimenuDemos/guimenu Menu/title
-variablelist
-
 varlistentry
 termmenuchoice
 shortcutkeycombo action=simulCtrl;keycapD/keycap/keycombo
@@ -677,13 +662,6 @@
 /para/listitem
 /varlistentry
 
-/variablelist
-/sect1
-
-sect1 id=settings-menu
-titleThe guimenuSettings/guimenu Menu/title
-variablelist
-
 varlistentry
 termmenuchoiceshortcutkeycapW/keycap/shortcut
 guimenuSettings/guimenuguimenuitemWatch Shuffling/guimenuitem
@@ -704,30 +682,6 @@
 /para/listitem
 /varlistentry
 
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguimenuitemShow Toolbar/guimenuitem
-/menuchoice/term
-listitemparaactionToggle the display of the toolbar./action
-/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguimenuitemShow Statusbar/guimenuitem
-/menuchoice/term
-listitemparaactionToggle the display of the status bar./action
-/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguimenuitemConfigure Shortcuts.../guimenuitem

commit ksystemlog for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2013-07-08 07:28:11

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


Package is ksystemlog

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes   
2013-07-08 07:28:12.0 +0200
@@ -0,0 +1,756 @@
+---
+Wed Jul  3 19:37:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 21:24:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+   * Split off from kdeadmin4
+
+---
+Sat Jun  1 10:21:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+---
+Sat May  4 17:16:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---
+Mon Apr  1 19:33:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Sat Mar  2 16:00:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:11:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:32:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:33:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:06:13 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:29:04 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:12:20 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * see http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
+Fri Nov  2 17:06:13 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/announce-4.9.3.php for details
+
+---
+Sat Sep 29 10:37:08 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.2
+  * see http://kde.org/announcements/announce-4.9.2.php for details
+
+---
+Wed Sep  5 12:02:50 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---
+Mon Jul 30 16:50:05 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.5
+  * see http://kde.org/announcements/changelogs/changelog4_8_4to4_8_5.php for 
details
+
+---
+Fri Jun  1 13:51:11 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+---
+Sun Apr 29 21:04:31 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.3
+  * see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for 
details
+
+---
+Sat Mar 31 11:05:23 UTC 2012 - wstephen...@suse.com
+
+- Add xz to BuildRequires
+
+---
+Fri Mar 30 01:11:46 CEST 2012 - dmuel...@suse.de
+
+- update to 4.8.2
+  * see 

commit ksudoku for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2013-07-08 07:28:36

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


Package is ksudoku

Changes:

--- /work/SRC/openSUSE:Factory/ksudoku/ksudoku.changes  2013-06-11 
09:33:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksudoku.new/ksudoku.changes 2013-07-08 
07:28:38.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:51:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:53:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  ksudoku-4.10.4.tar.xz

New:

  ksudoku-4.10.90.tar.xz



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.zszdBI/_old  2013-07-08 07:28:39.0 +0200
+++ /var/tmp/diff_new_pack.zszdBI/_new  2013-07-08 07:28:39.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:ksudoku-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksudoku-4.10.4.tar.xz - ksudoku-4.10.90.tar.xz ++
Files old/ksudoku-4.10.4/doc/index.cache.bz2 and 
new/ksudoku-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-4.10.4/doc/index.docbook 
new/ksudoku-4.10.90/doc/index.docbook
--- old/ksudoku-4.10.4/doc/index.docbook2013-05-28 21:50:46.0 
+0200
+++ new/ksudoku-4.10.90/doc/index.docbook   2013-06-10 20:55:10.0 
+0200
@@ -2,7 +2,7 @@
 !DOCTYPE book PUBLIC -//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN 
dtd/kdex.dtd [
 !ENTITY ksudoku KSudoku
 !ENTITY kappname ksudoku;
-  !ENTITY kappversion 1.0!--Application version. Use this variable 
everywhere it's needed.--
+  !ENTITY kappversion 1.1!--Application version. Use this variable 
everywhere it's needed.--
   !ENTITY package kdegames  !-- do not change this! --
   !ENTITY % English INCLUDE  !-- change language only here --
   !ENTITY % addindex IGNORE !-- do not change this! --
@@ -42,8 +42,8 @@
 /copyright
 legalnoticeFDLNotice;/legalnotice
 
-date2011-11-24/date!-- Date of (re)writing, or update.--
-releaseinfokappversion; kde; 4.8/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
+date2013-05-05/date!-- Date of (re)writing, or update.--
+releaseinfokappversion; (kde; 4.11)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
 
 !--Short description of this document. Do not change unless necessary!--
 abstract
@@ -465,44 +465,6 @@
 sect1 id=settings-menu
titleThe guimenuSettings/guimenu Menu/title
variablelist
-   varlistentry
-   termmenuchoice
-   guimenuSettings/guimenu
-   guisubmenuToolbars/guisubmenu
-   guimenuitemMain Toolbar/guimenuitem
-   /menuchoice/term
-   listitemparaShow or hide the Main 
Toolbar./para/listitem
-   /varlistentry
-   varlistentry id=settings-menu-hide-matching
-   termmenuchoice
-   guimenuSettings/guimenu
-   guisubmenuToolbars/guisubmenu
-   guimenuitemActions 
Toolbar/guimenuitem
-   /menuchoice/term
-   listitemparaShow or hide the Actions 
Toolbar./para/listitem
-   /varlistentry
-
-   varlistentry id=settings-menu-statusbar
-   termmenuchoice
-   guimenuSettings/guimenu
-   guimenuitemShow 
Statusbar/guimenuitem
-   /menuchoice/term
-   listitemparaShow or hide the 
Statusbar./para/listitem
-   /varlistentry
-   varlistentry id=settings-menu-shortcuts
-   

commit ksquares for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2013-07-08 07:28:39

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


Package is ksquares

Changes:

--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes2013-06-11 
09:32:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2013-07-08 
07:28:41.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:50:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:53:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  ksquares-4.10.4.tar.xz

New:

  ksquares-4.10.90.tar.xz



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.l9b1E5/_old  2013-07-08 07:28:41.0 +0200
+++ /var/tmp/diff_new_pack.l9b1E5/_new  2013-07-08 07:28:41.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:ksquares-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksquares-4.10.4.tar.xz - ksquares-4.10.90.tar.xz ++
Files old/ksquares-4.10.4/doc/index.cache.bz2 and 
new/ksquares-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-4.10.4/doc/index.docbook 
new/ksquares-4.10.90/doc/index.docbook
--- old/ksquares-4.10.4/doc/index.docbook   2013-05-28 21:50:41.0 
+0200
+++ new/ksquares-4.10.90/doc/index.docbook  2013-06-10 20:55:08.0 
+0200
@@ -2,7 +2,7 @@
 !--IMPORTANT: please note that'do not change this!' notice does not apply to 
translators --
 !DOCTYPE book PUBLIC -//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN 
dtd/kdex.dtd [
   !ENTITY kappname ksquares;
-  !ENTITY kappversion 0.3!--Applicaion version. Use this variable 
everywhere it's needed.--
+  !ENTITY kappversion 0.4!--Applicaion version. Use this variable 
everywhere it's needed.--
   !ENTITY package kdegames  !-- do not change this! --
   !ENTITY % English INCLUDE  !-- change language only here --
   !ENTITY % addindex IGNORE !-- do not change this! --
@@ -10,7 +10,7 @@
  
 book id=ksquares lang=language; !-- do not change this! --
 bookinfo
-   titleThe kappname; Handbook/title !-- This is the title of the 
docbook. Leave as is unless change is necessary.--
+   titleThe ksquares; Handbook/title !-- This is the title of the 
docbook. Leave as is unless change is necessary.--
 !-- List of immidiate authors begins here. --
 !--INPORTANT! - All other contributors: [to be determined] --
 authorgroup
@@ -35,12 +35,12 @@
 holderMatt Williams/holder
   /copyright
 legalnoticeFDLNotice;/legalnotice 
-date2007-11-14/date!-- Date of (re)writing, or update.--
+date2013-05-05/date!-- Date of (re)writing, or update.--
 releaseinfokappversion;/releaseinfo!-- Application version number. Use 
the variable definitions within header to change this value.--
  
 !--Short description of this document. Do not change unless necessary!--
 abstract
-   paraThis documentation describes the game of kappname; version 
kappversion;/para
+   paraThis documentation describes the game of ksquares; version 
kappversion;/para
 /abstract
  
 !--List of relevan keywords--
@@ -67,8 +67,8 @@
 chapter id=introductiontitleIntroduction/title !-- do not change 
this! --
notetitleGametype:/titleparaBoard/para/note!-- Game genre. 
Use as many as necessary. Available game types are: Arcade, Board, Card, Dice, 
Toys, Logic, Strategy.--
notetitleNumber of possible players:/titleparaFour/para/note
-   parakappname; is a fun and exciting game for kde; desktop 
environment. kappname; is modeled after the well known pen and paper based 
game of Dots and Boxes./para
-paraThe idea behind kappname; is to construct squares by interconnecting 
the dots on the grid. Up to four players can play this game together, taking 
turns. The trick is – regardless of who has constructed most of the square, it 
is the player who completes the square that gets the point for it./para
+   paraksquares; is a fun and exciting game for kde; desktop 
environment. ksquares; is modeled after the well known pen and paper based 
game of Dots and Boxes./para

commit krfb for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package krfb for openSUSE:Factory checked in 
at 2013-07-08 07:28:06

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


Package is krfb

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.krfb.new/krfb.changes   2013-07-08 
07:28:06.0 +0200
@@ -0,0 +1,1057 @@
+---
+Wed Jul  3 19:49:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 21:41:41 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+   * Split off from kdenetwork4
+
+---
+Sat Jun  1 10:21:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+- Dropped fix_v4l_deprecations.patch, it's included in this release
+
+---
+Wed May  8 11:38:45 UTC 2013 - nico.kru...@gmail.com
+
+- re-enable OTR plugin for openSUSE 12.3 and Factory
+  (using with libotr2 which provides version 3.2.*)
+- re-enable libktorrent support
+
+---
+Sat May  4 17:17:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+- Added fix_v4l_deprecations.patch, fixes usage of interfaces deprecated 
+  with 3.9 kernel
+
+---
+Mon Apr  1 19:33:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---
+Tue Mar 12 21:21:50 UTC 2013 - seife+...@b1-systems.com
+
+- fix build with giflib-5 (kdenetwork-4.10.0-giflib5.patch)
+
+---
+Sat Mar  2 16:00:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---
+Thu Jan 31 18:11:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---
+Thu Jan 17 08:32:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---
+Thu Jan  3 21:33:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---
+Wed Dec 19 19:06:24 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---
+Sat Dec  1 20:29:22 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sat Nov 24 13:12:40 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  * See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
+Wed Nov  7 07:43:50 UTC 2012 - tittiatc...@gmail.com
+
+- Add explicit buildrequire for libmediastreamer1 for kopete to 
+  avoid Have Choice for for packages depending on Kopete and to
+  prevent that the user has to make a choice what to install
+
+---
+Fri Nov  2 17:06:20 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/announce-4.9.3.php for details
+
+---
+Wed Oct 10 20:56:18 UTC 2012 - mailaen...@opensuse.org
+
+- replace dependency on linphone GUI with pure mediastreamer/ortp
+
+---
+Sat Oct  6 07:04:46 UTC 2012 - tittiatc...@gmail.com
+
+- Disable the OTR plugin for openSUSE Factory atm due to 
+  incompatibility with the newer libotr version
+
+---
+Sat Sep 29 10:37:17 UTC 2012 - tittiatc...@gmail.com
+
+- 

commit kde4-print-manager for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kde4-print-manager for 
openSUSE:Factory checked in at 2013-07-08 07:28:14

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


Package is kde4-print-manager

Changes:

--- /work/SRC/openSUSE:Factory/kde4-print-manager/kde4-print-manager.changes
2013-06-11 09:30:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde4-print-manager.new/kde4-print-manager.changes   
2013-07-08 07:28:15.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:52:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:56:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  print-manager-4.10.4.tar.xz

New:

  print-manager-4.10.90.tar.xz



Other differences:
--
++ kde4-print-manager.spec ++
--- /var/tmp/diff_new_pack.lZ44gT/_old  2013-07-08 07:28:16.0 +0200
+++ /var/tmp/diff_new_pack.lZ44gT/_new  2013-07-08 07:28:16.0 +0200
@@ -30,7 +30,7 @@
 Summary:A new print manager for KDE 4
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source: print-manager-%{version}.tar.xz
 Obsoletes:  kde4-printer-applet  4.9.80
@@ -68,25 +68,19 @@
 %defattr(-,root,root)
 %doc README
 %dir %{_kde4_appsdir}/printmanager
+%{_kde4_bindir}/kde-add-printer
+%{_kde4_bindir}/kde-print-queue
 %{_kde4_libdir}/libkcupslib.so*
 %{_kde4_modulesdir}/kcm_printer_manager.so
 %{_kde4_modulesdir}/kded_printmanager.so
-%{_kde4_modulesdir}/plasma_engine_printjobs.so
-%{_kde4_modulesdir}/plasma_engine_printers.so
 %{_kde4_servicesdir}/kcm_printer_manager.desktop
-%{_kde4_servicesdir}/plasma-engine-printjobs.desktop
-%{_kde4_servicesdir}/plasma-engine-printers.desktop
-%{_kde4_libexecdir}/print-queue
 %{_kde4_appsdir}/printmanager/printmanager.notifyrc
-%{_kde4_appsdir}/plasma/services/org.kde.printers.operations
-%{_kde4_appsdir}/plasma/services/org.kde.printjobs.operations
-%{_kde4_appsdir}/plasma/plasmoids/
 %{_kde4_servicesdir}/kded/printmanager.desktop
 %{_kde4_servicesdir}/plasma-applet-printmanager.desktop
-%{_kde4_libexecdir}/add-printer 
+%{_kde4_appsdir}/plasma/
 %{_kde4_libexecdir}/configure-printer
-%{_datadir}/dbus-1/services/org.kde.AddPrinter.service 
 %{_datadir}/dbus-1/services/org.kde.ConfigurePrinter.service 
-%{_datadir}/dbus-1/services/org.kde.PrintQueue.service
+%{_kde4_modulesdir}/imports/org/kde/printmanager/
+%{_kde4_modulesdir}/plugins/designer/printmanagerwidget.so
 
 %changelog

++ print-manager-4.10.4.tar.xz - print-manager-4.10.90.tar.xz ++
 11271 lines of diff (skipped)

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



commit ktuberling for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2013-07-08 07:28:33

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


Package is ktuberling

Changes:

--- /work/SRC/openSUSE:Factory/ktuberling/ktuberling.changes2013-06-11 
09:33:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2013-07-08 07:28:35.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:51:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:54:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  ktuberling-4.10.4.tar.xz

New:

  ktuberling-4.10.90.tar.xz



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.ee9ozB/_old  2013-07-08 07:28:36.0 +0200
+++ /var/tmp/diff_new_pack.ee9ozB/_new  2013-07-08 07:28:36.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:ktuberling-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktuberling-4.10.4.tar.xz - ktuberling-4.10.90.tar.xz ++
Files old/ktuberling-4.10.4/doc/button-redo.png and 
new/ktuberling-4.10.90/doc/button-redo.png differ
Files old/ktuberling-4.10.4/doc/button-undo.png and 
new/ktuberling-4.10.90/doc/button-undo.png differ
Files old/ktuberling-4.10.4/doc/edit-redo.png and 
new/ktuberling-4.10.90/doc/edit-redo.png differ
Files old/ktuberling-4.10.4/doc/edit-undo.png and 
new/ktuberling-4.10.90/doc/edit-undo.png differ
Files old/ktuberling-4.10.4/doc/index.cache.bz2 and 
new/ktuberling-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktuberling-4.10.4/doc/index.docbook 
new/ktuberling-4.10.90/doc/index.docbook
--- old/ktuberling-4.10.4/doc/index.docbook 2013-05-28 21:52:58.0 
+0200
+++ new/ktuberling-4.10.90/doc/index.docbook2013-06-10 20:55:12.0 
+0200
@@ -37,8 +37,8 @@
 
 /authorgroup
 
-date2012-08-06/date
-releaseinfo0.8.0 (kde; 4.9)/releaseinfo
+date2013-05-06/date
+releaseinfo0.8.0 (kde; 4.11)/releaseinfo
 
 copyright
 year1999/yearyear2000/yearyear2002/yearyear2006/year
@@ -296,7 +296,7 @@
 entry
   inlinemediaobject
   imageobject
-  imagedata format=PNG fileref=button-undo.png/
+  imagedata format=PNG fileref=edit-undo.png/
   /imageobject
   textobjectphraseUndo Button/phrase/textobject
   /inlinemediaobject
@@ -316,7 +316,7 @@
 entry
   inlinemediaobject
   imageobject
-  imagedata format=PNG fileref=button-redo.png/
+  imagedata format=PNG fileref=edit-redo.png/
   /imageobject
   textobjectphraseRedo Button/phrase/textobject
   /inlinemediaobject
@@ -521,7 +521,7 @@
 varlistentry id=theme_change
 termmenuchoice
 guimenuPlayground/guimenu
-guimenuitemPlayground Name/guimenuitem
+guimenuitemreplaceablePlayground Name/replaceable/guimenuitem
 /menuchoice/term
 listitemparaactionSwitches to the playground/action.
 /para/listitem
@@ -558,7 +558,7 @@
 varlistentry
 termmenuchoice
 guimenuSpeech/guimenu
-guimenuitemLanguage Name/guimenuitem
+guimenuitemreplaceableLanguage Name/replaceable/guimenuitem
 /menuchoice/term
 listitemparaactionToggles sound on and speaks the selected 
language/action.
 /para/listitem
@@ -585,15 +585,6 @@
 
 varlistentry
 termmenuchoice
-guimenuSettings/guimenu
-guimenuitemToolbars Shown/guimenuitem
-/menuchoice/term
-listitemparaactionToggle the Main Toolbar and Game Options 
display/action on and off.
-/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
 shortcut
 keycombo action=simulCtrl;Shift;keycapF/keycap/keycombo
 /shortcut
@@ -604,38 +595,15 @@
 /para/listitem
 /varlistentry
 
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Shortcuts.../guimenuitem
-/menuchoice/term
-listitemparaOpens a standard kde; shortcut configuration dialog, where 
you can change the 
-keyboard shortcuts used by ktuberling;.
-/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Toolbars.../guimenuitem
-/menuchoice/term
-listitemparaDisplay the standard kde; toolbar configuration 
dialog./para/listitem
-/varlistentry
-
 /variablelist
 
-/sect2
-
-sect2
-titleThe 

commit libkdegames for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2013-07-08 07:28:27

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


Package is libkdegames

Changes:

--- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes  2013-06-11 
09:33:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2013-07-08 07:28:29.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:51:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:55:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  libkdegames-4.10.4.tar.xz

New:

  libkdegames-4.10.90.tar.xz



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.yCWCcY/_old  2013-07-08 07:28:30.0 +0200
+++ /var/tmp/diff_new_pack.yCWCcY/_new  2013-07-08 07:28:30.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:libkdegames-%{version}.tar.xz
 Patch1: libkdegames-bnc793185.patch
@@ -77,6 +77,12 @@
 %doc COPYING COPYING.DOC README
 %{_kde4_libdir}/libkdegamesprivate.so.*
 %{_kde4_libdir}/libkdegames.so.*
+%dir %{_kde4_modulesdir}/imports
+%dir %{_kde4_modulesdir}/imports/org
+%dir %{_kde4_modulesdir}/imports/org/kde
+%dir %{_kde4_modulesdir}/imports/org/kde/games
+%dir %{_kde4_modulesdir}/imports/org/kde/games/core
+%{_kde4_modulesdir}/imports/org/kde/games/core
 
 %package devel
 Summary:Library for KDE Games: Build Environment

++ libkdegames-4.10.4.tar.xz - libkdegames-4.10.90.tar.xz ++
 5779 lines of diff (skipped)

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



commit ksnakeduel for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2013-07-08 07:28:44

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


Package is ksnakeduel

Changes:

--- /work/SRC/openSUSE:Factory/ksnakeduel/ksnakeduel.changes2013-06-11 
09:32:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes   
2013-07-08 07:28:46.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:50:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:53:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  ksnakeduel-4.10.4.tar.xz

New:

  ksnakeduel-4.10.90.tar.xz



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.GpLjSF/_old  2013-07-08 07:28:46.0 +0200
+++ /var/tmp/diff_new_pack.GpLjSF/_new  2013-07-08 07:28:46.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:ksnakeduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksnakeduel-4.10.4.tar.xz - ksnakeduel-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-4.10.4/CMakeLists.txt 
new/ksnakeduel-4.10.90/CMakeLists.txt
--- old/ksnakeduel-4.10.4/CMakeLists.txt2013-05-28 21:50:35.0 
+0200
+++ new/ksnakeduel-4.10.90/CMakeLists.txt   2013-06-10 20:55:06.0 
+0200
@@ -18,7 +18,6 @@
 ### next target ###
 
 set(ktron_SRCS
-   fontutils.cpp
renderer.cpp
object.cpp
snakepart.cpp
Files old/ksnakeduel-4.10.4/doc/index.cache.bz2 and 
new/ksnakeduel-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-4.10.4/doc/index.docbook 
new/ksnakeduel-4.10.90/doc/index.docbook
--- old/ksnakeduel-4.10.4/doc/index.docbook 2013-05-28 21:50:35.0 
+0200
+++ new/ksnakeduel-4.10.90/doc/index.docbook2013-06-10 20:55:06.0 
+0200
@@ -56,8 +56,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2009-01-22/date
-releaseinfo2.0/releaseinfo
+date2013-05-05/date
+releaseinfo2.0 (kde; 4.11)/releaseinfo
 
 abstract
 para
@@ -182,9 +182,8 @@
 /para
 
 notepara
-You can alter the keys using the shortcuts option in the link
-linkend=settings-menuguimenuSettings/guimenu
-Menu/link.
+You can alter the keys using the shortcuts option in the ulink
+url=help:/fundamentals/shortcuts.htmlguimenuSettings/guimenu 
menu/ulink.
 /para/note
 /sect1
 /chapter
@@ -245,21 +244,20 @@
 /para
 
 notepara
-You can alter the keys using the shortcuts option in the link
-linkend=settings-menuguimenuSettings/guimenu
-Menu/link.
+You can alter the keys using the shortcuts option in the ulink
+url=help:/fundamentals/shortcuts.htmlguimenuSettings/guimenu 
menu/ulink.
 /para/note
 /sect1
 
 /chapter
 
-chapter id=command
-titleCommand Reference/title
+chapter id=interface-overview
+titleInterface Overview/title
 
-paraThe following sections briefly describe each menubar option./para
-
-sect1 id=game-menu
-titleThe guimenuGame/guimenu Menu/title
+sect1 id=menu-items
+titleMenu Items/title
+  
+paraThe following list briefly describes each menubar option./para
 
 variablelist
 varlistentry
@@ -306,21 +304,6 @@
 /menuchoice/term
 listitemparaactionQuits./action/para/listitem
 /varlistentry
-/variablelist
-/sect1
-
-
-sect1 id=settings-menu
-titleThe guimenuSettings/guimenu Menu/title
-
-variablelist
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemShow Statusbar/guimenuitem
-/menuchoice/term
-listitemparaactionShows or hides the 
Statusbar./action/para/listitem
-/varlistentry
 
 varlistentry
 termmenuchoice
@@ -334,14 +317,6 @@
 varlistentry
 termmenuchoice
 guimenuSettings/guimenu
-guimenuitemConfigure Shortcuts.../guimenuitem
-/menuchoice/term
-listitemparaactionDisplays a standard kde; shortcuts 
configurator./action/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
 guimenuitemConfigure kappname;.../guimenuitem
 /menuchoice/term
 listitemparaactionOpens a link linkend=configurationcomprehensive 
dialog/link
@@ -349,12 +324,12 @@
 /varlistentry
 

commit konquest for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2013-07-08 07:28:59

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


Package is konquest

Changes:

--- /work/SRC/openSUSE:Factory/konquest/konquest.changes2013-06-11 
09:32:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2013-07-08 
07:29:01.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:49:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:51:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  konquest-4.10.4.tar.xz

New:

  konquest-4.10.90.tar.xz



Other differences:
--
++ konquest.spec ++
--- /var/tmp/diff_new_pack.Y8Txm1/_old  2013-07-08 07:29:01.0 +0200
+++ /var/tmp/diff_new_pack.Y8Txm1/_new  2013-07-08 07:29:01.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:konquest-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ konquest-4.10.4.tar.xz - konquest-4.10.90.tar.xz ++
Files old/konquest-4.10.4/doc/index.cache.bz2 and 
new/konquest-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konquest-4.10.4/doc/index.docbook 
new/konquest-4.10.90/doc/index.docbook
--- old/konquest-4.10.4/doc/index.docbook   2013-05-28 21:47:29.0 
+0200
+++ new/konquest-4.10.90/doc/index.docbook  2013-06-10 20:54:58.0 
+0200
@@ -64,8 +64,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2012-01-16/date
-releaseinfo2.1/releaseinfo
+date2013-05-06/date
+releaseinfo2.1 (kde; 4.11)/releaseinfo
 
 abstract
 para
@@ -237,8 +237,8 @@
 chapter id=menus
 titleMenus/title
 
-sect1 id=game-menu
-titleThe Game Menu/title
+sect1 id=menu-items
+titleMenu Items/title
 
 variablelist
 varlistentry
@@ -299,64 +299,15 @@
 /menuchoice/term
 listitemparaactionQuits the game./action/para/listitem
 /varlistentry
-/variablelist
-/sect1
-
-sect1 id=settings-menu
-titleThe Settings Menu/title
 
-variablelist
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemShow Toolbar/guimenuitem
-/menuchoice/term
-listitem
-paraactionToggle/action the toolbar display on and off./para
-/listitem
-/varlistentry
+/variablelist
 
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemShow Statusbar/guimenuitem
-/menuchoice/term
-listitem
 para
-Toggles on and off the display of the statusbar.
+Additionally konquest; has the common kde; guimenuSettings/guimenu and 
guimenuHelp/guimenu
+menu items, for more information read the sections about the ulink 
url=help:/fundamentals/ui.html#menus-settings
+Settings Menu/ulink and ulink 
url=help:/fundamentals/ui.html#menus-helpHelp Menu/ulink
+of the kde; Fundamentals.
 /para
-/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Shortcuts.../guimenuitem
-/menuchoice/term
-listitem
-paraactionOpens/action a standard kde; shortcut configuration dialog to
-change the keyboard shortcuts used by konquest;./para
-/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Toolbars.../guimenuitem
-/menuchoice/term
-listitem
-paraBrings up the standard kde; toolbar configuration dialog to customize 
the konquest; toolbar icons./para
-/listitem
-/varlistentry
-
-/variablelist
-/sect1
-
-sect1 id=help-menu
-titleThe Help Menu/title
-
-help.menu.documentation;
-
 
 /sect1
 /chapter

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



commit kigo for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2013-07-08 07:29:38

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


Package is kigo

Changes:

--- /work/SRC/openSUSE:Factory/kigo/kigo.changes2013-06-11 
09:32:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kigo.new/kigo.changes   2013-07-08 
07:29:40.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:47:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:49:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kigo-4.10.4.tar.xz

New:

  kigo-4.10.90.tar.xz



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.DbzlaV/_old  2013-07-08 07:29:41.0 +0200
+++ /var/tmp/diff_new_pack.DbzlaV/_new  2013-07-08 07:29:41.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kigo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kigo-4.10.4.tar.xz - kigo-4.10.90.tar.xz ++
Files old/kigo-4.10.4/doc/index.cache.bz2 and 
new/kigo-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-4.10.4/doc/index.docbook 
new/kigo-4.10.90/doc/index.docbook
--- old/kigo-4.10.4/doc/index.docbook   2013-05-28 21:36:51.0 +0200
+++ new/kigo-4.10.90/doc/index.docbook  2013-06-10 20:54:39.0 +0200
@@ -34,8 +34,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2010-01-27/date
-releaseinfo0.5.6/releaseinfo
+date2013-05-06/date
+releaseinfo0.5.6 (kde; 4.11)/releaseinfo
 
 abstract
parakigo; is an open-source implementation of the popular Go game 
(also known as Weiqi)./para
@@ -267,6 +267,13 @@
listitemparaactionOpens a dialog to 
configure kappname;./action See link linkend=configurationGame 
Configuration/link section for details./para/listitem
/varlistentry
/variablelist
+para
+Additionally kappname; has the common kde; guimenuSettings/guimenu and 
guimenuHelp/guimenu
+menu items, for more information read the sections about the ulink 
url=help:/fundamentals/ui.html#menus-settings
+Settings Menu/ulink and ulink 
url=help:/fundamentals/ui.html#menus-helpHelp Menu/ulink
+of the kde; Fundamentals.
+/para
+
 /sect1
 
 sect1 id=keybindings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-4.10.4/src/gui/kigo.desktop 
new/kigo-4.10.90/src/gui/kigo.desktop
--- old/kigo-4.10.4/src/gui/kigo.desktop2013-05-28 21:36:51.0 
+0200
+++ new/kigo-4.10.90/src/gui/kigo.desktop   2013-06-10 20:54:39.0 
+0200
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Type=Application
 Icon=kigo
-Exec=kigo %i -caption %c
+Exec=kigo %i -caption %c
 Terminal=false
 Categories=Qt;KDE;Game;BoardGame;
 MimeType=application/x-go-sgf;

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



commit kiriki for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kiriki for openSUSE:Factory checked 
in at 2013-07-08 07:29:32

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


Package is kiriki

Changes:

--- /work/SRC/openSUSE:Factory/kiriki/kiriki.changes2013-06-11 
09:32:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiriki.new/kiriki.changes   2013-07-08 
07:29:33.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:48:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:49:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kiriki-4.10.4.tar.xz

New:

  kiriki-4.10.90.tar.xz



Other differences:
--
++ kiriki.spec ++
--- /var/tmp/diff_new_pack.sMogOy/_old  2013-07-08 07:29:34.0 +0200
+++ /var/tmp/diff_new_pack.sMogOy/_new  2013-07-08 07:29:34.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kiriki-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kiriki-4.10.4.tar.xz - kiriki-4.10.90.tar.xz ++
Files old/kiriki-4.10.4/doc/index.cache.bz2 and 
new/kiriki-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-4.10.4/doc/index.docbook 
new/kiriki-4.10.90/doc/index.docbook
--- old/kiriki-4.10.4/doc/index.docbook 2013-05-28 21:37:18.0 +0200
+++ new/kiriki-4.10.90/doc/index.docbook2013-06-10 20:54:42.0 
+0200
@@ -28,8 +28,8 @@
holderAlbert.Astals.Cid;/holder
/copyright
 legalnoticeFDLNotice;/legalnotice 
-date2012-08.06/date!-- Date of (re)writing, or update.--
-releaseinfokappversion; (kde; 4.9)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
+date2013-05-06/date!-- Date of (re)writing, or update.--
+releaseinfokappversion; (kde; 4.11)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
  
 !--Short description of this document. Do not change unless necessary!--
 abstract
@@ -118,8 +118,9 @@
 /chapter 
  
 chapter id=interfacetitleInterface Overview/title !-- do not change 
this! --
-sect1 id=game-menu
-   titleThe Game Menu/title
+sect1 id=menu
+titleMenu Items/title
+
variablelist
varlistentry id=game-menu-new
termmenuchoice
@@ -155,30 +156,31 @@
/menuchoice/term
listitemparaactionQuits/action 
kiriki;./para/listitem
/varlistentry
-   /variablelist
-/sect1
-sect1 id=settings-menu
-   titleThe Settings Menu/title
-   variablelist
-   varlistentry id=settings-menu-shortcuts
+   varlistentry
termmenuchoice
-   guimenuSettings/guimenu
-   guimenuitemConfigure 
Shortcuts.../guimenuitem
+ shortcutkeycapH/keycap/shortcut
+   guimenuMove/guimenu
+   guimenuitemHint/guimenuitem
/menuchoice/term
-   listitemparaactionDisplays a standard 
kde; shortcut configuration dialog/action to change the keyboard shortcuts 
for kiriki;./para/listitem
+   listitemparaGive a hint by highlighting one 
or more dices to roll or a row on the score board. Using this feature the score 
will not be considered as a high score./para/listitem
/varlistentry
-   varlistentry id=settings-menu-settings
+   varlistentry
termmenuchoice
-   guimenuSettings/guimenu
-   guimenuitemConfigure 
kiriki;.../guimenuitem
+ shortcutkeycapD/keycap/shortcut
+   guimenuMove/guimenu
+   guimenuitemDemo/guimenuitem

commit kgoldrunner for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kgoldrunner for openSUSE:Factory 
checked in at 2013-07-08 07:29:41

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


Package is kgoldrunner

Changes:

--- /work/SRC/openSUSE:Factory/kgoldrunner/kgoldrunner.changes  2013-06-11 
09:32:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgoldrunner.new/kgoldrunner.changes 
2013-07-08 07:29:43.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:47:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:49:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kgoldrunner-4.10.4.tar.xz

New:

  kgoldrunner-4.10.90.tar.xz



Other differences:
--
++ kgoldrunner.spec ++
--- /var/tmp/diff_new_pack.JXIRmM/_old  2013-07-08 07:29:44.0 +0200
+++ /var/tmp/diff_new_pack.JXIRmM/_new  2013-07-08 07:29:44.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kgoldrunner-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kgoldrunner-4.10.4.tar.xz - kgoldrunner-4.10.90.tar.xz ++
Files old/kgoldrunner-4.10.4/doc/index.cache.bz2 and 
new/kgoldrunner-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgoldrunner-4.10.4/doc/index.docbook 
new/kgoldrunner-4.10.90/doc/index.docbook
--- old/kgoldrunner-4.10.4/doc/index.docbook2013-05-28 21:36:35.0 
+0200
+++ new/kgoldrunner-4.10.90/doc/index.docbook   2013-06-25 20:36:35.0 
+0200
@@ -32,8 +32,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2012-10-20/date
-releaseinfo4.10/releaseinfo
+date2013-05-14/date
+releaseinfo4.10 (kde; 4.11)/releaseinfo
 
 abstract
 para
@@ -691,23 +691,10 @@
 
 varlistentry
 termlink
-linkend=themes-menuguimenuThemes/guimenu/link/term
-listitem
-paraThis menu offers you a choice of background themes or
-quoteworlds/quote in which to play. You can change the theme at
-any time, even as the game is playing. For those who are artistically
-inclined, it is possible to compose new themes, including graphics
-or sound or both and add them to kgoldrunner;. Just contact the author
-for details./para
-/listitem
-/varlistentry
-
-varlistentry
-termlink
 linkend=settings-menuguimenuSettings/guimenu/link/term
 listitem
 paraThis menu has several groups of kgoldrunner; settings, including the
-choice of mouse, keyboard or hybrid (laptop) control and the choices of
+choice of mouse, keyboard or hybrid (laptop) control and the choices of themes 
and 
 game-speed. The current selections are checked. The settings are automatically
 selected when you start playing, but you can use this menu to vary them
 if you wish./para
@@ -734,7 +721,7 @@
 /sect1
 
 sect1 id=game-menu
-titleThe guimenuGame/guimenu Menu/title
+titleThe Game Menu/title
 
 variablelist
 varlistentry
@@ -867,7 +854,7 @@
 /sect1
 
 sect1 id=move-menu
-titleThe guimenuMove/guimenu Menu/title
+titleThe Move Menu/title
 
 tipparaAll the demo and replay moves will replay previously recorded
 levels. All can be interrupted and stopped by clicking on the playing area
@@ -956,7 +943,7 @@
 /sect1
 
 sect1 id=editor-menu
-titleThe guimenuEditor/guimenu Menu/title
+titleThe Editor Menu/title
 
 variablelist
 varlistentry
@@ -1062,16 +1049,38 @@
 
 /sect1
 
-sect1 id=themes-menu
-titleThe guimenuThemes/guimenu Menu/title
+sect1 id=settings-menu
+titleThe Settings Menu/title
 
 variablelist
+varlistentry
+termmenuchoice
+shortcut
+keycombo action=simulCtrl;Shift;keycapF/keycap/keycombo
+/shortcut
+guimenuSettings/guimenu
+guimenuitemFull Screen Mode/guimenuitem
+/menuchoice/term
+listitemparaactionToggles the Full Screen mode/action on and off.
+/para/listitem
+/varlistentry
 
 varlistentry
 termmenuchoice
-guimenuThemes/guimenuguimenuitemBlack on White/guimenuitem
+guimenuSettings/guimenuguisubmenuChange Theme/guisubmenu
 /menuchoice/term
 listitem
+paraThis submenu offers you a choice of background themes or
+quoteworlds/quote in which to play. You can change the theme at
+any time, even as the game is playing. For those who are artistically
+inclined, it is possible to compose new themes, including graphics
+or sound or 

commit killbots for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package killbots for openSUSE:Factory 
checked in at 2013-07-08 07:29:35

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


Package is killbots

Changes:

--- /work/SRC/openSUSE:Factory/killbots/killbots.changes2013-06-11 
09:32:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes   2013-07-08 
07:29:37.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:47:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:49:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  killbots-4.10.4.tar.xz

New:

  killbots-4.10.90.tar.xz



Other differences:
--
++ killbots.spec ++
--- /var/tmp/diff_new_pack.LHZ94H/_old  2013-07-08 07:29:38.0 +0200
+++ /var/tmp/diff_new_pack.LHZ94H/_new  2013-07-08 07:29:38.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:killbots-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ killbots-4.10.4.tar.xz - killbots-4.10.90.tar.xz ++
Files old/killbots-4.10.4/doc/index.cache.bz2 and 
new/killbots-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-4.10.4/doc/index.docbook 
new/killbots-4.10.90/doc/index.docbook
--- old/killbots-4.10.4/doc/index.docbook   2013-05-28 21:37:17.0 
+0200
+++ new/killbots-4.10.90/doc/index.docbook  2013-06-10 20:54:41.0 
+0200
@@ -31,8 +31,8 @@
 
   legalnoticeFDLNotice;/legalnotice
 
-  date2009-07-28/date
-  releaseinfo1.1.0/releaseinfo
+  date2013-05-05/date
+  releaseinfo1.1.0 (kde; 4.11)/releaseinfo
 
   abstract
 parakillbots; is a kde; port of the classic BSD console game 
commandrobots/command./para
@@ -208,19 +208,20 @@
 paraThe player has the option of using either the keyboard, the mouse or 
both to control the hero./para
 sect2 id=keyboard-movement
   title id=keyboard-movement-titleKeyboard Movement Controls/title
-  paraThere are nine different movement actions: left, right, up, down, 
the four diagonals, and stand still. Each of these actions can be assigned to 
two different keyboard keys. By default these nine actions are assigned to the 
nine number keys of the numeric keypad and to a 3 by 3 block of letters at the 
left end of a QWERTY keyboard. Of course, users using a different keyboard 
layout or one lacking a numeric keypad can modify these key assignments using 
the link linkend=configure-shortcutsConfigure Shortcuts 
dialog/link./para
-  paraEach of the special movement commands (such as teleport) can also 
be issued from the keyboard. See link linkend=move-menu 
endterm=move-menu-title/./para
+  paraThere are nine different movement actions: left, right, up, down, 
the four diagonals, and stand still. Each of these actions can be assigned to 
two different keyboard keys. By default these nine actions are assigned to the 
nine number keys of the numeric keypad and to a 3 by 3 block of letters at the 
left end of a QWERTY keyboard. Of course, users using a different keyboard 
layout or one lacking a numeric keypad can modify these key assignments using 
the shortcuts configuration dialog./para
+  paraEach of the special movement commands (such as teleport) can also 
be issued from the keyboard. See link linkend=move-menuMove/link./para
 /sect2
 sect2 id=mouse-movement
   title id=mouse-movement-titleMouse Movement Controls/title
   paraThe mouse (or any other pointing device) can be used to navigate 
in a more natural, intuitive way. As the pointer moves over the main game area, 
the cursor will change to indicate the direction of the pointer relative to the 
hero. For example, moving the pointer to the space above the hero will change 
the cursor to an up arrow. If the pointer is placed immediately over the hero, 
the cursor changes to indicate no movement./para
-  paraA single left-click will cause the hero to step in the indicated 
direction (provided such a step is permitted). For convenience, one can assign 
additional actions to the right and middle mouse buttons in the link 
linkend=configure-killbotsConfigure 

commit knavalbattle for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package knavalbattle for openSUSE:Factory 
checked in at 2013-07-08 07:29:12

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


Package is knavalbattle

Changes:

--- /work/SRC/openSUSE:Factory/knavalbattle/knavalbattle.changes
2013-06-11 09:32:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.knavalbattle.new/knavalbattle.changes   
2013-07-08 07:29:14.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:49:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:50:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  knavalbattle-4.10.4.tar.xz

New:

  knavalbattle-4.10.90.tar.xz



Other differences:
--
++ knavalbattle.spec ++
--- /var/tmp/diff_new_pack.WBpOqE/_old  2013-07-08 07:29:15.0 +0200
+++ /var/tmp/diff_new_pack.WBpOqE/_new  2013-07-08 07:29:15.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:knavalbattle-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knavalbattle-4.10.4.tar.xz - knavalbattle-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knavalbattle-4.10.4/data/pictures/default.desktop 
new/knavalbattle-4.10.90/data/pictures/default.desktop
--- old/knavalbattle-4.10.4/data/pictures/default.desktop   2013-05-28 
21:38:34.0 +0200
+++ new/knavalbattle-4.10.90/data/pictures/default.desktop  2013-06-10 
20:54:53.0 +0200
@@ -1,6 +1,5 @@
 [KGameTheme]
 Name=Naval Battle Default
-Name[bs]=Podrazumijevana pomorska bitka
 Name[ca]=Batalla naval per defecte
 Name[ca@valencia]=Batalla naval per defecte
 Name[da]=Standard for Naval Battle
@@ -35,7 +34,6 @@
 Name[zh_CN]=Naval Battle 默认
 Name[zh_TW]=海上戰爭預設
 Description=The default theme for Naval Battle
-Description[bs]=Podrazumijevana tema za Pomorsku bitku
 Description[ca]=Tema per defecte de la batalla naval
 Description[ca@valencia]=Tema per defecte de la batalla naval
 Description[cs]=Výchozí motiv námořní bitvy
@@ -46,7 +44,6 @@
 Description[et]=Merelahingu vaiketeema
 Description[fi]=Meritaistelun oletusteema
 Description[fr]=Le thème par défaut pour Bataille Navale
-Description[ga]=An téama réamhshocraithe le haghaidh Naval Battle
 Description[gl]=Tema predeterminado para Batalla Naval.
 Description[hu]=Alapértelmezett téma a Tengeri csatához
 Description[it]=Il tema predefinito di Battaglia navale
Files old/knavalbattle-4.10.4/doc/index.cache.bz2 and 
new/knavalbattle-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knavalbattle-4.10.4/doc/index.docbook 
new/knavalbattle-4.10.90/doc/index.docbook
--- old/knavalbattle-4.10.4/doc/index.docbook   2013-05-28 21:38:34.0 
+0200
+++ new/knavalbattle-4.10.90/doc/index.docbook  2013-06-10 20:54:53.0 
+0200
@@ -52,8 +52,8 @@
 holderKevin Krammer/holder
 /copyright
 
-date2012-08-06/date
-releaseinfo2.0 (kde; 4.9)/releaseinfo
+date2013-05-05/date
+releaseinfo2.0 (kde; 4.11)/releaseinfo
 
 abstract
 para
@@ -87,10 +87,10 @@
 notetitleObjective:/titleparaSink all of the opponent’s ships before 
the opponent sink all the ships of your own./para/note!--Describe the 
objective of the game.--
 para
 If you want to play kappname;, you will need two players, either play
-against the computer or in a network against another player. To play against 
your computer, first select the difficulty level on the right of the status 
bar, and then select guibuttonSingle player/guibutton on the welcome 
screen, or directly on the menuchoiceguimenuGame/guimenu/menuchoice 
menu./para
+against the computer or in a network against another player. To play against 
your computer, first select the difficulty level on the right of the status 
bar, and then select guibuttonSingle Player/guibutton on the welcome 
screen, or directly on the menuchoiceguimenuGame/guimenu/menuchoice 
menu./para
 
 para
-To start a network game, one player has to host the game by selecting 
guilabelHost network game/guilabel on the welcome screen, or choosing 
menuchoiceguimenuGame/guimenu
+To start a network game, one 

commit kmines for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kmines for openSUSE:Factory checked 
in at 2013-07-08 07:29:15

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


Package is kmines

Changes:

--- /work/SRC/openSUSE:Factory/kmines/kmines.changes2013-06-11 
09:32:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmines.new/kmines.changes   2013-07-08 
07:29:17.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:48:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:50:47 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kmines-4.10.4.tar.xz

New:

  kmines-4.10.90.tar.xz



Other differences:
--
++ kmines.spec ++
--- /var/tmp/diff_new_pack.H88k2N/_old  2013-07-08 07:29:17.0 +0200
+++ /var/tmp/diff_new_pack.H88k2N/_new  2013-07-08 07:29:17.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kmines-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmines-4.10.4.tar.xz - kmines-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-4.10.4/data/kmines.desktop 
new/kmines-4.10.90/data/kmines.desktop
--- old/kmines-4.10.4/data/kmines.desktop   2013-05-28 21:38:14.0 
+0200
+++ new/kmines-4.10.90/data/kmines.desktop  2013-06-10 20:54:50.0 
+0200
@@ -69,7 +69,7 @@
 Name[zh_CN]=KMines
 Name[zh_TW]=KMines 踩地雷
 Icon=kmines
-Exec=kmines -caption %c
+Exec=kmines -caption %c
 Type=Application
 X-DocPath=kmines/index.html
 GenericName=Minesweeper-like Game
Files old/kmines-4.10.4/doc/index.cache.bz2 and 
new/kmines-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-4.10.4/doc/index.docbook 
new/kmines-4.10.90/doc/index.docbook
--- old/kmines-4.10.4/doc/index.docbook 2013-05-28 21:38:14.0 +0200
+++ new/kmines-4.10.90/doc/index.docbook2013-06-10 20:54:50.0 
+0200
@@ -55,8 +55,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2012-08-06/date
-releaseinfo3.0 (kde; 4.9)/releaseinfo
+date2013-05-06/date
+releaseinfo3.0 (kde; 4.11)/releaseinfo
 
 abstractparakmines; is the kde; version of the classic minesweeper
 game./para/abstract
@@ -149,12 +149,10 @@
 chapter id=command
 titleCommands/Keyboard Shortcuts/title
 
-paraThe following sections briefly describes each menubar option./para
+paraThe following sections briefly describes some menubar options./para
 
-sect1 id=game-menu
-titleguimenuGame/guimenu Menu/title
-
-paraThe guimenuGame/guimenu menu consists of 4 options./para
+sect1 id=menu
+titleMenu Items/title
 
 variablelist
 varlistentry
@@ -169,6 +167,18 @@
 
 varlistentry
 termmenuchoice
+shortcutkeycapP/keycap/shortcut
+guimenuGame/guimenu
+guimenuitemPause/guimenuitem/menuchoice/term
+listitem
+para
+Pauses the game time. Click on the menu item again to make the game resume. 
Note that the board disappears when the game is paused as it would be unfair if 
you could search for good moves without the time pressure.
+/para
+/listitem
+/varlistentry
+
+varlistentry
+termmenuchoice
 shortcut
 keycombo action=simulCtrl;keycapH/keycap/keycombo
 /shortcut
@@ -187,40 +197,6 @@
 guimenuitemQuit/guimenuitem /menuchoice/term
 listitemparaactionQuits/action kmines;/para/listitem
 /varlistentry
-/variablelist
-/sect1
-
-sect1 id=settings-menutitleguimenuSettings/guimenu Menu/title
-variablelist
-varlistentry
-term
-menuchoice
-guimenuSettings/guimenu
-guimenuitemShow Toolbar/guimenuitem
-/menuchoice
-/term
-listitem
-para
-actionToggle on or off the display of the toolbar./action The
-default is on.
-/para
-/listitem
-/varlistentry
-
-varlistentry
-term
-menuchoice
-guimenuSettings/guimenu
-guimenuitemShow Statusbar/guimenuitem
-/menuchoice
-/term
-listitem
-para
-actionToggle on or off the display of the statusbar./action The
-default is on.
-/para
-/listitem
-/varlistentry
 
 varlistentry
 termmenuchoice
@@ -239,55 +215,27 @@
 kmines;/guimenuitem dialog will be used./para/listitem
 /varlistentry
 
-varlistentry
-termmenuchoiceguimenuSettings/guimenuguimenuitemConfigure
-Shortcuts.../guimenuitem/menuchoice/term
-listitemparaThis item 

commit kolf for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kolf for openSUSE:Factory checked in 
at 2013-07-08 07:29:06

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


Package is kolf

Changes:

--- /work/SRC/openSUSE:Factory/kolf/kolf.changes2013-06-11 
09:32:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolf.new/kolf.changes   2013-07-08 
07:29:08.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:49:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:51:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kolf-4.10.4.tar.xz

New:

  kolf-4.10.90.tar.xz



Other differences:
--
++ kolf.spec ++
--- /var/tmp/diff_new_pack.qMtCjf/_old  2013-07-08 07:29:08.0 +0200
+++ /var/tmp/diff_new_pack.qMtCjf/_new  2013-07-08 07:29:08.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kolf-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ kolf-4.10.4.tar.xz - kolf-4.10.90.tar.xz ++
Files old/kolf-4.10.4/doc/index.cache.bz2 and 
new/kolf-4.10.90/doc/index.cache.bz2 differ

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



commit kollision for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kollision for openSUSE:Factory 
checked in at 2013-07-08 07:29:03

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


Package is kollision

Changes:

--- /work/SRC/openSUSE:Factory/kollision/kollision.changes  2013-06-11 
09:32:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kollision.new/kollision.changes 2013-07-08 
07:29:05.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:49:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:51:41 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kollision-4.10.4.tar.xz

New:

  kollision-4.10.90.tar.xz



Other differences:
--
++ kollision.spec ++
--- /var/tmp/diff_new_pack.N0Os8r/_old  2013-07-08 07:29:06.0 +0200
+++ /var/tmp/diff_new_pack.N0Os8r/_new  2013-07-08 07:29:06.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kollision-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kollision-4.10.4.tar.xz - kollision-4.10.90.tar.xz ++
Files old/kollision-4.10.4/doc/index.cache.bz2 and 
new/kollision-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kollision-4.10.4/doc/index.docbook 
new/kollision-4.10.90/doc/index.docbook
--- old/kollision-4.10.4/doc/index.docbook  2013-05-28 21:47:25.0 
+0200
+++ new/kollision-4.10.90/doc/index.docbook 2013-06-10 20:54:57.0 
+0200
@@ -22,8 +22,8 @@
 /authorgroup
 legalnoticeFDLNotice;/legalnotice
  
-date2011-09-17/date
-releaseinfokappversion; (kde; 4.7)/releaseinfo 
+date2013-05-06/date
+releaseinfokappversion; (kde; 4.11)/releaseinfo 
 abstract
 paraThis documentation describes the game of kappname; version 
kappversion;/para
 /abstract
@@ -80,8 +80,10 @@
  
  
 chapter id=interfacetitleInterface Overview/title
-sect1 id=game-menu
-titleThe guimenuGame/guimenu Menu/title
+
+sect1 id=menu
+titleMenu Items/title
+
 variablelist
 
 varlistentry
@@ -120,12 +122,6 @@
 guimenuitemQuit/guimenuitem/menuchoice/term
 listitemparaSelecting this item will end your current game, and exit 
kappname;./para/listitem
 /varlistentry
-/variablelist
-/sect1
-
-sect1 id=settings-menu
-titleThe guimenuSettings/guimenu Menu/title
-variablelist
 
 varlistentry
 term
@@ -142,35 +138,25 @@
 /varlistentry
 
 varlistentry
-termmenuchoiceguimenuSettings/guimenuguimenuitemShow
-Statusbar/guimenuitem/menuchoice/term
-listitemparaToggle the display of the status bar at the bottom of the main 
window./para/listitem
-/varlistentry
-
-varlistentry
 termmenuchoiceguimenuSettings/guimenu
 guisubmenuDifficulty/guisubmenu/menuchoice/term
 listitemparaAllows you to select a difficulty guilabelEasy/guilabel, 
guilabelMedium/guilabel, 
 guilabelHard/guilabel for the game./para/listitem
 /varlistentry
 
-varlistentry
-termmenuchoiceguimenuSettings/guimenu
-guimenuitemConfigure Shortcuts.../guimenuitem/menuchoice/term
-listitemparaactionDisplays a standard kde; shortcut configuration 
dialog/action 
-to change the keyboard shortcuts for kappname;./para/listitem
-/varlistentry
-
 /variablelist
-/sect1
 
-sect1 id=help
-titleThe guimenuHelp/guimenu Menu/title
-help.menu.documentation;
+para
+Additionally kappname; has the common kde; guimenuSettings/guimenu and 
guimenuHelp/guimenu
+menu items, for more information read the sections about the ulink 
url=help:/fundamentals/ui.html#menus-settings
+Settings Menu/ulink and ulink 
url=help:/fundamentals/ui.html#menus-helpHelp Menu/ulink
+of the kde; Fundamentals.
+/para
+
 /sect1
+
 /chapter
  
- 
 chapter id=faqtitleFrequently asked questions/title
 qandaset
 qandaentry

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



commit knetwalk for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package knetwalk for openSUSE:Factory 
checked in at 2013-07-08 07:29:09

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


Package is knetwalk

Changes:

--- /work/SRC/openSUSE:Factory/knetwalk/knetwalk.changes2013-06-11 
09:32:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.knetwalk.new/knetwalk.changes   2013-07-08 
07:29:11.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:49:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:51:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  knetwalk-4.10.4.tar.xz

New:

  knetwalk-4.10.90.tar.xz



Other differences:
--
++ knetwalk.spec ++
--- /var/tmp/diff_new_pack.tunUXu/_old  2013-07-08 07:29:11.0 +0200
+++ /var/tmp/diff_new_pack.tunUXu/_new  2013-07-08 07:29:11.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:knetwalk-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knetwalk-4.10.4.tar.xz - knetwalk-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knetwalk-4.10.4/CMakeLists.txt 
new/knetwalk-4.10.90/CMakeLists.txt
--- old/knetwalk-4.10.4/CMakeLists.txt  2013-05-28 21:38:47.0 +0200
+++ new/knetwalk-4.10.90/CMakeLists.txt 2013-06-10 20:54:55.0 +0200
@@ -14,4 +14,5 @@
 add_subdirectory(src) 
 add_subdirectory(themes) 
 add_subdirectory(doc)
+add_subdirectory(tests)
 
Files old/knetwalk-4.10.4/doc/index.cache.bz2 and 
new/knetwalk-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knetwalk-4.10.4/doc/index.docbook 
new/knetwalk-4.10.90/doc/index.docbook
--- old/knetwalk-4.10.4/doc/index.docbook   2013-05-28 21:38:47.0 
+0200
+++ new/knetwalk-4.10.90/doc/index.docbook  2013-06-10 20:54:54.0 
+0200
@@ -31,8 +31,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2007-11-13/date
-releaseinfo3.0.0/releaseinfo
+date2013-05-05/date
+releaseinfo3.1.0 (kde; 4.11)/releaseinfo
 
 abstract
 para
@@ -103,8 +103,8 @@
 chapter id=interface-overview
 titleInterface Overview/title
 
-sect1 id=game-menu
-titleguimenuGame/guimenu Menu/title
+sect1 id=menu
+titleMenu Items/title
 
 variablelist
 varlistentry
@@ -124,14 +124,12 @@
 
 varlistentry
 termmenuchoice
-shortcut
-keycombo action=simulCtrl;keycapH/keycap/keycombo
-/shortcut
+shortcutkeycapP/keycap/shortcut
 guimenuGame/guimenu
-guimenuitemShow High Scores/guimenuitem/menuchoice/term
+guimenuitemPause/guimenuitem/menuchoice/term
 listitem
 para
-Shows a dialog containing the High Scores for the various difficulty levels.
+Pauses the game time. Click on the menu item again to make the game resume. 
Note that the board disappears when the game is paused as it would be unfair if 
you could search for good moves without the time pressure.
 /para
 /listitem
 /varlistentry
@@ -139,50 +137,28 @@
 varlistentry
 termmenuchoice
 shortcut
-keycombo action=simulCtrl;keycapQ/keycap/keycombo
+keycombo action=simulCtrl;keycapH/keycap/keycombo
 /shortcut
 guimenuGame/guimenu
-guimenuitemQuit/guimenuitem
-/menuchoice/term
-listitem
-para
-Quits the program.
-/para
-/listitem
-/varlistentry
-/variablelist
-
-/sect1
-
-
-
-
-sect1 id=settings-menu
-titleguimenuSettings/guimenu Menu/title
-
-variablelist
-
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemShow Toolbar/guimenuitem
-/menuchoice/term
+guimenuitemShow High Scores/guimenuitem/menuchoice/term
 listitem
 para
-Toggles on and off the display of the toolbar.
+Shows a dialog containing the High Scores for the various difficulty levels.
 /para
 /listitem
 /varlistentry
 
 varlistentry
 termmenuchoice
-guimenuSettings/guimenu
-guimenuitemShow Statusbar/guimenuitem
+shortcut
+keycombo action=simulCtrl;keycapQ/keycap/keycombo
+/shortcut
+guimenuGame/guimenu
+guimenuitemQuit/guimenuitem
 /menuchoice/term
 listitem
 para
-Toggles on and off the display of the statusbar.
+Quits the program.
 /para
 /listitem
 /varlistentry
@@ -206,12 +182,13 @@
 /menuchoice/term
 listitem
 paraLets you set the difficulty level from a sub-menu./para

commit kshisen for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2013-07-08 07:28:50

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


Package is kshisen

Changes:

--- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes  2013-06-11 
09:32:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2013-07-08 
07:28:52.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:50:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:52:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kshisen-4.10.4.tar.xz

New:

  kshisen-4.10.90.tar.xz



Other differences:
--
++ kshisen.spec ++
--- /var/tmp/diff_new_pack.wr8Lc3/_old  2013-07-08 07:28:53.0 +0200
+++ /var/tmp/diff_new_pack.wr8Lc3/_new  2013-07-08 07:28:53.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kshisen-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kshisen-4.10.4.tar.xz - kshisen-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-4.10.4/Doxyfile new/kshisen-4.10.90/Doxyfile
--- old/kshisen-4.10.4/Doxyfile 2013-05-28 21:50:12.0 +0200
+++ new/kshisen-4.10.90/Doxyfile2013-06-10 20:55:03.0 +0200
@@ -292,9 +292,6 @@
  KEXIV2_EXPORT= \
  KFILE_EXPORT= \
  KFORMULA_EXPORT= \
- KGGZGAMES_EXPORT= \
- KGGZMOD_EXPORT= \
- KGGZNET_EXPORT= \
  KHTML_EXPORT= \
  KIMAP_EXPORT= \
  KIMPROXY_EXPORT= \
@@ -395,9 +392,6 @@
  KEDUVOCDOCUMENT_EXPORT_DEPRECATED= \
  KEXIV2_EXPORT_DEPRECATED= \
  KFILE_EXPORT_DEPRECATED= \
- KGGZGAMES_EXPORT_DEPRECATED= \
- KGGZMOD_EXPORT_DEPRECATED= \
- KGGZNET_EXPORT_DEPRECATED= \
  KHTML_EXPORT_DEPRECATED= \
  KIO_EXPORT_DEPRECATED= \
  KJSAPI_EXPORT_DEPRECATED= \
Files old/kshisen-4.10.4/doc/index.cache.bz2 and 
new/kshisen-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-4.10.4/doc/index.docbook 
new/kshisen-4.10.90/doc/index.docbook
--- old/kshisen-4.10.4/doc/index.docbook2013-05-28 21:50:12.0 
+0200
+++ new/kshisen-4.10.90/doc/index.docbook   2013-06-10 20:55:03.0 
+0200
@@ -1,7 +1,7 @@
 ?xml version=1.0 ?
 !DOCTYPE book PUBLIC -//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN 
dtd/kdex.dtd [
   !ENTITY kappname kshisen;
-  !ENTITY kappversion 1.8.1 !--Application version. Use this variable 
everywhere it's needed.--
+  !ENTITY kappversion 1.8.4 !--Application version. Use this variable 
everywhere it's needed.--
   !ENTITY package kdegames  !-- do not change this! --
   !ENTITY % English INCLUDE !-- change language only here --
   !ENTITY % addindex IGNORE !-- do not change this! --
@@ -35,8 +35,8 @@
   !-- TRANS:ROLES_OF_TRANSLATORS --
 /authorgroup
 legalnoticeFDLNotice;/legalnotice
-date2010-10-03/date
-releaseinfokappversion; (kde; 4.5)/releaseinfo!-- Application 
version number. Use the variable definitions within header to change this 
value.--
+date2013-05-05/date
+releaseinfokappversion; (kde; 4.11)/releaseinfo!-- Application 
version number. Use the variable definitions within header to change this 
value.--
 
 !--Short description of this document. Do not change unless necessary!--
 abstract
@@ -311,42 +311,6 @@
and when a tile is falling down playing with 
guilabelGravity/guilabel enabled./para/listitem
 /varlistentry
 
-varlistentry
-  term
-menuchoice
-  guimenuSettings/guimenuguimenuitemShow 
Toolbar/guimenuitem
-/menuchoice
-  /term
-  listitemparaToggles the display of the toolbar on and 

commit kpat for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kpat for openSUSE:Factory checked in 
at 2013-07-08 07:28:56

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


Package is kpat

Changes:

--- /work/SRC/openSUSE:Factory/kpat/kpat.changes2013-06-11 
09:32:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpat.new/kpat.changes   2013-07-08 
07:28:58.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:49:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:52:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kpat-4.10.4.tar.xz

New:

  kpat-4.10.90.tar.xz



Other differences:
--
++ kpat.spec ++
--- /var/tmp/diff_new_pack.zGwI0m/_old  2013-07-08 07:28:59.0 +0200
+++ /var/tmp/diff_new_pack.zGwI0m/_new  2013-07-08 07:28:59.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kpat-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ kpat-4.10.4.tar.xz - kpat-4.10.90.tar.xz ++
Files old/kpat-4.10.4/doc/index.cache.bz2 and 
new/kpat-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-4.10.4/doc/index.docbook 
new/kpat-4.10.90/doc/index.docbook
--- old/kpat-4.10.4/doc/index.docbook   2013-05-28 21:50:04.0 +0200
+++ new/kpat-4.10.90/doc/index.docbook  2013-06-10 20:55:00.0 +0200
@@ -182,7 +182,7 @@
/listitem
/varlistentry
varlistentryterm4. Playing Piles/term
-   listitemparaindextermprimaryplaying 
piles/primary/indextermThese piles are those where the actual reordering 
happens. The rules for these piles vary a lot between games. Some show all 
cards on them, some do not. Some allow only one card to be removed, some allow 
every card to be removed, etc;./para
+   listitemparaindextermprimaryplaying 
piles/primary/indextermThese piles are those where the actual reordering 
happens. The rules for these piles vary a lot between games. Some show all 
cards on them, some do not. Some allow only one card to be removed, some allow 
every card to be removed, etc;/para
/listitem
/varlistentry
/variablelist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-4.10.4/kpat.desktop 
new/kpat-4.10.90/kpat.desktop
--- old/kpat-4.10.4/kpat.desktop2013-05-28 21:50:04.0 +0200
+++ new/kpat-4.10.90/kpat.desktop   2013-06-10 20:55:00.0 +0200
@@ -49,7 +49,7 @@
 Name[x-test]=xxKPatiencexx
 Name[zh_CN]=KPatience
 Name[zh_TW]=KPatience 單人紙牌遊戲
-Exec=kpat -caption %c
+Exec=kpat -caption %c
 Type=Application
 Icon=kpat
 X-DocPath=kpat/index.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-4.10.4/mainwindow.cpp 
new/kpat-4.10.90/mainwindow.cpp
--- old/kpat-4.10.4/mainwindow.cpp  2013-05-28 21:50:04.0 +0200
+++ new/kpat-4.10.90/mainwindow.cpp 2013-06-12 12:58:55.0 +0200
@@ -55,6 +55,7 @@
 
 #include KgThemeSelector
 #include KStandardGameAction
+#include KStandardAction
 
 #include KAction
 #include KActionCollection
@@ -69,6 +70,7 @@
 #include KRecentFilesAction
 #include KStandardDirs
 #include KStatusBar
+#include KMenuBar
 #include KTemporaryFile
 #include KToggleAction
 #include KToolInvocation
@@ -80,6 +82,7 @@
 #include QtCore/QTimer
 #include QtCore/QXmlStreamReader
 #include QtGui/QDesktopWidget
+#include QtGui/QKeySequence
 
 
 namespace
@@ -125,6 +128,8 @@
 m_moveCountStatusLabel = new QLabel(QString(), statusBar());
 m_moveCountStatusLabel-setAlignment(Qt::AlignRight | Qt::AlignVCenter);
 statusBar()-addWidget( m_moveCountStatusLabel, 0);
+
+m_showMenubarAction-setChecked(!menuBar()-isHidden());
 }
 
 MainWindow::~MainWindow()
@@ -320,8 +325,10 @@
 m_pickUpSetDownAction = actionCollection()-addAction( QLatin1String( 
focus_activate ));
 m_pickUpSetDownAction-setText(Pick Up or Set Down Focus);
 m_pickUpSetDownAction-setShortcuts( KShortcut( Qt::Key_Space ) );
-}
 
+// showMenubar isn't a part of KStandardGameAction
+

commit ksirk for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2013-07-08 07:28:47

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


Package is ksirk

Changes:

--- /work/SRC/openSUSE:Factory/ksirk/ksirk.changes  2013-06-11 
09:32:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2013-07-08 
07:28:49.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:50:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:52:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  ksirk-4.10.4.tar.xz

New:

  ksirk-4.10.90.tar.xz



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.ScM7R5/_old  2013-07-08 07:28:51.0 +0200
+++ /var/tmp/diff_new_pack.ScM7R5/_new  2013-07-08 07:28:51.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Strategy/Turn Based
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ ksirk-4.10.4.tar.xz - ksirk-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.10.4/TODO new/ksirk-4.10.90/TODO
--- old/ksirk-4.10.4/TODO   2013-05-28 21:50:32.0 +0200
+++ new/ksirk-4.10.90/TODO  2013-06-10 20:55:04.0 +0200
@@ -120,7 +120,7 @@
 implemented) ;
   - [DONE] hability to save game at any point
   - [DONE] use khotnewstuff for new skins
-  - use GGZ or Jabber to offer or find network games
+  - use Jabber to offer or find network games
 
 Middle to long term:
   - game periods (distribution of armies, attacks, ...) should be simultaneous
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.10.4/doc/Makefile.am 
new/ksirk-4.10.90/doc/Makefile.am
--- old/ksirk-4.10.4/doc/Makefile.am2013-05-28 21:50:32.0 +0200
+++ new/ksirk-4.10.90/doc/Makefile.am   1970-01-01 01:00:00.0 +0100
@@ -1,10 +0,0 @@
-### kdevelop will overwrite this part!!! (begin)##
-
-
-EXTRA_DIST = index.docbook 
-
-### kdevelop will overwrite this part!!! (end)
-
-KDE_LANG = en
-KDE_DOCS = ksirk
-
Files old/ksirk-4.10.4/doc/attackOne.png and 
new/ksirk-4.10.90/doc/attackOne.png differ
Files old/ksirk-4.10.4/doc/attackThree.png and 
new/ksirk-4.10.90/doc/attackThree.png differ
Files old/ksirk-4.10.4/doc/attackTwo.png and 
new/ksirk-4.10.90/doc/attackTwo.png differ
Files old/ksirk-4.10.4/doc/attackmenu.png and 
new/ksirk-4.10.90/doc/attackmenu.png differ
Files old/ksirk-4.10.4/doc/autoattack.png and 
new/ksirk-4.10.90/doc/autoattack.png differ
Files old/ksirk-4.10.4/doc/defensedialog.png and 
new/ksirk-4.10.90/doc/defensedialog.png differ
Files old/ksirk-4.10.4/doc/displaygoalmessage.png and 
new/ksirk-4.10.90/doc/displaygoalmessage.png differ
Files old/ksirk-4.10.4/doc/displaygoalwarningmessage.png and 
new/ksirk-4.10.90/doc/displaygoalwarningmessage.png differ
Files old/ksirk-4.10.4/doc/firing-screenshot.png and 
new/ksirk-4.10.90/doc/firing-screenshot.png differ
Files old/ksirk-4.10.4/doc/index.cache.bz2 and 
new/ksirk-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.10.4/doc/index.docbook 
new/ksirk-4.10.90/doc/index.docbook
--- old/ksirk-4.10.4/doc/index.docbook  2013-05-28 21:50:32.0 +0200
+++ new/ksirk-4.10.90/doc/index.docbook 2013-06-10 20:55:04.0 +0200
@@ -10,7 +10,7 @@
 book id=ksirk lang=language;
 
 bookinfo
-titleThe kappname; Handbook/title
+titleThe ksirk; Handbook/title
 
 authorgroup
 author
@@ -21,14 +21,26 @@
 addressemailkl...@free.fr/email/address
 /affiliation
 /author
+author
+firstnameNemanja/firstname
+othername/othername
+surnameHirsl/surname
+affiliation
+addressemailnemhi...@gmail.com/email/address
+/affiliation
+/author
 !-- TRANS:ROLES_OF_TRANSLATORS --
 /authorgroup
 
 
 copyright
-year2002-2008/year
+year2002-2012/year
 holderGael de Chalendar/holder
 /copyright
+copyright
+year2013/year
+holderNemanja Hirsl/holder
+/copyright
 !-- Translators: put here the copyright notice of the translation --
 !-- Put here the FDL notice.  Read the explanation in fdl-notice.docbook
  and in 

commit klickety for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package klickety for openSUSE:Factory 
checked in at 2013-07-08 07:29:26

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


Package is klickety

Changes:

--- /work/SRC/openSUSE:Factory/klickety/klickety.changes2013-06-11 
09:32:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.klickety.new/klickety.changes   2013-07-08 
07:29:27.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:48:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:50:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  klickety-4.10.4.tar.xz

New:

  klickety-4.10.90.tar.xz



Other differences:
--
++ klickety.spec ++
--- /var/tmp/diff_new_pack.rQE9hC/_old  2013-07-08 07:29:27.0 +0200
+++ /var/tmp/diff_new_pack.rQE9hC/_new  2013-07-08 07:29:27.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:klickety-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klickety-4.10.4.tar.xz - klickety-4.10.90.tar.xz ++
Files old/klickety-4.10.4/doc/index.cache.bz2 and 
new/klickety-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klickety-4.10.4/doc/index.docbook 
new/klickety-4.10.90/doc/index.docbook
--- old/klickety-4.10.4/doc/index.docbook   2013-05-28 21:37:24.0 
+0200
+++ new/klickety-4.10.90/doc/index.docbook  2013-06-10 20:54:45.0 
+0200
@@ -42,8 +42,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2010-09-25/date!-- Date of (re)writing, or update.--
-releaseinfokappversion;/releaseinfo!-- Application version number. Use 
the variable definitions within header to change this value.--
+date2013-05-06/date!-- Date of (re)writing, or update.--
+releaseinfokappversion; (4.11)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
 
 abstract
 paraklickety; is a strategy game for kde;, an adaption of the 
applicationClickomania/application game./para
@@ -176,14 +176,6 @@
 !-- This section has to do with menubar. Describe every single entry in 
order. Use variablelist and varlistentry. Split the chapter into sections 
using sect1(2,3) for better viewing.--
 sect1 id=default-keybindings
 title id=keybindings-titleDefault Keybindings/title
-screenshot
-screeninfoKeybindings Configure Dialog/screeninfo
-mediaobject
-imageobjectimagedata fileref=shortcuts.png format=PNG//imageobject
-textobjectphraseKeybindings Configure Dialog/phrase/textobject
-/mediaobject
-/screenshot
-
 paraDefault shortcuts are:/para
 
 table
@@ -191,6 +183,10 @@
 tgroup cols=2
 tbody
 row
+entryNew/entry
+entrykeycombo action=simulCtrl;keycapN/keycap/keycombo/entry
+/row
+row
 entryLoad/entry
 entrykeycombo action=simulCtrl;keycapO/keycap/keycombo/entry
 /row
@@ -207,6 +203,10 @@
 entrykeycapP/keycap/entry
 /row
 row
+entryShow High Scores/entry
+entrykeycombo action=simulCtrl;keycapH/keycap/keycombo/entry
+/row
+row
 entryQuit/entry
 entrykeycombo action=simulCtrl;keycapQ/keycap/keycombo/entry
 /row
@@ -231,12 +231,22 @@
 /table
 /sect1
 
-sect1 id=game-menu
-titleThe Game Menu/title
+sect1 id=menu
+titleMenu Items/title
+
 variablelist
 
 varlistentry
 termmenuchoice
+shortcutkeycombo 
action=simulCtrl;keycapN/keycap/keycombo/shortcut
+guimenuGame/guimenu
+guimenuitemNew/guimenuitem
+/menuchoice/term
+listitemparaStarts a new game./para/listitem
+/varlistentry
+
+varlistentry
+termmenuchoice
 shortcutkeycombo 
action=simulCtrl;keycapO/keycap/keycombo/shortcut
 guimenuGame/guimenu
 guimenuitemLoad.../guimenuitem
@@ -316,13 +326,6 @@
 listitemparaSelecting this item will end your current game, and exit 
klickety;./para/listitem
 /varlistentry
 
-/variablelist
-/sect1
-
-sect1 id=move-menu
-titleThe Move Menu/title
-variablelist
-
 varlistentry
 termmenuchoice
 shortcutkeycombo 
action=simulCtrl;keycapZ/keycap/keycombo/shortcut
@@ -357,29 +360,6 @@
 listitemparaactionRedo/action all undone moves./para/listitem
 /varlistentry
 
-/variablelist
-/sect1
-
-sect1 id=settings-menu
-titleThe Settings Menu/title
-variablelist
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu

commit kjumpingcube for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kjumpingcube for openSUSE:Factory 
checked in at 2013-07-08 07:29:29

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


Package is kjumpingcube

Changes:

--- /work/SRC/openSUSE:Factory/kjumpingcube/kjumpingcube.changes
2013-06-11 09:32:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kjumpingcube.new/kjumpingcube.changes   
2013-07-08 07:29:31.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:48:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:49:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kjumpingcube-4.10.4.tar.xz

New:

  kjumpingcube-4.10.90.tar.xz



Other differences:
--
++ kjumpingcube.spec ++
--- /var/tmp/diff_new_pack.QjkPwG/_old  2013-07-08 07:29:32.0 +0200
+++ /var/tmp/diff_new_pack.QjkPwG/_new  2013-07-08 07:29:32.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kjumpingcube-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kjumpingcube-4.10.4.tar.xz - kjumpingcube-4.10.90.tar.xz ++
 8210 lines of diff (skipped)

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



commit kreversi for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kreversi for openSUSE:Factory 
checked in at 2013-07-08 07:28:53

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


Package is kreversi

Changes:

--- /work/SRC/openSUSE:Factory/kreversi/kreversi.changes2013-06-11 
09:32:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kreversi.new/kreversi.changes   2013-07-08 
07:28:55.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:50:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:52:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kreversi-4.10.4.tar.xz

New:

  kreversi-4.10.90.tar.xz



Other differences:
--
++ kreversi.spec ++
--- /var/tmp/diff_new_pack.19OP41/_old  2013-07-08 07:28:55.0 +0200
+++ /var/tmp/diff_new_pack.19OP41/_new  2013-07-08 07:28:55.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kreversi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kreversi-4.10.4.tar.xz - kreversi-4.10.90.tar.xz ++
Files old/kreversi-4.10.4/doc/index.cache.bz2 and 
new/kreversi-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kreversi-4.10.4/doc/index.docbook 
new/kreversi-4.10.90/doc/index.docbook
--- old/kreversi-4.10.4/doc/index.docbook   2013-05-28 21:50:09.0 
+0200
+++ new/kreversi-4.10.90/doc/index.docbook  2013-06-10 20:55:01.0 
+0200
@@ -41,8 +41,8 @@
 !-- TRANS:ROLES_OF_TRANSLATORS --
 /authorgroup
 legalnoticeFDLNotice;/legalnotice
-date2012-08-06/date!-- Date of (re)writing, or update.--
-releaseinfokappversion; (kde; 4.9)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
+date2013-05-06/date!-- Date of (re)writing, or update.--
+releaseinfokappversion; (kde; 4.11)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
  
 !--Short description of this document. Do not change unless necessary!--
 abstract
@@ -127,12 +127,9 @@
 terminterfaceMenu Bar/interface/term
 listitem
 paraThe interfaceMenu Bar/interface contains several choices of
-drop-down menus. These are link
-linkend=game-menuguimenuGame/guimenu/link, link
-linkend=move-menuguimenuMove/guimenu/link, link
-linkend=view-menuguimenuView/guimenu/link, link
-linkend=settings-menuguimenuSettings/guimenu/link, and link
-linkend=help-menuguimenuHelp/guimenu/link. Click with the LMB; or
+drop-down menus. These are guimenuGame/guimenu, guimenuMove/guimenu, 
+guimenuView/guimenu, guimenuSettings/guimenu and 
guimenuHelp/guimenu. 
+Click with the LMB; or
 keycombo action=simulAlt;keycapthe underlined
 letter/keycap/keycombo to show the drop-down menu./para
 /listitem
@@ -227,8 +224,8 @@
   
 chapter id=interfacetitleInterface Overview/title !-- do not change 
this! --
 !-- This section has to do with menubar. Describe every single entry in 
order. Use variablelist and varlistentry. Split the chapter into sections 
using sect1(2,3) for better viewing.--
- sect1 id=game-menu
-titleguimenuGame/guimenu Menu/title
+sect1 id=menu
+titleMenu Items/title
 
 variablelist
 varlistentry
@@ -263,13 +260,6 @@
 /para/listitem
 /varlistentry
 
-/variablelist
-/sect1
-
-sect1 id=move-menu
-titleguimenuMove/guimenu Menu/title
-
-variablelist
 varlistentry
 termmenuchoiceshortcutkeycombo 
 action=simulCtrl;keycapZ/keycap/keycombo/shortcut
@@ -292,12 +282,6 @@
 listitemparaStart/Stop the demo mode./para/listitem
 /varlistentry
 
-/variablelist
-/sect1
-
-sect1 id=view-menu
-titleguimenuView/guimenu Menu/title
-  variablelist
 varlistentry
   termmenuchoice
guimenuView/guimenuguimenuitemShow Last Move/guimenuitem
@@ -316,12 +300,7 @@
   /menuchoice/term
   listitemparaEnables/Disables the move history 
sidebar./para/listitem
 /varlistentry
-  /variablelist
-/sect1
 
-sect1 id=settings-menu
-titleguimenuSettings/guimenu Menu/title
-variablelist
   varlistentry
 termmenuchoice
   guimenuSettings/guimenuguisubmenuAnimation 
Speed/guisubmenuguimenuitemSlow/guimenuitem
@@ -336,40 +315,18 @@
   /varlistentry
   

commit klines for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package klines for openSUSE:Factory checked 
in at 2013-07-08 07:29:22

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


Package is klines

Changes:

--- /work/SRC/openSUSE:Factory/klines/klines.changes2013-06-11 
09:32:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes   2013-07-08 
07:29:23.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:48:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:50:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  klines-4.10.4.tar.xz

New:

  klines-4.10.90.tar.xz



Other differences:
--
++ klines.spec ++
--- /var/tmp/diff_new_pack.imKkfs/_old  2013-07-08 07:29:24.0 +0200
+++ /var/tmp/diff_new_pack.imKkfs/_new  2013-07-08 07:29:24.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:klines-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klines-4.10.4.tar.xz - klines-4.10.90.tar.xz ++
Files old/klines-4.10.4/doc/index.cache.bz2 and 
new/klines-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-4.10.4/doc/index.docbook 
new/klines-4.10.90/doc/index.docbook
--- old/klines-4.10.4/doc/index.docbook 2013-05-28 21:37:34.0 +0200
+++ new/klines-4.10.90/doc/index.docbook2013-06-10 20:54:47.0 
+0200
@@ -37,8 +37,8 @@
 /copyright
 legalnoticeFDLNotice;/legalnotice
  
-date2012-08-06/date!-- Date of (re)writing, or update.--
-releaseinfokappversion; (kde; 4.9)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
+date2013-05-06/date!-- Date of (re)writing, or update.--
+releaseinfokappversion; (kde; 4.11)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
  
 !--Short description of this document. Do not change unless necessary!--
 abstract
@@ -131,8 +131,8 @@
 On the right hand side there located a bar showing the next three marbles to 
be dropped onto the field (unless guimenuitemShow Next/guimenuitem feature 
is disabled).
 Underneath the field there is the status bar./para
 /sect1
-sect1 id=menu-game
-   titleThe Game Menu/title
+sect1 id=menu-items
+   titleMenu Items/title
variablelist
varlistentry id=menu-game-new
termmenuchoice
@@ -158,11 +158,7 @@
/menuchoice/term
listitemparaactionQuits/action 
kolorlines;/para/listitem
/varlistentry
-   /variablelist
-/sect1
-sect1 id=menu-move
-   titleThe Move Menu/title
-   variablelist
+
varlistentry id=menu-move-undo
termmenuchoice
shortcutkeycombo 
action=simulCtrl;keycapZ/keycap/keycombo/shortcut
@@ -177,11 +173,7 @@
/menuchoice/term
listitemparaSkip your move, immediately play the 
next marbles without you moving any./para/listitem
/varlistentry
-   /variablelist
-/sect1
-sect1 id=menu-navigation
-   titleThe Navigation Menu/title
-   variablelist
+
varlistentry id=menu-navigation-left
termmenuchoice
shortcutkeycapLeft/keycap/shortcut
@@ -222,11 +214,7 @@
/menuchoice/term
listitemparaactionThis action will select the 
item currently under the cursor./action/para/listitem
/varlistentry
-   /variablelist
-/sect1
-sect1 id=menu-settings
-   titleThe Settings Menu/title
-   variablelist
+
varlistentry id=menu-settings-shownext
termmenuchoice
guimenuSettings/guimenu
@@ -234,37 +222,15 @@
/menuchoice/term
listitemparaactionToggles the information on next 
marbles./action/para/listitem
/varlistentry
-   varlistentry
-   termmenuchoice
- 

commit kdiamond for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kdiamond for openSUSE:Factory 
checked in at 2013-07-08 07:29:49

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


Package is kdiamond

Changes:

--- /work/SRC/openSUSE:Factory/kdiamond/kdiamond.changes2013-06-11 
09:31:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdiamond.new/kdiamond.changes   2013-07-08 
07:29:50.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:46:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:48:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kdiamond-4.10.4.tar.xz

New:

  kdiamond-4.10.90.tar.xz



Other differences:
--
++ kdiamond.spec ++
--- /var/tmp/diff_new_pack.Aoi2td/_old  2013-07-08 07:29:51.0 +0200
+++ /var/tmp/diff_new_pack.Aoi2td/_new  2013-07-08 07:29:51.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kdiamond-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdiamond-4.10.4.tar.xz - kdiamond-4.10.90.tar.xz ++
Files old/kdiamond-4.10.4/doc/index.cache.bz2 and 
new/kdiamond-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdiamond-4.10.4/doc/index.docbook 
new/kdiamond-4.10.90/doc/index.docbook
--- old/kdiamond-4.10.4/doc/index.docbook   2013-05-28 21:35:30.0 
+0200
+++ new/kdiamond-4.10.90/doc/index.docbook  2013-06-10 20:54:35.0 
+0200
@@ -27,8 +27,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2010-01-21/date
-releaseinfo1.3.1/releaseinfo
+date2013-05-05/date
+releaseinfo1.4 (kde; 4.11)/releaseinfo
 
 abstract
 para
@@ -87,8 +87,8 @@
 chapter id=interface-overview
 titleInterface Overview/title
 
-sect1 id=game-menu
- titleguimenuGame/guimenu Menu/title
+sect1 id=menu
+titleMenu Items/title
 
 variablelist
 varlistentry
@@ -146,14 +146,7 @@
 /para
 /listitem
 /varlistentry
-/variablelist
-
-/sect1
 
-sect1 id=move-menu
-titleguimenuMove/guimenu Menu/title
-
-variablelist
 varlistentry
 termmenuchoice
 shortcutkeycapH/keycap/shortcut
@@ -166,38 +159,6 @@
 /para
 /listitem
 /varlistentry
-/variablelist
-
-/sect1
-
-sect1 id=settings-menu
-titleguimenuSettings/guimenu Menu/title
-
-variablelist
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemShow Toolbar/guimenuitem
-/menuchoice/term
-listitem
-para
-Toggles on and off the display of the toolbar.
-/para
-/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemShow Statusbar/guimenuitem
-/menuchoice/term
-listitem
-para
-Toggles on and off the display of the statusbar.
-/para
-/listitem
-/varlistentry
 
 varlistentry
 termmenuchoice
@@ -218,24 +179,6 @@
 /varlistentry
 
 varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Shortcuts.../guimenuitem
-/menuchoice/term
-listitempara
-actionOpens a dialog which lets you redefine all the keyboard 
shortcuts./action
-/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Toolbars.../guimenuitem
-/menuchoice/term
-listitemparaDisplays a kde; standard dialog where you can configure the 
toolbar icons./para/listitem
-/varlistentry
-
-varlistentry
 termmenuchoiceguimenuSettings/guimenuguimenuitemConfigure
 Notifications.../guimenuitem/menuchoice/term
 listitemparaThis item displays a standard kde; notifications configuration
@@ -252,12 +195,13 @@
 /varlistentry
 
 /variablelist
-/sect1
 
-sect1 id=help
-titleguimenuHelp/guimenu Menu/title
-
-help.menu.documentation;
+para
+Additionally kappname; has the common kde; guimenuSettings/guimenu and 
guimenuHelp/guimenu
+menu items, for more information read the sections about the ulink 
url=help:/fundamentals/ui.html#menus-settings
+Settings Menu/ulink and ulink 
url=help:/fundamentals/ui.html#menus-helpHelp Menu/ulink
+of the kde; Fundamentals.
+/para
 
 /sect1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdiamond-4.10.4/src/kdiamond.desktop 
new/kdiamond-4.10.90/src/kdiamond.desktop
--- old/kdiamond-4.10.4/src/kdiamond.desktop2013-05-28 21:35:30.0 
+0200
+++ 

commit svgpart for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2013-07-08 07:30:29

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


Package is svgpart

Changes:

--- /work/SRC/openSUSE:Factory/svgpart/svgpart.changes  2013-06-11 
09:37:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2013-07-08 
07:30:38.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:41:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:28:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  svgpart-4.10.4.tar.xz

New:

  svgpart-4.10.90.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.4w5bhZ/_old  2013-07-08 07:30:39.0 +0200
+++ /var/tmp/diff_new_pack.4w5bhZ/_new  2013-07-08 07:30:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   svgpart
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:SVG viewer component
 License:GPL-2.0+

++ svgpart-4.10.4.tar.xz - svgpart-4.10.90.tar.xz ++

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



commit kdeartwork4 for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:Factory 
checked in at 2013-07-08 07:30:23

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


Package is kdeartwork4

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork4.changes  2013-06-11 
09:31:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork4.changes 
2013-07-08 07:30:32.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 13 20:37:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kdeartwork-4.10.4.tar.xz

New:

  kdeartwork-4.10.80.tar.xz



Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.E1X4st/_old  2013-07-08 07:30:35.0 +0200
+++ /var/tmp/diff_new_pack.E1X4st/_new  2013-07-08 07:30:35.0 +0200
@@ -30,7 +30,7 @@
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1 and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.80
 Release:0
 Source0:kdeartwork-%{version}.tar.xz
 Source1:baselibs.conf
@@ -72,8 +72,8 @@
 %kde4_runtime_requires
 Obsoletes:  kdeartwork4  4.7.1
 Provides:   kdeartwork4 = 4.7.1
-Obsoletes:  kdeartwork4-decorations-aurorae  4.10.4
-Provides:   kdeartwork4-decorations-aurorae = 4.10.4
+Obsoletes:  kdeartwork4-decorations-aurorae  4.10.80
+Provides:   kdeartwork4-decorations-aurorae = 4.10.80
 
 %description decorations
 This package contains window decorations for KDE which originate from the

++ kdeartwork-4.10.4.tar.xz - kdeartwork-4.10.80.tar.xz ++
/work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork-4.10.4.tar.xz 
/work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork-4.10.80.tar.xz differ: 
char 26, line 1

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



commit granatier for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package granatier for openSUSE:Factory 
checked in at 2013-07-08 07:30:14

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


Package is granatier

Changes:

--- /work/SRC/openSUSE:Factory/granatier/granatier.changes  2013-06-11 
09:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.granatier.new/granatier.changes 2013-07-08 
07:30:15.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:44:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:46:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  granatier-4.10.4.tar.xz

New:

  granatier-4.10.90.tar.xz



Other differences:
--
++ granatier.spec ++
--- /var/tmp/diff_new_pack.3fBDQa/_old  2013-07-08 07:30:16.0 +0200
+++ /var/tmp/diff_new_pack.3fBDQa/_new  2013-07-08 07:30:16.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:granatier-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ granatier-4.10.4.tar.xz - granatier-4.10.90.tar.xz ++
Files old/granatier-4.10.4/doc/index.cache.bz2 and 
new/granatier-4.10.90/doc/index.cache.bz2 differ

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



commit bovo for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package bovo for openSUSE:Factory checked in 
at 2013-07-08 07:30:17

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


Package is bovo

Changes:

--- /work/SRC/openSUSE:Factory/bovo/bovo.changes2013-06-11 
09:25:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.bovo.new/bovo.changes   2013-07-08 
07:30:19.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:44:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:46:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  bovo-4.10.4.tar.xz

New:

  bovo-4.10.90.tar.xz



Other differences:
--
++ bovo.spec ++
--- /var/tmp/diff_new_pack.fqPGuE/_old  2013-07-08 07:30:20.0 +0200
+++ /var/tmp/diff_new_pack.fqPGuE/_new  2013-07-08 07:30:20.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:bovo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ bovo-4.10.4.tar.xz - bovo-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-4.10.4/TODO new/bovo-4.10.90/TODO
--- old/bovo-4.10.4/TODO2013-05-28 21:31:51.0 +0200
+++ new/bovo-4.10.90/TODO   2013-06-10 20:54:22.0 +0200
@@ -73,7 +73,6 @@
 [X] Start with latest game when opening
 [X] Save stats from time to time
 [ ] View history in a right or left pane, where previous moves are displayed.
-[ ] Enable GGZ gaming (this means create a GGZ game for this as well I guess)
 [ ] Enable LAN gaming (broadcast the local domain for other willing to
 participate.)
 Look into kgamelib or what it is called. Create XML-like open protocol for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-4.10.4/bovo.desktop 
new/bovo-4.10.90/bovo.desktop
--- old/bovo-4.10.4/bovo.desktop2013-05-28 21:31:51.0 +0200
+++ new/bovo-4.10.90/bovo.desktop   2013-06-10 20:54:22.0 +0200
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Exec=bovo -caption %c
+Exec=bovo -caption %c
 Name=Bovo
 Name[ast]=Bovo
 Name[bs]=Bovo
Files old/bovo-4.10.4/doc/index.cache.bz2 and 
new/bovo-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bovo-4.10.4/doc/index.docbook 
new/bovo-4.10.90/doc/index.docbook
--- old/bovo-4.10.4/doc/index.docbook   2013-05-28 21:31:51.0 +0200
+++ new/bovo-4.10.90/doc/index.docbook  2013-06-10 20:54:22.0 +0200
@@ -33,8 +33,8 @@
  and in the FDL itself on how to use it. --
 legalnoticeFDLNotice;/legalnotice
  
-date2012-08-06/date!-- Date of (re)writing, or update.--
-releaseinfokappversion; (kde; 4.9)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
+date2013-05-03/date!-- Date of (re)writing, or update.--
+releaseinfokappversion; (kde; 4.11)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
  
 !--Short description of this document. Do not change unless necessary!--
 abstract
@@ -126,10 +126,10 @@
 /chapter
   
 chapter id=interfacetitleInterface Overview/title !-- do not change 
this! --
-!-- This section has to do with menubar. Describe every single entry in 
order. Use variablelist and varlistentry. Split the chapter into sections 
using sect1(2,3) for better viewing.--
 
-sect1 id=game-menu
-titleThe guimenuGame/guimenu Menu/title
+sect1 id=menu
+titleMenu Items/title
+
 variablelist
 varlistentry
 termmenuchoice
@@ -157,13 +157,6 @@
 listitemparaSelecting this item will end your current game, and exit
 bovo;./para/listitem
 /varlistentry
-/variablelist
-/sect1
-
-sect1 id=move-menu
-titleThe guimenuMove/guimenu Menu/title
-
-variablelist
 
 varlistentry
 termmenuchoice
@@ -193,13 +186,6 @@
 /listitem
 /varlistentry
 
-/variablelist
-/sect1
-
-sect1 id=settings-menu
-titleThe guimenuSettings/guimenu Menu/title
-
-variablelist
 varlistentry
 
termmenuchoiceguimenuSettings/guimenuguisubmenuTheme/guisubmenu/menuchoice/term
 listitemparaChoose one of the themes  guimenuitemScribble/guimenuitem, 
guimenuitemHigh Contrast/guimenuitem,
@@ 

commit kdewebdev4 for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory 
checked in at 2013-07-08 07:30:26

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


Package is kdewebdev4

Changes:

--- /work/SRC/openSUSE:Factory/kdewebdev4/kdewebdev4.changes2013-06-11 
09:31:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebdev4.new/kdewebdev4.changes   
2013-07-08 07:30:36.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:42:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:29:47 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kdewebdev-4.10.4.tar.xz

New:

  kdewebdev-4.10.90.tar.xz



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.LWZzqk/_old  2013-07-08 07:30:37.0 +0200
+++ /var/tmp/diff_new_pack.LWZzqk/_new  2013-07-08 07:30:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdewebdev4
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Base package for kdewebdev
 License:GPL-2.0+

++ kdewebdev-4.10.4.tar.xz - kdewebdev-4.10.90.tar.xz ++
Files old/kdewebdev-4.10.4/doc/kfilereplace/index.cache.bz2 and 
new/kdewebdev-4.10.90/doc/kfilereplace/index.cache.bz2 differ
Files old/kdewebdev-4.10.4/doc/kimagemapeditor/index.cache.bz2 and 
new/kdewebdev-4.10.90/doc/kimagemapeditor/index.cache.bz2 differ
Files old/kdewebdev-4.10.4/doc/klinkstatus/index.cache.bz2 and 
new/kdewebdev-4.10.90/doc/klinkstatus/index.cache.bz2 differ
Files old/kdewebdev-4.10.4/doc/kommander/index.cache.bz2 and 
new/kdewebdev-4.10.90/doc/kommander/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebdev-4.10.4/doc/kommander/introduction.docbook 
new/kdewebdev-4.10.90/doc/kommander/introduction.docbook
--- old/kdewebdev-4.10.4/doc/kommander/introduction.docbook 2013-05-28 
22:41:21.0 +0200
+++ new/kdewebdev-4.10.90/doc/kommander/introduction.docbook2013-06-10 
23:20:28.0 +0200
@@ -76,7 +76,7 @@
 language. Computer languages can be wonderful things but they tend to have
 their own dogmas and zealots often seeking to provide an advance to GUI;
 design in an integrated development environment. Ironically the acceptance
-of such IDE;s is limited by the number of people willing to adopt a new new
+of such IDE;s is limited by the number of people willing to adopt a new 
 language to gain access to a desired feature. It is really not reasonable to
 expect people to need to change over to a dozen languages to access various
 feature sets. By being language neutral and allowing a kommander; dialog to be
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebdev-4.10.4/kfilereplace/kfilereplace.desktop 
new/kdewebdev-4.10.90/kfilereplace/kfilereplace.desktop
--- old/kdewebdev-4.10.4/kfilereplace/kfilereplace.desktop  2013-05-28 
22:41:27.0 +0200
+++ new/kdewebdev-4.10.90/kfilereplace/kfilereplace.desktop 2013-06-10 
23:20:27.0 +0200
@@ -54,7 +54,7 @@
 Name[zh_CN]=KFileReplace
 Name[zh_HK]=KFileReplace
 Name[zh_TW]=KFileReplace
-Exec=kfilereplace %i -caption %c
+Exec=kfilereplace %i -caption %c
 Icon=kfilereplace
 Type=Application
 X-DocPath=kfilereplace/index.html
Files old/kdewebdev-4.10.4/kfilereplace/toolbar/cr22-action-backup_option.png 
and new/kdewebdev-4.10.90/kfilereplace/toolbar/cr22-action-backup_option.png 
differ
Files 
old/kdewebdev-4.10.4/kfilereplace/toolbar/cr22-action-casesensitive_option.png 
and 
new/kdewebdev-4.10.90/kfilereplace/toolbar/cr22-action-casesensitive_option.png 
differ
Files old/kdewebdev-4.10.4/kfilereplace/toolbar/cr22-action-command_option.png 
and new/kdewebdev-4.10.90/kfilereplace/toolbar/cr22-action-command_option.png 
differ
Files old/kdewebdev-4.10.4/kfilereplace/toolbar/cr22-action-filesimulate.png 
and new/kdewebdev-4.10.90/kfilereplace/toolbar/cr22-action-filesimulate.png 
differ
Files old/kdewebdev-4.10.4/kfilereplace/toolbar/cr22-action-invert.png and 
new/kdewebdev-4.10.90/kfilereplace/toolbar/cr22-action-invert.png differ
Files 
old/kdewebdev-4.10.4/kfilereplace/toolbar/cr22-action-recursive_option.png and 
new/kdewebdev-4.10.90/kfilereplace/toolbar/cr22-action-recursive_option.png 
differ
Files 

commit pairs for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package pairs for openSUSE:Factory checked 
in at 2013-07-08 07:30:32

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


Package is pairs

Changes:

--- /work/SRC/openSUSE:Factory/pairs/pairs.changes  2013-06-11 
09:35:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.pairs.new/pairs.changes 2013-07-08 
07:30:39.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:41:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:28:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  pairs-4.10.4.tar.xz

New:

  pairs-4.10.90.tar.xz



Other differences:
--
++ pairs.spec ++
--- /var/tmp/diff_new_pack.OzJxOt/_old  2013-07-08 07:30:40.0 +0200
+++ /var/tmp/diff_new_pack.OzJxOt/_new  2013-07-08 07:30:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pairs
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Memory and Pairs Game
 License:GPL-2.0+
@@ -78,5 +78,8 @@
 %{_kde4_iconsdir}/hicolor/*/apps/pairseditor.png
 %{_kde4_iconsdir}/hicolor/scalable/apps/pairs.svgz
 %{_kde4_iconsdir}/hicolor/scalable/apps/pairseditor.svgz
+%{_kde4_htmldir}/en/pairseditor/*
+%dir %{_kde4_htmldir}/en/pairseditor
+%{_kde4_htmldir}/en/pairseditor/*
 
 %changelog

++ pairs-4.10.4.tar.xz - pairs-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-4.10.4/CMakeLists.txt 
new/pairs-4.10.90/CMakeLists.txt
--- old/pairs-4.10.4/CMakeLists.txt 2013-05-28 21:04:27.0 +0200
+++ new/pairs-4.10.90/CMakeLists.txt2013-06-10 20:52:36.0 +0200
@@ -35,3 +35,4 @@
 add_subdirectory( players )
 add_subdirectory( gameicons )
 add_subdirectory( themes )
+add_subdirectory( doc )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-4.10.4/doc/CMakeLists.txt 
new/pairs-4.10.90/doc/CMakeLists.txt
--- old/pairs-4.10.4/doc/CMakeLists.txt 1970-01-01 01:00:00.0 +0100
+++ new/pairs-4.10.90/doc/CMakeLists.txt2013-06-10 20:52:36.0 
+0200
@@ -0,0 +1 @@
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en 
SUBDIR pairseditor)
Files old/pairs-4.10.4/doc/Icon-list-add.png and 
new/pairs-4.10.90/doc/Icon-list-add.png differ
Files old/pairs-4.10.4/doc/index.cache.bz2 and 
new/pairs-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-4.10.4/doc/index.docbook 
new/pairs-4.10.90/doc/index.docbook
--- old/pairs-4.10.4/doc/index.docbook  1970-01-01 01:00:00.0 +0100
+++ new/pairs-4.10.90/doc/index.docbook 2013-06-25 20:31:03.0 +0200
@@ -0,0 +1,198 @@
+?xml version=1.0 ?
+!DOCTYPE book PUBLIC -//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN 
dtd/kdex.dtd [
+  !ENTITY % addindex IGNORE
+  !ENTITY % English INCLUDE
+]
+book id=pairseditor lang=language;
+bookinfo
+titleThe Pairs Editor Handbook/title
+authorgroup
+author
+personname
+  firstnameThis documentation was converted from the KDE UserBase ulink 
url=http://userbase.kde.org/Pairs/Editor;Pairs/Editor/ulink 
page./firstname
+surname/surname
+/personname
+  /author
+!-- TRANS:ROLES_OF_TRANSLATORS --
+  /authorgroup
+legalnoticeFDLNotice;/legalnotice
+date2012-12-30/date
+  releaseinfo1.0.0 (kde; SC 4.10)/releaseinfo
+abstract
+paraapplicationPairs/application editor is a part of 
applicationPairs/application Project. It can be used to make and edit 
themes for applicationPairs/application./para
+  /abstract
+  keywordset
+keywordKDE/keyword
+keywordPairs/keyword
+keywordEducation/keyword
+keywordSound/keyword
+keywordImage/keyword
+keywordtheme/keyword
+keywordeditor/keyword
+/keywordset
+/bookinfo
+!--userbase timestamp2012-12-30T14:09:02Z/timestamp--
+
+!--userbase-content--
+chapter id=pairs-editortitlePairs Editor/title
+paraapplicationPairs/application editor is a part of 
applicationPairs/application Project. It can be used to make and edit 
themes for applicationPairs/application.
+/para
+para
+screenshot
+screeninfo/screeninfo
+  mediaobject
+imageobject
+  imagedata fileref=pairseditor.png format=PNG/
+/imageobject
+textobject
+  phrase/phrase
+/textobject
+  /mediaobject
+/screenshot
+/para
+sect1 

commit kbounce for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kbounce for openSUSE:Factory checked 
in at 2013-07-08 07:29:55

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


Package is kbounce

Changes:

--- /work/SRC/openSUSE:Factory/kbounce/kbounce.changes  2013-06-11 
09:28:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbounce.new/kbounce.changes 2013-07-08 
07:29:57.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:46:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:48:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kbounce-4.10.4.tar.xz

New:

  kbounce-4.10.90.tar.xz



Other differences:
--
++ kbounce.spec ++
--- /var/tmp/diff_new_pack.zcp7Pd/_old  2013-07-08 07:29:58.0 +0200
+++ /var/tmp/diff_new_pack.zcp7Pd/_new  2013-07-08 07:29:58.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  Amusements/Games/Action/Other
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kbounce-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kbounce-4.10.4.tar.xz - kbounce-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbounce-4.10.4/board.cpp 
new/kbounce-4.10.90/board.cpp
--- old/kbounce-4.10.4/board.cpp2013-05-28 21:34:39.0 +0200
+++ new/kbounce-4.10.90/board.cpp   2013-06-10 20:54:33.0 +0200
@@ -38,7 +38,8 @@
 
 
 KBounceBoard::KBounceBoard( KBounceRenderer* renderer )
-: QObject(), QGraphicsItemGroup(), m_renderer( renderer )
+: QGraphicsObject()
+, m_renderer( renderer )
 {
 m_tilesPix = new QGraphicsPixmapItem( this );
 m_tilesPix-setPos( QPointF( 0, 0 ) );
@@ -99,8 +100,6 @@
 foreach( KBounceWall* wall, m_walls )
wall-resize( m_tileSize );
 
-redraw();
-
 size.setWidth( minTileSize * TILE_NUM_W );
 size.setHeight( minTileSize * TILE_NUM_H );
 if (!alreadyPaused)
@@ -109,54 +108,50 @@
 }
 }
 
-void KBounceBoard::redraw()
+void KBounceBoard::paint(QPainter * p, const QStyleOptionGraphicsItem *, 
QWidget *)
 {
-if ( m_tileSize.isEmpty() )
-{
+if ( m_tileSize.isEmpty() ) {
 m_tilesPix-setPixmap( QPixmap() );
 m_tilesPix-hide();
 }
-else
-{
-   
-   QPixmap px( m_tileSize.width() * TILE_NUM_W, m_tileSize.height() * 
TILE_NUM_H );
+else {
+QPixmap px( m_tileSize.width()  * TILE_NUM_W,
+m_tileSize.height() * TILE_NUM_H );
px.fill( QColor( 0, 0, 0, 0 ) );
+   p-drawPixmap( 0, 0, px );
 
-   QPainter p( px );
-
-   for ( int i = 0; i  TILE_NUM_W; i++ )
-   {
-   for ( int j = 0; j  TILE_NUM_H; j++ )
-   {
-switch ( m_tiles[i][j] )
-{
+   for ( int i = 0; i  TILE_NUM_W; i++ ) {
+   for ( int j = 0; j  TILE_NUM_H; j++ ) {
+switch ( m_tiles[i][j] ) {
 case Free:
-p.drawPixmap( i * m_tileSize.width(), j* m_tileSize.height(), 
m_renderer-spritePixmap( gridTile, m_tileSize ) );
+p-drawPixmap(
+i * m_tileSize.width(),
+j * m_tileSize.height(),
+m_renderer-spritePixmap( gridTile, m_tileSize )
+);
 break;
+
 case Border:
 case Wall:
-p.drawPixmap( i * m_tileSize.width(), j * m_tileSize.height(), 
m_renderer-spritePixmap( wallTile, m_tileSize ) );
+p-drawPixmap(
+i * m_tileSize.width(),
+j * m_tileSize.height(),
+m_renderer-spritePixmap( wallTile, m_tileSize )
+);
 break;
+
 default:
 break;
-}
+}
}
}
 
-   p.end();
-
m_tilesPix-setPixmap( px );
m_tilesPix-show();
 }
 
-  /*  foreach( KBounceBall* ball, m_balls )
-{
-   ball-resetPixmaps();
-}*/
 foreach( KBounceWall* wall, m_walls )
-{
 wall-update();
-}
 }
 
 void KBounceBoard::newLevel( int level )
@@ -214,7 +209,7 @@
 
 void KBounceBoard::buildWall( const 

commit kblocks for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kblocks for openSUSE:Factory checked 
in at 2013-07-08 07:29:58

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


Package is kblocks

Changes:

--- /work/SRC/openSUSE:Factory/kblocks/kblocks.changes  2013-06-11 
09:28:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblocks.new/kblocks.changes 2013-07-08 
07:30:00.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:46:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:47:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kblocks-4.10.4.tar.xz

New:

  kblocks-4.10.90.tar.xz



Other differences:
--
++ kblocks.spec ++
--- /var/tmp/diff_new_pack.gENzc3/_old  2013-07-08 07:30:01.0 +0200
+++ /var/tmp/diff_new_pack.gENzc3/_new  2013-07-08 07:30:01.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.1+
 Group:  Amusements/Games/Strategy/Real Time
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kblocks-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kblocks-4.10.4.tar.xz - kblocks-4.10.90.tar.xz ++
Files old/kblocks-4.10.4/doc/index.cache.bz2 and 
new/kblocks-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-4.10.4/doc/index.docbook 
new/kblocks-4.10.90/doc/index.docbook
--- old/kblocks-4.10.4/doc/index.docbook2013-05-28 21:34:24.0 
+0200
+++ new/kblocks-4.10.90/doc/index.docbook   2013-06-10 20:54:31.0 
+0200
@@ -29,8 +29,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2012-08-06/date
-releaseinfo0.3 (kde; 4.9)/releaseinfo
+date2013-05-05/date
+releaseinfo0.3 (kde; 4.11)/releaseinfo
 
 abstractparakblocks; is the kde; version of the classic falling blocks
 game./para/abstract
@@ -89,10 +89,8 @@
 
 paraThe following sections briefly describes each menubar option./para
 
-sect1 id=game-menu
-titleguimenuGame/guimenu Menu/title
-
-paraThe guimenuGame/guimenu menu consists of 4 options./para
+sect1 id=menu
+titleMenu Items/title
 
 variablelist
 varlistentry
@@ -104,9 +102,15 @@
 guimenuitemSingle Game/guimenuitem /menuchoice/term
 listitemparaStarts a new single player game./para/listitem
 /varlistentry
-!--missing
-Human vs AI
- --
+
+varlistentry
+termmenuchoice
+guimenuGame/guimenu
+guimenuitemHuman vs AI/guimenuitem /menuchoice/term
+listitemparaCompare your skills with the AI and play against the computer 
+using the same sequence of falling blocks, where you have the first 
turn./para/listitem
+/varlistentry
+
 varlistentry
 termmenuchoice
 shortcut
@@ -137,41 +141,17 @@
 guimenuitemQuit/guimenuitem /menuchoice/term
 listitemparaactionQuits/action kblocks;/para/listitem
 /varlistentry
-/variablelist
-/sect1
-
-sect1 id=settings-menutitleguimenuSettings/guimenu Menu/title
-variablelist
+!--FIXME when is sound played ? see 
https://bugs.kde.org/show_bug.cgi?id=319372
 varlistentry
-term
-menuchoice
+termmenuchoice
+shortcut
+keycombo action=simulCtrl;keycapQ/keycap/keycombo
+/shortcut
 guimenuSettings/guimenu
-guimenuitemShow Toolbar/guimenuitem
-/menuchoice
-/term
-listitem
-para
-actionToggle on or off the display of the toolbar./action The
-default is on.
-/para
-/listitem
+guimenuitemPlay sound/guimenuitem /menuchoice/term
+listitempara???/para/listitem
 /varlistentry
-
-varlistentry
-term
-menuchoice
-guimenuSettings/guimenu
-guimenuitemShow Statusbar/guimenuitem
-/menuchoice
-/term
-listitem
-para
-actionToggle on or off the display of the statusbar./action The
-default is on.
-/para
-/listitem
-/varlistentry
-
+--
 varlistentry
 termmenuchoice
 guimenuSettings/guimenu
@@ -186,49 +166,20 @@
 /listitem
 /varlistentry
 
-varlistentry
-termmenuchoiceguimenuSettings/guimenuguimenuitemConfigure
-Shortcuts.../guimenuitem/menuchoice/term
-listitemparaThis item lets you change the keyboard shortcuts used by 
kblocks;, including the keys used to rotate blocks clockwise and counter 
clockwise/para/listitem
-/varlistentry
+/variablelist
 
-varlistentry
-term
-menuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Toolbars.../guimenuitem
-/menuchoice
-/term
-listitem
 para
-actionConfigure/action the toolbars provided by kblocks;.
+Additionally kblocks; has the common kde; 

commit kapman for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kapman for openSUSE:Factory checked 
in at 2013-07-08 07:30:08

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


Package is kapman

Changes:

--- /work/SRC/openSUSE:Factory/kapman/kapman.changes2013-06-11 
09:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kapman.new/kapman.changes   2013-07-08 
07:30:09.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:45:27 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:46:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kapman-4.10.4.tar.xz

New:

  kapman-4.10.90.tar.xz



Other differences:
--
++ kapman.spec ++
--- /var/tmp/diff_new_pack.OVBDdD/_old  2013-07-08 07:30:10.0 +0200
+++ /var/tmp/diff_new_pack.OVBDdD/_new  2013-07-08 07:30:10.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kapman-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kapman-4.10.4.tar.xz - kapman-4.10.90.tar.xz ++
Files old/kapman-4.10.4/doc/config.png and new/kapman-4.10.90/doc/config.png 
differ
Files old/kapman-4.10.4/doc/index.cache.bz2 and 
new/kapman-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-4.10.4/doc/index.docbook 
new/kapman-4.10.90/doc/index.docbook
--- old/kapman-4.10.4/doc/index.docbook 2013-05-28 21:33:21.0 +0200
+++ new/kapman-4.10.90/doc/index.docbook2013-06-10 20:54:26.0 
+0200
@@ -27,8 +27,8 @@
 /copyright
 legalnoticeFDLNotice;/legalnotice
 
-date2008-09-30/date
-releaseinfo1.0/releaseinfo
+date2013-05-05/date
+releaseinfo1.0.1 (kde; 4.11)/releaseinfo
 
 abstract
 parakapman; is a clone of the well known game 
applicationPac-Man/application./para
@@ -143,11 +143,9 @@
 /chapter
 
 chapter id=interfacetitleInterface Overview/title
-sect1 id=menubar
-titleMenubar/title
-sect2
-titleThe guimenuGame/guimenu Menu/title
-para
+sect1 id=menu
+titleMenu Items/title
+
 variablelist
 varlistentry
 termmenuchoice
@@ -176,79 +174,32 @@
 /menuchoice/term
 listitemparaactionQuits/action kapman;./para/listitem
 /varlistentry
-/variablelist
-/para
-/sect2
-sect2
-titleThe guimenuSettings/guimenu Menu/title
-para
-variablelist
+
 varlistentry
 termmenuchoice
 guimenuSettings/guimenuguimenuitemPlay Sounds/guimenuitem
 /menuchoice/term
 listitemparaactionPlays the sounds or mutes./action/para/listitem
 /varlistentry
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguimenuitemShow Statusbar/guimenuitem
-/menuchoice/term
-listitemparaactionShows or hides the 
statusbar./action/para/listitem
-/varlistentry
+
 varlistentry
 termmenuchoice
 guimenuSettings/guimenuguisubmenuDifficulty/guisubmenu
 /menuchoice/term
 listitem
-paraactionAdjusts the game difficulty./action/para
-variablelist
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguisubmenuDifficulty/guisubmenuguimenuitemEasy/guimenuitem
-/menuchoice/term
-listitempara/para/listitem
-/varlistentry
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguisubmenuDifficulty/guisubmenuguimenuitemMedium/guimenuitem
-/menuchoice/term
-listitempara/para/listitem
-/varlistentry
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguisubmenuDifficulty/guisubmenuguimenuitemHard/guimenuitem
-/menuchoice/term
-listitempara/para/listitem
-/varlistentry
-/variablelist
+paraactionAdjusts the game difficulty to guimenuitemEasy/guimenuitem,
+guimenuitemMedium/guimenuitem or 
guimenuitemHard/guimenuitem./action/para
 /listitem
 /varlistentry
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguimenuitemConfigure Shortcuts.../guimenuitem
-/menuchoice/term
-listitemparaactionBrings up the shortcut configuration 
utility./action/para/listitem
-/varlistentry
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguimenuitemConfigure Toolbars.../guimenuitem
-/menuchoice/term
-listitemparaactionBrings up the toolbar configuration 
utility./action/para/listitem
-/varlistentry
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguimenuitemConfigure Kapman.../guimenuitem
-/menuchoice/term
-listitemparaactionBrings up the kapman; configuration 
utility./action/para/listitem
-/varlistentry
 

commit kajongg for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kajongg for openSUSE:Factory checked 
in at 2013-07-08 07:30:11

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


Package is kajongg

Changes:

--- /work/SRC/openSUSE:Factory/kajongg/kajongg.changes  2013-06-11 
09:28:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kajongg.new/kajongg.changes 2013-07-08 
07:30:13.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:44:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:46:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kajongg-4.10.4.tar.xz

New:

  kajongg-4.10.90.tar.xz



Other differences:
--
++ kajongg.spec ++
--- /var/tmp/diff_new_pack.BplVEe/_old  2013-07-08 07:30:14.0 +0200
+++ /var/tmp/diff_new_pack.BplVEe/_new  2013-07-08 07:30:14.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kajongg-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kajongg-4.10.4.tar.xz - kajongg-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kajongg-4.10.4/cmake-modules/COPYING-CMAKE-SCRIPTS 
new/kajongg-4.10.90/cmake-modules/COPYING-CMAKE-SCRIPTS
--- old/kajongg-4.10.4/cmake-modules/COPYING-CMAKE-SCRIPTS  1970-01-01 
01:00:00.0 +0100
+++ new/kajongg-4.10.90/cmake-modules/COPYING-CMAKE-SCRIPTS 2013-06-10 
20:54:25.0 +0200
@@ -0,0 +1,22 @@
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products 
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Files old/kajongg-4.10.4/doc/index.cache.bz2 and 
new/kajongg-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kajongg-4.10.4/doc/index.docbook 
new/kajongg-4.10.90/doc/index.docbook
--- old/kajongg-4.10.4/doc/index.docbook2013-05-28 21:33:08.0 
+0200
+++ new/kajongg-4.10.90/doc/index.docbook   2013-06-10 20:54:25.0 
+0200
@@ -49,8 +49,8 @@
 /authorgroup
 legalnoticeFDLNotice;/legalnotice
 
-date2012-03-28/date!-- Date of (re)writing, or update.--
-releaseinfokappversion;/releaseinfo!-- Application version number. Use 
the variable definitions within header to change this value.--
+date2013-05-03/date!-- Date of (re)writing, or update.--
+releaseinfokappversion; (kde; 4.11)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
 
 !--Short description of this document. Do not change unless necessary!--
 abstract
@@ -379,7 +379,7 @@
players.
   /parapara
   Often, the dialogs will offer choices which are not really 
applicable like calling Pung when you do not have the needed tiles. This is 
intended - just like in a real game.
- But you can configure impossible choices away: 
guilabelOptions/guilabel, guilabelShow only possible actions/guilabel.
+ But you can 

commit kblackbox for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kblackbox for openSUSE:Factory 
checked in at 2013-07-08 07:30:01

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


Package is kblackbox

Changes:

--- /work/SRC/openSUSE:Factory/kblackbox/kblackbox.changes  2013-06-11 
09:28:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblackbox.new/kblackbox.changes 2013-07-08 
07:30:03.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:45:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 20:47:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kblackbox-4.10.4.tar.xz

New:

  kblackbox-4.10.90.tar.xz



Other differences:
--
++ kblackbox.spec ++
--- /var/tmp/diff_new_pack.vMMHqf/_old  2013-07-08 07:30:03.0 +0200
+++ /var/tmp/diff_new_pack.vMMHqf/_new  2013-07-08 07:30:03.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kblackbox-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kblackbox-4.10.4.tar.xz - kblackbox-4.10.90.tar.xz ++
Files old/kblackbox-4.10.4/doc/gameboard.png and 
new/kblackbox-4.10.90/doc/gameboard.png differ
Files old/kblackbox-4.10.4/doc/index.cache.bz2 and 
new/kblackbox-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-4.10.4/doc/index.docbook 
new/kblackbox-4.10.90/doc/index.docbook
--- old/kblackbox-4.10.4/doc/index.docbook  2013-05-28 21:33:55.0 
+0200
+++ new/kblackbox-4.10.90/doc/index.docbook 2013-06-10 20:54:29.0 
+0200
@@ -39,8 +39,8 @@
 holderNicolas.Roffet;/holder
 /copyright
 legalnoticeFDLNotice;/legalnotice 
-date2012-08-06/date!-- Date of (re)writing, or update.--
-releaseinfokappversion; (kde; 4.9)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
+date2013-05-05/date!-- Date of (re)writing, or update.--
+releaseinfokappversion; (kde; 4.11)/releaseinfo!-- Application version 
number. Use the variable definitions within header to change this value.--
  
 !--Short description of this document. Do not change unless necessary!--
 abstract
@@ -210,6 +210,18 @@
  sect1 id=game-board-descritpion
 titleGame Board Description/title
 
+screenshot
+screeninfokblackbox; Game Board/screeninfo
+mediaobject
+imageobject
+imagedata fileref=gameboard.png format=PNG/
+/imageobject
+textobject
+phrasekblackbox; Game Board/phrase
+/textobject
+/mediaobject
+/screenshot
+
 paraThe following types of field are found on the game board: /para
 
 variablelist
@@ -241,8 +253,8 @@
 
 /sect1
 
-sect1 id=game-menu
-titleThe guimenuGame/guimenu Menu/title
+sect1 id=menu
+titleMenu Items/title
 
 variablelist
 varlistentry
@@ -302,14 +314,7 @@
paraThis closes the window and quits kblackbox;./para
/listitem
 /varlistentry
-/variablelist
-/sect1
-
-
-sect1 id=move-menu
-titleThe guimenuMove/guimenu Menu/title
 
-variablelist
 varlistentry
term
menuchoice
@@ -329,14 +334,7 @@
 the current game, to compute the final score and to display the real positions 
of
 the balls./para/listitem
 /varlistentry
-/variablelist
-/sect1
 
-
-sect1 id=settings-menu
-titleThe guimenuSettings/guimenu Menu/title
-paraNote: we describe here only the menu items that are game specific and 
skip kde; standard menu items./para
-variablelist
 varlistentry
 termmenuchoice
 guimenuSettings/guimenuguisubmenuDifficulty/guisubmenu
@@ -348,22 +346,15 @@
 /listitem
 /varlistentry
 
-varlistentry
-termmenuchoice
-guimenuSettings/guimenuguimenuitemConfigure kblackbox;.../guimenuitem
-/menuchoice/term
-listitem
-paraIn this dialog, you can customize the number of balls, columns and rows 
of the black box in the custom difficulty level./para
-/listitem
-/varlistentry
 /variablelist
+para
+Additionally kblackbox; has the common kde; guimenuSettings/guimenu and 
guimenuHelp/guimenu
+menu items, for more information read the sections about the ulink 
url=help:/fundamentals/ui.html#menus-settings
+Settings Menu/ulink and ulink 
url=help:/fundamentals/ui.html#menus-helpHelp Menu/ulink
+of the kde; Fundamentals.
+/para
 
 

commit kwalletmanager for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kwalletmanager for openSUSE:Factory 
checked in at 2013-07-08 07:31:10

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


Package is kwalletmanager

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager/kwalletmanager.changes
2013-06-11 09:33:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwalletmanager.new/kwalletmanager.changes   
2013-07-08 07:31:42.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:24:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:32:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kwallet-4.10.4.tar.xz

New:

  kwallet-4.10.90.tar.xz



Other differences:
--
++ kwalletmanager.spec ++
--- /var/tmp/diff_new_pack.8Gbjyg/_old  2013-07-08 07:31:42.0 +0200
+++ /var/tmp/diff_new_pack.8Gbjyg/_new  2013-07-08 07:31:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwalletmanager
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+
@@ -59,7 +59,6 @@
 %_kde4_modulesdir/*.so
 %_kde4_applicationsdir/kwalletmanager*.desktop
 %_kde4_htmldir/en/kwallet/
-%_kde4_iconsdir/hicolor/*/*/*.png
 %_kde4_servicesdir/*.desktop
 
 %changelog

++ kwallet-4.10.4.tar.xz - kwallet-4.10.90.tar.xz ++
 12381 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-07-07 Thread h_root
Hello community,

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

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-06-11 
09:38:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2013-07-08 
07:31:39.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:25:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:33:27 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  sweeper-4.10.4.tar.xz

New:

  sweeper-4.10.90.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.qslggz/_old  2013-07-08 07:31:40.0 +0200
+++ /var/tmp/diff_new_pack.qslggz/_new  2013-07-08 07:31:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sweeper
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1+

++ sweeper-4.10.4.tar.xz - sweeper-4.10.90.tar.xz ++
Files old/sweeper-4.10.4/doc/index.cache.bz2 and 
new/sweeper-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sweeper-4.10.4/doc/index.docbook 
new/sweeper-4.10.90/doc/index.docbook
--- old/sweeper-4.10.4/doc/index.docbook2013-05-28 21:30:40.0 
+0200
+++ new/sweeper-4.10.90/doc/index.docbook   2013-06-10 20:53:58.0 
+0200
@@ -18,8 +18,8 @@
 !-- TRANS:ROLES_OF_TRANSLATORS --
 /authorgroup
 
-date2010-07-23/date
-releaseinfokde; 4.5/releaseinfo
+date2013-05-25/date
+releaseinfo1.9 (kde; 4.11)/releaseinfo
 
 keywordset
 keywordKDE/keyword
@@ -28,7 +28,9 @@
 /keywordset
 /articleinfo
 
-parasweeper; helps to clean unwanted traces users leave on the 
system./para
+parasweeper; helps to clean unwanted traces from kde; applications users 
leave on the system.
+
+/para
 
 para
 screenshot

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



commit kdebase4-artwork for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-artwork for 
openSUSE:Factory checked in at 2013-07-08 07:30:53

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


Package is kdebase4-artwork

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-artwork/kdebase4-artwork.changes
2013-06-11 09:31:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-artwork.new/kdebase4-artwork.changes   
2013-07-08 07:31:36.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:25:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:34:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kde-base-artwork-4.10.4.tar.xz

New:

  kde-base-artwork-4.10.90.tar.xz



Other differences:
--
++ kdebase4-artwork.spec ++
--- /var/tmp/diff_new_pack.rI0uPb/_old  2013-07-08 07:31:37.0 +0200
+++ /var/tmp/diff_new_pack.rI0uPb/_new  2013-07-08 07:31:37.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:kde-base-artwork-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-base-artwork-4.10.4.tar.xz - kde-base-artwork-4.10.90.tar.xz ++
/work/SRC/openSUSE:Factory/kdebase4-artwork/kde-base-artwork-4.10.4.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-artwork.new/kde-base-artwork-4.10.90.tar.xz
 differ: char 27, line 1

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



commit kremotecontrol for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2013-07-08 07:31:16

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-06-11 09:32:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2013-07-08 07:31:44.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:24:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:32:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kremotecontrol-4.10.4.tar.xz

New:

  kremotecontrol-4.10.90.tar.xz



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.27M64n/_old  2013-07-08 07:31:45.0 +0200
+++ /var/tmp/diff_new_pack.27M64n/_new  2013-07-08 07:31:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kremotecontrol
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:KDE Frontend for the Linux Infrared Remote Control system
 License:GPL-2.0+

++ kremotecontrol-4.10.4.tar.xz - kremotecontrol-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kremotecontrol-4.10.4/CMakeLists.txt 
new/kremotecontrol-4.10.90/CMakeLists.txt
--- old/kremotecontrol-4.10.4/CMakeLists.txt2013-05-28 21:30:25.0 
+0200
+++ new/kremotecontrol-4.10.90/CMakeLists.txt   2013-06-10 20:53:49.0 
+0200
@@ -4,35 +4,23 @@
   message(FATAL_ERROR KRemoteControl is only supposed to be built on Unix 
platforms.)
 endif(NOT UNIX)
 
-if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
-find_package(KDE4)
-include(KDE4Defaults)
-include_directories(${KDE4_INCLUDES})
-
-add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
-add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-
-# If definitions like -D_GNU_SOURCE are needed for these checks they
-# should be added to _KDE4_PLATFORM_DEFINITIONS when it is originally
-# defined outside this file.  Here we include these definitions in
-# CMAKE_REQUIRED_DEFINITIONS so they will be included in the build of
-# checks below.
-set( CMAKE_REQUIRED_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS} )
-
-set(STUFF_REQUIRED TRUE)
-else()
-set(STUFF_REQUIRED FALSE)
-endif()
-
-macro_log_feature( QT_QTXMLPATTERNS_FOUND QtXmlPatterns Qt support for 
XPath, XQuery, XSLT and XML Schema validation 
http://doc.trolltech.com/latest/qtxmlpatterns.html; ${STUFF_REQUIRED}  
Required to build kremotecontrol. )
-
-if(NOT QT_QTXMLPATTERNS_FOUND)
-if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
-macro_display_feature_log()
-else()
-return()
-endif()
-endif()
+find_package(KDE4 REQUIRED)
+include(KDE4Defaults)
+include_directories(${KDE4_INCLUDES})
+
+add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
+
+# If definitions like -D_GNU_SOURCE are needed for these checks they
+# should be added to _KDE4_PLATFORM_DEFINITIONS when it is originally
+# defined outside this file.  Here we include these definitions in
+# CMAKE_REQUIRED_DEFINITIONS so they will be included in the build of
+# checks below.
+set(CMAKE_REQUIRED_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS})
+
+macro_log_feature(QT_QTXMLPATTERNS_FOUND QtXmlPatterns Qt support for 
XPath, XQuery, XSLT and XML Schema validation 
http://doc.trolltech.com/latest/qtxmlpatterns.html; TRUE  Required to build 
kremotecontrol.)
+
+macro_display_feature_log()
 
 include_directories(${CMAKE_CURRENT_SOURCE_DIR})
 
Files old/kremotecontrol-4.10.4/doc/index.cache.bz2 and 
new/kremotecontrol-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kremotecontrol-4.10.4/libkremotecontrol/backends/lirc/kremotecontrol_lirc.desktop
 
new/kremotecontrol-4.10.90/libkremotecontrol/backends/lirc/kremotecontrol_lirc.desktop
--- 
old/kremotecontrol-4.10.4/libkremotecontrol/backends/lirc/kremotecontrol_lirc.desktop
   2013-05-28 21:30:25.0 +0200
+++ 

commit kaccessible for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kaccessible for openSUSE:Factory 
checked in at 2013-07-08 07:30:56

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


Package is kaccessible

Changes:

--- /work/SRC/openSUSE:Factory/kaccessible/kaccessible.changes  2013-06-11 
09:28:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kaccessible.new/kaccessible.changes 
2013-07-08 07:31:37.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:25:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:33:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kaccessible-4.10.4.tar.xz

New:

  kaccessible-4.10.90.tar.xz



Other differences:
--
++ kaccessible.spec ++
--- /var/tmp/diff_new_pack.Z1WTw4/_old  2013-07-08 07:31:38.0 +0200
+++ /var/tmp/diff_new_pack.Z1WTw4/_new  2013-07-08 07:31:38.0 +0200
@@ -27,7 +27,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kaccessible-4.10.4.tar.xz - kaccessible-4.10.90.tar.xz ++

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



commit kgpg for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2013-07-08 07:31:19

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


Package is kgpg

Changes:

--- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes2013-06-11 
09:32:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2013-07-08 
07:31:45.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:23:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:32:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kgpg-4.10.4.tar.xz

New:

  kgpg-4.10.90.tar.xz



Other differences:
--
++ kgpg.spec ++
--- /var/tmp/diff_new_pack.M1DZnL/_old  2013-07-08 07:31:46.0 +0200
+++ /var/tmp/diff_new_pack.M1DZnL/_new  2013-07-08 07:31:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgpg
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Encryption Tool
 License:GPL-2.0+

++ kgpg-4.10.4.tar.xz - kgpg-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.10.4/conf_ui2.ui new/kgpg-4.10.90/conf_ui2.ui
--- old/kgpg-4.10.4/conf_ui2.ui 2013-05-28 21:30:19.0 +0200
+++ new/kgpg-4.10.90/conf_ui2.ui2013-06-10 20:53:48.0 +0200
@@ -225,6 +225,69 @@
stringEditor Font/string
   /attribute
  /widget
+ widget class=QWidget name=tabKeyList
+  attribute name=title
+   stringKey List/string
+  /attribute
+  layout class=QVBoxLayout name=verticalLayout
+   item
+widget class=QGroupBox name=groupBoxSorting
+ property name=title
+  stringSort Order/string
+ /property
+ layout class=QFormLayout name=formLayout
+  item row=0 column=0
+   widget class=QLabel name=label_EmailSorting
+property name=text
+ stringEmail:/string
+/property
+property name=buddy
+ cstringkcfg_EmailSorting/cstring
+/property
+   /widget
+  /item
+  item row=0 column=1
+   widget class=KComboBox name=kcfg_EmailSorting
+item
+ property name=text
+  stringLeft to right, account first/string
+ /property
+/item
+item
+ property name=text
+  stringRight to left, TLD first/string
+ /property
+/item
+item
+ property name=text
+  stringRight to left, domain first/string
+ /property
+/item
+item
+ property name=text
+  stringRight to left, FQDN first/string
+ /property
+/item
+   /widget
+  /item
+ /layout
+/widget
+   /item
+   item
+spacer name=verticalSpacer
+ property name=orientation
+  enumQt::Vertical/enum
+ /property
+ property name=sizeHint stdset=0
+  size
+   width20/width
+   height351/height
+  /size
+ /property
+/spacer
+   /item
+  /layout
+ /widget
 /widget
/item
   /layout
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.10.4/core/KGpgSignNode.cpp 
new/kgpg-4.10.90/core/KGpgSignNode.cpp
--- old/kgpg-4.10.4/core/KGpgSignNode.cpp   2013-05-28 21:30:19.0 
+0200
+++ new/kgpg-4.10.90/core/KGpgSignNode.cpp  2013-06-10 20:53:48.0 
+0200
@@ -1,4 +1,4 @@
-/* Copyright 2008,2009,2010 Rolf Eike Beer k...@opensource.sf-tec.de
+/* Copyright 2008,2009,2010,2013 Rolf Eike Beer k...@opensource.sf-tec.de
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -33,7 +33,9 @@
 };
 
 KGpgSignNodePrivate::KGpgSignNodePrivate(const QStringList sl)
+   : m_local(false)
 {
+   Q_ASSERT(!sl.isEmpty());
m_revocation = (sl.at(0) == QLatin1String(rev));
if (sl.count()  6)
return;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.10.4/core/convert.cpp 
new/kgpg-4.10.90/core/convert.cpp
--- old/kgpg-4.10.4/core/convert.cpp

commit dragonplayer for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package dragonplayer for openSUSE:Factory 
checked in at 2013-07-08 07:31:49

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-06-11 09:26:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.dragonplayer.new/dragonplayer.changes   
2013-07-08 07:31:57.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:22:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:30:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  dragon-4.10.4.tar.xz

New:

  dragon-4.10.90.tar.xz



Other differences:
--
++ dragonplayer.spec ++
--- /var/tmp/diff_new_pack.GyvIug/_old  2013-07-08 07:31:58.0 +0200
+++ /var/tmp/diff_new_pack.GyvIug/_new  2013-07-08 07:31:58.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://dragonplayer.org/
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:dragon-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ dragon-4.10.4.tar.xz - dragon-4.10.90.tar.xz ++
Files old/dragon-4.10.4/doc/index.cache.bz2 and 
new/dragon-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-4.10.4/doc/index.docbook 
new/dragon-4.10.90/doc/index.docbook
--- old/dragon-4.10.4/doc/index.docbook 2013-05-28 21:31:12.0 +0200
+++ new/dragon-4.10.90/doc/index.docbook2013-06-25 20:35:33.0 
+0200
@@ -41,8 +41,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2010-10-21/date
-releaseinfo2.0 (kde; 4.5)/releaseinfo
+date2013-05-11/date
+releaseinfo2.0 (kde; 4.11)/releaseinfo
 
 abstract
 para
@@ -76,7 +76,7 @@
 
 
 para
-dragonplayer; is a simple media player using Phonon technology. 
dragonplayer; is a no frills media player that excels at playing DVDs and 
movie files without getting in your way.
+dragonplayer; is a simple media player using phonon; technology. 
dragonplayer; is a no frills media player that excels at playing DVDs and 
movie files without getting in your way.
 /para
 
 /chapter
@@ -98,7 +98,8 @@
 
 paraThere are three ways to play a video file:/para
 paraguibuttonPlay File/guibutton opens the file dialog and allows you to 
select a file to play./para
-paraguibuttonPlay Disc/guibutton to play a CD or DVD./para
+paraguibuttonPlay Disc/guibutton to play a CD; or DVD./para
+paraguibuttonPlay Stream/guibutton opens a dialog to enter an address of 
some ulink url=http://en.wikipedia.org/wiki/Streaming_media;multimedia 
stream/ulink./para
 paraDouble click on an entry in the play list with recently opened files to 
start playing it. 
 The context menu of the play list shows actions to remove a selected entry or 
clear the whole play list. 
 Any file you played will be automatically added to the list./para
@@ -189,8 +190,8 @@
 /para
 
 !-- TRANS:CREDIT_FOR_TRANSLATORS --
-underGPL;
 underFDL;
+underGPL;
 
 /chapter
 
Files old/dragon-4.10.4/doc/playmedia.png and 
new/dragon-4.10.90/doc/playmedia.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dragon-4.10.4/misc/dragonplayer-opendvd.desktop 
new/dragon-4.10.90/misc/dragonplayer-opendvd.desktop
--- old/dragon-4.10.4/misc/dragonplayer-opendvd.desktop 2013-05-28 
21:31:12.0 +0200
+++ new/dragon-4.10.90/misc/dragonplayer-opendvd.desktop2013-06-10 
20:54:07.0 +0200
@@ -8,6 +8,7 @@
 Name[bg]=Отваряне с програма за видео (Dragon Player)
 Name[bs]=Otvori programom Dragon Player
 Name[ca]=Obre amb el reproductor de vídeo (Dragon Player)
+Name[ca@valencia]=Obri amb el reproductor de vídeo (Dragon Player)
 Name[cs]=Otevřít v přehrávači videa (Dragon)
 Name[da]=Åbn med videoafspiller (Dragon Player)
 Name[de]=Mit der Video-Wiedergabe öffnen (Dragon Player)
@@ -20,6 +21,7 @@
 Name[gl]=Abrir co reprodutor de vídeo (Dragon Player)
 Name[hu]=Megnyitás videolejátszóval (Dragon Player)
 Name[ia]=Aperi con Video Player (Dragon Player)
+Name[is]=Opna með vídeóspilara (Dragon spilarinn)
 Name[it]=Apri con riproduttore video (Dragon Player)
 Name[kk]=Бейне (Dragon) ойнатқышында ашу
 

commit juk for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package juk for openSUSE:Factory checked in 
at 2013-07-08 07:31:51

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-06-11 09:28:26.0 
+0200
+++ /work/SRC/openSUSE:Factory/.juk.new/juk.changes 2013-07-08 
07:31:58.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:22:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:30:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  juk-4.10.4.tar.xz

New:

  juk-4.10.90.tar.xz



Other differences:
--
++ juk.spec ++
--- /var/tmp/diff_new_pack.MyHIeC/_old  2013-07-08 07:31:59.0 +0200
+++ /var/tmp/diff_new_pack.MyHIeC/_new  2013-07-08 07:31:59.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ juk-4.10.4.tar.xz - juk-4.10.90.tar.xz ++
 2233 lines of diff (skipped)

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



commit rocs for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2013-07-08 07:32:20

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-06-11 
09:37:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2013-07-08 
07:32:21.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:20:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:28:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  rocs-4.10.4.tar.xz

New:

  rocs-4.10.90.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.YaZDCo/_old  2013-07-08 07:32:22.0 +0200
+++ /var/tmp/diff_new_pack.YaZDCo/_new  2013-07-08 07:32:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rocs
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Graph Theory IDE
 License:GPL-3.0+
@@ -27,6 +27,7 @@
 Patch1: desktop-files.diff
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
+BuildRequires:  grantlee-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  xz
 Provides:   kde4-rocs = 4.3.0

++ desktop-files.diff ++
--- /var/tmp/diff_new_pack.YaZDCo/_old  2013-07-08 07:32:22.0 +0200
+++ /var/tmp/diff_new_pack.YaZDCo/_new  2013-07-08 07:32:22.0 +0200
@@ -3,7 +3,7 @@
 @@ -1,7 +1,7 @@
  [Desktop Entry]
  Type=Application
- Exec=rocs %i -caption %c
+ Exec=rocs %i -caption %c
 -Icon=rocs
 +Icon=
  X-DocPath=rocs/index.html

++ rocs-4.10.4.tar.xz - rocs-4.10.90.tar.xz ++
 28387 lines of diff (skipped)

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



commit libkcddb4 for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package libkcddb4 for openSUSE:Factory 
checked in at 2013-07-08 07:32:09

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-06-11 
09:33:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcddb4.new/libkcddb4.changes 2013-07-08 
07:32:11.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:21:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:29:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  libkcddb-4.10.4.tar.xz

New:

  libkcddb-4.10.90.tar.xz



Other differences:
--
++ libkcddb4.spec ++
--- /var/tmp/diff_new_pack.bKm3ZA/_old  2013-07-08 07:32:11.0 +0200
+++ /var/tmp/diff_new_pack.bKm3ZA/_new  2013-07-08 07:32:11.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:libkcddb-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcddb-4.10.4.tar.xz - libkcddb-4.10.90.tar.xz ++
Files old/libkcddb-4.10.4/kcmcddb/doc/index.cache.bz2 and 
new/libkcddb-4.10.90/kcmcddb/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcddb-4.10.4/kcmcddb/libkcddb.desktop 
new/libkcddb-4.10.90/kcmcddb/libkcddb.desktop
--- old/libkcddb-4.10.4/kcmcddb/libkcddb.desktop2013-05-28 
21:31:39.0 +0200
+++ new/libkcddb-4.10.90/kcmcddb/libkcddb.desktop   2013-06-10 
20:54:17.0 +0200
@@ -13,6 +13,7 @@
 Name[bg]=Изтегляне на данни от CDDB
 Name[bs]=Dobavljanje iz CDDB‑a
 Name[ca]=Recuperació CDDB
+Name[ca@valencia]=Recuperació CDDB
 Name[cs]=Získání CDDB
 Name[da]=CDDB-hentning
 Name[de]=CDDB-Abfrage
@@ -24,7 +25,8 @@
 Name[ga]=Aisghabháil CDDB
 Name[gl]=Obtención CDDB
 Name[hu]=CDDB letöltés
-Name[ia]=Recuperation de CDDB
+Name[ia]=Recuperationde CDDB
+Name[is]=CDDB-sækni
 Name[it]=Recupero CDDB
 Name[kk]=CDDB деректерді алу
 Name[km]=កា​រទៅ​យក CDDB
@@ -58,6 +60,7 @@
 GenericName[bg]=Настройки на CDDB
 GenericName[bs]=Konfiguracija CDDB‑a
 GenericName[ca]=Configuració CDDB
+GenericName[ca@valencia]=Configuració CDDB
 GenericName[cs]=Nastavení CDDB
 GenericName[da]=CDDB-indstilling
 GenericName[de]=CDDB-Einrichtung
@@ -70,6 +73,7 @@
 GenericName[gl]=Configuración da CDDB
 GenericName[hu]=CDDB beállítás
 GenericName[ia]=Configuration de CDDB
+GenericName[is]=Stillingar CDDB
 GenericName[it]=Configurazione CDDB
 GenericName[kk]=CDDB конфигурациясы
 GenericName[km]=ការ​កំណត់​រចនាសម្ព័ន្ធ CDDB
@@ -103,6 +107,7 @@
 Comment[bg]=Настройки на изтегляне на данни от CDDB
 Comment[bs]=Podesite dobavljanje iz CDDB‑a
 Comment[ca]=Configura la recuperació CDDB
+Comment[ca@valencia]=Configura la recuperació CDDB
 Comment[cs]=Nastavení stahování z CDDB
 Comment[da]=Indstil hentning via CDDB
 Comment[de]=CDDB-Abfrage einrichten
@@ -115,6 +120,7 @@
 Comment[gl]=Configurar a recuperación de CDDB
 Comment[hu]=A CDDB letöltés beállítása
 Comment[ia]=Configura le Recuperation de CDDB
+Comment[is]=Stilla CDDB sækni
 Comment[it]=Configura il recupero CDDB
 Comment[kk]=CDDB деректер алуды баптау
 Comment[km]=កំណត់​រចនាសម្ព័ន្ធ​ការ​ទៅ​យក CDDB
@@ -145,8 +151,8 @@
 
 Keywords=cddb;
 Keywords[bg]=cddb;данни;диск
-Keywords[bs]=cddb;
 Keywords[ca]=cddb;
+Keywords[ca@valencia]=cddb;
 Keywords[cs]=cddb;
 Keywords[da]=cddb;
 Keywords[de]=cddb;
@@ -159,9 +165,9 @@
 Keywords[gl]=cddb;
 Keywords[hu]=cddb;
 Keywords[ia]=cddb;
+Keywords[is]=cddb;
 Keywords[it]=cddb;
 Keywords[kk]=cddb;
-Keywords[km]=cddb​
 Keywords[ko]=cddb;
 Keywords[mr]=cddb;
 Keywords[nb]=cddb:

-- 
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-07-07 Thread h_root
Hello community,

here is the log from the commit of package kscd for openSUSE:Factory checked in 
at 2013-07-08 07:32:04

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-06-11 
09:32:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kscd.new/kscd.changes   2013-07-08 
07:32:05.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:21:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:29:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kscd-4.10.4.tar.xz

New:

  kscd-4.10.90.tar.xz



Other differences:
--
++ kscd.spec ++
--- /var/tmp/diff_new_pack.kIbpCZ/_old  2013-07-08 07:32:06.0 +0200
+++ /var/tmp/diff_new_pack.kIbpCZ/_new  2013-07-08 07:32:06.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/CD/Players
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kscd-4.10.4.tar.xz - kscd-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscd-4.10.4/gui/randombutton.cpp 
new/kscd-4.10.90/gui/randombutton.cpp
--- old/kscd-4.10.4/gui/randombutton.cpp2013-05-28 21:31:37.0 
+0200
+++ new/kscd-4.10.90/gui/randombutton.cpp   2013-06-10 20:54:15.0 
+0200
@@ -52,10 +52,6 @@
m_id = m_name + QLatin1Char( '_' ) + m_state;
emit(needRepaint());
}
-   else
-   {
-   event-ignore();
-   }
}
else
{
@@ -71,16 +67,13 @@
m_state = QLatin1String( over );
if(m_name==QLatin1String( random ))
{
-   kDebug()  1 ;
m_name = QLatin1String( p_random );
}
else
{
-   kDebug()  2 ;
m_name = QLatin1String( random );
+   m_id = m_name + QLatin1Char( '_' ) + m_state;
}
-   kDebug()  m_name ;
-   m_id = m_name + QLatin1Char( '_' ) + m_state;
emit(buttonClicked(m_name));
}
else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscd-4.10.4/hwcontroler.cpp 
new/kscd-4.10.90/hwcontroler.cpp
--- old/kscd-4.10.4/hwcontroler.cpp 2013-05-28 21:31:37.0 +0200
+++ new/kscd-4.10.90/hwcontroler.cpp2013-06-10 20:54:15.0 +0200
@@ -485,6 +485,7 @@
 {
random = b;
if (b) kDebug()  Random Activated;
+   else   kDebug()  Random Disabled;
 
 
if((selectedCd!=-1))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscd-4.10.4/kscd-play-audiocd.desktop 
new/kscd-4.10.90/kscd-play-audiocd.desktop
--- old/kscd-4.10.4/kscd-play-audiocd.desktop   2013-05-28 21:31:37.0 
+0200
+++ new/kscd-4.10.90/kscd-play-audiocd.desktop  2013-06-10 20:54:15.0 
+0200
@@ -10,6 +10,7 @@
 Name[bg]=Изпълнение на звуков диск с KsCD
 Name[bs]=Emituj audio CD KsCD‑om
 Name[ca]=Reprodueix CD d'àudio amb el KsCD
+Name[ca@valencia]=Reprodueix CD d'àudio amb el KsCD
 Name[cs]=Přehrát audio CD v KsCD
 Name[da]=Afspil lyd-cd med KsCD
 Name[de]=Audio-CD mit KsCD wiedergeben
@@ -22,6 +23,7 @@
 Name[gl]=Reproducir CD de audio con KsCD
 Name[hu]=Hang CD lejátszása a KsCD-vel
 Name[ia]=Reproduce Audio CD con KsCD
+Name[is]=Spila CD-hljóðdisk með KsCD
 Name[it]=Riproduci i CD audio con KsCD
 Name[kk]=Аудио CD-ні KsCD-де орындау
 Name[km]=ចាក់​ស៊ីឌី​អូឌីយ៉ុ​ជា​មួយ KsCD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscd-4.10.4/kscd.desktop 
new/kscd-4.10.90/kscd.desktop
--- old/kscd-4.10.4/kscd.desktop2013-05-28 21:31:37.0 +0200
+++ new/kscd-4.10.90/kscd.desktop   2013-06-10 20:54:15.0 +0200
@@ -3,6 +3,7 @@
 GenericName[bg]=Просвирване на звукови дискове
 GenericName[bs]=CD plejer
 GenericName[ca]=Reproductor de CD
+GenericName[ca@valencia]=Reproductor de CD
 GenericName[cs]=CD přehrávač
 

commit kstars for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2013-07-08 07:32:35

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-06-11 
09:33:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2013-07-08 
07:32:38.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:18:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:24:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kstars-4.10.4.tar.xz

New:

  kstars-4.10.90.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.6UClQV/_old  2013-07-08 07:32:39.0 +0200
+++ /var/tmp/diff_new_pack.6UClQV/_new  2013-07-08 07:32:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kstars
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Desktop Planetarium
 License:GPL-2.0+

++ kstars-4.10.4.tar.xz - kstars-4.10.90.tar.xz ++
/work/SRC/openSUSE:Factory/kstars/kstars-4.10.4.tar.xz 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-4.10.90.tar.xz differ: char 26, 
line 1

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



commit libkcompactdisc4 for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

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

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-06-11 09:33:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc4.new/libkcompactdisc4.changes   
2013-07-08 07:32:13.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:20:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:29:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  libkcompactdisc-4.10.4.tar.xz

New:

  libkcompactdisc-4.10.90.tar.xz



Other differences:
--
++ libkcompactdisc4.spec ++
--- /var/tmp/diff_new_pack.0UAgAp/_old  2013-07-08 07:32:13.0 +0200
+++ /var/tmp/diff_new_pack.0UAgAp/_new  2013-07-08 07:32:13.0 +0200
@@ -23,7 +23,7 @@
 Summary:KDE CD Library
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:libkcompactdisc-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcompactdisc-4.10.4.tar.xz - libkcompactdisc-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcompactdisc-4.10.4/CMakeLists.txt 
new/libkcompactdisc-4.10.90/CMakeLists.txt
--- old/libkcompactdisc-4.10.4/CMakeLists.txt   2013-05-28 21:31:41.0 
+0200
+++ new/libkcompactdisc-4.10.90/CMakeLists.txt  2013-06-10 20:54:19.0 
+0200
@@ -6,6 +6,10 @@
 
 add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
 
+## Compiler flags
+if(CMAKE_COMPILER_IS_GNUCXX)
+set(CMAKE_C_FLAGS -std=c99)   ## ALSA no longer compiles with -std=c90, 
see https://bugzilla.novell.com/show_bug.cgi?id=817077
+endif()
 find_package(Alsa)
 alsa_configure_file(${CMAKE_CURRENT_BINARY_DIR}/config-alsa.h)
 
@@ -44,11 +48,11 @@
 wmlib/drv_toshiba.c
 )
 
-if (APPLE OR WIN32)
+if (APPLE OR WIN32 OR CMAKE_SYSTEM_NAME STREQUAL GNU)
set(USE_WMLIB false)
-else (APPLE OR WIN32)
+else (APPLE OR WIN32 OR CMAKE_SYSTEM_NAME STREQUAL GNU)
set(USE_WMLIB true)
-endif (APPLE OR WIN32)
+endif (APPLE OR WIN32 OR CMAKE_SYSTEM_NAME STREQUAL GNU)
 
 set(kcompactdisc_LIB_SRCS kcompactdisc.cpp kcompactdisc_p.cpp 
phonon_interface.cpp)
 

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



commit kfloppy for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kfloppy for openSUSE:Factory checked 
in at 2013-07-08 07:31:22

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


Package is kfloppy

Changes:

--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes  2013-06-11 
09:31:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2013-07-08 
07:31:47.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:23:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:31:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kfloppy-4.10.4.tar.xz

New:

  kfloppy-4.10.90.tar.xz



Other differences:
--
++ kfloppy.spec ++
--- /var/tmp/diff_new_pack.JuPi3w/_old  2013-07-08 07:31:47.0 +0200
+++ /var/tmp/diff_new_pack.JuPi3w/_new  2013-07-08 07:31:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kfloppy
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Floppy Formatter
 License:GPL-2.0+

++ kfloppy-4.10.4.tar.xz - kfloppy-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-4.10.4/KFloppy.desktop 
new/kfloppy-4.10.90/KFloppy.desktop
--- old/kfloppy-4.10.4/KFloppy.desktop  2013-05-28 21:30:07.0 +0200
+++ new/kfloppy-4.10.90/KFloppy.desktop 2013-06-10 20:53:46.0 +0200
@@ -149,7 +149,7 @@
 Name[zh_TW]=KDE 軟碟
 MimeType=
 X-DocPath=kfloppy/index.html
-Exec=kfloppy -caption %c
+Exec=kfloppy -caption %c
 Icon=kfloppy
 Type=Application
 Terminal=false
Files old/kfloppy-4.10.4/doc/index.cache.bz2 and 
new/kfloppy-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-4.10.4/doc/index.docbook 
new/kfloppy-4.10.90/doc/index.docbook
--- old/kfloppy-4.10.4/doc/index.docbook2013-05-28 21:30:07.0 
+0200
+++ new/kfloppy-4.10.90/doc/index.docbook   2013-06-10 20:53:46.0 
+0200
@@ -62,8 +62,8 @@
 !-- TRANS:ROLES_OF_TRANSLATORS --
 /authorgroup
 
-date2010-07-29/date
-releaseinfo4.5/releaseinfo
+date2013-05-25/date
+releaseinfo4.9 (kde; 4.11)/releaseinfo
 
 copyright
 year2000/year
@@ -161,7 +161,7 @@
 /sect2
 
 sect2 id=filesystems
-titleguilabelFile Systems/guilabel/title
+titleFile Systems/title
 
 paraThe third drop down box, labeled File System, offers the user the
 following choices, if they are applicable:/para
@@ -411,7 +411,7 @@
 /chapter 
 
 chapter id=credits
-titleCredits and Licenses/title
+titleCredits and License/title
 
 !-- ### TODO: verify the copyright dates --
 !-- ### TODO: make the copyright list prettier --
@@ -427,9 +427,6 @@
 paraDocumentation Copyright 2000 by Thad.McGinnis;
 Thad.McGinnis.mail;./para
 
-paraDocumentation Copyright 2005 by Nicolas.Goutte;
-Nicolas.Goutte.mail;./para
-
 paraThis version of the kfloppy; Handbook is based on the original by
 David.Rugge; emaildavidru...@mindspring.com/email/para
 

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



commit kdf for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2013-07-08 07:31:26

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


Package is kdf

Changes:

--- /work/SRC/openSUSE:Factory/kdf/kdf.changes  2013-06-11 09:31:52.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes 2013-07-08 
07:31:48.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:23:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:31:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kdf-4.10.4.tar.xz

New:

  kdf-4.10.90.tar.xz



Other differences:
--
++ kdf.spec ++
--- /var/tmp/diff_new_pack.hrEksj/_old  2013-07-08 07:31:48.0 +0200
+++ /var/tmp/diff_new_pack.hrEksj/_new  2013-07-08 07:31:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdf
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Disk Usage Viewer
 License:GPL-2.0+

++ kdf-4.10.4.tar.xz - kdf-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-4.10.4/disklist.cpp new/kdf-4.10.90/disklist.cpp
--- old/kdf-4.10.4/disklist.cpp 2013-05-28 21:30:05.0 +0200
+++ new/kdf-4.10.90/disklist.cpp2013-06-10 20:53:45.0 +0200
@@ -291,10 +291,15 @@
 if ( (disk-deviceName() != QLatin1String( none ))
  (disk-fsType() != QLatin1String( swap ))
  (disk-fsType() != QLatin1String( sysfs ))
+ (disk-fsType() != QLatin1String( rootfs ))
+ (disk-fsType() != QLatin1String( tmpfs ))
+ (disk-fsType() != QLatin1String( debugfs ))
+ (disk-fsType() != QLatin1String( devtmpfs ))
  (disk-mountPoint() != QLatin1String( /dev/swap ))
  (disk-mountPoint() != QLatin1String( /dev/pts ))
  (disk-mountPoint() != QLatin1String( /dev/shm ))
- (!disk-mountPoint().contains(QLatin1String( 
/proc )) ) )
+ (!disk-mountPoint().startsWith(QLatin1String( 
/sys/ )) )
+ (!disk-mountPoint().startsWith(QLatin1String( 
/proc/ )) ) )
 {
 replaceDeviceEntry(disk);
 }
@@ -442,10 +447,15 @@
  (disk-deviceName() != QLatin1String( none ))
  (disk-fsType() != QLatin1String( swap ))
  (disk-fsType() != QLatin1String( sysfs ))
+ (disk-fsType() != QLatin1String( rootfs ))
+ (disk-fsType() != QLatin1String( tmpfs ))
+ (disk-fsType() != QLatin1String( debugfs ))
+ (disk-fsType() != QLatin1String( devtmpfs ))
  (disk-mountPoint() != QLatin1String( /dev/swap ))
  (disk-mountPoint() != QLatin1String( /dev/pts ))
  (disk-mountPoint() != QLatin1String( /dev/shm ))
- (!disk-mountPoint().contains(QLatin1String( /proc )) 
) )
+ (!disk-mountPoint().startsWith(QLatin1String( /sys/ 
)) )
+ (!disk-mountPoint().startsWith(QLatin1String( /proc/ 
)) ) )
 {
 disk-setMounted(true);// it is now mounted (df lists only 
mounted)
 replaceDeviceEntry(disk);
Files old/kdf-4.10.4/doc/app/index.cache.bz2 and 
new/kdf-4.10.90/doc/app/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-4.10.4/doc/app/index.docbook 
new/kdf-4.10.90/doc/app/index.docbook
--- old/kdf-4.10.4/doc/app/index.docbook2013-05-28 21:30:05.0 
+0200
+++ new/kdf-4.10.90/doc/app/index.docbook   2013-06-10 20:53:45.0 
+0200
@@ -31,8 +31,8 @@
 
 legalnoticeFDLNotice;/legalnotice
 
-date2010-01-12/date
-releaseinfov0.11 (kde; 4.4)/releaseinfo
+date2013-05-25/date
+releaseinfov0.15 (kde; 4.11)/releaseinfo
 
 abstractparakdiskfree; displays available file devices, along with
 information about them./para
@@ -55,7 +55,7 @@
 titleIntroduction/title
 
 parakdiskfree; displays the available file devices (hard drive
-partitions, floppy and CD; drives, etc;) along with information on

commit nepomuk-core for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package nepomuk-core for openSUSE:Factory 
checked in at 2013-07-08 07:31:46

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-06-11 09:34:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.nepomuk-core.new/nepomuk-core.changes   
2013-07-08 07:31:55.0 +0200
@@ -1,0 +2,22 @@
+Wed Jul  3 18:30:05 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added kauth.patch which disables installing of kauth actions until 
+  bnc#825262 is resolved
+- Removed rpmlintrc file
+
+---
+Thu Jun 27 18:22:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+- Added libepub-devel BuildRequires
+
+---
+Thu Jun 13 19:30:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  nepomuk-core-4.10.4.tar.xz

New:

  kauth.patch
  nepomuk-core-4.10.90.tar.xz



Other differences:
--
++ nepomuk-core.spec ++
--- /var/tmp/diff_new_pack.yD0KiR/_old  2013-07-08 07:31:56.0 +0200
+++ /var/tmp/diff_new_pack.yD0KiR/_new  2013-07-08 07:31:56.0 +0200
@@ -19,31 +19,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 Name:   nepomuk-core
+Version:4.10.90
+Release:0
+Summary:The KDE Nepomuk Core Library
+License:GPL-2.0+
+Group:  System/GUI/KDE
+Url:http://nepomuk.kde.org/
+Source0:
http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.xz
+Source99:   nepomuk.png
+# PATCH-FIX-OPENSUSE kauth.patch disable installing of kauth actions until 
bnc#825262 is resolved
+Patch0: kauth.patch
 BuildRequires:  fdupes
+BuildRequires:  libepub-devel
 BuildRequires:  libexiv2-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libpoppler-qt4-devel
-BuildRequires:  libsoprano-devel = 2.7.56
+BuildRequires:  libsoprano-devel = 2.9.0
 BuildRequires:  libtag-devel
-BuildRequires:  shared-desktop-ontologies-devel = 0.10.0
-BuildRequires:  soprano-backend-redland = 2.7.56
-BuildRequires:  soprano-backend-virtuoso = 2.7.56
+BuildRequires:  shared-desktop-ontologies-devel = 0.11.0
+BuildRequires:  soprano-backend-redland = 2.9.0
+BuildRequires:  soprano-backend-virtuoso = 2.9.0
 BuildRequires:  xz
 BuildRequires:  xz-devel
-Summary:The KDE Nepomuk Core Library
-License:GPL-2.0+
-Group:  System/GUI/KDE
-Url:http://nepomuk.kde.org/
-Version:4.10.4
-Release:0
-Source0:%{name}-%{version}.tar.xz
-Source99:   nepomuk.png
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   kdelibs4 = %version
+Requires:   kdelibs4 = %{version}
 Requires:   soprano-backend-redland
 Requires:   libqt4-x11 = %( echo `rpm -q --queryformat '%{VERSION}' 
libqt4-x11`)
 Suggests:   cagibi
-%define debug_package_requires %name = %version-%release kdelibs4-debuginfo
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%define debug_package_requires %{name} = %{version}-%{release} 
kdelibs4-debuginfo
 
 %description
 This package contains all the core libraries for nepomuk
@@ -58,6 +61,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
   %cmake_kde4 -d build -- -DKDE4_ENABLE_FPIE=1
@@ -66,7 +70,7 @@
 %install
   cd build
   %kde4_makeinstall
-  %{__mkdir_p} %{buildroot}%{_datadir}/pixmaps
+  mkdir -p %{buildroot}%{_datadir}/pixmaps
   install $RPM_SOURCE_DIR/nepomuk.png %{buildroot}%{_datadir}/pixmaps/
   %suse_update_desktop_file -r nepomukcleaner Utility Archiving
   %fdupes -s %{buildroot}
@@ -78,37 +82,35 @@
 
 %files devel
 %defattr(-,root,root)
-/usr/include/Nepomuk2/
-/usr/include/nepomuk2/
-%{_libdir}/cmake/NepomukCore/
-%{_libdir}/libnepomukcore.so
+%{_kde4_includedir}/Nepomuk2/
+%{_kde4_includedir}/nepomuk2/
+%{_kde4_libdir}/cmake/NepomukCore/
+%{_kde4_libdir}/libnepomukcore.so
+%{_kde4_libdir}/libnepomukcleaner.so
 
 %files
 %defattr(-,root,root)
-%_kde4_bindir/nepomuk-simpleresource-rcgen
-%_kde4_bindir/nepomukbackup
-%_kde4_bindir/nepomukcleaner
-%_kde4_bindir/nepomukindexer
-%_kde4_bindir/nepomukserver
-%_kde4_bindir/nepomukservicestub
-%_kde4_bindir/nepomuk2-rcgen
-%_kde4_modulesdir/nepomuk*.so
-%{_libdir}/libnepomukcommon.so

commit filelight for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2013-07-08 07:31: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-06-11 
09:27:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2013-07-08 
07:31:50.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:22:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:31:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  filelight-4.10.4.tar.xz

New:

  filelight-4.10.90.tar.xz



Other differences:
--
++ filelight.spec ++
--- /var/tmp/diff_new_pack.MbevaG/_old  2013-07-08 07:31:51.0 +0200
+++ /var/tmp/diff_new_pack.MbevaG/_new  2013-07-08 07:31:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filelight
-Version:4.10.4
+Version:4.10.90
 Release:0
 Summary:Graphical disk usage viewer
 License:GPL-2.0 or GPL-3.0
@@ -57,7 +57,7 @@
 %_kde4_modulesdir/filelightpart.so
 %_kde4_applicationsdir/filelight.desktop
 %_kde4_htmldir/en/filelight/
-%_kde4_iconsdir/hicolor/*/*/*.png
+%_kde4_iconsdir/hicolor/*/*/*.*
 %_kde4_appsdir/filelight/
 %_kde4_servicesdir/filelightpart.desktop
 %_kde4_appsdir/filelightpart/

++ filelight-4.10.4.tar.xz - filelight-4.10.90.tar.xz ++
Files old/filelight-4.10.4/doc/index.cache.bz2 and 
new/filelight-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-4.10.4/doc/index.docbook 
new/filelight-4.10.90/doc/index.docbook
--- old/filelight-4.10.4/doc/index.docbook  2013-05-28 21:29:42.0 
+0200
+++ new/filelight-4.10.90/doc/index.docbook 2013-06-10 20:53:41.0 
+0200
@@ -28,8 +28,8 @@
copyrightyear2009/yearholderMartin Sandsmark/holder/copyright
!-- Translators: put here the copyright notice of the translation --
legalnoticeFDLNotice;/legalnotice
-   date2010-11-04/date
-   releaseinfo1.9 (kde; 4.6)/releaseinfo
+   date2013-05-25/date
+   releaseinfo1.20 (kde; 4.11)/releaseinfo
abstractparafilelight; creates an interactive map of concentric 
segmented-rings that helps visualize disk usage on your 
computer./para/abstract
!-- These may be used by search engines --
keywordset
@@ -44,7 +44,7 @@
 chapter id=introduction
titleIntroduction/title
screenshot
-  screeninfofilelight; 1.9 Screenshot/screeninfo
+  screeninfofilelight; 1.20 Screenshot/screeninfo
   mediaobject
  imageobjectimagedata fileref=radial_map.png 
format=PNG//imageobject
  textobjectphraseScreenshot/phrase/textobject
@@ -173,7 +173,7 @@
 /menuchoice/term
 listitemparaactionOffers a folder selection dialog so you can choose a 
folder to scan./action/para/listitem
 /varlistentry
-!-- shortcut not visible in the menu, why?--
+!--FIXME shortcut not visible in the menu, why?--
 varlistentry
 termmenuchoice
 shortcut
@@ -193,7 +193,7 @@
 listitemparaactionStarts a scan of the root 
folder./action/para/listitem
 /varlistentry
 
-!--not in 4.6 
+!--not in 4.11 
 varlistentry
 termmenuchoice
 guimenuScan/guimenu
@@ -305,47 +305,11 @@
 
 /variablelist
 
-variablelist
-titleThe Settings Menu/title
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guisubmenuToolbars Shown/guisubmenu
-/menuchoice/term
-listitemparaactionEnables or disable the guimenuitemMain 
Toolbar/guimenuitem, 
-guimenuitemLocation Toolbar/guimenuitem or guimenuitemView 
Toolbar/guimenuitem./action/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Shortcuts.../guimenuitem
-/menuchoice/term
-listitemparaactionAllows you to configure the filelight; 
shortcuts./action/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Toolbars.../guimenuitem
-/menuchoice/term
-listitemparaactionAllows you to configure and edit the filelight; 
toolbar./action/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu
-guimenuitemConfigure Filelight.../guimenuitem
-/menuchoice/term
-listitemparaactionStarts the Configure filelight; 
dialog./action/para/listitem
-/varlistentry
-
-/variablelist
-
-paraThe Help 

commit kde-mplayer-thumbnailer for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kde-mplayer-thumbnailer for 
openSUSE:Factory checked in at 2013-07-08 07:31:54

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


Package is kde-mplayer-thumbnailer

Changes:

--- 
/work/SRC/openSUSE:Factory/kde-mplayer-thumbnailer/kde-mplayer-thumbnailer.changes
  2013-06-11 09:29:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde-mplayer-thumbnailer.new/kde-mplayer-thumbnailer.changes
 2013-07-08 07:31:59.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:21:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:30:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  mplayerthumbs-4.10.4.tar.xz

New:

  mplayerthumbs-4.10.90.tar.xz



Other differences:
--
++ kde-mplayer-thumbnailer.spec ++
--- /var/tmp/diff_new_pack.wPmjzt/_old  2013-07-08 07:32:00.0 +0200
+++ /var/tmp/diff_new_pack.wPmjzt/_new  2013-07-08 07:32:00.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:mplayerthumbs-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ mplayerthumbs-4.10.4.tar.xz - mplayerthumbs-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mplayerthumbs-4.10.4/src/videopreview.desktop 
new/mplayerthumbs-4.10.90/src/videopreview.desktop
--- old/mplayerthumbs-4.10.4/src/videopreview.desktop   2013-05-28 
21:31:42.0 +0200
+++ new/mplayerthumbs-4.10.90/src/videopreview.desktop  2013-06-10 
20:54:20.0 +0200
@@ -4,6 +4,7 @@
 Name[bg]=Видео файлове (MPlayerThumbs)
 Name[bs]=Video datoteke (MPlayerThumbs)
 Name[ca]=Fitxers de vídeo (Miniatures de l'MPlayer)
+Name[ca@valencia]=Fitxers de vídeo (Miniatures de l'MPlayer)
 Name[cs]=Soubory videa (MPlayerThumbs)
 Name[da]=Videofiler (MPlayerThumbs)
 Name[de]=Video-Dateien (MPlayerThumbs)
@@ -16,6 +17,7 @@
 Name[gl]=Ficheiros de vídeo (MPlayerThumbs)
 Name[hu]=Videofájlok (MplayerThumbs)
 Name[ia]=Files Video (MPlayer Thumbs)
+Name[is]=Vídeóskrár (MPlayerThumbs)
 Name[it]=File video (MPlayerThumbs)
 Name[kk]=Видео файлдар (MPlayerThumbs)
 Name[km]=ឯកសារ​វីដេអូ (MPlayerThumbs)

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



commit kcalc for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2013-07-08 07:31:31

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


Package is kcalc

Changes:

--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes  2013-06-11 
09:28:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2013-07-08 
07:31:49.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:23:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:31:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kcalc-4.10.4.tar.xz

New:

  kcalc-4.10.90.tar.xz



Other differences:
--
++ kcalc.spec ++
--- /var/tmp/diff_new_pack.rjT9uD/_old  2013-07-08 07:31:50.0 +0200
+++ /var/tmp/diff_new_pack.rjT9uD/_new  2013-07-08 07:31:50.0 +0200
@@ -35,7 +35,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcalc-4.10.4.tar.xz - kcalc-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-4.10.4/bitbutton.h 
new/kcalc-4.10.90/bitbutton.h
--- old/kcalc-4.10.4/bitbutton.h2013-05-28 21:30:01.0 +0200
+++ new/kcalc-4.10.90/bitbutton.h   2013-06-10 20:53:42.0 +0200
@@ -26,6 +26,7 @@
 
 class BitButton : public QAbstractButton {
Q_OBJECT
+
 public:
explicit BitButton(QWidget *parent = 0);
bool isOn() const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-4.10.4/doc/commands.docbook 
new/kcalc-4.10.90/doc/commands.docbook
--- old/kcalc-4.10.4/doc/commands.docbook   2013-05-28 21:30:01.0 
+0200
+++ new/kcalc-4.10.90/doc/commands.docbook  2013-06-10 20:53:42.0 
+0200
@@ -2,99 +2,10 @@
 
 titleCommand Reference/title
 
-sect1 id=filemenu
-titleThe File Menu/title
-para
-variablelist
-
-varlistentry
-termmenuchoice
-shortcut
-keycombo action=simulCtrl;keycapQ/keycap/keycombo
-/shortcut
-guimenuFile/guimenu
-guimenuitemQuit/guimenuitem
-/menuchoice/term
-listitemparaactionQuit/action kcalc;./para/listitem
-/varlistentry
-/variablelist
-/para
-
-/sect1
-
-sect1 id=editmenu
-titleThe Edit Menu/title
-para
-variablelist
-
-varlistentry
-termmenuchoice
-shortcut
-keycombo action=simulCtrl;keycapZ/keycap/keycombo
-/shortcut
-guimenuEdit/guimenu
-guimenuitemUndo/guimenuitem
-/menuchoice/term
-listitemparaactionGo back in the result
-stack./action/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-shortcut
-keycombo action=simulCtrl;Shift;keycapZ/keycap/keycombo
-/shortcut
-guimenuEdit/guimenu
-guimenuitemRedo/guimenuitem
-/menuchoice/term
-listitemparaactionGo forward in the result
-stack./action
-/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-shortcut
-keycombo action=simulCtrl;keycapX/keycap/keycombo
-/shortcut
-guimenuEdit/guimenu
-guimenuitemCut/guimenuitem
-/menuchoice/term
-listitemparaactionDelete the displayed result and copy it to the
-clipboard./action/para/listitem
-/varlistentry
-
-varlistentry
-termmenuchoice
-shortcut
-keycombo action=simulCtrl;keycapC/keycap/keycombo
-/shortcut
-guimenuEdit/guimenu
-guimenuitemCopy/guimenuitem
-/menuchoice/term
-listitemparaactionCopy the displayed result to the
-clipboard./action/para/listitem
-/varlistentry
+sect1 id=menus
+titleMenu Items/title
 
-varlistentry
-termmenuchoice
-shortcut
-keycombo action=simulCtrl;keycapV/keycap/keycombo
-/shortcut
-guimenuEdit/guimenu
-guimenuitemPaste/guimenuitem
-/menuchoice/term
-listitemparaactionInsert the cut or copied result in the
-display./action/para/listitem
-/varlistentry
-
-/variablelist
-/para
-/sect1
-
-sect1 id=viewmenu
-titleThe Constants Menu/title
-para
+ paraA brief overview of some special menu items in kcalc;:/para
 variablelist
 
 varlistentry
@@ -145,14 +56,6 @@
 /para/listitem
 /varlistentry
 
-/variablelist
-/para
-/sect1
-
-sect1 id=settingsmenu
-titleThe Settings Menu/title
-paravariablelist
-
 varlistentry
 termmenuchoice
 guimenuSettings/guimenu
@@ -211,33 +114,15 @@
 /para/listitem
 /varlistentry
 
-varlistentry
-termmenuchoice
-guimenuSettings/guimenu

commit libnepomukwidgets for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package libnepomukwidgets for 
openSUSE:Factory checked in at 2013-07-08 07:31:41

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-06-11 09:33:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnepomukwidgets.new/libnepomukwidgets.changes 
2013-07-08 07:31:53.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:22:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:31:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  nepomuk-widgets-4.10.4.tar.xz

New:

  nepomuk-widgets-4.10.90.tar.xz



Other differences:
--
++ libnepomukwidgets.spec ++
--- /var/tmp/diff_new_pack.fzI2dp/_old  2013-07-08 07:31:54.0 +0200
+++ /var/tmp/diff_new_pack.fzI2dp/_new  2013-07-08 07:31:54.0 +0200
@@ -32,7 +32,7 @@
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://nepomuk.kde.org/
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:nepomuk-widgets-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ nepomuk-widgets-4.10.4.tar.xz - nepomuk-widgets-4.10.90.tar.xz ++
 8706 lines of diff (skipped)

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



commit kcharselect for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2013-07-08 07:31:28

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


Package is kcharselect

Changes:

--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2013-06-11 
09:28:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcharselect.new/kcharselect.changes 
2013-07-08 07:31:49.0 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:23:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:31:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  kcharselect-4.10.4.tar.xz

New:

  kcharselect-4.10.90.tar.xz



Other differences:
--
++ kcharselect.spec ++
--- /var/tmp/diff_new_pack.drLVFB/_old  2013-07-08 07:31:49.0 +0200
+++ /var/tmp/diff_new_pack.drLVFB/_new  2013-07-08 07:31:49.0 +0200
@@ -35,7 +35,7 @@
 Summary:KDE Character Selector
 License:GPL-2.0+
 Group:  Productivity/Other
-Version:4.10.4
+Version:4.10.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcharselect-4.10.4.tar.xz - kcharselect-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-4.10.4/KCharSelect.desktop 
new/kcharselect-4.10.90/KCharSelect.desktop
--- old/kcharselect-4.10.4/KCharSelect.desktop  2013-05-28 21:30:03.0 
+0200
+++ new/kcharselect-4.10.90/KCharSelect.desktop 2013-06-10 20:53:43.0 
+0200
@@ -73,7 +73,7 @@
 GenericName[x-test]=xxCharacter Selectorxx
 GenericName[zh_CN]=字符选择器
 GenericName[zh_TW]=字元選擇器
-Exec=kcharselect -caption %c
+Exec=kcharselect -caption %c
 Icon=accessories-character-map
 Type=Application
 Terminal=false
Files old/kcharselect-4.10.4/doc/index.cache.bz2 and 
new/kcharselect-4.10.90/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-4.10.4/doc/index.docbook 
new/kcharselect-4.10.90/doc/index.docbook
--- old/kcharselect-4.10.4/doc/index.docbook2013-05-28 21:30:03.0 
+0200
+++ new/kcharselect-4.10.90/doc/index.docbook   2013-06-10 20:53:43.0 
+0200
@@ -19,8 +19,8 @@
 !-- TRANS:ROLES_OF_TRANSLATORS --
 /authorgroup
 
-date2010-07-23/date
-releaseinfov1.8 (kde; 4.5)/releaseinfo
+date2013-05-25/date
+releaseinfov1.11 (kde; 4.11)/releaseinfo
 
 keywordset
 keywordKDE/keyword
@@ -30,7 +30,15 @@
 /articleinfo
 
 parakcharselect; is a tool to select special characters from all installed 
-fonts and copy them into the clipboard./para
+fonts and copy them in different format (Plain text, Unicode or HTML;) into 
the clipboard./para
+
+paraDouble clicking on a character in the preview or pressing Enter; adds 
it to the bar below the 
+font preview. This feature allows to collect a word or a group of several 
characters and copy 
+them together to the clipboard./para 
+paraUse guimenuitemFlip Text/guimenuitem to reverse the order of the 
chosen characters./para
+paraBy default characters are added to the right end of the group or cursor 
position.
+With guimenuitemReverse Direction/guimenuitem you can change this behavior 
and add characters 
+in the left direction./para
 
 para
 screenshot

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



  1   2   >