commit alsa for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2013-09-09 09:26:03

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


Package is alsa

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2013-07-11 
13:27:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2013-09-09 
09:26:06.0 +0200
@@ -1,0 +2,11 @@
+Fri Sep  6 10:03:55 CEST 2013 - ti...@suse.de
+
+- Backport upstream fixes:
+  0001-local.h-use-__kernel_off_t-from-linux-types.h.patch
+  0002-conf-cards-add-Audio-Advantage-Micro-II.patch
+  0003-pcm-Fix-a-wrong-value-shown-in-the-error-message-in-.patch
+  0004-UCM-Document-some-standard-values.patch
+  0005-hdspm.h-Update-LTC-ioctl-to-use-struct-hdspm_ltc.patch
+  0006-Update-iatomic.h-functions-definitions-for-mips.patch
+
+---

New:

  0001-local.h-use-__kernel_off_t-from-linux-types.h.patch
  0002-conf-cards-add-Audio-Advantage-Micro-II.patch
  0003-pcm-Fix-a-wrong-value-shown-in-the-error-message-in-.patch
  0004-UCM-Document-some-standard-values.patch
  0005-hdspm.h-Update-LTC-ioctl-to-use-struct-hdspm_ltc.patch
  0006-Update-iatomic.h-functions-definitions-for-mips.patch



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.EGJkiS/_old  2013-09-09 09:26:07.0 +0200
+++ /var/tmp/diff_new_pack.EGJkiS/_new  2013-09-09 09:26:07.0 +0200
@@ -54,6 +54,12 @@
 Source41:   install-snd-module
 # Patch:  alsa-lib-git-fixes.diff
 # upstream fixes
+Patch1: 0001-local.h-use-__kernel_off_t-from-linux-types.h.patch
+Patch2: 0002-conf-cards-add-Audio-Advantage-Micro-II.patch
+Patch3: 0003-pcm-Fix-a-wrong-value-shown-in-the-error-message-in-.patch
+Patch4: 0004-UCM-Document-some-standard-values.patch
+Patch5: 0005-hdspm.h-Update-LTC-ioctl-to-use-struct-hdspm_ltc.patch
+Patch6: 0006-Update-iatomic.h-functions-definitions-for-mips.patch
 # rest suse patches
 Patch99:alsa-lib-doxygen-avoid-crash-for-11.3.diff
 Url:http://www.alsa-project.org/
@@ -105,6 +111,12 @@
 %prep
 %setup -q -n alsa-lib-%{package_version}
 # %patch -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 %if %suse_version == 1130
 %patch99 -p1
 %endif

++ 0001-local.h-use-__kernel_off_t-from-linux-types.h.patch ++
From b3b53a1bec47aaa2baef724cc9e79adadd603caf Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela pe...@perex.cz
Date: Tue, 23 Jul 2013 14:50:41 +0200
Subject: [PATCH 1/6] local.h: use __kernel_off_t from linux/types.h

Also, make the empty definitions __user and __force conditional.

Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 include/local.h | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/include/local.h b/include/local.h
index 53cb647..f0db188 100644
--- a/include/local.h
+++ b/include/local.h
@@ -32,6 +32,7 @@
 #include stdarg.h
 #include sys/poll.h
 #include errno.h
+#include linux/types.h
 #include linux/ioctl.h
 
 #include config.h
@@ -114,9 +115,12 @@
 #define snd_ctl_tlvsndrv_ctl_tlv
 
 /* kill and replace kernel-specific types */
+#ifndef __user
 #define __user
+#endif
+#ifndef __force
 #define __force
-#define __kernel_off_t off_t
+#endif
 
 #include sound/asound.h
 
-- 
1.8.4

++ 0002-conf-cards-add-Audio-Advantage-Micro-II.patch ++
From 994ab14b401b2873c5f927215bbb86fe6f6335fc Mon Sep 17 00:00:00 2001
From: Przemek Rudy pru...@o2.pl
Date: Tue, 30 Jul 2013 22:31:44 +0200
Subject: [PATCH 2/6] conf/cards: add Audio Advantage Micro II

With related kernel chnages add extended suport for:
- AES bits controls (via device suffix AESn= or tools like iecset)
- SPDIF switch control, turning on/off the optical transmitter (via alsamixer 
tool)

Signed-off-by: Przemek Rudy pru...@o2.pl
Signed-off-by: Takashi Iwai ti...@suse.de
---
 src/conf/cards/USB-Audio.conf | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf
index 0d93175..8a6d9ca 100644
--- a/src/conf/cards/USB-Audio.conf
+++ b/src/conf/cards/USB-Audio.conf
@@ -101,6 +101,41 @@ USB-Audio.Audiophile USB (tm).pcm.iec958 {
}
 }
 
+# For this card we can (and must to get IEC61937) set AES bits
+USB-Audio.MicroII.pcm.iec958 cards.USB-Audio.Audio Advantage 
MicroII.pcm.iec958
+USB-Audio.Audio Advantage MicroII.pcm.iec958 {
+   @args [ CARD AES0 AES1 AES2 AES3 ]
+   @args.CARD { type string }
+   @args.AES0 { type integer }
+   @args.AES1 { type integer }
+   @args.AES2 { type integer }
+   @args.AES3 { 

commit alsa-utils for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2013-09-09 09:26:36

Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-utils.new (New)


Package is alsa-utils

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2013-07-20 
09:03:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2013-09-09 09:26:37.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  6 10:02:34 CEST 2013 - ti...@suse.de
+
+- Upstream fix:
+  0002-alsaloop-fix-wrong-alias-for-signal.h.patch
+
+---

New:

  0002-alsaloop-fix-wrong-alias-for-signal.h.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.UJEOtp/_old  2013-09-09 09:26:38.0 +0200
+++ /var/tmp/diff_new_pack.UJEOtp/_new  2013-09-09 09:26:38.0 +0200
@@ -59,6 +59,7 @@
 # Patch:  alsa-utils-git-fixes.diff
 # upstream fix patches
 Patch1: 0001-alsactl-alsa-state.service-fix-typo-rkill-kill.patch
+Patch2: 0002-alsaloop-fix-wrong-alias-for-signal.h.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 Url:http://www.alsa-project.org/
@@ -75,6 +76,7 @@
 # rm -f po/Makefile* po/*.gmo po/*.pot po/*.header po/stamp-*
 # patch -p1
 %patch1 -p1
+%patch2 -p1
 #
 %if %suse_version  1020
 %patch99 -p1

++ 0002-alsaloop-fix-wrong-alias-for-signal.h.patch ++
From 8f57464190eb683d9517d8cfbd2cefb6223c6f1d Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela pe...@perex.cz
Date: Tue, 23 Jul 2013 14:57:05 +0200
Subject: [PATCH] alsaloop: fix wrong alias for signal.h

in POSIX, there is no sys/signal.h.

it's merely a legacy alias used by glibc, and the header does nothing
else than including signal.h.

so let's do the right thing and use the right name, which works everywhere.

Signed-off-by: John Spencer maillist-a...@barfooze.de
Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 alsaloop/alsaloop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alsaloop/alsaloop.c b/alsaloop/alsaloop.c
index e1a36d2..20150dd 100644
--- a/alsaloop/alsaloop.c
+++ b/alsaloop/alsaloop.c
@@ -31,7 +31,7 @@
 #include math.h
 #include pthread.h
 #include syslog.h
-#include sys/signal.h
+#include signal.h
 #include alsaloop.h
 
 struct loopback_thread {
-- 
1.8.4

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



commit avahi for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package avahi for openSUSE:Factory checked 
in at 2013-09-09 09:26:41

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


Package is avahi

Changes:

avahi-mono.changes: same change
avahi-qt4.changes: same change
--- /work/SRC/openSUSE:Factory/avahi/avahi.changes  2013-03-11 
09:48:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.avahi.new/avahi.changes 2013-09-09 
09:26:43.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 21 21:53:19 UTC 2013 - mgo...@suse.com
+
+- Fix hang when registering with large numbers of service files
+  (bnc#835984, avahi-reserve-space-for-record-data-when-size-e.patch).
+
+---

New:

  avahi-reserve-space-for-record-data-when-size-e.patch



Other differences:
--
avahi-mono.spec: same change
avahi-qt4.spec: same change
++ avahi.spec ++
--- /var/tmp/diff_new_pack.Bj9g2r/_old  2013-09-09 09:26:44.0 +0200
+++ /var/tmp/diff_new_pack.Bj9g2r/_new  2013-09-09 09:26:44.0 +0200
@@ -92,6 +92,8 @@
 Patch14:avahi-enable-ipv6.patch
 # PATCH-FIX-OPENSUSE avahi-move-everything-to-run.patch rmila...@suse.com -- 
Move everything to /run directory (socket and pid files)
 Patch15:avahi-move-everything-to-run.patch
+# PATCH-FIX-OPENSUSE avahi-reserve-space-for-record-data-when-size-e.patch 
bnc#835984 j...@suse.com -- avahi-core: reserve space for record data when size 
estimate
+Patch16:avahi-reserve-space-for-record-data-when-size-e.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes
@@ -765,6 +767,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %if !%build_core
 # Replace all .la references from local .la files to installed versions

++ avahi-reserve-space-for-record-data-when-size-e.patch ++
From 5cf2d9e32dffc902ca5a6f0220904f8dca8ec055 Mon Sep 17 00:00:00 2001
From: Lee, Chun-Yi j...@suse.com
Date: Fri, 7 Sep 2012 04:37:33 +0800
Subject: [PATCH] avahi-core: reserve space for record data when size estimate

When we tested put a lot of airprint service files(have 45 to 60 flies), found 
there have cpu loadinghigh problem when start avahi-daemon with those service 
files.

After traced source code, there have problem in probe-sched.c::elapse_callback 
causes doesn't have any probe job set to DONE so the daemon unlimited send out 
DNS package.
The root cause is when compare with the free package space in 
packet_add_probe_query before attach job key, the free package space doesn't 
include any record data that will attached after all keys attached. This defect 
causes whole DNS package is filled by job key, but doesn't remain enough space 
for any rdata. Then, that means have no job set to DONE.

This patch add a new res_size member to AvahiDnsPacket, it used to sum the 
reserve size for record data the will attached after all keys attached. It can 
avoid keys consume whole size until p-size larger then p-max_size.

Signed-off-by: Lee, Chun-Yi j...@suse.com
---
 avahi-core/dns.c |   20 
 avahi-core/dns.h |4 +++-
 avahi-core/probe-sched.c |   10 --
 3 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/avahi-core/dns.c b/avahi-core/dns.c
index 2fcd91f..523afdc 100644
--- a/avahi-core/dns.c
+++ b/avahi-core/dns.c
@@ -55,6 +55,7 @@ AvahiDnsPacket* avahi_dns_packet_new(unsigned mtu) {
 
 p-size = p-rindex = AVAHI_DNS_PACKET_HEADER_SIZE;
 p-max_size = max_size;
+p-res_size = 0;
 p-name_table = NULL;
 p-data = NULL;
 
@@ -833,6 +834,25 @@ size_t avahi_dns_packet_space(AvahiDnsPacket *p) {
 return p-max_size - p-size;
 }
 
+size_t avahi_dns_packet_reserve_size(AvahiDnsPacket *p, size_t res_size) {
+assert(p);
+
+assert(p-size + p-res_size = p-max_size);
+
+if ((p-size + p-res_size + res_size) = p-max_size)
+   p-res_size += res_size;
+
+return p-res_size;
+}
+
+size_t avahi_dns_packet_reserved_space(AvahiDnsPacket *p) {
+assert(p);
+
+assert(p-size + p-res_size = p-max_size);
+
+return p-max_size - p-size - p-res_size;
+}
+
 int avahi_rdata_parse(AvahiRecord *record, const void* rdata, size_t size) {
 int ret;
 AvahiDnsPacket p;
diff --git a/avahi-core/dns.h b/avahi-core/dns.h
index 52e8d88..13b1ac2 100644
--- a/avahi-core/dns.h
+++ b/avahi-core/dns.h
@@ -30,7 +30,7 @@
 #define AVAHI_DNS_PACKET_SIZE_MAX (AVAHI_DNS_PACKET_HEADER_SIZE + 256 + 2 + 2 
+ 4 + 2 + AVAHI_DNS_RDATA_MAX)
 
 typedef struct AvahiDnsPacket {
-size_t size, rindex, max_size;
+size_t size, rindex, max_size, res_size;
 AvahiHashmap *name_table; /* for name compression 

commit branding-openSUSE for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2013-09-09 09:52:10

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


Package is branding-openSUSE

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2013-09-03 22:08:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-09-09 09:52:11.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep  7 17:10:08 UTC 2013 - tittiatc...@gmail.com
+
+- Reduce the amount of KDM settings in sysconfig/displaymanager to
+  purely autologin. This enables that KDM can be configured again
+  through the normal KDE systemsettings module. (bnc#267903)
+
+---
kde-branding-openSUSE.changes: same change



Other differences:
--
++ kde-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.tSReqc/_old  2013-09-09 09:52:13.0 +0200
+++ /var/tmp/diff_new_pack.tSReqc/_new  2013-09-09 09:52:13.0 +0200
@@ -130,6 +130,14 @@
 
 %post -n kdm-branding-openSUSE
 %{fillup_only -n displaymanager -s kdm}
+if [ -f /usr/share/kde4/config/kdm/kdmrc ]; then
+sed -i -e 's/elarun/openSUSE/g' /usr/share/kde4/config/kdm/kdmrc
+fi
+
+%postun -n kdm-branding-openSUSE
+if [ $1 -eq 0 -a -f /usr/share/kde4/config/kdm/kdmrc ]; then
+   sed -i -e 's/openSUSE/elarun/g' /usr/share/kde4/config/kdm/kdmrc
+fi
 
 %files -n kdelibs4-branding-openSUSE
 %defattr(-,root,root)

++ sysconfig.displaymanager-kdm ++
--- /var/tmp/diff_new_pack.tSReqc/_old  2013-09-09 09:52:13.0 +0200
+++ /var/tmp/diff_new_pack.tSReqc/_new  2013-09-09 09:52:13.0 +0200
@@ -1,37 +1,14 @@
 ## Path:   Desktop/Display manager
 ## Description: settings to generate a proper displaymanager config
-## Config:  kdm3
-
-## Type:string
-## Default: 
-#
-# space separated list of users for which icons should be shown in KDM
-# if empty, then take system defaults
-#
-KDM_USERS=
-
-## Type:string
-## Default: 
-#
-# Special greeting words in kdm
-#
-KDM_GREETSTRING=
+## Config:  kdm
 
 ## Type:string
-## Default: 
+## Default:
 #
 # Defines extra Server Arguments given to the kdm display manager when
 # starting a local display. Useful to override e.g. the -dpi setting.
-# 
-DISPLAYMANAGER_KDM_LOCALARGS=
-
-## Type:string
-## Default: openSUSE
 #
-# Define the theme to be used by kdm. If empty, the traditional login
-# window is used (which lacks some features)
-# 
-DISPLAYMANAGER_KDM_THEME=openSUSE
+DISPLAYMANAGER_KDM_LOCALARGS=
 
 ## Type:   yesno
 ## Default:yes

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



commit evolution-tray for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package evolution-tray for openSUSE:Factory 
checked in at 2013-09-09 09:52:49

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


Package is evolution-tray

Changes:

--- /work/SRC/openSUSE:Factory/evolution-tray/evolution-tray.changes
2013-04-14 10:13:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-tray.new/evolution-tray.changes   
2013-09-09 09:52:51.0 +0200
@@ -1,0 +2,5 @@
+Thu Sep  5 07:10:45 UTC 2013 - dims...@opensuse.org
+
+- Add evolution-tray-evo-3.10.patch: Fix build with evolution 3.10.
+
+---

New:

  evolution-tray-evo-3.10.patch



Other differences:
--
++ evolution-tray.spec ++
--- /var/tmp/diff_new_pack.Ui7Hk0/_old  2013-09-09 09:52:52.0 +0200
+++ /var/tmp/diff_new_pack.Ui7Hk0/_new  2013-09-09 09:52:52.0 +0200
@@ -36,6 +36,8 @@
 Patch4: evolution-tray-evo-3.6.patch
 # PATCH-FIX-UPSTREAM evolution-tray-evo-3.8.patch dims...@opensuse.org -- Fix 
build with evolution 3.8. Taken from git.
 Patch5: evolution-tray-evo-3.8.patch
+# PATCH-FIX-UPSTREAM evolution-tray-evo-3.10.patch dims...@opensuse.org -- Fix 
build with evolution 3.10.
+Patch6: evolution-tray-evo-3.10.patch
 # needed for patch1 and patch3
 BuildRequires:  gnome-common
 BuildRequires:  intltool
@@ -63,6 +65,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 # needed for patch1 and patch3

++ evolution-tray-evo-3.10.patch ++
Index: evolution-tray-0.0.8/src/tray.c
===
--- evolution-tray-0.0.8.orig/src/tray.c
+++ evolution-tray-0.0.8/src/tray.c
@@ -80,7 +80,9 @@
 #include mail/e-mail-reader.h
 #endif
 
+#if (EVOLUTION_VERSION  30905)
 #include shell/es-event.h
+#endif
 
 #ifdef HAVE_LIBNOTIFY
 #include libnotify/notify.h
@@ -1332,6 +1334,7 @@ org_gnome_evolution_tray_startup(
void *ep,
EMPopupTargetSelect *t)
 #else
+#if (EVOLUTION_VERSION  30905)
 void
 org_gnome_evolution_tray_startup(
void *ep,
@@ -1341,6 +1344,17 @@ void
 org_gnome_evolution_tray_startup(
void *ep,
ESEventTargetUpgrade *t)
+#else
+
+me_evolution_tray_startup(
+void *ep,
+void *t);
+
+void
+org_gnome_evolution_tray_startup(
+void *ep,
+void *t)
+#endif
 #endif
 {
g_print(Evolution-tray plugin enabled.\n);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit glade for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package glade for openSUSE:Factory checked 
in at 2013-09-09 09:53:37

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


Package is glade

Changes:

--- /work/SRC/openSUSE:Factory/glade/glade.changes  2013-06-29 
19:39:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.glade.new/glade.changes 2013-09-09 
09:53:38.0 +0200
@@ -1,0 +2,22 @@
+Tue Sep  3 08:31:37 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.15.3:
+  + Add man pages (bgo#703013).
+  + Double click on a toplevel border select the widget even if
+there is a child selected.
+  + Support document level comments present before the root
+element.
+  + Save glade version used to create the file in a comment.
+  + Add GtkRevealer to the Gtk+ catalog.
+  + Add GtkListBox support.
+  + Added GtkOverlay support.
+  + Improved DragDrop support, made inspector a drag source.
+  + Added GtkApplicationWindow basic support.
+  + Added GtkSearchEntry icons.
+  + Bugs fixed: bgo#700730, bgo#706832, bgo#707173, bgo#703621.
+- Add docbook-xsl-stylesheets BuildRequries: dependency to build
+  the man pages.
+- Rename libgladeui-2-4 subpackage to libgladeui-2-6, following
+  upstreams soname change.
+
+---

Old:

  glade-3.15.2.tar.xz

New:

  glade-3.15.3.tar.xz



Other differences:
--
++ glade.spec ++
--- /var/tmp/diff_new_pack.mWiw28/_old  2013-09-09 09:53:39.0 +0200
+++ /var/tmp/diff_new_pack.mWiw28/_new  2013-09-09 09:53:39.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   glade
-Version:3.15.2
+Version:3.15.3
 Release:0
 Summary:User Interface Builder for GTK+
 License:GPL-2.0+
 Group:  Development/Tools/GUI Builders
 Url:http://glade.gnome.org/
 Source: 
http://download.gnome.org/sources/glade/3.15/%{name}-%{version}.tar.xz
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -31,7 +32,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.0
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.9.11
 BuildRequires:  pkgconfig(libxml-2.0) = 2.4.0
 BuildRequires:  pkgconfig(pygobject-3.0) = 2.90.4
 Recommends: %{name}-lang
@@ -41,12 +42,12 @@
 Glade is a RAD tool to enable quick  easy development of user
 interfaces for the Gtk+ toolkit and the GNOME desktop environment.
 
-%package -n libgladeui-2-4
+%package -n libgladeui-2-6
 Summary:User Interface Builder for GTK+
 Group:  Development/Tools/GUI Builders
 Recommends: %{name}-lang
 
-%description -n libgladeui-2-4
+%description -n libgladeui-2-6
 Glade is a RAD tool to enable quick  easy development of user
 interfaces for the Gtk+ toolkit and the GNOME desktop environment.
 
@@ -64,7 +65,7 @@
 %package -n libgladeui-2-devel
 Summary:User Interface Builder for GTK+ -- Development Files
 Group:  Development/Libraries/C and C++
-Requires:   libgladeui-2-4 = %{version}
+Requires:   libgladeui-2-6 = %{version}
 Requires:   typelib-1_0-Gladeui-2_0 = %{version}
 # The gtk-doc documentation is not parallel installable (bnc#646997)
 Conflicts:  libgladeui-1-devel
@@ -99,9 +100,9 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%post -n libgladeui-2-4 -p /sbin/ldconfig
+%post -n libgladeui-2-6 -p /sbin/ldconfig
 
-%postun -n libgladeui-2-4 -p /sbin/ldconfig
+%postun -n libgladeui-2-6 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -115,8 +116,10 @@
 %{_datadir}/icons/hicolor/*/apps/*.*
 %{_libdir}/glade/modules/libgladegtk.so
 %{_libdir}/glade/modules/libgladepython.so
+%{_mandir}/man1/glade-previewer.1%{?ext_man}
+%{_mandir}/man1/glade.1%{?ext_man}
 
-%files -n libgladeui-2-4
+%files -n libgladeui-2-6
 %defattr (-, root, root)
 %{_libdir}/libgladeui*.so.*
 # These directories are needed by third-party catalogs, and are explicitly

++ glade-3.15.2.tar.xz - glade-3.15.3.tar.xz ++
 187336 lines of diff (skipped)

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



commit xfce4-panel-plugin-cpufreq for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-cpufreq for 
openSUSE:Factory checked in at 2013-09-09 09:54:02

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpufreq (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpufreq.new (New)


Package is xfce4-panel-plugin-cpufreq

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpufreq/xfce4-panel-plugin-cpufreq.changes
2012-05-08 06:50:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpufreq.new/xfce4-panel-plugin-cpufreq.changes
   2013-09-09 09:54:03.0 +0200
@@ -1,0 +2,26 @@
+Sun Sep  8 11:26:05 UTC 2013 - g...@opensuse.org
+
+- update to version 1.1.0
+  - support the Intel performance state driver
+  - improve config dialog and use mnemonics
+  - add a proper About dialog
+  - add min, avg and max frequencies in cpu selection
+  - add support for selecting a custom font
+  - support showing icon only
+  - improve overview window size and layout
+  - remove code for showing the frame
+  - rewrite layout code using =xfce4-panel-4.9 features
+  - remove code for deprecated APIs and xfce4-panel-4.9
+  - build plugin as a module
+  - fix showing frequency of wrong CPU core
+  - fix reading min frequency from cpufreq sysfs
+  - support panel 4.9 features (deskbar mode)
+  - port plugin to libxfce4ui
+  - code clean up and refactoring
+  - updates and fixes for build system files
+- drop obsolete
+  xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch
+- add xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch in
+  order to fix a missing return type (bxo#10343)
+
+---

Old:

  xfce4-cpufreq-plugin-1.0.0.tar.bz2
  xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch

New:

  xfce4-cpufreq-plugin-1.1.0.tar.bz2
  xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch



Other differences:
--
++ xfce4-panel-plugin-cpufreq.spec ++
--- /var/tmp/diff_new_pack.EoPIuH/_old  2013-09-09 09:54:04.0 +0200
+++ /var/tmp/diff_new_pack.EoPIuH/_new  2013-09-09 09:54:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-cpufreq
 #
-# 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
@@ -16,26 +16,26 @@
 #
 
 
-%define panel_version 4.8.0
+%define panel_version 4.10.0
 %define plugin_name xfce4-cpufreq-plugin
 
 Name:   xfce4-panel-plugin-cpufreq
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:CPU Frequency Scaling Monitor Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch 
bxo#7179 g...@opensuse.org -- Correctly refresh the selected core rather than 
always the last one
-Patch0: xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.1/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch 
bxo#10343 g...@opensuse.org -- Fix missing return type
+Patch0: xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(libxfcegui4-1.0)
 Requires:   xfce4-panel = %{panel_version}
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +57,8 @@
 %install
 %make_install
 
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libcpufreq.la
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
 %find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
@@ -75,9 +77,9 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_libexecdir}/xfce4/panel-plugins/xfce4-cpufreq-plugin
+%{_libdir}/xfce4/panel/plugins/libcpufreq.so*
 %{_datadir}/icons/hicolor/*/apps/xfce4-cpufreq-plugin.*
-%{_datadir}/xfce4/panel-plugins/xfce4-cpufreq-plugin.desktop
+%{_datadir}/xfce4/panel/plugins/cpufreq.desktop
 
 %files lang -f %{name}.lang
 

++ 

commit libproxy for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package libproxy for openSUSE:Factory 
checked in at 2013-09-09 09:54:14

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


Package is libproxy

Changes:

--- /work/SRC/openSUSE:Factory/libproxy/libproxy-plugins.changes
2013-08-30 11:41:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.libproxy.new/libproxy-plugins.changes   
2013-09-09 09:54:16.0 +0200
@@ -1,0 +2,10 @@
+Thu Sep  5 18:08:52 CEST 2013 - m...@suse.de
+
+- Add libproxy-no-libperl.patch: do not link the perl module
+  against libperl. We do not want a dependency on the libperl
+  library, as that would make as depend on the specific version of
+  perl. As the bindings are running in perl context, libperl can
+  be assumed to be loaded by that time.
+- Use perl_requires if it is defined.
+
+---
libproxy.changes: same change

New:

  libproxy-no-libperl.patch



Other differences:
--
++ libproxy-plugins.spec ++
--- /var/tmp/diff_new_pack.725AOk/_old  2013-09-09 09:54:17.0 +0200
+++ /var/tmp/diff_new_pack.725AOk/_new  2013-09-09 09:54:17.0 +0200
@@ -45,6 +45,8 @@
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM libproxy-pxgsettings-crash.patch bnc#836576 
dims...@opensuse.org -- Fix crash when pxgsettings is closing, taken from svn.
 Patch0: libproxy-pxgsettings-crash.patch
+# PATCH-FIX-UPSTREAM libproxy-no-libperl.patch m...@suse.de -- Do not link 
against libperl. Submitted upstream.
+Patch1: libproxy-no-libperl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -271,8 +273,12 @@
 Summary:Perl bindings for libproxy
 Group:  Development/Libraries/Perl
 Requires:   libproxy1 = %{version}
+%if 0%{?perl_requires:1}
+%{perl_requires}
+%else
 # For Fedora at least perl = perl_version does not work.
 Requires:   perl = %{perl_version}
+%endif
 
 %description -n perl-Net-Libproxy
 libproxy offers the following features: * extremely small core
@@ -307,6 +313,7 @@
 %prep
 %setup -q -n %{_sourcename}
 %patch0
+%patch1
 mkdir build
 
 %build

++ libproxy.spec ++
--- /var/tmp/diff_new_pack.725AOk/_old  2013-09-09 09:54:17.0 +0200
+++ /var/tmp/diff_new_pack.725AOk/_new  2013-09-09 09:54:17.0 +0200
@@ -45,6 +45,8 @@
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM libproxy-pxgsettings-crash.patch bnc#836576 
dims...@opensuse.org -- Fix crash when pxgsettings is closing, taken from svn.
 Patch0: libproxy-pxgsettings-crash.patch
+# PATCH-FIX-UPSTREAM libproxy-no-libperl.patch m...@suse.de -- Do not link 
against libperl. Submitted upstream.
+Patch1: libproxy-no-libperl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -271,8 +273,12 @@
 Summary:Perl bindings for libproxy
 Group:  Development/Libraries/Perl
 Requires:   libproxy1 = %{version}
+%if 0%{?perl_requires:1}
+%{perl_requires}
+%else
 # For Fedora at least perl = perl_version does not work.
 Requires:   perl = %{perl_version}
+%endif
 
 %description -n perl-Net-Libproxy
 libproxy offers the following features: * extremely small core
@@ -307,6 +313,7 @@
 %prep
 %setup -q -n %{_sourcename}
 %patch0
+%patch1
 mkdir build
 
 %build

++ libproxy-no-libperl.patch ++
--- ./bindings/perl/src/CMakeLists.txt.orig 2013-09-05 15:58:05.278486569 
+
+++ ./bindings/perl/src/CMakeLists.txt  2013-09-05 15:58:41.772486504 +
@@ -12,7 +12,7 @@ set(Libproxy_LIB_SRCS Libproxy.c)
 set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/perl/blib/arch/auto/Net)
 add_library(PLlibproxy SHARED ${Libproxy_LIB_SRCS})
 
-target_link_libraries(PLlibproxy ${PERL_LIBRARY} libproxy)
+target_link_libraries(PLlibproxy libproxy)
 set_target_properties(PLlibproxy PROPERTIES OUTPUT_NAME Libproxy)
 set_target_properties(PLlibproxy PROPERTIES PREFIX )
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pycarddav for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package pycarddav for openSUSE:Factory 
checked in at 2013-09-09 09:54:03

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


Package is pycarddav

Changes:

--- /work/SRC/openSUSE:Factory/pycarddav/pycarddav.changes  2013-07-08 
12:36:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.pycarddav.new/pycarddav.changes 2013-09-09 
09:54:04.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep  8 11:42:17 UTC 2013 - g...@opensuse.org
+
+- update to version 0.5.1
+  - assorted bugfixes, see the git log
+
+---

Old:

  pyCardDAV-0.5.0.tar.gz

New:

  pyCardDAV-0.5.1.tar.gz



Other differences:
--
++ pycarddav.spec ++
--- /var/tmp/diff_new_pack.6IT2mG/_old  2013-09-09 09:54:05.0 +0200
+++ /var/tmp/diff_new_pack.6IT2mG/_new  2013-09-09 09:54:05.0 +0200
@@ -16,29 +16,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define orig_name pyCardDAV
 
 Name:   pycarddav
-Version:0.5.0
-Release:1
-License:MIT
+Version:0.5.1
+Release:0
 Summary:Simple to Use CardDAV CLI Client
-Url:http://lostpackets.de/pycarddav/
+License:MIT
 Group:  Productivity/Networking/Other
+Url:http://lostpackets.de/pycarddav/
 Source: 
http://lostpackets.de/pycarddav/downloads/%{orig_name}-%{version}.tar.gz
 BuildRequires:  ed
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-lxml
-BuildRequires:  vobject
 BuildRequires:  python-requests
 BuildRequires:  python-urwid
 BuildRequires:  python-xdg
+BuildRequires:  vobject
 Requires:   python-lxml
-Requires:   vobject
 Requires:   python-requests
 Requires:   python-urwid
 Requires:   python-xdg
+Requires:   vobject
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -77,7 +78,7 @@
 
 %files
 %defattr(-,root,root)
-%doc CHANGELOG CONTRIBUTING.txt CONTRIBUTORS.txt COPYING NEWS.txt README.rst 
pycard.conf.sample
+%doc CONTRIBUTING.txt CONTRIBUTORS.txt COPYING NEWS.txt README.rst 
pycard.conf.sample
 %{python_sitelib}/%{orig_name}-%{version}-py%{py_ver}.egg-info
 %{python_sitelib}/%{name}
 %{_bindir}/pc_query

++ pyCardDAV-0.5.0.tar.gz - pyCardDAV-0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyCardDAV-0.5.0/CHANGELOG 
new/pyCardDAV-0.5.1/CHANGELOG
--- old/pyCardDAV-0.5.0/CHANGELOG   2013-06-15 19:25:35.0 +0200
+++ new/pyCardDAV-0.5.1/CHANGELOG   1970-01-01 01:00:00.0 +0100
@@ -1,21 +0,0 @@
-0.5
-multi account support
-support for more contenttypes/carddav servers
-all vcards should have a UID (required by RFC 6352 and enforced by Owncloud 5)
-
-0.4.2
-searching for non ascii characters should work
-doing an OPTIONS request now to check for carddav capabilities
-  this should speed up the syncing process and increase compatibility (SOGo)
-
-0.4.1
-assorted bugfixes, see the git log
-
-0.4.0
-experimental write support in the backend
-import  export vcards
-import directly from mutt
-speed increase in (initial) sync due to switching from pycurl to requests
-detects removed cards on server and deletes them locally
-can delete cards locally and on server
-can handle base64 encoded images/sounds etc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyCardDAV-0.5.0/CONTRIBUTING.txt 
new/pyCardDAV-0.5.1/CONTRIBUTING.txt
--- old/pyCardDAV-0.5.0/CONTRIBUTING.txt2013-06-15 19:25:35.0 
+0200
+++ new/pyCardDAV-0.5.1/CONTRIBUTING.txt2013-09-02 00:15:11.0 
+0200
@@ -1,6 +1,45 @@
+Submitting a Bug
+
+
+If you found a bug or any part of pycarddav isn't working as you
+expected, please check if that bug is either already reported at 
+
+https://github.com/geier/pycarddav/issues?state=open
+
+or is already fixed in the development branch.
+
+You can check it out and install via:
+
+ git clone -b develop https://github.com/geier/pycarddav 
+ cd pycarddav
+ python setup.py install
+
+If the bug persists, always run the command again with the --debug option
+and paste the output of that (of course you can edit out any private
+details like your username and resource). 
+
+Also, it is often helpful if you include which OS you are on, which
+version of python and, in the case the problems occur during sync, which
+version of requests you are using. You can just run the file at
+https://gist.github.com/geier/5814123#file-debug_helper-py
+and paste the
+output.
+
+If the error 

commit stardict for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package stardict for openSUSE:Factory 
checked in at 2013-09-09 09:54:05

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


Package is stardict

Changes:

--- /work/SRC/openSUSE:Factory/stardict/stardict.changes2013-07-25 
14:49:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.stardict.new/stardict.changes   2013-09-09 
09:54:05.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep  7 19:02:10 UTC 2013 - kkir...@opensuse.org
+
+- updated Russian translation (from rev. 58222e24e201)
+
+---



Other differences:
--
++ ru.po ++
 2864 lines (skipped)
 between /work/SRC/openSUSE:Factory/stardict/ru.po
 and /work/SRC/openSUSE:Factory/.stardict.new/ru.po

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



commit librest for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package librest for openSUSE:Factory checked 
in at 2013-09-09 09:54:27

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


Package is librest

Changes:

--- /work/SRC/openSUSE:Factory/librest/librest.changes  2013-07-17 
10:34:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.librest.new/librest.changes 2013-09-09 
09:54:29.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 28 09:07:34 UTC 2013 - dims...@opensuse.org
+
+- Drop librest-fix-build-without-ca-certificates.patch: as
+  identified in bnc#825903, this is not sufficient and needs more
+  investigation / rewriting.
+- Revert --without-ca-certificates configure option back to
+   --with-ca-certificates=/etc/ssl/ca-bundle.pem.
+
+---

Old:

  librest-fix-build-without-ca-certificates.patch



Other differences:
--
++ librest.spec ++
--- /var/tmp/diff_new_pack.w2xmF6/_old  2013-09-09 09:54:29.0 +0200
+++ /var/tmp/diff_new_pack.w2xmF6/_new  2013-09-09 09:54:29.0 +0200
@@ -29,8 +29,6 @@
 Url:http://git.gnome.org/browse/librest/
 Source0:
http://download.gnome.org/sources/rest/0.7/%{_name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM librest-fix-build-without-ca-certificates.patch 
dims...@opensuse.org -- Fix build when configuring --without-ca-certificates, 
taken from git
-Patch0: librest-fix-build-without-ca-certificates.patch
 BuildRequires:  pkgconfig(glib-2.0) = 2.24
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
@@ -93,12 +91,11 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 
 %build
 %configure \
 --disable-static \
---without-ca-certificates
+ --with-ca-certificates=/etc/ssl/ca-bundle.pem
 %__make %{?jobs:-j%jobs} V=1
 
 %install

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



commit gdm-branding-openSUSE for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package gdm-branding-openSUSE for 
openSUSE:Factory checked in at 2013-09-09 10:49:26

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


Package is gdm-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/gdm-branding-openSUSE/gdm-branding-openSUSE.changes  
2012-06-10 21:51:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gdm-branding-openSUSE.new/gdm-branding-openSUSE.changes
 2013-09-09 10:49:27.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep  8 07:35:47 UTC 2013 - zai...@opensuse.org
+
+- Bump version to 13.1, to prepare for next version of openSUSE. 
+
+---



Other differences:
--
++ gdm-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.0yuOjd/_old  2013-09-09 10:49:28.0 +0200
+++ /var/tmp/diff_new_pack.0yuOjd/_new  2013-09-09 10:49:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gdm-branding-openSUSE
 #
-# 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:   gdm-branding-openSUSE
-Version:12.2
+Version:13.1
 Release:0
 Summary:The GNOME Display Manager -- openSUSE default configuration
 License:GPL-2.0+


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



commit gconf2-branding-openSUSE for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package gconf2-branding-openSUSE for 
openSUSE:Factory checked in at 2013-09-09 10:49:16

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


Package is gconf2-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/gconf2-branding-openSUSE/gconf2-branding-SLED.changes
2012-05-25 16:15:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gconf2-branding-openSUSE.new/gconf2-branding-SLED.changes
   2013-09-09 10:49:19.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep  8 07:21:56 UTC 2013 - zai...@opensuse.org
+
+- Bump version to 13.1, to prepare for next version of openSUSE.
+
+---
gconf2-branding-SLES.changes: same change
gconf2-branding-openSUSE.changes: same change



Other differences:
--
++ gconf2-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.OYbeJe/_old  2013-09-09 10:49:21.0 +0200
+++ /var/tmp/diff_new_pack.OYbeJe/_new  2013-09-09 10:49:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gconf2-branding-SLED
 #
-# 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
@@ -22,7 +22,7 @@
 
 %if %build_openSUSE
 %define branding_name openSUSE
-%define pkg_version   12.2
+%define pkg_version   13.1
 %endif # %%build_openSUSE
 %if %build_SLED
 %define branding_name SLED

gconf2-branding-SLES.spec: same change
gconf2-branding-openSUSE.spec: same change
++ gconf2-branding.changes.in ++
--- /var/tmp/diff_new_pack.OYbeJe/_old  2013-09-09 10:49:21.0 +0200
+++ /var/tmp/diff_new_pack.OYbeJe/_new  2013-09-09 10:49:21.0 +0200
@@ -1,4 +1,9 @@
 ---
+Sun Sep  8 07:21:56 UTC 2013 - zai...@opensuse.org
+
+- Bump version to 13.1, to prepare for next version of openSUSE.
+
+---
 Wed May 23 07:45:56 UTC 2012 - vu...@opensuse.org
 
 - Bump version to 12.2, to prepare for next version of openSUSE.

++ gconf2-branding.spec.in ++
--- /var/tmp/diff_new_pack.OYbeJe/_old  2013-09-09 10:49:21.0 +0200
+++ /var/tmp/diff_new_pack.OYbeJe/_new  2013-09-09 10:49:21.0 +0200
@@ -21,7 +21,7 @@
 
 %if %build_openSUSE
 %define branding_name openSUSE
-%define pkg_version   12.2
+%define pkg_version   13.1
 %endif # %%build_openSUSE
 %if %build_SLED
 %define branding_name SLED


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



commit gnome-menus-branding-openSUSE for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-menus-branding-openSUSE for 
openSUSE:Factory checked in at 2013-09-09 10:50:48

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


Package is gnome-menus-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-menus-branding-openSUSE/gnome-menus-branding-SLED.changes
  2013-04-03 23:45:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-menus-branding-openSUSE.new/gnome-menus-branding-SLED.changes
 2013-09-09 10:50:50.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep  8 07:43:12 UTC 2013 - zai...@opensuse.org
+
+- Bump version to 13.1, to prepare for next version of openSUSE. 
+
+---
gnome-menus-branding-openSUSE.changes: same change



Other differences:
--
++ gnome-menus-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.rKl6oI/_old  2013-09-09 10:50:51.0 +0200
+++ /var/tmp/diff_new_pack.rKl6oI/_new  2013-09-09 10:50:51.0 +0200
@@ -21,7 +21,7 @@
 
 # Do not edit this auto generated file! Edit gnome-menus-branding.spec.in.
 Name:   gnome-menus-branding-SLED
-Version:12.2
+Version:13.1
 Release:0
 Summary:The GNOME Desktop Menu -- SLED Menus Definitions
 License:LGPL-2.1+

gnome-menus-branding-openSUSE.spec: same change
++ gnome-menus-branding.changes.in ++
--- /var/tmp/diff_new_pack.rKl6oI/_old  2013-09-09 10:50:51.0 +0200
+++ /var/tmp/diff_new_pack.rKl6oI/_new  2013-09-09 10:50:51.0 +0200
@@ -1,4 +1,9 @@
 ---
+Sun Sep  8 07:43:12 UTC 2013 - zai...@opensuse.org
+
+- Bump version to 13.1, to prepare for next version of openSUSE. 
+
+---
 Wed Mar  6 15:43:24 UTC 2013 - dims...@opensuse.org
 
 - Rebase gnome-menus-branding-remove-X-SuSE-ControlCenter.patch on

++ gnome-menus-branding.spec.in ++
--- /var/tmp/diff_new_pack.rKl6oI/_old  2013-09-09 10:50:51.0 +0200
+++ /var/tmp/diff_new_pack.rKl6oI/_new  2013-09-09 10:50:51.0 +0200
@@ -20,7 +20,7 @@
 %define build_SLED 0
 
 Name:   gnome-menus-branding-%{branding_name}
-Version:12.2
+Version:13.1
 Release:0
 Group:  System/GUI/GNOME
 License:LGPL-2.1+

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



commit gtk2-branding-openSUSE for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package gtk2-branding-openSUSE for 
openSUSE:Factory checked in at 2013-09-09 10:52:20

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


Package is gtk2-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/gtk2-branding-openSUSE/gtk2-branding-SLED.changes
2012-05-25 16:15:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtk2-branding-openSUSE.new/gtk2-branding-SLED.changes
   2013-09-09 10:52:21.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep 8 07:46:11 UTC 2013 - zai...@opensuse.org
+
+- Bump version to 13.1, to prepare for next version of openSUSE.
+
+---
gtk2-branding-openSUSE.changes: same change



Other differences:
--
++ gtk2-branding-SLED.spec ++
--- /var/tmp/diff_new_pack.ewF3u2/_old  2013-09-09 10:52:25.0 +0200
+++ /var/tmp/diff_new_pack.ewF3u2/_new  2013-09-09 10:52:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk2-branding-SLED
 #
-# 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

gtk2-branding-openSUSE.spec: same change
++ gtk2-branding.spec.in ++
--- /var/tmp/diff_new_pack.ewF3u2/_old  2013-09-09 10:52:25.0 +0200
+++ /var/tmp/diff_new_pack.ewF3u2/_new  2013-09-09 10:52:25.0 +0200
@@ -22,7 +22,7 @@
 Url:http://www.gtk.org/
 
 Name:   gtk2-branding-%{branding_name}
-Version:12.2
+Version:13.1
 Release:0
 Group:  System/Libraries
 License:BSD-3-Clause

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



commit PackageKit for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2013-09-09 10:53:19

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


Package is PackageKit

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2013-08-30 
17:14:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2013-09-09 10:53:21.0 +0200
@@ -1,0 +2,20 @@
+Sat Sep  7 17:25:35 UTC 2013 - dims...@opensuse.org
+
+- Add PackageKit-dbus-location.patch: Look for dbus socket in /run
+  instead of /var/run (bnc#829944).
+
+---
+Tue Sep  3 06:37:22 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.8.11:
+  + Make it possible to cancel an offline update.
+  + Add offline update commands to the pkcon man page.
+  + Make sure basic stuff is set up before entering the STARTED
+plugin phase.
+  + pkcon: Add a few missing subcommands to the help output.
+  + pkcon: Document commands and options.
+  + zypp: Adapt to pk_backend_job_files change.
+  + Various backend fixes (not zypp related).
+- Drop PackageKit-zypp-buildfix.patch: fixed upstream.
+
+---

Old:

  PackageKit-0.8.10.tar.xz
  PackageKit-zypp-buildfix.patch

New:

  PackageKit-0.8.11.tar.xz
  PackageKit-dbus-location.patch



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.ruxvEh/_old  2013-09-09 10:53:22.0 +0200
+++ /var/tmp/diff_new_pack.ruxvEh/_new  2013-09-09 10:53:22.0 +0200
@@ -21,7 +21,7 @@
 %define with_offline_updates 0
 
 Name:   PackageKit
-Version:0.8.10
+Version:0.8.11
 Release:0
 Summary:Simple software installation management software
 License:GPL-2.0+
@@ -33,8 +33,8 @@
 Patch1: 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch
 # PATCH-FIX-UPSTREAM PackageKit-npapi.patch fdo#40026 w...@rosenauer.org -- 
Build against npapi-sdk instead of xulrunner
 Patch2: 0002-Build-against-npapi-sdk-instead-of-xulrunner.patch
-# PATCH-FIX-UPSTREAM PackageKit-zypp-buildfix.patch dims...@opensuse.org -- 
internal API for pk_backend_job_files was changed to accept arrays; 
https://gitorious.org/packagekit/packagekit/merge_requests/8
-Patch3: PackageKit-zypp-buildfix.patch
+# PATCH-FIX-UPSTREAM PackageKit-dbus-location.patch bnc#829944 
dims...@opensuse.org -- Look for dbus socket in /run instead of /var/run. Sent 
to upstream.
+Patch3: PackageKit-dbus-location.patch
 # To update this package, please git-format-patch the tag of the
 # tarball version (eg: PACKAGEKIT_0_6_19) vs the distro tag (eg: 
openSUSE_Factory)
 # in https://github.com/openSUSE/PackageKit and keep the patches

++ PackageKit-0.8.10.tar.xz - PackageKit-0.8.11.tar.xz ++
 4171 lines of diff (skipped)

++ PackageKit-dbus-location.patch ++
Index: PackageKit-0.8.11/contrib/command-not-found/PackageKit.sh.in
===
--- PackageKit-0.8.11.orig/contrib/command-not-found/PackageKit.sh.in
+++ PackageKit-0.8.11/contrib/command-not-found/PackageKit.sh.in
@@ -11,7 +11,7 @@ command_not_found_handle () {
retval=127
 
# don't run if DBus isn't running
-   [ ! -S /var/run/dbus/system_bus_socket ]  runcnf=0
+   [ ! -S /run/dbus/system_bus_socket ]  runcnf=0
 
# don't run if packagekitd doesn't exist in the _system_ root
[ ! -x /usr/libexec/packagekitd ]  runcnf=0
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsocialweb-branding-openSUSE for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package libsocialweb-branding-openSUSE for 
openSUSE:Factory checked in at 2013-09-09 10:52:55

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


Package is libsocialweb-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/libsocialweb-branding-openSUSE/libsocialweb-branding-openSUSE.changes
2012-06-06 16:07:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libsocialweb-branding-openSUSE.new/libsocialweb-branding-openSUSE.changes
   2013-09-09 10:52:56.0 +0200
@@ -1,0 +2,5 @@
+Sun Sep  9 07:56:01 UTC 2013 - zai...@opensuse.org
+
+- Bump version to 13.1, to prepare for next version of openSUSE.
+
+---



Other differences:
--
++ libsocialweb-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.ouXcS8/_old  2013-09-09 10:52:57.0 +0200
+++ /var/tmp/diff_new_pack.ouXcS8/_new  2013-09-09 10:52:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsocialweb-branding-openSUSE
 #
-# 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 keydir %{_datadir}/libsocialweb/keys
 
 Name:   libsocialweb-branding-openSUSE
-Version:12.2
+Version:13.1
 Release:0
 Summary:A personal social data server -- API keys from openSUSE
 License:SUSE-Public-Domain

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



commit poppler for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package poppler for openSUSE:Factory checked 
in at 2013-09-09 10:56:57

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


Package is poppler

Changes:

--- /work/SRC/openSUSE:Factory/poppler/poppler-qt.changes   2013-09-02 
17:02:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.poppler.new/poppler-qt.changes  2013-09-09 
10:56:58.0 +0200
@@ -1,0 +2,24 @@
+Wed Aug 30 13:06:18 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.24.1:
+  + core:
+- SplashOutputDev: use getRGBLine images if available
+  (fdo#66928).
+- SplashOutputDev: Don't copy bitmap if we don't need to.
+- PSOutputDev: Fix regression in -eps -level1sep rendering
+  (fdo#68321).
+- Fix crash in malformed file. Use copyString instead of strdup
+  where memory is freed with gfree (fdo#67666).
+  + utils:
+- pdfdetach: don't mention xpdfrc.
+- pdftotext: Fix -bbox with stdin as input (fdo#45163).
+- pdftohtml: Fix jpeg image export (fdo#48270).
+- pdfimages: Fix typos in man page.
+  + glib:
+- demo: Remove GTK_DISABLE_DEPRECATED compilation flag.
+  + qt4:
+- Fix small typo in documentation.
+  + qt5:
+- Fix small typo in documentation.
+
+---
poppler.changes: same change

Old:

  poppler-0.24.0.tar.xz

New:

  poppler-0.24.1.tar.xz



Other differences:
--
++ poppler-qt.spec ++
--- /var/tmp/diff_new_pack.ERfSFM/_old  2013-09-09 10:56:59.0 +0200
+++ /var/tmp/diff_new_pack.ERfSFM/_new  2013-09-09 10:56:59.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   poppler-qt
 %define _name   poppler
-Version:0.24.0
+Version:0.24.1
 Release:0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.6

++ poppler.spec ++
--- /var/tmp/diff_new_pack.ERfSFM/_old  2013-09-09 10:56:59.0 +0200
+++ /var/tmp/diff_new_pack.ERfSFM/_new  2013-09-09 10:56:59.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   poppler
 %define _name   poppler
-Version:0.24.0
+Version:0.24.1
 Release:0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.6

++ poppler-0.24.0.tar.xz - poppler-0.24.1.tar.xz ++
 4341 lines of diff (skipped)

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



commit vlc for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2013-09-09 10:58:41

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


Package is vlc

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2013-08-14 22:49:36.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2013-09-09 
10:58:42.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep  7 18:52:22 UTC 2013 - dims...@opensuse.org
+
+- If we have a smblcient.pc available (meaning, we build against
+  samba 4), we export the output of pkg-config --cflags smbclient
+  into CFLAGS. Fixes build with Samab 4.0.
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.TEAbfD/_old  2013-09-09 10:58:43.0 +0200
+++ /var/tmp/diff_new_pack.TEAbfD/_new  2013-09-09 10:58:43.0 +0200
@@ -263,12 +263,14 @@
 %build 
 echo '* BOOTSTRAPPING *'
 date
+pkg-config --exists smbclient  
+  smbclient=$(pkg-config --cflags smbclient)
 %ifarch %{ix86} x86_64
-export CFLAGS=%{optflags} -L%{_libdir}/live -msse
-export CXXFLAGS=%{optflags} -L%{_libdir}/live -msse
+export CFLAGS=%{optflags} -L%{_libdir}/live -msse $smbclient
+export CXXFLAGS=%{optflags} -L%{_libdir}/live -msse $smbclient
 %else
-export CFLAGS=%{optflags} -L%{_libdir}/live
-export CXXFLAGS=%{optflags} -L%{_libdir}/live
+export CFLAGS=%{optflags} -L%{_libdir}/live $smbclient
+export CXXFLAGS=%{optflags} -L%{_libdir}/live $smbclient
 %endif
 
 # Needed for patch5

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



commit xiphos for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package xiphos for openSUSE:Factory checked 
in at 2013-09-09 11:04:03

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


Package is xiphos

Changes:

--- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes2011-10-12 
16:17:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.xiphos.new/xiphos.changes   2013-09-09 
11:04:04.0 +0200
@@ -1,0 +2,25 @@
+Sun Sep  8 18:48:05 UTC 2013 - kkir...@opensuse.org
+
+- updated to 3.1.5:
+  + The WebKit display driver.
+  + GTK3 compatibility.
+  + Module-internal footnote  xref numbering/lettering is respected.
+  + Display of headings, footnotes, xrefs, and red words all default On.
+  + Image content is resized in parallel windows and the previewer.
+  + Module lists include modules' 1-line descriptions as well as short names.
+  + Verse numbers will no longer be widowed (left alone at the end of a
+line) by being forced to combine against the first word of their verse.
+  + Verse number display is configurable: bold, brackets, superscripts.
+  + RtoL consistency improvements.
+  + Studypad save respects its default directory specification.
+  + Base font is respected in all parallel views.
+  + Font selection order has been fixed: Any user specification (per module
+or per language) supercedes module configuration file specification.
+  + In export, avoid more than one dialog, ever, about checking a module's
+license, and change copy/export defaults to plaintext and 1 verse.
+  + Ctrl-0 (zero) forces base font size to 0.
+  + Ctrl-[1-9] selects the Nth tab.
+  + Countless internal module, cache, font, and display fixes.
+- added dependency on sword package (it contains sword global configurations)
+
+---

Old:

  xiphos-20111010svn4310.tar.bz2

New:

  xiphos-3.1.5.tar.bz2



Other differences:
--
++ xiphos.spec ++
--- /var/tmp/diff_new_pack.Ia1DeF/_old  2013-09-09 11:04:05.0 +0200
+++ /var/tmp/diff_new_pack.Ia1DeF/_new  2013-09-09 11:04:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xiphos
 #
-# Copyright (c) 2011 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
@@ -16,48 +16,127 @@
 #
 
 
+%if ( 0%{?suse_version} = 1200 || 0%{?fedora}  14 )
+%definegtk3 1
+%endif
 
 Name:   xiphos
-Version:3.1.4
-Release:1
-License:GPL-2.0
+Version:3.1.5
+Release:0
 Summary:GNOME-based Bible research tool
-Url:http://xiphos.org/
+License:GPL-2.0
 Group:  Productivity/Scientific/Other
-Source0:xiphos-20111010svn4310.tar.bz2
+Url:http://xiphos.org/
+Source0:xiphos-3.1.5.tar.bz2
 Source1:%{name}.desktop
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
+
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel
-BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(glib-2.0)
-%if 0%{?suse_version} = 1130
-BuildRequires:  gnome-spell2
-%endif
-BuildRequires:  gtkhtml2-devel
 BuildRequires:  intltool
-BuildRequires:  libMagick++-devel
+%if %{undefined mdkversion}
 BuildRequires:  libbonobo-devel
-BuildRequires:  libcurl-devel
 BuildRequires:  libgnomeui-devel
+%endif
 BuildRequires:  libgsf-devel
 BuildRequires:  libidn-devel
-BuildRequires:  libwebkitgtk3-devel
 BuildRequires:  pcre-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  scrollkeeper
-BuildRequires:  sword-devel
-BuildRequires:  xorg-x11-libXdmcp-devel
+BuildRequires:  sword-devel  1.6.2
+%if ( %{undefined centos_version}  0%{?suse_version} != 1110 )
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libglade-2.0)
+%endif
+
+%if ( %{undefined fedora}  %{undefined centos_version}  %{undefined 
mdkversion}  0%{?suse_version} != 1110 )
+
+BuildRequires:  gnome-doc-utils-devel
+BuildRequires:  libMagick++-devel
+BuildRequires:  xorg-x11-libXdmcp-devel
+
+  %if %{defined gtk3}
+BuildRequires:  libwebkitgtk3-devel
+  %else
+BuildRequires:  libwebkitgtk-devel
+  %endif
+%endif
+#
+# CentOS
+#
+%if %{defined centos_version}
+BuildRequires:  cairo-devel
+BuildRequires:  dbus-glib-devel
+BuildRequires:  glib2-devel
+BuildRequires:  

commit lokalize for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2013-09-09 11:04:29

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


Package is lokalize

Changes:

--- /work/SRC/openSUSE:Factory/lokalize/lokalize.changes2013-08-16 
13:47:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2013-09-09 
11:04:30.0 +0200
@@ -1,0 +2,13 @@
+Sun Sep  8 08:34:29 UTC 2013 - cgiboude...@gmx.com
+
+- Require kdesdk-strigi-analyzers.
+  The kdesdk package was split in smaller packagers to follow upstream changes.
+
+---
+Sun Sep  1 10:39:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  lokalize-4.11.0.tar.xz

New:

  lokalize-4.11.1.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.efSJCu/_old  2013-09-09 11:04:31.0 +0200
+++ /var/tmp/diff_new_pack.efSJCu/_new  2013-09-09 11:04:31.0 +0200
@@ -23,12 +23,12 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Requires strigila_po.so (bnc#410716)
-Requires:   kdesdk4
+Requires:   kdesdk-strigi-analyzers
 Requires:   libqt4_sql_backend
 Requires:   python-kde4
 Provides:   kde4-lokalize = 4.3.0

++ lokalize-4.11.0.tar.xz - lokalize-4.11.1.tar.xz ++

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



commit webkitgtk for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2013-09-09 11:03:56

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


Package is webkitgtk

Changes:

--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes  2013-08-16 
12:21:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2013-09-09 
11:03:58.0 +0200
@@ -1,0 +2,30 @@
+Wed Sep  4 08:44:52 UTC 2013 - idon...@suse.com
+
+- Use CPPFLAGS to disable JIT instead of %extraconfigure;
+  otherwise it fails on some platforms, most notably s390x
+  See webkit#113638.
+
+---
+Mon Sep  2 07:11:43 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.1.90.1:
+  + Adds support for maintainer mode, so that the GNOME continuous
+integration will be able to forbid autotools regeneration.
+  + Added DOM bindings symbols that got removed from the IDL back
+for ABI compatibility.
+
+---
+Wed Aug 28 06:40:13 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.1.90:
+  + Add API to inject custom JavaScript to WebKit2 Web Extensions
+API.
+  + Add support for running JavaScript code in isolated worlds to
+WebKit2 Web Extensions API.
+  + Expose WebKitFrame in WebKit2GTK+ Web Extensions API.
+  + Fix the volume slider track shown when muted.
+  + Cancel authentication dialog when the load fails.
+  + Fix a crash in WebKit1 when inspector window is closed.
+  + Updated translations.
+
+---
webkitgtk3.changes: same change

Old:

  webkitgtk-2.1.4.tar.xz

New:

  webkitgtk-2.1.90.1.tar.xz



Other differences:
--
++ webkitgtk.spec ++
--- /var/tmp/diff_new_pack.JPJZky/_old  2013-09-09 11:03:59.0 +0200
+++ /var/tmp/diff_new_pack.JPJZky/_new  2013-09-09 11:03:59.0 +0200
@@ -46,7 +46,7 @@
 Summary:Library for rendering web content, GTK+ Port
 License:LGPL-2.0+ and BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:2.1.4
+Version:2.1.90.1
 Release:0
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions
@@ -308,8 +308,7 @@
 # we'll always want to remove the debug from the build on arm
 RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g/}
 %endif
-%ifarch ppc ppc64 %arm
-%define extraconfigure --disable-jit
+%ifarch %arm ppc ppc64 s390 s390x
 RPM_OPT_FLAGS+= -Wl,--no-keep-memory -Wl,--reduce-memory-overheads 
 %endif
 
@@ -319,12 +318,17 @@
 # No debug builds We run out of about everything with -O2 -g (the .ar 
becomes  4.3GB)
 export CFLAGS= $RPM_OPT_FLAGS -g0
 export CXXFLAGS= $RPM_OPT_FLAGS -g0
+
+# Use CPPFLAGS to disable jit, webkit#113638
+%ifarch %arm ppc ppc64 s390 s390x
+export CPPFLAGS=-DENABLE_JIT=0 -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0
+%endif
+
 %configure \
 --with-gtk=%{_gtkver} \
 --enable-geolocation \
 --enable-introspection \
 --enable-javascript-debugger \
-%{?extraconfigure} \
 --disable-static \
 --enable-shared \
 --with-gstreamer=1.0 \

webkitgtk3.spec: same change
++ _constraint ++
--- /var/tmp/diff_new_pack.JPJZky/_old  2013-09-09 11:03:59.0 +0200
+++ /var/tmp/diff_new_pack.JPJZky/_new  2013-09-09 11:03:59.0 +0200
@@ -1,10 +1,10 @@
 constraints
   hardware
 disk
-  size unit=M2200/size
+  size unit=M2200/size
 /disk
 memory
-  size unit=M1500/size
+  size unit=M1500/size
 /memory
   /hardware
 /constraints 

++ webkitgtk-2.1.4.tar.xz - webkitgtk-2.1.90.1.tar.xz ++
/work/SRC/openSUSE:Factory/webkitgtk/webkitgtk-2.1.4.tar.xz 
/work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk-2.1.90.1.tar.xz differ: 
char 25, line 1

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



commit konsole for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2013-09-09 11:06:27

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


Package is konsole

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2013-08-16 
13:39:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2013-09-09 
11:06:28.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:57:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  konsole-4.11.0.tar.xz

New:

  konsole-4.11.1.tar.xz



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.rsh2bY/_old  2013-09-09 11:06:29.0 +0200
+++ /var/tmp/diff_new_pack.rsh2bY/_new  2013-09-09 11:06:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   konsole
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:KDE Terminal
 License:GPL-2.0+

++ konsole-4.11.0.tar.xz - konsole-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-4.11.0/doc/manual/index.docbook 
new/konsole-4.11.1/doc/manual/index.docbook
--- old/konsole-4.11.0/doc/manual/index.docbook 2013-07-10 00:49:37.0 
+0200
+++ new/konsole-4.11.1/doc/manual/index.docbook 2013-08-28 19:00:45.0 
+0200
@@ -1021,9 +1021,23 @@
 termoption--tabs-from-file /optionparameterfile/parameter/term
 listitemparaactionCreate tabs/action as specified in the given tabs 
configuration file.
 /para
-noteparaThe file has one tab per line in the following format:/parapara
-title: PUT A TITLE ;; command: PUT A COMMAND ;; workdir: PUT A DIRECTORY
-/para/note
+noteparaThe file has one tab per line in the following format:/para
+paraEach line specifies a tab to open using up to 4 fields specifying how it 
is to open. 
+Fields are delimited with userinput;;/userinput and a field name must have 
a userinput:/userinput appended.
+Empty lines or lines with userinput#/userinput at the beginning are 
ignored, so you can use line beginning with 
+userinput#/userinput to add comments.
+/para
+
+simplelist
+memberuserinputtitle:/userinput a name for this tab, tab default if 
blank or not specified/member
+memberuserinputworkdir:/userinput working directory, filename 
class=directory ~/filename if blank or not specified/member
+memberuserinputprofile:/userinput a konsole; profile to use, the 
default if blank or not specified/member
+memberuserinputcommand:/userinput a command to run/member
+/simplelist
+paraEach line should contain at least one of userinputcommand/userinput 
or userinputprofile/userinput field.
+/para
+paraExample: userinputtitle: %n;; command: /usr/bin/top ;; profile: 
Shell/userinput/para
+/note
 /listitem
 /varlistentry
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-4.11.0/src/main.cpp 
new/konsole-4.11.1/src/main.cpp
--- old/konsole-4.11.0/src/main.cpp 2013-07-10 00:49:37.0 +0200
+++ new/konsole-4.11.1/src/main.cpp 2013-08-29 20:32:20.0 +0200
@@ -29,7 +29,7 @@
 #include KCmdLineArgs
 #include KLocale
 
-#define KONSOLE_VERSION 2.11
+#define KONSOLE_VERSION 2.11.1
 
 using Konsole::Application;
 







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



commit kdebase4-runtime for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2013-09-09 11:06:25

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


Package is kdebase4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes
2013-08-16 13:38:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2013-09-09 11:06:27.0 +0200
@@ -1,0 +2,26 @@
+Tue Sep  3 18:36:24 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0001-Discard-the-recorded-events-in-the-item-local-handle.patch 
+  for resolving kde#324470, kde#324471 (double taskbar click issue)
+
+---
+Sun Sep  1 13:09:28 UTC 2013 - tittiatc...@gmail.com
+
+- Add patch fix-samba4.diff which is applicable only for 13.1 and
+  higher where we have samba4. This sets the samba include dir as 
+  cmake can not find it otherwise
+
+---
+Sun Sep  1 09:56:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Thu Aug 22 22:20:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added Suppressed-Redundant-MouseEventListener-Signals.patch 
+  (kde#316546, bnc#835309)
+
+---

Old:

  kde-runtime-4.11.0.tar.xz

New:

  0001-Discard-the-recorded-events-in-the-item-local-handle.patch
  Suppressed-Redundant-MouseEventListener-Signals.patch
  fix-samba4.diff
  kde-runtime-4.11.1.tar.xz



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.cM0F3o/_old  2013-09-09 11:06:28.0 +0200
+++ /var/tmp/diff_new_pack.cM0F3o/_new  2013-09-09 11:06:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4-runtime
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:The KDE Runtime Components
 License:GPL-2.0+
@@ -33,6 +33,14 @@
 Patch3: khelpcenter-use-susehelp.patch
 Patch4: ksuseinstall.diff
 Patch5: kdesu-symbol-lookup-workaround.diff
+# PATCH-FIX-OPENSUSE Make sure that the samba kioslave can find the include 
file for Samba 4 
+# This is for factory only
+Patch6: fix-samba4.diff
+# PATCH-FIX-UPSTREAM Suppressed-Redundant-MouseEventListener-Signals.patch -- 
MouseEventListener item emitts multiple wheelMoved() signals for the same
+# wheel event (once for every child item), this patch suppresses redundant 
mouse signals (kde#316546, bnc#835309)
+Patch100:   Suppressed-Redundant-MouseEventListener-Signals.patch
+# PATCH-FIX-UPSTREAM 
0001-Discard-the-recorded-events-in-the-item-local-handle.patch (kde#324470, 
kde#324471)
+Patch1000:  0001-Discard-the-recorded-events-in-the-item-local-handle.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  fdupes
 BuildRequires:  libcanberra-devel
@@ -121,6 +129,11 @@
 %patch3
 %patch4 -p1
 %patch5
+%if %suse_version  1230
+%patch6 -p1
+%endif
+%patch100 -p1
+%patch1000 -p1
 
 %build
   %cmake_kde4 -d build -- -DKDE4_ENABLE_FPIE=1

++ 0001-Discard-the-recorded-events-in-the-item-local-handle.patch ++
From be1a5d484c70f4f6a383150810afbfbb367db2ac Mon Sep 17 00:00:00 2001
From: Eike Hein h...@kde.org
Date: Tue, 3 Sep 2013 20:29:23 +0200
Subject: [PATCH 1/1] Discard the recorded events in the item-local handlers.

Solves problems with identical events being ignored due to
QGraphicsView's reuse of QGraphicsSceneMouseEvent instances.

CCMAIL:rdie...@fedoraproject.org
BUG:324470
BUG:324471
---
 plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp | 4 
 1 file changed, 4 insertions(+)

diff --git a/plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp 
b/plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp
index b534845..36530e0 100644
--- a/plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp
+++ b/plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp
@@ -90,6 +90,7 @@ bool MouseEventListener::containsMouse() const
 void MouseEventListener::mousePressEvent(QGraphicsSceneMouseEvent *me)
 {
 if (m_lastEvent == me) {
+m_lastEvent = 0;
 return;
 }
 
@@ -112,6 +113,7 @@ void 
MouseEventListener::mousePressEvent(QGraphicsSceneMouseEvent *me)
 void MouseEventListener::mouseMoveEvent(QGraphicsSceneMouseEvent *me)
 {
 if (m_lastEvent == me) {
+m_lastEvent = 0;
 return;
 }
 
@@ -122,6 +124,7 @@ void 

commit kdepimlibs4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory 
checked in at 2013-09-09 11:06:22

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


Package is kdepimlibs4

Changes:

--- /work/SRC/openSUSE:Factory/kdepimlibs4/kdepimlibs4.changes  2013-08-16 
13:38:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes 
2013-09-09 11:06:23.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:55:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kdepimlibs-4.11.0.tar.xz

New:

  kdepimlibs-4.11.1.tar.xz



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.3d3ydn/_old  2013-09-09 11:06:24.0 +0200
+++ /var/tmp/diff_new_pack.3d3ydn/_new  2013-09-09 11:06:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepimlibs4
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:KDE PIM Libraries
 License:LGPL-2.1+

++ kdepimlibs-4.11.0.tar.xz - kdepimlibs-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.11.0/CMakeLists.txt 
new/kdepimlibs-4.11.1/CMakeLists.txt
--- old/kdepimlibs-4.11.0/CMakeLists.txt2013-08-06 23:51:42.0 
+0200
+++ new/kdepimlibs-4.11.1/CMakeLists.txt2013-08-29 20:34:27.0 
+0200
@@ -7,7 +7,7 @@
 ### The kdepimlibs version (used e.g. in KdepimLibsConfig.cmake) 
###
 set(KDEPIMLIBS_VERSION_MAJOR 4)
 set(KDEPIMLIBS_VERSION_MINOR 11)
-set(KDEPIMLIBS_VERSION_PATCH 0)
+set(KDEPIMLIBS_VERSION_PATCH 1)
 set(KDEPIMLIBS_VERSION 
${KDEPIMLIBS_VERSION_MAJOR}.${KDEPIMLIBS_VERSION_MINOR}.${KDEPIMLIBS_VERSION_PATCH})
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.11.0/akonadi/agentfactory.h 
new/kdepimlibs-4.11.1/akonadi/agentfactory.h
--- old/kdepimlibs-4.11.0/akonadi/agentfactory.h2013-07-10 
01:12:36.0 +0200
+++ new/kdepimlibs-4.11.1/akonadi/agentfactory.h2013-08-28 
19:06:13.0 +0200
@@ -117,7 +117,7 @@
 { \
   public: \
 explicit agentClass ## Factory( QObject * parent = 0 ) : 
Akonadi::AgentFactory agentClass ( # catalogName, parent ) {\
-  setObjectName(# catalogName );\
+  setObjectName(QLatin1String(# catalogName) );\
 } \
 }; \
 Q_EXPORT_PLUGIN2( catalogName, agentClass ## Factory )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepimlibs-4.11.0/akonadi/calendar/calfilterproxymodel_p.h 
new/kdepimlibs-4.11.1/akonadi/calendar/calfilterproxymodel_p.h
--- old/kdepimlibs-4.11.0/akonadi/calendar/calfilterproxymodel_p.h  
2013-07-10 01:12:36.0 +0200
+++ new/kdepimlibs-4.11.1/akonadi/calendar/calfilterproxymodel_p.h  
2013-08-28 19:06:13.0 +0200
@@ -19,7 +19,7 @@
 */
 
 #ifndef AKONADI_CALFILTERPROXYMODEL_P_H
-#define AKOANDI_CALFILTERPROXYMODEL_P_H
+#define AKONADI_CALFILTERPROXYMODEL_P_H
 
 #include QSortFilterProxyModel
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepimlibs-4.11.0/doc/kcontrol/kresources/index.docbook 
new/kdepimlibs-4.11.1/doc/kcontrol/kresources/index.docbook
--- old/kdepimlibs-4.11.0/doc/kcontrol/kresources/index.docbook 2013-07-10 
01:12:36.0 +0200
+++ new/kdepimlibs-4.11.1/doc/kcontrol/kresources/index.docbook 2013-08-28 
19:06:13.0 +0200
@@ -14,8 +14,8 @@
 !-- TRANS:ROLES_OF_TRANSLATORS --
 /authorgroup
 
-date2010-06-22/date
-releaseinfokde; 4.5/releaseinfo
+date2013-08-08/date
+releaseinfokde; 4.11/releaseinfo
 
 keywordset
 keywordKDE/keyword
@@ -38,9 +38,12 @@
   kresources.desktop (diff)
   --
 paraThis module is a configuration tool for managing the resources used by 
different kde; applications.
-It allows you to add, deleted or modify the resources for 
guilabelAlarms/guilabel, 
+It allows you to add, deleted or modify the resources for
 guilabelCalendar/guilabel, guilabelNotes/guilabel and 
guilabelContacts/guilabel./para
 
+noteparaThis module is no longer in systemsettings; and only available if 
you start userinputcommandkcmshell4/command 
optionkresources/option/userinput in a terminal or konsole;
+/para/note
+
 paraSelect a resource type from the drop down box at the top of the 
guilabelResources/guilabel section.
 The list box now displays names and types of available resources of this type. 
 One of these resources is marked as the standard resource./para
@@ 

commit kdelibs4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2013-09-09 11:06:16

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


Package is kdelibs4

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2013-08-30 11:39:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2013-09-09 11:06:18.0 +0200
@@ -1,0 +2,21 @@
+Tue Sep  3 22:29:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0001-verbose.patch which disables qDebug for udisks2 queries, 
+  which resulted in ugly output, when e.g. starting dolphin from CLI
+
+---
+Sun Sep  1 09:55:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---
+Sun Sep  1 09:49:01 UTC 2013 - tittiatc...@gmail.com
+
+- Drop upstream patches to prepare for the 4.11.1 update:
+  * 0001-when-the-request-theme-does-not-exist-delete-all-old.patch
+  * 0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch
+  * 0003-Fix-reordering-of-apps-for-a-derived-mimetype.patch
+
+---
kdelibs4.changes: same change

Old:

  0001-when-the-request-theme-does-not-exist-delete-all-old.patch
  0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch
  0003-Fix-reordering-of-apps-for-a-derived-mimetype.patch
  kdelibs-4.11.0.tar.xz

New:

  0001-verbose.patch
  kdelibs-4.11.1.tar.xz



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.7RDjXh/_old  2013-09-09 11:06:19.0 +0200
+++ /var/tmp/diff_new_pack.7RDjXh/_new  2013-09-09 11:06:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdelibs4-apidocs
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:KDE 4 API documentation
 License:LGPL-2.1+

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.7RDjXh/_old  2013-09-09 11:06:19.0 +0200
+++ /var/tmp/diff_new_pack.7RDjXh/_new  2013-09-09 11:06:19.0 +0200
@@ -24,7 +24,7 @@
 %define kderev 0
 
 Name:   kdelibs4
-Version:4.11.0
+Version:4.11.1
 Release:0
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automoc4
@@ -104,13 +104,10 @@
 # this patch exlcudes qtuitools symbols from libs that link to qtuitools, as 
otherwise users of
 # those libs are crashing(bnc#819437, kde#303576, kde#231077, qtbug#437)
 Patch11:exclude-qtuitools-symbols-from-public-libraries.patch
-# PATCH-FIX-UPSTREAM 
0001-when-the-request-theme-does-not-exist-delete-all-old.patch -- fixes crash 
on non-existing plasma themes (kde#320855)
-Patch100:   0001-when-the-request-theme-does-not-exist-delete-all-old.patch
-# PATCH-FIX-UPSTREAM 
0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch -- fixes crash 
when failing to get audio CD block device (kde#314544)
-Patch101:   0002-Fix-crash-when-failing-to-get-audio-CD-block-device.patch
-# PATCH-FIX-UPSTREAM 0003-Fix-reordering-of-apps-for-a-derived-mimetype.patch 
-- fixes a bug introduced by 8718a88a60 that made it impossible to re-order
-# file type associations both in System settings and in the open with list 
(kde#321706)
-Patch102:   0003-Fix-reordering-of-apps-for-a-derived-mimetype.patch
+# PATCH-FIX-OPENSUSE 0001-verbose.patch -- disables qDebug for udisks2 
queries, which resulted in ugly output,
+# when e.g. starting dolphin from CLI
+# NOTE patch is from master, aka 4.12 branch
+Patch1000:  0001-verbose.patch
 PreReq: permissions
 Requires:   soprano = %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
 Recommends: strigi = %( echo `rpm -q --queryformat '%{VERSION}' 
strigi-devel`)
@@ -175,9 +172,7 @@
 %patch9
 %patch10
 %patch11 -p1
-%patch100 -p1
-%patch101 -p1
-%patch102 -p1
+%patch1000 -p1
 
 %build
   EXTRA_FLAGS=-DLIB_INSTALL_DIR=%{_kde4_libdir} \

++ 0001-verbose.patch ++
From 951be54a387a23175ba2d3d03c7a956c880eccc4 Mon Sep 17 00:00:00 2001
From: Aleix Pol aleix...@kde.org
Date: Mon, 2 Sep 2013 15:29:46 +0200
Subject: [PATCH 2/3] --verbose

Comment qDebug call, that we cannot disable. It's helpful when
testing/debugging to keep the output to what we are expecting.

Reviewed by Lukas Tinkl
---
 solid/solid/backends/udisks2/udisksdevicebackend.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solid/solid/backends/udisks2/udisksdevicebackend.cpp 
b/solid/solid/backends/udisks2/udisksdevicebackend.cpp
index 

commit kdepim4-runtime for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2013-09-09 11:06:33

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


Package is kdepim4-runtime

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2013-08-16 13:39:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2013-09-09 11:06:35.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:58:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kdepim-runtime-4.11.0.tar.xz

New:

  kdepim-runtime-4.11.1.tar.xz



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.8B5hYP/_old  2013-09-09 11:06:36.0 +0200
+++ /var/tmp/diff_new_pack.8B5hYP/_new  2013-09-09 11:06:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4-runtime
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+


++ kdepim-runtime-4.11.0.tar.xz - kdepim-runtime-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepim-runtime-4.11.0/CMakeLists.txt 
new/kdepim-runtime-4.11.1/CMakeLists.txt
--- old/kdepim-runtime-4.11.0/CMakeLists.txt2013-08-07 17:01:39.0 
+0200
+++ new/kdepim-runtime-4.11.1/CMakeLists.txt2013-08-29 20:34:32.0 
+0200
@@ -38,7 +38,7 @@
 set(KDEPIM_RUNTIME_DEV_VERSION )
 endif()
 
-set(KDEPIM_RUNTIME_VERSION 4.11${KDEPIM_RUNTIME_DEV_VERSION})
+set(KDEPIM_RUNTIME_VERSION 4.11.1${KDEPIM_RUNTIME_DEV_VERSION})
 
 ### search-related options 
 option(KDEPIM_NO_NEPOMUK Build without nepomuk dependency FALSE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.0/agents/nepomukfeeder/findunindexeditemsjob.cpp 
new/kdepim-runtime-4.11.1/agents/nepomukfeeder/findunindexeditemsjob.cpp
--- old/kdepim-runtime-4.11.0/agents/nepomukfeeder/findunindexeditemsjob.cpp
2013-07-10 01:13:32.0 +0200
+++ new/kdepim-runtime-4.11.1/agents/nepomukfeeder/findunindexeditemsjob.cpp
2013-08-28 19:06:34.0 +0200
@@ -131,7 +131,7 @@
 if (job-error()) {
 mAkonadiItems.clear();
 setError(KJob::UserDefinedError);
-setErrorText(Retrieving items failed);
+setErrorText(i18n(Retrieving items failed));
 emitResult();
 return;
 }
@@ -191,7 +191,7 @@
 mStaleUris.clear();
 kWarning()  query-lastError();
 setError(KJob::UserDefinedError);
-setErrorText(Nepomuk query failed);
+setErrorText(i18n(Nepomuk query failed));
 emitResult();
 return;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepim-runtime-4.11.0/agents/nepomukfeeder/indexscheduler.cpp 
new/kdepim-runtime-4.11.1/agents/nepomukfeeder/indexscheduler.cpp
--- old/kdepim-runtime-4.11.0/agents/nepomukfeeder/indexscheduler.cpp   
2013-07-10 01:13:32.0 +0200
+++ new/kdepim-runtime-4.11.1/agents/nepomukfeeder/indexscheduler.cpp   
2013-08-28 19:06:34.0 +0200
@@ -31,6 +31,7 @@
 #include KIconLoader
 
 #include QDateTime
+#include QTimer
 
 #include nepomukhelpers.h
 #include nepomukfeeder-config.h
@@ -42,6 +43,7 @@
 IndexScheduler::IndexScheduler( QObject* parent )
 : QObject( parent ),
   mTotalAmount( 0 ),
+  mTotalClearAmount( 0 ),
   mReIndex( false ),
   mOnline( true ),
   lowPrioQueue(1, 100, this),
@@ -176,16 +178,19 @@
 void IndexScheduler::removeCollection(const Collection collection)
 {
 mCollectionsToRemove.append( collection );
+mTotalClearAmount++;
 }
 
 void IndexScheduler::removeItem(const Item item)
 {
 mItemsToRemove.append( item );
+mTotalClearAmount++;
 }
 
 void IndexScheduler::removeNepomukUris(const QList QUrl  uriList)
 {
 mUrisToRemove.append( uriList );
+mTotalClearAmount += uriList.size();
 }
 
 
@@ -218,6 +223,12 @@
 kDebug()  Progress:  percent  %  size()  mTotalAmount;
 emit progress( percent );
   }
+  else if (mTotalClearAmount) {
+int size = mCollectionsToRemove.size() + mItemsToRemove.size() + 
mUrisToRemove.size();
+int percent = ( mTotalClearAmount - size ) * 100.0 / mTotalClearAmount;
+kDebug()  Progress:  percent  %  size  mTotalClearAmount;
+emit progress( percent );
+  }
 
   if ( !mOnline ) {
 kDebug()  not Online, stopping processing;
@@ 

commit kdepim4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory checked 
in at 2013-09-09 11:06:29

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


Package is kdepim4

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4/kdepim4.changes  2013-08-16 
13:39:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4.new/kdepim4.changes 2013-09-09 
11:06:30.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:57:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kdepim-4.11.0.tar.xz

New:

  kdepim-4.11.1.tar.xz



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.1vVVur/_old  2013-09-09 11:06:31.0 +0200
+++ /var/tmp/diff_new_pack.1vVVur/_new  2013-09-09 11:06:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0+ and LGPL-2.1+
@@ -25,7 +25,7 @@
 Url:http://www.kde.org
 Source0:kdepim-%{version}.tar.xz
 Patch1: akregator-useragent.diff
-#TODO desktop-files.diff need an update for upcoming 4.11.0 due to fixed 
kontact-import-wizard icon missing
+#TODO desktop-files.diff need an update for upcoming 4.11.1 due to fixed 
kontact-import-wizard icon missing
 Patch2: desktop-files.diff
 Patch3: knode-kontact-default.diff
 BuildRequires:  cyrus-sasl-devel

++ kdepim-4.11.0.tar.xz - kdepim-4.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/kdepim4/kdepim-4.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.kdepim4.new/kdepim-4.11.1.tar.xz differ: char 25, 
line 1

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



commit kactivities4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kactivities4 for openSUSE:Factory 
checked in at 2013-09-09 11:06:19

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


Package is kactivities4

Changes:

--- /work/SRC/openSUSE:Factory/kactivities4/kactivities4.changes
2013-08-16 13:38:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities4.new/kactivities4.changes   
2013-09-09 11:06:20.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:55:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kactivities-4.11.0.tar.xz

New:

  kactivities-4.11.1.tar.xz



Other differences:
--
++ kactivities4.spec ++
--- /var/tmp/diff_new_pack.3osmQF/_old  2013-09-09 11:06:21.0 +0200
+++ /var/tmp/diff_new_pack.3osmQF/_new  2013-09-09 11:06:21.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kactivities4
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+ and LGPL-2.1+

++ kactivities-4.11.0.tar.xz - kactivities-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kactivities-4.11.0/src/service/plugins/activityranking/activitymanager-plugin-activityranking.desktop
 
new/kactivities-4.11.1/src/service/plugins/activityranking/activitymanager-plugin-activityranking.desktop
--- 
old/kactivities-4.11.0/src/service/plugins/activityranking/activitymanager-plugin-activityranking.desktop
   2013-07-14 12:01:04.0 +0200
+++ 
new/kactivities-4.11.1/src/service/plugins/activityranking/activitymanager-plugin-activityranking.desktop
   2013-08-28 18:57:16.0 +0200
@@ -73,7 +73,7 @@
 Comment[ro]=Extensie pentru evaluarea activităților în funcție de utilizarea 
acestora
 Comment[ru]=Модуль для определения рейтинга комнат по их использованию
 Comment[sk]=Plugin na hodnotenie aktivít založený na použití
-Comment[sl]=Vstavek za razvrstitev aktivnosti glede na uporabo
+Comment[sl]=Vstavek za razvrstitev dejavnosti glede na uporabo
 Comment[sr]=Прикључак за рангирање активности на основу употребе
 Comment[sr@ijekavian]=Прикључак за рангирање активности на основу употребе
 Comment[sr@ijekavianlatin]=Priključak za rangiranje aktivnosti na osnovu 
upotrebe

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



commit kdebindings-smokeqt for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokeqt for 
openSUSE:Factory checked in at 2013-09-09 11:06:39

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


Package is kdebindings-smokeqt

Changes:

--- /work/SRC/openSUSE:Factory/kdebindings-smokeqt/kdebindings-smokeqt.changes  
2013-08-16 13:39:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new/kdebindings-smokeqt.changes 
2013-09-09 11:06:41.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:58:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  smokeqt-4.11.0.tar.xz

New:

  smokeqt-4.11.1.tar.xz



Other differences:
--
++ kdebindings-smokeqt.spec ++
--- /var/tmp/diff_new_pack.hGLUAA/_old  2013-09-09 11:06:41.0 +0200
+++ /var/tmp/diff_new_pack.hGLUAA/_new  2013-09-09 11:06:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokeqt
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:SMOKE-Qt library for kdebindings
 License:LGPL-2.1+

++ smokeqt-4.11.0.tar.xz - smokeqt-4.11.1.tar.xz ++

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



commit kdebindings-smokekde for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokekde for 
openSUSE:Factory checked in at 2013-09-09 11:06:44

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


Package is kdebindings-smokekde

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokekde/kdebindings-smokekde.changes
2013-08-16 13:39:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokekde.new/kdebindings-smokekde.changes
   2013-09-09 11:06:45.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:58:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  smokekde-4.11.0.tar.xz

New:

  smokekde-4.11.1.tar.xz



Other differences:
--
++ kdebindings-smokekde.spec ++
--- /var/tmp/diff_new_pack.0vbm81/_old  2013-09-09 11:06:46.0 +0200
+++ /var/tmp/diff_new_pack.0vbm81/_new  2013-09-09 11:06:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokekde
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Kdebindings Smoke-kde library
 License:LGPL-2.1+

++ smokekde-4.11.0.tar.xz - smokekde-4.11.1.tar.xz ++

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



commit ruby-qt4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package ruby-qt4 for openSUSE:Factory 
checked in at 2013-09-09 11:06:57

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


Package is ruby-qt4

Changes:

--- /work/SRC/openSUSE:Factory/ruby-qt4/ruby-qt4.changes2013-08-16 
13:39:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby-qt4.new/ruby-qt4.changes   2013-09-09 
11:06:58.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:59:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  qtruby-4.11.0.tar.xz

New:

  qtruby-4.11.1.tar.xz



Other differences:
--
++ ruby-qt4.spec ++
--- /var/tmp/diff_new_pack.Xtzij8/_old  2013-09-09 11:06:59.0 +0200
+++ /var/tmp/diff_new_pack.Xtzij8/_new  2013-09-09 11:06:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ruby-qt4
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:QtRuby kdebindings library
 License:LGPL-2.1+

++ qtruby-4.11.0.tar.xz - qtruby-4.11.1.tar.xz ++

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



commit kdegraphics-strigi-analyzer for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:Factory checked in at 2013-09-09 11:07:30

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


Package is kdegraphics-strigi-analyzer

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer.changes
  2013-08-16 13:40:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new/kdegraphics-strigi-analyzer.changes
 2013-09-09 11:07:31.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:00:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kdegraphics-strigi-analyzer-4.11.0.tar.xz

New:

  kdegraphics-strigi-analyzer-4.11.1.tar.xz



Other differences:
--
++ kdegraphics-strigi-analyzer.spec ++
--- /var/tmp/diff_new_pack.EJhbgJ/_old  2013-09-09 11:07:32.0 +0200
+++ /var/tmp/diff_new_pack.EJhbgJ/_new  2013-09-09 11:07:32.0 +0200
@@ -25,7 +25,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdegraphics-strigi-analyzer-4.11.0.tar.xz - 
kdegraphics-strigi-analyzer-4.11.1.tar.xz ++

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



commit kgamma for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kgamma for openSUSE:Factory checked 
in at 2013-09-09 11:07:18

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


Package is kgamma

Changes:

--- /work/SRC/openSUSE:Factory/kgamma/kgamma.changes2013-08-16 
13:40:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgamma.new/kgamma.changes   2013-09-09 
11:07:19.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:00:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kgamma-4.11.0.tar.xz

New:

  kgamma-4.11.1.tar.xz



Other differences:
--
++ kgamma.spec ++
--- /var/tmp/diff_new_pack.f2lwI9/_old  2013-09-09 11:07:19.0 +0200
+++ /var/tmp/diff_new_pack.f2lwI9/_new  2013-09-09 11:07:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgamma
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0+

++ kgamma-4.11.0.tar.xz - kgamma-4.11.1.tar.xz ++

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



commit perl-qt4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:Factory 
checked in at 2013-09-09 11:06:51

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


Package is perl-qt4

Changes:

--- /work/SRC/openSUSE:Factory/perl-qt4/perl-qt4.changes2013-08-16 
13:39:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-qt4.new/perl-qt4.changes   2013-09-09 
11:06:52.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:58:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  perlqt-4.11.0.tar.xz

New:

  perlqt-4.11.1.tar.xz



Other differences:
--
++ perl-qt4.spec ++
--- /var/tmp/diff_new_pack.BqlPGg/_old  2013-09-09 11:06:53.0 +0200
+++ /var/tmp/diff_new_pack.BqlPGg/_new  2013-09-09 11:06:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-qt4
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:PerlQt kdebindings library
 License:GPL-2.0+

++ perlqt-4.11.0.tar.xz - perlqt-4.11.1.tar.xz ++

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



commit mono-kde4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:Factory 
checked in at 2013-09-09 11:06:59

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


Package is mono-kde4

Changes:

--- /work/SRC/openSUSE:Factory/mono-kde4/mono-kde4.changes  2013-08-16 
13:39:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-kde4.new/mono-kde4.changes 2013-09-09 
11:07:01.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:59:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kimono-4.11.0.tar.xz

New:

  kimono-4.11.1.tar.xz



Other differences:
--
++ mono-kde4.spec ++
--- /var/tmp/diff_new_pack.RhmyXs/_old  2013-09-09 11:07:02.0 +0200
+++ /var/tmp/diff_new_pack.RhmyXs/_new  2013-09-09 11:07:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mono-kde4
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Kimono Mono-kde library
 License:LGPL-2.1+

++ kimono-4.11.0.tar.xz - kimono-4.11.1.tar.xz ++

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



commit kamera for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2013-09-09 11:07:09

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


Package is kamera

Changes:

--- /work/SRC/openSUSE:Factory/kamera/kamera.changes2013-08-16 
13:40:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes   2013-09-09 
11:07:11.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:59:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kamera-4.11.0.tar.xz

New:

  kamera-4.11.1.tar.xz



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.IU83d9/_old  2013-09-09 11:07:11.0 +0200
+++ /var/tmp/diff_new_pack.IU83d9/_new  2013-09-09 11:07:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kamera
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Base package for kdegraphics apps
 License:LGPL-2.1+

++ kamera-4.11.0.tar.xz - kamera-4.11.1.tar.xz ++

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



commit kcolorchooser for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kcolorchooser for openSUSE:Factory 
checked in at 2013-09-09 11:07:27

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


Package is kcolorchooser

Changes:

--- /work/SRC/openSUSE:Factory/kcolorchooser/kcolorchooser.changes  
2013-08-16 13:40:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcolorchooser.new/kcolorchooser.changes 
2013-09-09 11:07:28.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:00:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kcolorchooser-4.11.0.tar.xz

New:

  kcolorchooser-4.11.1.tar.xz



Other differences:
--
++ kcolorchooser.spec ++
--- /var/tmp/diff_new_pack.RTedrl/_old  2013-09-09 11:07:29.0 +0200
+++ /var/tmp/diff_new_pack.RTedrl/_new  2013-09-09 11:07:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kcolorchooser
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Color Chooser
 License:MIT

++ kcolorchooser-4.11.0.tar.xz - kcolorchooser-4.11.1.tar.xz ++

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



commit kdebindings-smokegen for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2013-09-09 11:06:36

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


Package is kdebindings-smokegen

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2013-08-16 13:39:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2013-09-09 11:06:38.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:58:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  smokegen-4.11.0.tar.xz

New:

  smokegen-4.11.1.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.FwlEX4/_old  2013-09-09 11:06:39.0 +0200
+++ /var/tmp/diff_new_pack.FwlEX4/_new  2013-09-09 11:06:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0

++ smokegen-4.11.0.tar.xz - smokegen-4.11.1.tar.xz ++

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



commit mono-qt4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package mono-qt4 for openSUSE:Factory 
checked in at 2013-09-09 11:07:01

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


Package is mono-qt4

Changes:

--- /work/SRC/openSUSE:Factory/mono-qt4/mono-qt4.changes2013-08-16 
13:39:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-qt4.new/mono-qt4.changes   2013-09-09 
11:07:02.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:59:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  qyoto-4.11.0.tar.xz

New:

  qyoto-4.11.1.tar.xz



Other differences:
--
++ mono-qt4.spec ++
--- /var/tmp/diff_new_pack.3kUgo4/_old  2013-09-09 11:07:03.0 +0200
+++ /var/tmp/diff_new_pack.3kUgo4/_new  2013-09-09 11:07:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mono-qt4
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Mono Qt4 kdebindings library
 License:GPL-2.0+

++ qyoto-4.11.0.tar.xz - qyoto-4.11.1.tar.xz ++

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



commit perl-kde4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package perl-kde4 for openSUSE:Factory 
checked in at 2013-09-09 11:06:53

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


Package is perl-kde4

Changes:

--- /work/SRC/openSUSE:Factory/perl-kde4/perl-kde4.changes  2013-08-16 
13:39:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-kde4.new/perl-kde4.changes 2013-09-09 
11:06:54.0 +0200
@@ -1,0 +2,13 @@
+Thu Sep  5 18:45:56 CEST 2013 - m...@suse.de
+
+- add libperl_requires, as we link against libperl and thus
+  need a specific version of perl
+
+---
+Sun Sep  1 09:58:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  perlkde-4.11.0.tar.xz

New:

  perlkde-4.11.1.tar.xz



Other differences:
--
++ perl-kde4.spec ++
--- /var/tmp/diff_new_pack.Jg8lHx/_old  2013-09-09 11:06:55.0 +0200
+++ /var/tmp/diff_new_pack.Jg8lHx/_new  2013-09-09 11:06:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-kde4
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Kdebindings Perl-KDE library
 License:LGPL-2.1+
@@ -40,6 +40,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  1130
 %perl_requires
+%{?libperl_requires}
 %else
 Requires:   perl-base
 %endif

++ perlkde-4.11.0.tar.xz - perlkde-4.11.1.tar.xz ++

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



commit gwenview for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package gwenview for openSUSE:Factory 
checked in at 2013-09-09 11:07:25

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


Package is gwenview

Changes:

--- /work/SRC/openSUSE:Factory/gwenview/gwenview.changes2013-08-16 
13:40:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenview.new/gwenview.changes   2013-09-09 
11:07:26.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:00:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  gwenview-4.11.0.tar.xz

New:

  gwenview-4.11.1.tar.xz



Other differences:
--
++ gwenview.spec ++
--- /var/tmp/diff_new_pack.idKVnk/_old  2013-09-09 11:07:27.0 +0200
+++ /var/tmp/diff_new_pack.idKVnk/_new  2013-09-09 11:07:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gwenview
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Simple Image Viewer for KDE
 License:GPL-2.0+

++ gwenview-4.11.0.tar.xz - gwenview-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.11.0/app/gwenview.desktop 
new/gwenview-4.11.1/app/gwenview.desktop
--- old/gwenview-4.11.0/app/gwenview.desktop2013-07-14 12:02:25.0 
+0200
+++ new/gwenview-4.11.1/app/gwenview.desktop2013-08-28 19:06:41.0 
+0200
@@ -84,6 +84,7 @@
 GenericName[it]=Visore di immagini per KDE
 GenericName[kk]=KDE кескін қарау құралы
 GenericName[ko]=KDE 그림 뷰어
+GenericName[lt]=KDE Paveikslėlių žiūryklė
 GenericName[mr]=केडीई प्रतिमा प्रदर्शक
 GenericName[nb]=KDE bildeviser
 GenericName[nl]=KDE afbeeldingenviewer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.11.0/doc/index.docbook 
new/gwenview-4.11.1/doc/index.docbook
--- old/gwenview-4.11.0/doc/index.docbook   2013-07-10 01:13:58.0 
+0200
+++ new/gwenview-4.11.1/doc/index.docbook   2013-08-28 19:06:41.0 
+0200
@@ -292,7 +292,7 @@
 titleFull Screen Modes/title
 
 paraAccess Full Screen by pressing the guiiconFull Screen/guiicon
-button on the taskbar, or by
+button on the toolbar, or by
   menuchoice
 shortcut
 keycombo action=simulCtrl;Shift;keycapF/keycap/keycombo
@@ -306,7 +306,7 @@
 sect2
 titleBrowse Mode Full Screen/title
 
-paraIn Browse Mode you can switch to fillscreen also by clicking on the 
button that 
+paraIn Browse Mode you can switch to fullscreen also by clicking on the 
button that 
 appears when you move the mouse over the thumbnails.
 /para
 screenshot
@@ -518,7 +518,7 @@
   listitemparaWhen in Browse mode, clicking an image switches into View 
mode and
   shows that image./para/listitem
   listitemparaWhen in Browse mode, scrolling the mouse wheel will scroll up
-  or down the thumbail view area./para/listitem
+  or down the thumbnail view area./para/listitem
   listitemparaIf the guilabelMouse Behavior/guilabel option in
   menuchoiceguimenuSettings/guimenuguimenuitemConfigure
   kappname;/guimenuitem/menuchoice
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gwenview-4.11.0/tests/auto/thumbnailprovidertest.cpp 
new/gwenview-4.11.1/tests/auto/thumbnailprovidertest.cpp
--- old/gwenview-4.11.0/tests/auto/thumbnailprovidertest.cpp2013-07-10 
01:13:58.0 +0200
+++ new/gwenview-4.11.1/tests/auto/thumbnailprovidertest.cpp2013-08-28 
19:06:41.0 +0200
@@ -162,6 +162,7 @@
 kWarning()  mtime == -1 for url  url  . This should not 
happen!;
 kWarning()  errno:  errno  message:  strerror(errno);
 kWarning()  QFile::exists(  url.toLocalFile()  ):  
QFile::exists(url.toLocalFile());
+kWarning()  Recalculating mtime  
item.time(KFileItem::ModificationTime).toTime_t();
 QFAIL(Invalid time for test KFileItem);
 }
 

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



commit ruby-kde4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package ruby-kde4 for openSUSE:Factory 
checked in at 2013-09-09 11:06:56

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


Package is ruby-kde4

Changes:

--- /work/SRC/openSUSE:Factory/ruby-kde4/ruby-kde4.changes  2013-08-16 
13:39:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ruby-kde4.new/ruby-kde4.changes 2013-09-09 
11:06:57.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:59:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  korundum-4.11.0.tar.xz

New:

  korundum-4.11.1.tar.xz



Other differences:
--
++ ruby-kde4.spec ++
--- /var/tmp/diff_new_pack.OhV9Zh/_old  2013-09-09 11:06:58.0 +0200
+++ /var/tmp/diff_new_pack.OhV9Zh/_new  2013-09-09 11:06:58.0 +0200
@@ -32,7 +32,7 @@
 Summary:Korundum Ruby-KDE library
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:korundum-%{version}.tar.xz
 Url:https://projects.kde.org/projects/kde/kdebindings/ruby/korundum

++ korundum-4.11.0.tar.xz - korundum-4.11.1.tar.xz ++

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



commit libkdeedu4 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package libkdeedu4 for openSUSE:Factory 
checked in at 2013-09-09 11:07:42

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


Package is libkdeedu4

Changes:

--- /work/SRC/openSUSE:Factory/libkdeedu4/libkdeedu4.changes2013-08-16 
13:40:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdeedu4.new/libkdeedu4.changes   
2013-09-09 11:07:43.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:01:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  libkdeedu-4.11.0.tar.xz

New:

  libkdeedu-4.11.1.tar.xz



Other differences:
--
++ libkdeedu4.spec ++
--- /var/tmp/diff_new_pack.3QMTz4/_old  2013-09-09 11:07:43.0 +0200
+++ /var/tmp/diff_new_pack.3QMTz4/_new  2013-09-09 11:07:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libkdeedu4
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+

++ libkdeedu-4.11.0.tar.xz - libkdeedu-4.11.1.tar.xz ++

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



commit libkdcraw for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2013-09-09 11:07:07

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


Package is libkdcraw

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2013-08-16 
13:40:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2013-09-09 
11:07:08.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:59:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  libkdcraw-4.11.0.tar.xz

New:

  libkdcraw-4.11.1.tar.xz



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.UuibOT/_old  2013-09-09 11:07:09.0 +0200
+++ /var/tmp/diff_new_pack.UuibOT/_new  2013-09-09 11:07:09.0 +0200
@@ -19,7 +19,7 @@
 %define _so 22
 
 Name:   libkdcraw
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Shared library interface around dcraw
 License:LGPL-2.0+ and GPL-2.0+ and GPL-3.0+

++ libkdcraw-4.11.0.tar.xz - libkdcraw-4.11.1.tar.xz ++

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



commit libkexiv2 for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2013-09-09 11:07:03

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


Package is libkexiv2

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2013-08-16 
13:39:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2013-09-09 
11:07:04.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:59:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  libkexiv2-4.11.0.tar.xz

New:

  libkexiv2-4.11.1.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.iyikQ4/_old  2013-09-09 11:07:05.0 +0200
+++ /var/tmp/diff_new_pack.iyikQ4/_new  2013-09-09 11:07:05.0 +0200
@@ -19,7 +19,7 @@
 %define _so 11
 
 Name:   libkexiv2
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Library to manipulate picture meta data
 License:GPL-2.0+

++ libkexiv2-4.11.0.tar.xz - libkexiv2-4.11.1.tar.xz ++

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



commit kolourpaint for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

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

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


Package is kolourpaint

Changes:

--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2013-08-16 
13:40:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 
2013-09-09 11:07:24.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:00:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kolourpaint-4.11.0.tar.xz

New:

  kolourpaint-4.11.1.tar.xz



Other differences:
--
++ kolourpaint.spec ++
--- /var/tmp/diff_new_pack.JTE9un/_old  2013-09-09 11:07:25.0 +0200
+++ /var/tmp/diff_new_pack.JTE9un/_new  2013-09-09 11:07:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kolourpaint
-Version:4.11.0
+Version:4.11.1
 Release:0
 # See bnc#717722 for license details
 Summary:Paint Program

++ kolourpaint-4.11.0.tar.xz - kolourpaint-4.11.1.tar.xz ++

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



commit libkipi for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-09-09 11:07:05

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-08-16 
13:40:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-09-09 
11:07:06.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:59:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  libkipi-4.11.0.tar.xz

New:

  libkipi-4.11.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.lFt5Rt/_old  2013-09-09 11:07:07.0 +0200
+++ /var/tmp/diff_new_pack.lFt5Rt/_new  2013-09-09 11:07:07.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.11.0.tar.xz - libkipi-4.11.1.tar.xz ++

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



commit plasma-addons for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2013-09-09 11:06:41

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


Package is plasma-addons

Changes:

--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes  
2013-08-16 13:39:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2013-09-09 11:06:43.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:58:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kdeplasma-addons-4.11.0.tar.xz

New:

  kdeplasma-addons-4.11.1.tar.xz



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.5SnDTf/_old  2013-09-09 11:06:44.0 +0200
+++ /var/tmp/diff_new_pack.5SnDTf/_new  2013-09-09 11:06:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma-addons
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Additional Plasma Widgets
 License:GPL-2.0+

++ kdeplasma-addons-4.11.0.tar.xz - kdeplasma-addons-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.11.0/applets/bubblemon/plasma-applet-bubblemon.desktop 
new/kdeplasma-addons-4.11.1/applets/bubblemon/plasma-applet-bubblemon.desktop
--- 
old/kdeplasma-addons-4.11.0/applets/bubblemon/plasma-applet-bubblemon.desktop   
2013-08-06 14:46:59.0 +0200
+++ 
new/kdeplasma-addons-4.11.1/applets/bubblemon/plasma-applet-bubblemon.desktop   
2013-08-28 19:08:10.0 +0200
@@ -68,6 +68,7 @@
 Comment[kk]=Жүйеңізді бақылайтын ғажайып көпіршік
 Comment[ko]=시스템 상태를 보여주는 자그마한 거품
 Comment[nl]=Een prachtige bubbel die uw systeem monitort
+Comment[pl]=Uroczy bąbelek, który monitoruje twój system
 Comment[pt]=Uma bolha bonita que vigia o seu sistema
 Comment[pt_BR]=Uma bonita bolha que monitora o seu sistema
 Comment[ru]=Представление загрузки системы в виде пузырьков
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.11.0/containments/groupingdesktop/panel/plasma-containment-groupingpanel.desktop
 
new/kdeplasma-addons-4.11.1/containments/groupingdesktop/panel/plasma-containment-groupingpanel.desktop
--- 
old/kdeplasma-addons-4.11.0/containments/groupingdesktop/panel/plasma-containment-groupingpanel.desktop
 2013-07-10 01:16:22.0 +0200
+++ 
new/kdeplasma-addons-4.11.1/containments/groupingdesktop/panel/plasma-containment-groupingpanel.desktop
 2013-08-28 19:08:10.0 +0200
@@ -26,7 +26,7 @@
 Name[nds]=Paneel-Tosamenkoppeln
 Name[nl]=Paneelgroepering
 Name[pa]=ਗਰਿੱਪਿੰਗ ਪੈਨਲ
-Name[pl]=Grupowanie panelu
+Name[pl]=Panel grupujący
 Name[pt]=Painel Agrupado
 Name[pt_BR]=Painel agrupado
 Name[ro]=Panou de grupare
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdeplasma-addons-4.11.0/runners/events/Messages.sh 
new/kdeplasma-addons-4.11.1/runners/events/Messages.sh
--- old/kdeplasma-addons-4.11.0/runners/events/Messages.sh  2013-07-10 
01:16:22.0 +0200
+++ new/kdeplasma-addons-4.11.1/runners/events/Messages.sh  2013-08-28 
19:08:10.0 +0200
@@ -1,2 +1,3 @@
 #! /usr/bin/env bash
+$EXTRACTRC *.ui  rc.cpp
 $XGETTEXT *.cpp -o $podir/plasma_runner_events.pot 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.11.0/runners/translator/Messages.sh 
new/kdeplasma-addons-4.11.1/runners/translator/Messages.sh
--- old/kdeplasma-addons-4.11.0/runners/translator/Messages.sh  1970-01-01 
01:00:00.0 +0100
+++ new/kdeplasma-addons-4.11.1/runners/translator/Messages.sh  2013-08-28 
19:08:10.0 +0200
@@ -0,0 +1,2 @@
+#! /usr/bin/env bash
+$XGETTEXT *.cpp -o $podir/plasma_runner_translator.pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.11.0/runners/translator/plasma-runner-translator.desktop 
new/kdeplasma-addons-4.11.1/runners/translator/plasma-runner-translator.desktop
--- 
old/kdeplasma-addons-4.11.0/runners/translator/plasma-runner-translator.desktop 
2013-08-06 14:46:59.0 +0200
+++ 
new/kdeplasma-addons-4.11.1/runners/translator/plasma-runner-translator.desktop 
2013-08-28 19:08:10.0 +0200
@@ -15,6 +15,7 @@
 Name[nb]=Oversetter
 Name[nl]=Vertaler
 Name[nn]=Omsetjar
+Name[pl]=Tłumacz
 Name[pt]=Tradutor
 Name[pt_BR]=Tradutor
 Name[ru]=Переводчик
@@ -33,6 

commit kalzium for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory checked 
in at 2013-09-09 11:07:50

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


Package is kalzium

Changes:

--- /work/SRC/openSUSE:Factory/kalzium/kalzium.changes  2013-08-16 
13:40:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalzium.new/kalzium.changes 2013-09-09 
11:07:52.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:01:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kalzium-4.11.0.tar.xz

New:

  kalzium-4.11.1.tar.xz



Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.ib69uC/_old  2013-09-09 11:07:53.0 +0200
+++ /var/tmp/diff_new_pack.ib69uC/_new  2013-09-09 11:07:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kalzium
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Periodic Table of Elements
 License:GPL-2.0+

++ kalzium-4.11.0.tar.xz - kalzium-4.11.1.tar.xz ++

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



commit kruler for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2013-09-09 11:07:33

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


Package is kruler

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2013-08-16 
13:40:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2013-09-09 
11:07:35.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:00:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kruler-4.11.0.tar.xz

New:

  kruler-4.11.1.tar.xz



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.XIl6Uo/_old  2013-09-09 11:07:35.0 +0200
+++ /var/tmp/diff_new_pack.XIl6Uo/_new  2013-09-09 11:07:35.0 +0200
@@ -26,7 +26,7 @@
 Provides:   kde4-kruler = 4.3.0
 Obsoletes:  kde4-kruler  4.3.0
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kruler-4.11.0.tar.xz - kruler-4.11.1.tar.xz ++

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



commit kbruch for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2013-09-09 11:07:53

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


Package is kbruch

Changes:

--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes2013-08-16 
13:41:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes   2013-09-09 
11:07:56.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:02:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kbruch-4.11.0.tar.xz

New:

  kbruch-4.11.1.tar.xz



Other differences:
--
++ kbruch.spec ++
--- /var/tmp/diff_new_pack.FdCxYS/_old  2013-09-09 11:07:56.0 +0200
+++ /var/tmp/diff_new_pack.FdCxYS/_new  2013-09-09 11:07:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kbruch
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Excercise Fractions
 License:GPL-2.0+

++ kbruch-4.11.0.tar.xz - kbruch-4.11.1.tar.xz ++

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



commit parley for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2013-09-09 11:08:19

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


Package is parley

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2013-08-16 
13:41:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2013-09-09 
11:08:21.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:05:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  parley-4.11.0.tar.xz

New:

  parley-4.11.1.tar.xz



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.2d67p5/_old  2013-09-09 11:08:22.0 +0200
+++ /var/tmp/diff_new_pack.2d67p5/_new  2013-09-09 11:08:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   parley
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ parley-4.11.0.tar.xz - parley-4.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/parley/parley-4.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.parley.new/parley-4.11.1.tar.xz differ: char 25, 
line 1

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



commit kanagram for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kanagram for openSUSE:Factory 
checked in at 2013-09-09 11:07:52

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


Package is kanagram

Changes:

--- /work/SRC/openSUSE:Factory/kanagram/kanagram.changes2013-08-16 
13:40:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kanagram.new/kanagram.changes   2013-09-09 
11:07:54.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:01:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kanagram-4.11.0.tar.xz

New:

  kanagram-4.11.1.tar.xz



Other differences:
--
++ kanagram.spec ++
--- /var/tmp/diff_new_pack.74pCsn/_old  2013-09-09 11:07:55.0 +0200
+++ /var/tmp/diff_new_pack.74pCsn/_new  2013-09-09 11:07:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kanagram
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Anagram Game
 License:GPL-2.0+

++ kanagram-4.11.0.tar.xz - kanagram-4.11.1.tar.xz ++

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



commit step for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2013-09-09 11:08:23

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


Package is step

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2013-08-16 
13:41:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2013-09-09 
11:08:24.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:05:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  step-4.11.0.tar.xz

New:

  step-4.11.1.tar.xz



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.5LmcOa/_old  2013-09-09 11:08:24.0 +0200
+++ /var/tmp/diff_new_pack.5LmcOa/_new  2013-09-09 11:08:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   step
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0+

++ step-4.11.0.tar.xz - step-4.11.1.tar.xz ++

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



commit marble for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2013-09-09 11:08:17

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


Package is marble

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2013-08-16 
13:41:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2013-09-09 
11:08:18.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:04:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  marble-4.11.0.tar.xz

New:

  marble-4.11.1.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.vFwr66/_old  2013-09-09 11:08:19.0 +0200
+++ /var/tmp/diff_new_pack.vFwr66/_new  2013-09-09 11:08:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   marble
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Generic map viewer
 License:LGPL-2.1+

++ marble-4.11.0.tar.xz - marble-4.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/marble/marble-4.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.marble.new/marble-4.11.1.tar.xz differ: char 25, 
line 1

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



commit kdegraphics-thumbnailers for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

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

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


Package is kdegraphics-thumbnailers

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2013-08-16 13:40:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2013-09-09 11:07:33.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:00:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kdegraphics-thumbnailers-4.11.0.tar.xz

New:

  kdegraphics-thumbnailers-4.11.1.tar.xz



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.TJbqMo/_old  2013-09-09 11:07:33.0 +0200
+++ /var/tmp/diff_new_pack.TJbqMo/_new  2013-09-09 11:07:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdegraphics-thumbnailers
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Graphics file thumbnail generators
 License:LGPL-2.1+

++ kdegraphics-thumbnailers-4.11.0.tar.xz - 
kdegraphics-thumbnailers-4.11.1.tar.xz ++

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



commit libksane for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2013-09-09 11:07:39

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


Package is libksane

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2013-08-16 
13:40:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2013-09-09 
11:07:40.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:00:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  libksane-4.11.0.tar.xz

New:

  libksane-4.11.1.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.g6w2fw/_old  2013-09-09 11:07:41.0 +0200
+++ /var/tmp/diff_new_pack.g6w2fw/_new  2013-09-09 11:07:41.0 +0200
@@ -31,7 +31,7 @@
 License:GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libksane-4.11.0.tar.xz - libksane-4.11.1.tar.xz ++

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



commit ksaneplugin for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package ksaneplugin for openSUSE:Factory 
checked in at 2013-09-09 11:07:40

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


Package is ksaneplugin

Changes:

--- /work/SRC/openSUSE:Factory/ksaneplugin/ksaneplugin.changes  2013-08-16 
13:40:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksaneplugin.new/ksaneplugin.changes 
2013-09-09 11:07:41.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:01:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  ksaneplugin-4.11.0.tar.xz

New:

  ksaneplugin-4.11.1.tar.xz



Other differences:
--
++ ksaneplugin.spec ++
--- /var/tmp/diff_new_pack.q0odiq/_old  2013-09-09 11:07:42.0 +0200
+++ /var/tmp/diff_new_pack.q0odiq/_new  2013-09-09 11:07:42.0 +0200
@@ -30,7 +30,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksaneplugin-4.11.0.tar.xz - ksaneplugin-4.11.1.tar.xz ++

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

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2013-09-09 11:08:21

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-08-16 
13:41:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2013-09-09 
11:08:22.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:05:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  rocs-4.11.0.tar.xz

New:

  rocs-4.11.1.tar.xz



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.R3kI8e/_old  2013-09-09 11:08:23.0 +0200
+++ /var/tmp/diff_new_pack.R3kI8e/_new  2013-09-09 11:08:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rocs
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Graph Theory IDE
 License:GPL-3.0+

++ rocs-4.11.0.tar.xz - rocs-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-4.11.0/App/Tests/CMakeLists.txt 
new/rocs-4.11.1/App/Tests/CMakeLists.txt
--- old/rocs-4.11.0/App/Tests/CMakeLists.txt2013-07-10 01:03:40.0 
+0200
+++ new/rocs-4.11.1/App/Tests/CMakeLists.txt2013-08-28 19:04:26.0 
+0200
@@ -19,7 +19,7 @@
 ##
 
 include_directories(
-${CMAKE_CURRENT_BINARY_DIR}}
+${CMAKE_CURRENT_BINARY_DIR}
 )
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-4.11.0/App/rocs.desktop 
new/rocs-4.11.1/App/rocs.desktop
--- old/rocs-4.11.0/App/rocs.desktop2013-08-06 14:45:42.0 +0200
+++ new/rocs-4.11.1/App/rocs.desktop2013-08-28 19:04:26.0 +0200
@@ -75,7 +75,7 @@
 GenericName[pt_BR]=Teoria dos grafos de Rocs
 GenericName[ru]=Теория графов
 GenericName[sk]=Teória grafov Rocs
-GenericName[sl]=Teorija grafov
+GenericName[sl]=Teorija grafov Rocs
 GenericName[sv]=Rocs grafteori
 GenericName[tr]=Rocs Graph Kuramı
 GenericName[uk]=Теорія графів «Rocs»
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.0/RocsCore/DataStructures/Graph/Tests/CMakeLists.txt 
new/rocs-4.11.1/RocsCore/DataStructures/Graph/Tests/CMakeLists.txt
--- old/rocs-4.11.0/RocsCore/DataStructures/Graph/Tests/CMakeLists.txt  
2013-07-10 01:03:40.0 +0200
+++ new/rocs-4.11.1/RocsCore/DataStructures/Graph/Tests/CMakeLists.txt  
2013-08-28 19:04:26.0 +0200
@@ -17,7 +17,7 @@
 ##
 
 include_directories(
-${CMAKE_CURRENT_BINARY_DIR}}
+${CMAKE_CURRENT_BINARY_DIR}
 )
 
 # basic functionality tests of data structure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.0/RocsCore/DataStructures/LinkedList/Tests/CMakeLists.txt 
new/rocs-4.11.1/RocsCore/DataStructures/LinkedList/Tests/CMakeLists.txt
--- old/rocs-4.11.0/RocsCore/DataStructures/LinkedList/Tests/CMakeLists.txt 
2013-07-10 01:03:40.0 +0200
+++ new/rocs-4.11.1/RocsCore/DataStructures/LinkedList/Tests/CMakeLists.txt 
2013-08-28 19:04:26.0 +0200
@@ -17,7 +17,7 @@
 ##
 
 include_directories(
-${CMAKE_CURRENT_BINARY_DIR}}
+${CMAKE_CURRENT_BINARY_DIR}
 )
 
 # basic functionality tests of data structure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.0/RocsCore/LoadSave/Plugins/tikzFileFormat/rocs_tikzfileformatplugin.desktop
 
new/rocs-4.11.1/RocsCore/LoadSave/Plugins/tikzFileFormat/rocs_tikzfileformatplugin.desktop
--- 
old/rocs-4.11.0/RocsCore/LoadSave/Plugins/tikzFileFormat/rocs_tikzfileformatplugin.desktop
  2013-07-14 12:02:05.0 +0200
+++ 
new/rocs-4.11.1/RocsCore/LoadSave/Plugins/tikzFileFormat/rocs_tikzfileformatplugin.desktop
  2013-08-28 19:04:26.0 +0200
@@ -61,7 +61,7 @@
 Comment[pt_BR]=Grava documentos de grafo no formato PGF/TikZ para uso em 
documentos LaTeX
 Comment[ru]=Записывает определения графов в формате PGF/TikZ для использования 
в документах LaTeX
 Comment[sk]=Zapíše grafické dokumenty do formátu PGF/TikZ na použitie s 
dokumentmi LaTeX
-Comment[sl]=Zapiše dokumente grafov v zapisu PGF/TikZ za uporabo v dokumentih 
LaTeX
+Comment[sl]=Zapiše dokumente grafov v obliki PGF/TikZ za uporabo v dokumentih 
LaTeX
 Comment[sv]=Skriver grafdokument med PGF/TikZ-format för användning i 
Latex-dokument
 Comment[tr]=LaTeX belgelerinde kullanmak üzere grafik belgelerini PGF/TikZ 
biçiminde yazar
 Comment[uk]=Запис документів графів у форматі 

commit klettres for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2013-09-09 11:08:05

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


Package is klettres

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2013-08-16 
13:41:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2013-09-09 
11:08:07.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:03:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  klettres-4.11.0.tar.xz

New:

  klettres-4.11.1.tar.xz



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.or2p03/_old  2013-09-09 11:08:08.0 +0200
+++ /var/tmp/diff_new_pack.or2p03/_new  2013-09-09 11:08:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   klettres
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Alphabet Learning Game
 License:GPL-2.0+

++ klettres-4.11.0.tar.xz - klettres-4.11.1.tar.xz ++

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



commit ktouch for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2013-09-09 11:08:12

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


Package is ktouch

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2013-08-16 
13:41:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2013-09-09 
11:08:12.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:03:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  ktouch-4.11.0.tar.xz

New:

  ktouch-4.11.1.tar.xz



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.2o08Rg/_old  2013-09-09 11:08:13.0 +0200
+++ /var/tmp/diff_new_pack.2o08Rg/_new  2013-09-09 11:08:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ktouch
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0+

++ ktouch-4.11.0.tar.xz - ktouch-4.11.1.tar.xz ++

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



commit cantor for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2013-09-09 11:07:46

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


Package is cantor

Changes:

--- /work/SRC/openSUSE:Factory/cantor/cantor.changes2013-08-16 
13:40:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes   2013-09-09 
11:07:47.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:01:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  cantor-4.11.0.tar.xz

New:

  cantor-4.11.1.tar.xz



Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.WvsEpK/_old  2013-09-09 11:07:47.0 +0200
+++ /var/tmp/diff_new_pack.WvsEpK/_new  2013-09-09 11:07:47.0 +0200
@@ -19,7 +19,7 @@
 %global libMAJOR 1
 
 Name:   cantor
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Worksheet GUI for mathematical software
 License:GPL-2.0+

++ cantor-4.11.0.tar.xz - cantor-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-4.11.0/src/assistants/plot2d/plot2dassistant.desktop 
new/cantor-4.11.1/src/assistants/plot2d/plot2dassistant.desktop
--- old/cantor-4.11.0/src/assistants/plot2d/plot2dassistant.desktop 
2013-07-10 00:51:51.0 +0200
+++ new/cantor-4.11.1/src/assistants/plot2d/plot2dassistant.desktop 
2013-08-28 19:01:59.0 +0200
@@ -32,7 +32,7 @@
 Name[pt_BR]=Gráfico em 2D
 Name[ru]=График функции
 Name[sk]=Plot2d
-Name[sl]=Nariši v 2D
+Name[sl]=Izriši v 2D
 Name[sv]=Rita i två dimensioner
 Name[th]=ลงจุด 2 มิติ
 Name[tr]=2B Çizim
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-4.11.0/src/assistants/plot3d/plot3dassistant.desktop 
new/cantor-4.11.1/src/assistants/plot3d/plot3dassistant.desktop
--- old/cantor-4.11.0/src/assistants/plot3d/plot3dassistant.desktop 
2013-07-10 00:51:51.0 +0200
+++ new/cantor-4.11.1/src/assistants/plot3d/plot3dassistant.desktop 
2013-08-28 19:01:59.0 +0200
@@ -32,7 +32,7 @@
 Name[pt_BR]=Gráfico em 3D
 Name[ru]=Поверхность, задаваемая функцией
 Name[sk]=Plot3d
-Name[sl]=Nariši v 3D
+Name[sl]=Izriši v 3D
 Name[sv]=Rita i tre dimensioner
 Name[th]=ลงจุด 3 มิติ
 Name[tr]=3B Çizim
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cantor-4.11.0/src/backends/R/rbackend.desktop 
new/cantor-4.11.1/src/backends/R/rbackend.desktop
--- old/cantor-4.11.0/src/backends/R/rbackend.desktop   2013-07-10 
00:51:51.0 +0200
+++ new/cantor-4.11.1/src/backends/R/rbackend.desktop   2013-08-28 
19:01:59.0 +0200
@@ -82,7 +82,7 @@
 Comment[pt_BR]=Infraestrutura para o projeto de computação estatística R
 Comment[ru]=Модуль поддержки пакета для статистических вычислений R
 Comment[sk]=Backend pre R Project pre štatistické výpočty
-Comment[sl]=Hrbtenica za projekt R za statistično računanje
+Comment[sl]=Zaledje za projekt R za statistično računanje
 Comment[sv]=Bakgrundsprogram för R-projektet i statistisk datorberäkning
 Comment[tr]=İstatistiksel hesaplama için R Project arka ucu
 Comment[uk]=Сервер проекту R для статистичних обчислень
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cantor-4.11.0/src/backends/kalgebra/kalgebrabackend.desktop 
new/cantor-4.11.1/src/backends/kalgebra/kalgebrabackend.desktop
--- old/cantor-4.11.0/src/backends/kalgebra/kalgebrabackend.desktop 
2013-07-10 00:51:51.0 +0200
+++ new/cantor-4.11.1/src/backends/kalgebra/kalgebrabackend.desktop 
2013-08-28 19:01:59.0 +0200
@@ -93,7 +93,7 @@
 Comment[pt_BR]=Infraestrutura do KAlgebra para o Cantor. Permite-lhe usar a 
mesma linguagem usada no aplicativo KAlgebra, nas planilhas do Cantor.
 Comment[ru]=Модуль поддержки KAlgebra для Cantor. Позволяет использовать тот 
же язык, что и в KAlgebra, в документах Cantor.
 Comment[sk]=KAlgebra backend pre Cantor. Umožní vám použiť rovnaký jazyk, 
ktorý používate v aplikácii KAlgebra v listoch Cantor.
-Comment[sl]=Hrbtenica KAlgebre za Cantor. V delovnih listih Cantor vam omogoča 
uporabo istega jezika kot v KAlgebri.
+Comment[sl]=Zaledje KAlgebre za Cantor. V delovnih listih Cantor vam omogoča 
uporabo istega jezika kot v KAlgebri.
 Comment[sv]=Kalgebra bakgrundsprogram för Cantor. Låter dig använda samma 
språk i Cantors arbetsblad som i programmet Kalgebra.
 Comment[tr]=Cantor için KAlgebra arka ucu. KAlgebra 

commit ksnapshot for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package ksnapshot for openSUSE:Factory 
checked in at 2013-09-09 11:07:36

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


Package is ksnapshot

Changes:

--- /work/SRC/openSUSE:Factory/ksnapshot/ksnapshot.changes  2013-08-16 
13:40:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnapshot.new/ksnapshot.changes 2013-09-09 
11:07:38.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:00:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  ksnapshot-4.11.0.tar.xz

New:

  ksnapshot-4.11.1.tar.xz



Other differences:
--
++ ksnapshot.spec ++
--- /var/tmp/diff_new_pack.yOx7Oe/_old  2013-09-09 11:07:39.0 +0200
+++ /var/tmp/diff_new_pack.yOx7Oe/_new  2013-09-09 11:07:39.0 +0200
@@ -29,7 +29,7 @@
 %else
 BuildRequires:  sane-backends
 %endif
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Screen Capture Program
 License:GPL-2.0+

++ ksnapshot-4.11.0.tar.xz - ksnapshot-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnapshot-4.11.0/doc/index.docbook 
new/ksnapshot-4.11.1/doc/index.docbook
--- old/ksnapshot-4.11.0/doc/index.docbook  2013-07-10 01:14:28.0 
+0200
+++ new/ksnapshot-4.11.1/doc/index.docbook  2013-08-28 19:07:22.0 
+0200
@@ -345,6 +345,24 @@
 /variablelist
 
 /sect2
+
+sect2 id=drag-and-drop
+titleDrag and Drop/title
+paraA captured image can be dragged to another application or document. If 
the application is able 
+to handle images, a copy of the full image is inserted there. 
+/para
+paraIf you drag a screenshot into a file manager window, a dialog pops up 
where you can edit the filename
+and select the image format and the file will be inserted into the actual 
folder.
+/para
+paraIf you drag the screenshot to a text box, the path to the temporary 
saved file is inserted. This is useful
+for example to upload a screenshot through web forms or to attach screenshots 
into bug reports
+on the ulink url=https://bugs.kde.org/;kde; bugtracker/ulink.
+/para
+paraThis works with all clients that do not pick up the image data, but only 
look for a URL; 
+in the dragged mimedata.
+/para
+ /sect2
+ 
 /sect1
 /chapter
 

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



commit kturtle for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2013-09-09 11:08:14

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


Package is kturtle

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2013-08-16 
13:41:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2013-09-09 
11:08:15.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:04:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kturtle-4.11.0.tar.xz

New:

  kturtle-4.11.1.tar.xz



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.TUFPGJ/_old  2013-09-09 11:08:15.0 +0200
+++ /var/tmp/diff_new_pack.TUFPGJ/_new  2013-09-09 11:08:15.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  libkde4-devel

++ kturtle-4.11.0.tar.xz - kturtle-4.11.1.tar.xz ++

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



commit kalgebra for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2013-09-09 11:07:48

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


Package is kalgebra

Changes:

--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes2013-08-16 
13:40:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2013-09-09 
11:07:50.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:01:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kalgebra-4.11.0.tar.xz

New:

  kalgebra-4.11.1.tar.xz



Other differences:
--
++ kalgebra.spec ++
--- /var/tmp/diff_new_pack.Ksh1gb/_old  2013-09-09 11:07:50.0 +0200
+++ /var/tmp/diff_new_pack.Ksh1gb/_new  2013-09-09 11:07:50.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://edu.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  analitza-devel

++ kalgebra-4.11.0.tar.xz - kalgebra-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kalgebra-4.11.0/cmake/FindReadline.cmake 
new/kalgebra-4.11.1/cmake/FindReadline.cmake
--- old/kalgebra-4.11.0/cmake/FindReadline.cmake2013-07-10 
00:51:57.0 +0200
+++ new/kalgebra-4.11.1/cmake/FindReadline.cmake1970-01-01 
01:00:00.0 +0100
@@ -1,15 +0,0 @@
-# GNU Readline library finder
-if(READLINE_INCLUDE_DIR AND READLINE_LIBRARY AND NCURSES_LIBRARY)
-   set(READLINE_FOUND TRUE)
-else(READLINE_INCLUDE_DIR AND READLINE_LIBRARY AND NCURSES_LIBRARY)
-   FIND_PATH(READLINE_INCLUDE_DIR readline/readline.h
-   /usr/include/readline
-   )
-   
-   FIND_LIBRARY(READLINE_LIBRARY NAMES readline)
-FIND_LIBRARY(NCURSES_LIBRARY NAMES ncurses )
-include(FindPackageHandleStandardArgs)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(Readline DEFAULT_MSG NCURSES_LIBRARY 
READLINE_INCLUDE_DIR READLINE_LIBRARY )
-   
-   MARK_AS_ADVANCED(READLINE_INCLUDE_DIR READLINE_LIBRARY)
-endif(READLINE_INCLUDE_DIR AND READLINE_LIBRARY AND NCURSES_LIBRARY)

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



commit kgeography for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kgeography for openSUSE:Factory 
checked in at 2013-09-09 11:07:55

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


Package is kgeography

Changes:

--- /work/SRC/openSUSE:Factory/kgeography/kgeography.changes2013-08-16 
13:41:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgeography.new/kgeography.changes   
2013-09-09 11:07:57.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:02:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kgeography-4.11.0.tar.xz

New:

  kgeography-4.11.1.tar.xz



Other differences:
--
++ kgeography.spec ++
--- /var/tmp/diff_new_pack.R2Lj0E/_old  2013-09-09 11:07:58.0 +0200
+++ /var/tmp/diff_new_pack.R2Lj0E/_new  2013-09-09 11:07:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgeography
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Geography Trainer
 License:GPL-2.0+

++ kgeography-4.11.0.tar.xz - kgeography-4.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/kgeography/kgeography-4.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.kgeography.new/kgeography-4.11.1.tar.xz differ: 
char 25, line 1

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



commit kstars for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2013-09-09 11:08:10

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-08-16 
13:41:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2013-09-09 
11:08:11.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:03:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kstars-4.11.0.tar.xz

New:

  kstars-4.11.1.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.g5JYUK/_old  2013-09-09 11:08:12.0 +0200
+++ /var/tmp/diff_new_pack.g5JYUK/_new  2013-09-09 11:08:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kstars
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Desktop Planetarium
 License:GPL-2.0+

++ kstars-4.11.0.tar.xz - kstars-4.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/kstars/kstars-4.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-4.11.1.tar.xz differ: char 25, 
line 1

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



commit blinken for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2013-09-09 11:07:44

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


Package is blinken

Changes:

--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2013-08-16 
13:40:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.blinken.new/blinken.changes 2013-09-09 
11:07:45.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:01:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  blinken-4.11.0.tar.xz

New:

  blinken-4.11.1.tar.xz



Other differences:
--
++ blinken.spec ++
--- /var/tmp/diff_new_pack.QRaCgW/_old  2013-09-09 11:07:45.0 +0200
+++ /var/tmp/diff_new_pack.QRaCgW/_new  2013-09-09 11:07:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   blinken
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Simon Says Game
 License:GPL-2.0+

++ blinken-4.11.0.tar.xz - blinken-4.11.1.tar.xz ++

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



commit kiten for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2013-09-09 11:08:01

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


Package is kiten

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2013-08-16 
13:41:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2013-09-09 
11:08:02.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:02:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kiten-4.11.0.tar.xz

New:

  kiten-4.11.1.tar.xz



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.yVQ5j5/_old  2013-09-09 11:08:03.0 +0200
+++ /var/tmp/diff_new_pack.yVQ5j5/_new  2013-09-09 11:08:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kiten
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Japanese Reference/Study Tool
 License:GPL-2.0+

++ kiten-4.11.0.tar.xz - kiten-4.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/kiten/kiten-4.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.kiten.new/kiten-4.11.1.tar.xz differ: char 25, line 
1

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



commit kde-mplayer-thumbnailer for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kde-mplayer-thumbnailer for 
openSUSE:Factory checked in at 2013-09-09 11:08:37

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-08-16 13:42:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde-mplayer-thumbnailer.new/kde-mplayer-thumbnailer.changes
 2013-09-09 11:08:38.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:06:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  mplayerthumbs-4.11.0.tar.xz

New:

  mplayerthumbs-4.11.1.tar.xz



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

++ mplayerthumbs-4.11.0.tar.xz - mplayerthumbs-4.11.1.tar.xz ++

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



commit khangman for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2013-09-09 11:07:57

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


Package is khangman

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2013-08-16 
13:41:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2013-09-09 
11:07:58.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:02:27 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  khangman-4.11.0.tar.xz

New:

  khangman-4.11.1.tar.xz



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.tqwEpw/_old  2013-09-09 11:07:59.0 +0200
+++ /var/tmp/diff_new_pack.tqwEpw/_new  2013-09-09 11:07:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   khangman
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Hangman Game
 License:GPL-2.0+

++ khangman-4.11.0.tar.xz - khangman-4.11.1.tar.xz ++

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

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

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-08-16 
13:41:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcddb4.new/libkcddb4.changes 2013-09-09 
11:08:29.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:06:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  libkcddb-4.11.0.tar.xz

New:

  libkcddb-4.11.1.tar.xz



Other differences:
--
++ libkcddb4.spec ++
--- /var/tmp/diff_new_pack.2E1CDB/_old  2013-09-09 11:08:30.0 +0200
+++ /var/tmp/diff_new_pack.2E1CDB/_new  2013-09-09 11:08:30.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:libkcddb-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcddb-4.11.0.tar.xz - libkcddb-4.11.1.tar.xz ++

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

here is the log from the commit of package libkcompactdisc4 for 
openSUSE:Factory checked in at 2013-09-09 11:08:26

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-08-16 13:41:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc4.new/libkcompactdisc4.changes   
2013-09-09 11:08:28.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:06:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  libkcompactdisc-4.11.0.tar.xz

New:

  libkcompactdisc-4.11.1.tar.xz



Other differences:
--
++ libkcompactdisc4.spec ++
--- /var/tmp/diff_new_pack.6mrgVW/_old  2013-09-09 11:08:28.0 +0200
+++ /var/tmp/diff_new_pack.6mrgVW/_new  2013-09-09 11:08:28.0 +0200
@@ -23,7 +23,7 @@
 Summary:KDE CD Library
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:libkcompactdisc-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkcompactdisc-4.11.0.tar.xz - libkcompactdisc-4.11.1.tar.xz ++

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



commit kig for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2013-09-09 11:07:59

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


Package is kig

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2013-08-16 13:41:11.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2013-09-09 
11:08:00.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:02:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kig-4.11.0.tar.xz

New:

  kig-4.11.1.tar.xz



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.N3Ja3A/_old  2013-09-09 11:08:01.0 +0200
+++ /var/tmp/diff_new_pack.N3Ja3A/_new  2013-09-09 11:08:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kig
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Interactive Geometry
 License:GPL-2.0+

++ kig-4.11.0.tar.xz - kig-4.11.1.tar.xz ++

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



commit kwordquiz for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2013-09-09 11:08:16

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


Package is kwordquiz

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2013-08-16 
13:41:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2013-09-09 
11:08:17.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:04:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kwordquiz-4.11.0.tar.xz

New:

  kwordquiz-4.11.1.tar.xz



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.dYMXEi/_old  2013-09-09 11:08:17.0 +0200
+++ /var/tmp/diff_new_pack.dYMXEi/_new  2013-09-09 11:08:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwordquiz
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ kwordquiz-4.11.0.tar.xz - kwordquiz-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-4.11.0/src/kwordquiz.notifyrc 
new/kwordquiz-4.11.1/src/kwordquiz.notifyrc
--- old/kwordquiz-4.11.0/src/kwordquiz.notifyrc 2013-07-10 00:58:40.0 
+0200
+++ new/kwordquiz-4.11.1/src/kwordquiz.notifyrc 2013-08-28 19:03:31.0 
+0200
@@ -459,7 +459,7 @@
 Comment[ro]=Eroare în sintaxă
 Comment[ru]=Ошибка синтаксиса
 Comment[sk]=Chyba v syntaxi
-Comment[sl]=Napaka v skladnji
+Comment[sl]=Skladenjska napaka
 Comment[sv]=Fel i syntaxen
 Comment[ta]=இலக்கணத்தில் பிழை
 Comment[tg]=Хатогиҳои синтаксис

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



commit kmplot for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

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

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


Package is kmplot

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2013-08-16 
13:41:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2013-09-09 
11:08:09.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:03:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kmplot-4.11.0.tar.xz

New:

  kmplot-4.11.1.tar.xz



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.3IA6Lm/_old  2013-09-09 11:08:10.0 +0200
+++ /var/tmp/diff_new_pack.3IA6Lm/_new  2013-09-09 11:08:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kmplot
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.11.0.tar.xz - kmplot-4.11.1.tar.xz ++

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



commit okular for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2013-09-09 11:08:25

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


Package is okular

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2013-08-16 
13:41:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2013-09-09 
11:08:26.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:06:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  okular-4.11.0.tar.xz

New:

  okular-4.11.1.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.eLYzCq/_old  2013-09-09 11:08:27.0 +0200
+++ /var/tmp/diff_new_pack.eLYzCq/_new  2013-09-09 11:08:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   okular
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Document Viewer
 License:GPL-2.0+

++ okular-4.11.0.tar.xz - okular-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.11.0/VERSION new/okular-4.11.1/VERSION
--- old/okular-4.11.0/VERSION   2013-08-06 23:52:16.0 +0200
+++ new/okular-4.11.1/VERSION   2013-08-29 20:35:21.0 +0200
@@ -1 +1 @@
-okular v0.17.0
+okular v0.17.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-4.11.0/active/app/package/contents/ui/FullScreenDelegate.qml 
new/okular-4.11.1/active/app/package/contents/ui/FullScreenDelegate.qml
--- old/okular-4.11.0/active/app/package/contents/ui/FullScreenDelegate.qml 
2013-07-10 01:15:12.0 +0200
+++ new/okular-4.11.1/active/app/package/contents/ui/FullScreenDelegate.qml 
2013-08-28 19:07:55.0 +0200
@@ -159,9 +159,10 @@
 id: mainPage
 document: documentItem
 flickable: mainFlickable
-anchors.centerIn: parent
 property real ratio: implicitWidth / implicitHeight
 
+x: Math.round((parent.width - width) / 2)
+y: Math.round((parent.height - height) / 2)
 width: implicitWidth
 height: implicitHeight
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.11.0/core/version.h 
new/okular-4.11.1/core/version.h
--- old/okular-4.11.0/core/version.h2013-08-06 23:52:16.0 +0200
+++ new/okular-4.11.1/core/version.h2013-08-29 20:35:21.0 +0200
@@ -10,10 +10,10 @@
 #ifndef _OKULAR_VERSION_H_
 #define _OKULAR_VERSION_H_
 
-#define OKULAR_VERSION_STRING 0.17.0
+#define OKULAR_VERSION_STRING 0.17.1
 #define OKULAR_VERSION_MAJOR 0
 #define OKULAR_VERSION_MINOR 17
-#define OKULAR_VERSION_RELEASE 0
+#define OKULAR_VERSION_RELEASE 1
 #define OKULAR_MAKE_VERSION( a,b,c ) (((a)  16) | ((b)  8) | (c))
 
 #define OKULAR_VERSION \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-4.11.0/generators/comicbook/active-documentviewer_comicbook.desktop 
new/okular-4.11.1/generators/comicbook/active-documentviewer_comicbook.desktop
--- 
old/okular-4.11.0/generators/comicbook/active-documentviewer_comicbook.desktop  
2013-07-14 12:02:41.0 +0200
+++ 
new/okular-4.11.1/generators/comicbook/active-documentviewer_comicbook.desktop  
2013-08-28 19:07:55.0 +0200
@@ -143,7 +143,7 @@
 X-KDE-Keywords[ca@valencia]=cbr, cbz, cbt, Comic Book
 X-KDE-Keywords[cs]=cbr, cbz, cbt, Comic Book
 X-KDE-Keywords[da]=cbr,cbz,cbt,Comic Book
-X-KDE-Keywords[de]=cbr, cbz, cbt, Comicbook
+X-KDE-Keywords[de]=cbr, cbz, cbt, Comic-Book
 X-KDE-Keywords[el]=cbr, cbz, cbt, Comic Book
 X-KDE-Keywords[es]=cbr, cbz, cbt, libro de cómic
 X-KDE-Keywords[et]=cbr, cbz, cbt, Comic Book, koomiks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-4.11.0/generators/comicbook/libokularGenerator_comicbook.desktop 
new/okular-4.11.1/generators/comicbook/libokularGenerator_comicbook.desktop
--- old/okular-4.11.0/generators/comicbook/libokularGenerator_comicbook.desktop 
2013-07-10 01:15:12.0 +0200
+++ new/okular-4.11.1/generators/comicbook/libokularGenerator_comicbook.desktop 
2013-08-28 19:07:55.0 +0200
@@ -9,7 +9,7 @@
 Name[ca@valencia]=Comic Book
 Name[cs]=Kniha komiksů
 Name[da]=Comic Book
-Name[de]=Comicbook
+Name[de]=Comic-Book
 Name[el]=Βιβλίο κόμικ
 Name[en_GB]=Comic Book
 Name[eo]=ComicBook
@@ -71,7 +71,7 

commit kio_audiocd for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kio_audiocd for openSUSE:Factory 
checked in at 2013-09-09 11:08:35

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


Package is kio_audiocd

Changes:

--- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes  2013-08-16 
13:42:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kio_audiocd.new/kio_audiocd.changes 
2013-09-09 11:08:36.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:06:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  audiocd-kio-4.11.0.tar.xz

New:

  audiocd-kio-4.11.1.tar.xz



Other differences:
--
++ kio_audiocd.spec ++
--- /var/tmp/diff_new_pack.i5dpco/_old  2013-09-09 11:08:37.0 +0200
+++ /var/tmp/diff_new_pack.i5dpco/_new  2013-09-09 11:08:37.0 +0200
@@ -28,7 +28,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:audiocd-kio-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ audiocd-kio-4.11.0.tar.xz - audiocd-kio-4.11.1.tar.xz ++

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



commit kremotecontrol for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2013-09-09 11:09:04

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-08-16 13:42:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2013-09-09 11:09:06.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:08:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kremotecontrol-4.11.0.tar.xz

New:

  kremotecontrol-4.11.1.tar.xz



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.ht05FH/_old  2013-09-09 11:09:07.0 +0200
+++ /var/tmp/diff_new_pack.ht05FH/_new  2013-09-09 11:09:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kremotecontrol
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:KDE Frontend for the Linux Infrared Remote Control system
 License:GPL-2.0+

++ kremotecontrol-4.11.0.tar.xz - kremotecontrol-4.11.1.tar.xz ++

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



commit nepomuk-core for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package nepomuk-core for openSUSE:Factory 
checked in at 2013-09-09 11:08:42

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-08-16 13:48:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.nepomuk-core.new/nepomuk-core.changes   
2013-09-09 11:08:43.0 +0200
@@ -1,0 +2,17 @@
+Tue Sep  3 18:54:32 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added patches from upstream for resolving kde#324307 (Nepomukindexer
+  segfaults then core dumps ad finitum using 100% CPU):
+   0002-Indexer-and-epubextractor-check-more-carefully-that-.patch
+   0003-FileIndexer-Really-do-not-index-file-multiple-times.patch
+   0001-epubextractor-Fix-crash-on-some-invalid-files-where-.patch
+   0004-FileIndexer-Check-for-nepomukindexer-crashing.patch
+
+---
+Sun Sep  1 10:07:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  nepomuk-core-4.11.0.tar.xz

New:

  0001-epubextractor-Fix-crash-on-some-invalid-files-where-.patch
  0002-Indexer-and-epubextractor-check-more-carefully-that-.patch
  0003-FileIndexer-Really-do-not-index-file-multiple-times.patch
  0004-FileIndexer-Check-for-nepomukindexer-crashing.patch
  nepomuk-core-4.11.1.tar.xz



Other differences:
--
++ nepomuk-core.spec ++
--- /var/tmp/diff_new_pack.ehSk6O/_old  2013-09-09 11:08:44.0 +0200
+++ /var/tmp/diff_new_pack.ehSk6O/_new  2013-09-09 11:08:44.0 +0200
@@ -19,7 +19,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 Name:   nepomuk-core
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:The KDE Nepomuk Core Library
 License:GPL-2.0+
@@ -29,6 +29,14 @@
 Source99:   nepomuk.png
 # PATCH-FIX-OPENSUSE kauth.patch disable installing of kauth actions until 
bnc#825262 is resolved
 Patch0: kauth.patch
+# PATCH-FIX-UPSTREAM 
0001-epubextractor-Fix-crash-on-some-invalid-files-where-.patch (kde#324307)
+Patch1000:  0001-epubextractor-Fix-crash-on-some-invalid-files-where-.patch
+# PATCH-FIX-UPSTREAM 
0002-Indexer-and-epubextractor-check-more-carefully-that-.patch (kde#324307)
+Patch1001:  0002-Indexer-and-epubextractor-check-more-carefully-that-.patch
+# PATCH-FIX-UPSTREAM 
0003-FileIndexer-Really-do-not-index-file-multiple-times.patch (kde#324307)
+Patch1002:  0003-FileIndexer-Really-do-not-index-file-multiple-times.patch
+# PATCH-FIX-UPSTREAM 0004-FileIndexer-Check-for-nepomukindexer-crashing.patch 
(kde#324307)
+Patch1003:  0004-FileIndexer-Check-for-nepomukindexer-crashing.patch
 BuildRequires:  fdupes
 BuildRequires:  libepub-devel
 BuildRequires:  libexiv2-devel
@@ -62,6 +70,10 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1000 -p1
+%patch1001 -p1
+%patch1002 -p1
+%patch1003 -p1
 
 %build
   %cmake_kde4 -d build -- -DKDE4_ENABLE_FPIE=1

++ 0001-epubextractor-Fix-crash-on-some-invalid-files-where-.patch ++
From 37f5c9df266e93e4257dfd4c39bdcb3061a837a1 Mon Sep 17 00:00:00 2001
From: Simeon Bird bla...@gmail.com
Date: Tue, 3 Sep 2013 00:08:23 -0400
Subject: [PATCH 1/4] epubextractor: Fix crash on some invalid files where
 epub_get_data returns an error.

BUG: 324307
---
 services/fileindexer/indexer/epubextractor.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/services/fileindexer/indexer/epubextractor.cpp 
b/services/fileindexer/indexer/epubextractor.cpp
index 38fb0d8..363f9b8 100644
--- a/services/fileindexer/indexer/epubextractor.cpp
+++ b/services/fileindexer/indexer/epubextractor.cpp
@@ -188,7 +188,7 @@ SimpleResourceGraph EPubExtractor::extract(const QUrl 
resUri, const QUrl fileU
 tit = epub_get_titerator(ePubDoc, TITERATOR_GUIDE, 0 );
 }
 
-if( tit ) {
+if( epub_tit_curr_valid(tit) ) {
 do {
 char *clink = epub_tit_get_curr_link(tit);
 
@@ -196,7 +196,8 @@ SimpleResourceGraph EPubExtractor::extract(const QUrl 
resUri, const QUrl fileU
 int size = epub_get_data(ePubDoc, clink, data);
 free(clink);
 
-if( data ) {
+// epub_get_data returns -1 on failure
+if( size  0  data ) {
 QString html = QString::fromUtf8(data, size);
 
 QTextDocument doc;
-- 
1.8.4

++ 0002-Indexer-and-epubextractor-check-more-carefully-that-.patch ++
From 

commit kdebase4-artwork for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-artwork for 
openSUSE:Factory checked in at 2013-09-09 11:09:17

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-08-16 13:43:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-artwork.new/kdebase4-artwork.changes   
2013-09-09 11:09:19.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:09:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kde-base-artwork-4.11.0.tar.xz

New:

  kde-base-artwork-4.11.1.tar.xz



Other differences:
--
++ kdebase4-artwork.spec ++
--- /var/tmp/diff_new_pack.rYrsaL/_old  2013-09-09 11:09:20.0 +0200
+++ /var/tmp/diff_new_pack.rYrsaL/_new  2013-09-09 11:09:20.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:kde-base-artwork-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-base-artwork-4.11.0.tar.xz - kde-base-artwork-4.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/kdebase4-artwork/kde-base-artwork-4.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-artwork.new/kde-base-artwork-4.11.1.tar.xz 
differ: char 26, line 1

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



commit kfloppy for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kfloppy for openSUSE:Factory checked 
in at 2013-09-09 11:08:59

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-08-16 
13:42:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2013-09-09 
11:09:01.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:08:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kfloppy-4.11.0.tar.xz

New:

  kfloppy-4.11.1.tar.xz



Other differences:
--
++ kfloppy.spec ++
--- /var/tmp/diff_new_pack.wOsZGw/_old  2013-09-09 11:09:02.0 +0200
+++ /var/tmp/diff_new_pack.wOsZGw/_new  2013-09-09 11:09:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kfloppy
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Floppy Formatter
 License:GPL-2.0+

++ kfloppy-4.11.0.tar.xz - kfloppy-4.11.1.tar.xz ++

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



commit kaccessible for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kaccessible for openSUSE:Factory 
checked in at 2013-09-09 11:09:16

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-08-16 
13:43:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kaccessible.new/kaccessible.changes 
2013-09-09 11:09:17.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:09:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kaccessible-4.11.0.tar.xz

New:

  kaccessible-4.11.1.tar.xz



Other differences:
--
++ kaccessible.spec ++
--- /var/tmp/diff_new_pack.zTUYgH/_old  2013-09-09 11:09:18.0 +0200
+++ /var/tmp/diff_new_pack.zTUYgH/_new  2013-09-09 11:09:18.0 +0200
@@ -27,7 +27,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kaccessible-4.11.0.tar.xz - kaccessible-4.11.1.tar.xz ++

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



commit juk for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package juk for openSUSE:Factory checked in 
at 2013-09-09 11:08:38

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-08-16 13:42:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.juk.new/juk.changes 2013-09-09 
11:08:39.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:06:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  juk-4.11.0.tar.xz

New:

  juk-4.11.1.tar.xz



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

++ juk-4.11.0.tar.xz - juk-4.11.1.tar.xz ++

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



commit mobipocket for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2013-09-09 11:08:44

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


Package is mobipocket

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2013-08-16 
13:42:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2013-09-09 11:08:45.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:07:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kdegraphics-mobipocket-4.11.0.tar.xz

New:

  kdegraphics-mobipocket-4.11.1.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.2Irwre/_old  2013-09-09 11:08:46.0 +0200
+++ /var/tmp/diff_new_pack.2Irwre/_new  2013-09-09 11:08:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:E-book plugin for Okular
 License:GPL-2.0+

++ kdegraphics-mobipocket-4.11.0.tar.xz - 
kdegraphics-mobipocket-4.11.1.tar.xz ++

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

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2013-09-09 11:08:52

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-08-16 
13:42:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2013-09-09 
11:08:53.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:07:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kcalc-4.11.0.tar.xz

New:

  kcalc-4.11.1.tar.xz



Other differences:
--
++ kcalc.spec ++
--- /var/tmp/diff_new_pack.b3TJAR/_old  2013-09-09 11:08:54.0 +0200
+++ /var/tmp/diff_new_pack.b3TJAR/_new  2013-09-09 11:08:54.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcalc-4.11.0.tar.xz - kcalc-4.11.1.tar.xz ++

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



commit kross-interpreters for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

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

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


Package is kross-interpreters

Changes:

--- /work/SRC/openSUSE:Factory/kross-interpreters/kross-interpreters.changes
2013-08-16 13:41:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kross-interpreters.new/kross-interpreters.changes   
2013-09-09 11:08:31.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:06:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kross-interpreters-4.11.0.tar.xz

New:

  kross-interpreters-4.11.1.tar.xz



Other differences:
--
++ kross-interpreters.spec ++
--- /var/tmp/diff_new_pack.zjfWpz/_old  2013-09-09 11:08:32.0 +0200
+++ /var/tmp/diff_new_pack.zjfWpz/_new  2013-09-09 11:08:32.0 +0200
@@ -26,7 +26,7 @@
 Summary:Diverse bindings for KROSS
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kross-interpreters-4.11.0.tar.xz - kross-interpreters-4.11.1.tar.xz 
++

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

here is the log from the commit of package kscd for openSUSE:Factory checked in 
at 2013-09-09 11:08:31

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-08-16 
13:41:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kscd.new/kscd.changes   2013-09-09 
11:08:33.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:06:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kscd-4.11.0.tar.xz

New:

  kscd-4.11.1.tar.xz



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

++ kscd-4.11.0.tar.xz - kscd-4.11.1.tar.xz ++

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



commit kmag for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kmag for openSUSE:Factory checked in 
at 2013-09-09 11:09:22

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


Package is kmag

Changes:

--- /work/SRC/openSUSE:Factory/kmag/kmag.changes2013-08-16 
13:43:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmag.new/kmag.changes   2013-09-09 
11:09:25.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:12:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kmag-4.11.0.tar.xz

New:

  kmag-4.11.1.tar.xz



Other differences:
--
++ kmag.spec ++
--- /var/tmp/diff_new_pack.68xre9/_old  2013-09-09 11:09:26.0 +0200
+++ /var/tmp/diff_new_pack.68xre9/_new  2013-09-09 11:09:26.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmag-4.11.0.tar.xz - kmag-4.11.1.tar.xz ++

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



commit pairs for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package pairs for openSUSE:Factory checked 
in at 2013-09-09 11:09:29

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-08-16 
13:43:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.pairs.new/pairs.changes 2013-09-09 
11:09:40.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:22:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  pairs-4.11.0.tar.xz

New:

  pairs-4.11.1.tar.xz



Other differences:
--
++ pairs.spec ++
--- /var/tmp/diff_new_pack.u8kcKK/_old  2013-09-09 11:09:41.0 +0200
+++ /var/tmp/diff_new_pack.u8kcKK/_new  2013-09-09 11:09:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pairs
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Memory and Pairs Game
 License:GPL-2.0+

++ pairs-4.11.0.tar.xz - pairs-4.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-4.11.0/game/main.cpp 
new/pairs-4.11.1/game/main.cpp
--- old/pairs-4.11.0/game/main.cpp  2013-07-10 01:02:04.0 +0200
+++ new/pairs-4.11.1/game/main.cpp  2013-08-28 19:04:06.0 +0200
@@ -41,7 +41,7 @@
 int main(int argc, char **argv)
 {
 KAboutData about(pairs, 0, ki18n(pairs), version, ki18n(description),
- KAboutData::License_GPL, ki18n((C) 2011 Aleix Pol 
Gonzalez), KLocalizedString(), 0, aleix...@kde.org);
+ KAboutData::License_GPL, ki18n((C) 2011 Aleix Pol 
Gonzalez), KLocalizedString(), 0);
 about.addAuthor( ki18n(Aleix Pol Gonzalez), ki18n(Initial 
implementation and maintainer), aleix...@kde.org );
 about.addAuthor( ki18n(Marco Calignano), ki18n(Theme support 
enhancement and general feature development), 
marco.calign...@googlemail.com);
 about.addAuthor( ki18n(Albert Astals Cid), ki18n(Initial project setup 
and ideas), aa...@kde.org );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-4.11.0/game/pairs.desktop 
new/pairs-4.11.1/game/pairs.desktop
--- old/pairs-4.11.0/game/pairs.desktop 2013-07-10 01:02:04.0 +0200
+++ new/pairs-4.11.1/game/pairs.desktop 2013-08-28 19:04:06.0 +0200
@@ -27,7 +27,7 @@
 Name[pt_BR]=Pairs
 Name[ru]=Pairs
 Name[sk]=Páry
-Name[sl]=Pairs
+Name[sl]=Pari
 Name[sv]=Par
 Name[tr]=Pairs
 Name[uk]=Pairs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-4.11.0/pairseditor/pairseditor.desktop 
new/pairs-4.11.1/pairseditor/pairseditor.desktop
--- old/pairs-4.11.0/pairseditor/pairseditor.desktop2013-07-14 
12:02:02.0 +0200
+++ new/pairs-4.11.1/pairseditor/pairseditor.desktop2013-08-28 
19:04:06.0 +0200
@@ -25,7 +25,7 @@
 Name[pt_BR]=Editor de temas do Pairs
 Name[ru]=Редактор карточек Pairs
 Name[sk]=Editor tém Pairs
-Name[sl]=Urejevalnik tem Pairs
+Name[sl]=Urejevalnik tem za Pare
 Name[sv]=Temaeditor för Par
 Name[tr]=Pairs Tema Düzenleyici
 Name[uk]=Редактор тем Pairs
@@ -62,7 +62,7 @@
 GenericName[pt_BR]=Um editor de temas para o Pairs
 GenericName[ru]=Редактор карточек игры Pairs
 GenericName[sk]=Editor tém Pairs
-GenericName[sl]=Urejevalnik tem za Pairs
+GenericName[sl]=Urejevalnik tem za Pare
 GenericName[sv]=En temaeditor för Par
 GenericName[tr]=Bir Pairs Tema Düzenleyici
 GenericName[uk]=Програма для редагування тем Pairs

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



commit filelight for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2013-09-09 11:08:50

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-08-16 
13:42:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2013-09-09 
11:08:51.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:07:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  filelight-4.11.0.tar.xz

New:

  filelight-4.11.1.tar.xz



Other differences:
--
++ filelight.spec ++
--- /var/tmp/diff_new_pack.PqBufj/_old  2013-09-09 11:08:52.0 +0200
+++ /var/tmp/diff_new_pack.PqBufj/_new  2013-09-09 11:08:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filelight
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Graphical disk usage viewer
 License:GPL-2.0 or GPL-3.0

++ filelight-4.11.0.tar.xz - filelight-4.11.1.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-09-09 Thread h_root
Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2013-09-09 11:09:02

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-08-16 
13:42:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2013-09-09 
11:09:03.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:08:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kgpg-4.11.0.tar.xz

New:

  kgpg-4.11.1.tar.xz



Other differences:
--
++ kgpg.spec ++
--- /var/tmp/diff_new_pack.u8bu74/_old  2013-09-09 11:09:04.0 +0200
+++ /var/tmp/diff_new_pack.u8bu74/_new  2013-09-09 11:09:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kgpg
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Encryption Tool
 License:GPL-2.0+

++ kgpg-4.11.0.tar.xz - kgpg-4.11.1.tar.xz ++

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



commit libnepomukwidgets for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package libnepomukwidgets for 
openSUSE:Factory checked in at 2013-09-09 11:08:46

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-08-16 13:42:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnepomukwidgets.new/libnepomukwidgets.changes 
2013-09-09 11:08:47.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:07:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  nepomuk-widgets-4.11.0.tar.xz

New:

  nepomuk-widgets-4.11.1.tar.xz



Other differences:
--
++ libnepomukwidgets.spec ++
--- /var/tmp/diff_new_pack.z0wFm9/_old  2013-09-09 11:08:47.0 +0200
+++ /var/tmp/diff_new_pack.z0wFm9/_new  2013-09-09 11:08:47.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.11.0
+Version:4.11.1
 Release:0
 Source0:nepomuk-widgets-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ nepomuk-widgets-4.11.0.tar.xz - nepomuk-widgets-4.11.1.tar.xz ++

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



commit kmousetool for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2013-09-09 11:09:24

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


Package is kmousetool

Changes:

--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes2013-08-16 
13:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmousetool.new/kmousetool.changes   
2013-09-09 11:09:26.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:12:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kmousetool-4.11.0.tar.xz

New:

  kmousetool-4.11.1.tar.xz



Other differences:
--
++ kmousetool.spec ++
--- /var/tmp/diff_new_pack.vU0GKT/_old  2013-09-09 11:09:27.0 +0200
+++ /var/tmp/diff_new_pack.vU0GKT/_new  2013-09-09 11:09:27.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmousetool-4.11.0.tar.xz - kmousetool-4.11.1.tar.xz ++

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



commit kdebase4-wallpapers for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-wallpapers for 
openSUSE:Factory checked in at 2013-09-09 11:09:19

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


Package is kdebase4-wallpapers

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-wallpapers/kdebase4-wallpapers.changes  
2013-08-16 13:43:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-wallpapers.new/kdebase4-wallpapers.changes 
2013-09-09 11:09:23.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:10:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kde-wallpapers-4.11.0.tar.xz

New:

  kde-wallpapers-4.11.1.tar.xz



Other differences:
--
++ kdebase4-wallpapers.spec ++
--- /var/tmp/diff_new_pack.8puEo0/_old  2013-09-09 11:09:25.0 +0200
+++ /var/tmp/diff_new_pack.8puEo0/_new  2013-09-09 11:09:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4-wallpapers
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:KDE 4 Wallpapers
 License:LGPL-3.0+

++ kde-wallpapers-4.11.0.tar.xz - kde-wallpapers-4.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/kdebase4-wallpapers/kde-wallpapers-4.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-wallpapers.new/kde-wallpapers-4.11.1.tar.xz
 differ: char 25, line 1

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



commit kmouth for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2013-09-09 11:09:26

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


Package is kmouth

Changes:

--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes2013-08-16 
13:43:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes   2013-09-09 
11:09:27.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:12:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kmouth-4.11.0.tar.xz

New:

  kmouth-4.11.1.tar.xz



Other differences:
--
++ kmouth.spec ++
--- /var/tmp/diff_new_pack.OCsacR/_old  2013-09-09 11:09:28.0 +0200
+++ /var/tmp/diff_new_pack.OCsacR/_new  2013-09-09 11:09:28.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmouth-4.11.0.tar.xz - kmouth-4.11.1.tar.xz ++

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



commit kwalletmanager for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kwalletmanager for openSUSE:Factory 
checked in at 2013-09-09 11:09:09

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-08-16 13:42:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwalletmanager.new/kwalletmanager.changes   
2013-09-09 11:09:10.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:08:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kwallet-4.11.0.tar.xz

New:

  kwallet-4.11.1.tar.xz



Other differences:
--
++ kwalletmanager.spec ++
--- /var/tmp/diff_new_pack.m86zu8/_old  2013-09-09 11:09:11.0 +0200
+++ /var/tmp/diff_new_pack.m86zu8/_new  2013-09-09 11:09:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwalletmanager
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+

++ kwallet-4.11.0.tar.xz - kwallet-4.11.1.tar.xz ++

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



commit kmix for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package kmix for openSUSE:Factory checked in 
at 2013-09-09 11:08:33

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


Package is kmix

Changes:

--- /work/SRC/openSUSE:Factory/kmix/kmix.changes2013-08-16 
13:42:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmix.new/kmix.changes   2013-09-09 
11:08:34.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:06:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kmix-4.11.0.tar.xz

New:

  kmix-4.11.1.tar.xz



Other differences:
--
++ kmix.spec ++
--- /var/tmp/diff_new_pack.fbHPRB/_old  2013-09-09 11:08:35.0 +0200
+++ /var/tmp/diff_new_pack.fbHPRB/_new  2013-09-09 11:08:35.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Mixers
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmix-4.11.0.tar.xz - kmix-4.11.1.tar.xz ++

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

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2013-09-09 11:08:57

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-08-16 13:42:40.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes 2013-09-09 
11:08:57.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 10:08:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  kdf-4.11.0.tar.xz

New:

  kdf-4.11.1.tar.xz



Other differences:
--
++ kdf.spec ++
--- /var/tmp/diff_new_pack.HtiTmy/_old  2013-09-09 11:08:58.0 +0200
+++ /var/tmp/diff_new_pack.HtiTmy/_new  2013-09-09 11:08:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdf
-Version:4.11.0
+Version:4.11.1
 Release:0
 Summary:Disk Usage Viewer
 License:GPL-2.0+

++ kdf-4.11.0.tar.xz - kdf-4.11.1.tar.xz ++

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



  1   2   3   >