commit upower for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package upower for openSUSE:Factory checked 
in at 2013-12-03 08:54:14

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


Package is "upower"

Changes:

--- /work/SRC/openSUSE:Factory/upower/upower.changes2013-12-02 
15:12:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes   2013-12-03 
08:54:15.0 +0100
@@ -2,29 +1,0 @@
-Sun Nov 24 04:00:27 UTC 2013 - crrodrig...@opensuse.org
-
-- define _udevrulesdir only if not already defined
-- run %udev_rules_update, if defined.
-

-Sun Nov  3 00:36:31 UTC 2013 - hrvoje.sen...@gmail.com
-
-- Update to version 0.99.0:
-  + Notes:
-- This version contains major API changes. Use the 0.9.* 
-  versions if you want to keep using the old API.
-  + New Features:
-- Add WarningLevel and IconName properties to all devices
-- Add DisplayDevice composite battery
-- Enforce critical battery policy on the daemon side
-  + Bugfixes:
-- Reduce client-side and daemon-side wake-ups
-- Emit PropertiesChanged signals
-- Register objects on the bus once they've been setup
-- Clamp percentage for overfull batteries
-  + Feature Removals:
-- Remove battery recall support
-- Remove QoS support
-- Remove OnLowBattery property (use WarningLevel instead)
-- Remove DeviceChanged and Changed signals (PropertiesChanged
-  signals are sent instead)
-


Old:

  upower-0.99.0.tar.xz

New:

  upower-0.9.23.tar.xz



Other differences:
--
++ upower.spec ++
--- /var/tmp/diff_new_pack.EpEdol/_old  2013-12-03 08:54:15.0 +0100
+++ /var/tmp/diff_new_pack.EpEdol/_new  2013-12-03 08:54:15.0 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %define systemdutildir %(pkg-config --variable systemdutildir systemd)
 
 Name:   upower
 Summary:Power Device Enumeration Framework
 License:GPL-2.0+
 Group:  System/Daemons
-Version:0.99.0
+Version:0.9.23
 Release:0
 Url:http://upower.freedesktop.org/
 Source: 
http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz
@@ -52,12 +52,12 @@
 via the system message bus. Some operations (such as suspending the
 system) are restricted using PolicyKit.
 
-%package -n libupower-glib2
+%package -n libupower-glib1
 Summary:Power Device Enumeration Framework - Library
 Group:  System/Daemons
 Recommends: %{name}
 
-%description -n libupower-glib2
+%description -n libupower-glib1
 UPower is an abstraction for enumerating power devices, listening to
 device events and querying history and statistics. Any application or
 service on the system can access the org.freedesktop.UPower service
@@ -81,7 +81,7 @@
 %package -n libupower-glib-devel
 Summary:Power Device Enumeration Framework - Development Files
 Group:  Development/Libraries/Other
-Requires:   libupower-glib2 = %{version}
+Requires:   libupower-glib1 = %{version}
 Requires:   typelib-1_0-UpowerGlib-1_0 = %{version}
 Provides:   %{name}-devel = %{version}
 
@@ -102,6 +102,7 @@
   --disable-static \
   --libexecdir=%{_libexecdir}/upower \
   --enable-gtk-doc \
+  --enable-deprecated \
   --with-udevrulesdir=%{_udevrulesdir}
 make %{?_smp_mflags}
 
@@ -117,7 +118,6 @@
 %service_add_pre upower.service
 
 %post
-%{?udev_rules_update:%udev_rules_update}
 %service_add_post upower.service
 
 %preun
@@ -126,9 +126,9 @@
 %postun
 %service_del_postun upower.service
 
-%post -n libupower-glib2 -p /sbin/ldconfig
+%post -n libupower-glib1 -p /sbin/ldconfig
 
-%postun -n libupower-glib2 -p /sbin/ldconfig
+%postun -n libupower-glib1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
@@ -137,20 +137,25 @@
 %{_bindir}/upower
 %dir %{_libexecdir}/upower
 %{_libexecdir}/upower/upowerd
+%dir %{systemdutildir}/system-sleep
+%{systemdutildir}/system-sleep/notify-upower.sh
 %{_udevrulesdir}/*.rules
 %{_unitdir}/upower.service
 %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.UPower.conf
 %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.Device.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.KbdBacklight.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.QoS.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.Wakeups.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.UPower.servic

commit yast2-iscsi-client for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory checked in at 2013-12-02 17:05:43

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


Package is "yast2-iscsi-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes
2013-11-19 16:29:19.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new/yast2-iscsi-client.changes   
2013-12-02 17:05:45.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 27 13:21:24 CET 2013 - g...@suse.de
+
+- improve IPv6 support: filter out Scope:Link IPv6 addresses
+- 3.1.2
+
+---

Old:

  yast2-iscsi-client-3.1.1.tar.bz2

New:

  yast2-iscsi-client-3.1.2.tar.bz2



Other differences:
--
++ yast2-iscsi-client.spec ++
--- /var/tmp/diff_new_pack.iZhgfl/_old  2013-12-02 17:05:46.0 +0100
+++ /var/tmp/diff_new_pack.iZhgfl/_new  2013-12-02 17:05:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-client
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-iscsi-client-3.1.1.tar.bz2 -> yast2-iscsi-client-3.1.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-3.1.1/VERSION 
new/yast2-iscsi-client-3.1.2/VERSION
--- old/yast2-iscsi-client-3.1.1/VERSION2013-11-19 13:43:14.0 
+0100
+++ new/yast2-iscsi-client-3.1.2/VERSION2013-12-02 14:13:04.0 
+0100
@@ -1 +1 @@
-3.1.1
+3.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.1/package/yast2-iscsi-client.changes 
new/yast2-iscsi-client-3.1.2/package/yast2-iscsi-client.changes
--- old/yast2-iscsi-client-3.1.1/package/yast2-iscsi-client.changes 
2013-11-19 13:43:14.0 +0100
+++ new/yast2-iscsi-client-3.1.2/package/yast2-iscsi-client.changes 
2013-12-02 14:13:04.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Nov 27 13:21:24 CET 2013 - g...@suse.de
+
+- improve IPv6 support: filter out Scope:Link IPv6 addresses
+- 3.1.2
+
+---
 Tue Nov 12 14:29:00 CET 2013 - g...@suse.de
 
 - add IPv6 support (fate #316261)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.1/package/yast2-iscsi-client.spec 
new/yast2-iscsi-client-3.1.2/package/yast2-iscsi-client.spec
--- old/yast2-iscsi-client-3.1.1/package/yast2-iscsi-client.spec
2013-11-19 13:43:14.0 +0100
+++ new/yast2-iscsi-client-3.1.2/package/yast2-iscsi-client.spec
2013-12-02 14:13:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-client
-Version:3.1.0
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.1/src/include/iscsi-client/widgets.rb 
new/yast2-iscsi-client-3.1.2/src/include/iscsi-client/widgets.rb
--- old/yast2-iscsi-client-3.1.1/src/include/iscsi-client/widgets.rb
2013-11-19 13:43:14.0 +0100
+++ new/yast2-iscsi-client-3.1.2/src/include/iscsi-client/widgets.rb
2013-12-02 14:13:04.0 +0100
@@ -600,7 +600,7 @@
 output = Convert.convert(
   SCR.Execute(
 path(".target.bash_output"),
-"host #{ip}|head -1|tr -d '\n'"
+"LC_ALL=POSIX host #{ip}|head -1|tr -d '\n'"
   ),
   :from => "any",
   :to   => "map "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.1/src/modules/IscsiClientLib.rb 
new/yast2-iscsi-client-3.1.2/src/modules/IscsiClientLib.rb
--- old/yast2-iscsi-client-3.1.1/src/modules/IscsiClientLib.rb  2013-11-19 
13:43:14.0 +0100
+++ new/yast2-iscsi-client-3.1.2/src/modules/IscsiClientLib.rb  2013-12-02 
14:13:04.0 +0100
@@ -383,13 +383,10 @@
 elsif Builtins.search(row, "Iface Name:") != nil
   iface = Ops.get(Builtins.splitstring(row, " "), 2, "")
   iface = Ops.get(@iface_file, iface, iface)
-  ret = Builtins.add(
-ret,
-Ops.add(
-  Ops.add(Ops.add(Ops.add(portal, " "), target), " "),
-  iface
-)
-  )
+  # don't add Scope:Link IPv6 address
+  if !portal.start_with?("[fe80:")
+  

commit rubygem-launchy for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-launchy for openSUSE:Factory 
checked in at 2013-12-02 17:04:27

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


Package is "rubygem-launchy"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-launchy/rubygem-launchy.changes  
2013-11-30 07:42:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-launchy.new/rubygem-launchy.changes 
2013-12-02 17:04:28.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 29 11:05:07 UTC 2013 - co...@suse.com
+
+- updated to version 2.4.2
+ * Fix kde issue - 
+
+---

Old:

  launchy-2.4.1.gem

New:

  launchy-2.4.2.gem



Other differences:
--
++ rubygem-launchy.spec ++
--- /var/tmp/diff_new_pack.bKTp5I/_old  2013-12-02 17:04:29.0 +0100
+++ /var/tmp/diff_new_pack.bKTp5I/_new  2013-12-02 17:04:29.0 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-launchy
-Version:2.4.1
+Version:2.4.2
 Release:0
 %define mod_name launchy
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 20401
+%define mod_weight 20402
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1

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



commit gpm for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "gpm"

Changes:

--- /work/SRC/openSUSE:Factory/gpm/gpm.changes  2013-04-22 14:30:27.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gpm.new/gpm.changes 2013-12-02 
17:01:59.0 +0100
@@ -1,0 +2,12 @@
+Mon Dec  2 11:40:18 UTC 2013 - co...@suse.com
+
+- don't buildrequire systemd, we just need the macros
+
+---
+Mon Oct 28 13:46:46 UTC 2013 - p.drou...@gmail.com
+
+- Add systemd support and drop sysvinit support
+- Change pid directory for new standard one
+- Fix suse-wrong-suse-capitalisation rpmlint warning
+
+---

Old:

  README.SuSE
  rcgpm

New:

  README.SUSE
  gpm.service



Other differences:
--
++ gpm.spec ++
--- /var/tmp/diff_new_pack.o6J9ec/_old  2013-12-02 17:02:01.0 +0100
+++ /var/tmp/diff_new_pack.o6J9ec/_new  2013-12-02 17:02:01.0 +0100
@@ -25,9 +25,9 @@
 Url:http://linux.schottelius.org/gpm/
 
 Source0:
http://www.nico.schottelius.org/software/gpm/archives/gpm-%{version}.tar.lzma
-Source2:rcgpm
+Source2:gpm.service
 Source3:sysconfig.mouse-%{name}
-Source4:README.SuSE
+Source4:README.SUSE
 Source5:baselibs.conf
 Source6:inputattach.c
 Patch0: gpm-DESTDIR.patch
@@ -56,9 +56,11 @@
 BuildRequires:  lzma
 BuildRequires:  makeinfo
 BuildRequires:  ncurses-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-PreReq: %install_info_prereq
-PreReq: /bin/sed %insserv_prereq %fillup_prereq
+BuildRequires:  systemd-rpm-macros
+Requires(pre):  %install_info_prereq
+Requires(pre):  /bin/sed
+Requires(pre):  %fillup_prereq
+%{?systemd_requires}
 Provides:   select
 %ifarch ppc64
 # bug437293
@@ -106,7 +108,7 @@
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
 #export SUSE_ASNEEDED=0
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 autoreconf -fi
 CFLAGS="$RPM_OPT_FLAGS -DQUIET_LIBGPM" \
 %configure --disable-static \
@@ -131,12 +133,12 @@
 #
 # start script
 install -m 755 -d $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 755 -d $RPM_BUILD_ROOT/etc/init.d
+install -m 755 -d $RPM_BUILD_ROOT/%{_unitdir}
 install -m 755 -d $RPM_BUILD_ROOT/usr/sbin
 install -m 755 inputattach %{buildroot}%{_sbindir}
 install -m 644 sysconfig.mouse-%{name} $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 755 rcgpm $RPM_BUILD_ROOT/etc/init.d/gpm
-ln -sf ../../etc/init.d/gpm $RPM_BUILD_ROOT/usr/sbin/rcgpm
+install -m 755 %{S:2} $RPM_BUILD_ROOT/%{_unitdir}/gpm.service
+ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcgpm
 # there were two variables with the same value GPM_PROTOCOL and MOUSETYPE
 # in SuLi 8.2. The MOUSETYPE variable better conforms with with other
 # variable names MOUSEDEVICE and XMOUSETYPE name scheme, so get rid of
@@ -152,38 +154,38 @@
 
 # Do not package static library
 rm -fv $RPM_BUILD_ROOT/%{_libdir}/libgpm.a
-mkdir -p %{buildroot}%{_localstatedir}/run
-touch %{buildroot}%{_localstatedir}/run/gpm.pid
+mkdir -p %{buildroot}/run
+touch %{buildroot}/run/gpm.pid
 
 %preun
-%stop_on_removal gpm
+%service_del_preun gpm.service
 
 %post
 /sbin/ldconfig
-%{fillup_and_insserv gpm}
+%{fillup_only gpm}
+%service_add_post gpm.service
 %{fillup_only -an mouse}
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %postun
 /sbin/ldconfig
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-%restart_on_update gpm
-%{insserv_cleanup}
+%service_del_postun gpm.service
 
 %files
 %defattr(-,root,root)
-%doc COPYING README README.gpm2 README.SuSE TODO
+%doc COPYING README README.gpm2 README.SUSE TODO
 %doc doc/Announce doc/FAQ doc/README* doc/changelog
 %{_infodir}/*
 %{_mandir}/*/*
 %dir %config /etc/gpm
 %config /etc/gpm/*
-%config /etc/init.d/gpm
+%{_unitdir}/gpm.service
 %{_bindir}/*
 %{_sbindir}/*
 %{_libdir}/libgpm.so.*
 /var/adm/fillup-templates/*
-%ghost %{_localstatedir}/run/gpm.pid
+%ghost /run/gpm.pid
 
 %files devel
 %defattr(-,root,root)

++ README.SUSE ++
Dear customer,

gpm is using more and more config files in /etc. Therefore we moved
all config files into /etc/gpm and removed "gpm-" from config file
names.

For example:
/etc/gpm-root.conf -> /etc/gpm/root.conf
/etc/gpm-syn.conf  -> /etc/gpm/syn.conf   
...


Have a lot of fun,
Your SuSE team

++ gpm.service ++
[Uni

commit installation-images for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "installation-images"

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-11-28 16:51:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2013-12-02 17:02:24.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  2 13:49:24 CET 2013 - snw...@suse.de
+
+- s390 adjustments
+- remove cyrus-sasl
+
+---

Old:

  installation-images-14.22.tar.bz2

New:

  installation-images-14.23.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.wwgx0I/_old  2013-12-02 17:02:25.0 +0100
+++ /var/tmp/diff_new_pack.wwgx0I/_new  2013-12-02 17:02:25.0 +0100
@@ -92,6 +92,7 @@
 BuildRequires:  iputils
 BuildRequires:  jfsutils
 BuildRequires:  joe
+BuildRequires:  kbd
 BuildRequires:  kernel-default
 BuildRequires:  kernel-firmware
 BuildRequires:  kexec-tools
@@ -159,7 +160,9 @@
 BuildRequires:  perl-solv
 BuildRequires:  pinentry
 BuildRequires:  suse-module-tools
+%ifnarch s390 s390x
 BuildRequires:  suspend
+%endif
 BuildRequires:  systemd
 BuildRequires:  systemd-presets-branding-openSUSE
 BuildRequires:  tunctl
@@ -386,9 +389,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.22
+Version:14.23
 Release:0
-Source: installation-images-14.22.tar.bz2
+Source: installation-images-14.23.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-14.22.tar.bz2 -> installation-images-14.23.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.22/VERSION 
new/installation-images-14.23/VERSION
--- old/installation-images-14.22/VERSION   2013-11-28 14:25:15.0 
+0100
+++ new/installation-images-14.23/VERSION   2013-12-02 13:49:20.0 
+0100
@@ -1 +1 @@
-14.22
+14.23
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.22/changelog 
new/installation-images-14.23/changelog
--- old/installation-images-14.22/changelog 2013-11-28 14:25:18.0 
+0100
+++ new/installation-images-14.23/changelog 2013-12-02 13:49:23.0 
+0100
@@ -1,4 +1,8 @@
-2013-11-28:HEAD
+2013-12-02:HEAD
+   - s390 adjustments
+   - remove cyrus-sasl
+
+2013-11-28:14.22
- dracut or mkinitrd
 
 2013-11-28:14.21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.22/data/base/base.file_list 
new/installation-images-14.23/data/base/base.file_list
--- old/installation-images-14.22/data/base/base.file_list  2013-11-18 
11:49:20.0 +0100
+++ new/installation-images-14.23/data/base/base.file_list  2013-12-02 
13:47:38.0 +0100
@@ -44,7 +44,6 @@
 cpio:
 cracklib-dict-full:
 cracklib:
-cyrus-sasl:
 device-mapper:
 diffutils:
 dummy-release:
@@ -63,6 +62,7 @@
 grep:
 gzip:
 insserv-compat:
+kbd:
 krb5:
 make:
 mkfontdir:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.22/data/rescue/rescue.file_list 
new/installation-images-14.23/data/rescue/rescue.file_list
--- old/installation-images-14.22/data/rescue/rescue.file_list  2013-11-28 
14:24:43.0 +0100
+++ new/installation-images-14.23/data/rescue/rescue.file_list  2013-12-02 
13:41:16.0 +0100
@@ -69,12 +69,11 @@
 cracklib:
 cryptsetup:
 curl:
-cyrus-sasl:
 dd_rescue:
 dhcpcd:
 diffutils:
 dosfstools:
-?dracut:
+# ?dracut:
 ?mkinitrd:
 dump:
 e2fsprogs:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.22/etc/module.config 
new/installation-images-14.23/etc/module.config
--- old/installation-images-14.22/etc/module.config 2013-11-28 
13:19:13.0 +0100
+++ new/installation-images-14.23/etc/module.config 2013-12-02 
13:48:04.0 +0100
@@ -615,4 +615,5 @@
 veth
 vmlogrdr
 vmwatchdog
+ap
 

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



commit ncurses for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "ncurses"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2013-10-01 
08:19:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2013-12-02 
17:02:03.0 +0100
@@ -1,0 +2,78 @@
+Fri Nov 29 12:55:49 UTC 2013 - wer...@suse.de
+
+- Add ncurses patch 20131123
+ + minor fix for CF_GCC_WARNINGS to special-case options which are not
+   recognized by clang.
+- Add ncurses patch 20131116
+  + add special case to configure script to move _XOPEN_SOURCE_EXTENDED 
+definition from CPPFLAGS to CFLAGS if it happens to be needed for
+Solaris, because g++ errors with that definition (report by
+Jean-Pierre Flori, Sage #15268).
+  + correct logic in infocmp's -i option which was intended to ignore
+strings which correspond to function-keys as candidates for piecing
+together initialization- or reset-strings.  The problem dates to
+1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
+gcc 4.8 (report by David Binderman).
+  + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
+checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
+  + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
+checks for -Wextra and -Wdeclaration-after-statement into the macro,
+and adding checks for -Wignored-qualifiers, -Wlogical-op and -Wvarargs
+  + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
+work on cdk.
+- Add ncurses patch 20131110
+  + minor cleanup of terminfo.tail
+
+---
+Fri Nov 29 11:57:52 UTC 2013 - wer...@suse.de
+
+- On S390(x) use other fallback terminal types, that is have the
+  ibm327x and vt220 available even if no terminfo-base is installed.
+
+---
+Wed Nov  6 14:02:38 UTC 2013 - wer...@suse.de
+
+- Add ncurses patch 20131102
+  + use TS extension to describe xterm's title-escapes -TD
+  + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
+  + simplify pfkey expression in ansi.sys -TD
+
+---
+Tue Oct 29 12:47:19 UTC 2013 - wer...@suse.de
+
+- Make it build even with new tar command
+- Add ncurses patch 20131027
+  + correct/simplify ifdef's for cur_term versus broken-linker and
+reentrant options (report by Jean-Pierre Flori, cf: 20090530).
+  + modify release/version combinations in test build-scripts to make
+them more consistent with other packages.
+- Add ncurses patch 20131019
+  + add nc_mingw.h to installed headers for MinGW port; needed for
+compiling ncurses-examples.
+  + add rpm-script for testing cross-compile of ncurses-examples.
+- Add ncurses patch 20131014
+  + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
+- Add ncurses patch 20131012
+  + fix a few compiler warnings in progs and test.
+  + minor fix to package/debian-mingw/rules, do not strip dll's.
+  + minor fixes to configure script for empty $prefix, e.g., when doing
+cross-compiles to MinGW.
+  + add script for building test-packages of binaries cross-compiled to
+MinGW using NSIS.
+- Add ncurses patch 20131005
+  + minor fixes for ncurses-example package and makefile.
+  + add scripts for test-builds of cross-compiler packages for ncurses6
+to MinGW.
+- Add ncurses patch 20130928
+  + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
+it lacks some common functions such as use_env() which is not yet
+addressed.
+  + build-fix and some compiler warning fixes for ncurses-examples with
+OpenBSD 5.3
+  + fix a possible null-pointer reference in a trace message from newterm.
+  + quiet a few warnings from NetBSD 6.0 namespace pollution by
+nonstandard popcount() function in standard strings.h header.
+  + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
+  + fix a few overlooked places for --enable-string-hacks option.
+
+---



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.XpNIwD/_old  2013-12-02 17:02:04.0 +0100
+++ /var/tmp/diff_new_pack.XpNIwD/_new  2013-12-02 17:02:04.0 +0100
@@ -321,7 +321,11 @@
 
 test ! -f /.buildenv || . /.buildenv
OPATH=$PATH
+%ifarch s390x s390
   FALLBK="xterm,linux,vt100,vt102"
+%else
+  FALLBK="xterm,ibm327x,vt100,vt102,vt220"
+%endif
  CC=gc

commit xdm for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "xdm"

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2013-10-18 14:52:08.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2013-12-02 
15:24:06.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  2 11:08:39 UTC 2013 - sndir...@suse.com
+
+- removed u_xdm-sig11-bug-598422.diff
+  * problem has been resolved differently 
+
+---

Old:

  u_xdm-sig11-bug-598422.diff



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.3ZpH1V/_old  2013-12-02 15:24:06.0 +0100
+++ /var/tmp/diff_new_pack.3ZpH1V/_new  2013-12-02 15:24:07.0 +0100
@@ -48,7 +48,6 @@
 Patch2: 
U_xdm_config-AC_LIBTOOL_DLOPEN-is-required-for-dynamic-lin.patch
 Patch3: 
U_xdm_config-use-libtool-export-dynamic-option-for-reverse.patch
 Patch4: U_xdm_Fix-missing-linking-dependency-on-ldl.patch
-Patch5: u_xdm-sig11-bug-598422.diff
 %if 0%{?suse_version} >= 01140
 # Needed to create the man page symlink to init.d
 BuildRequires:  aaa_base-extras
@@ -96,7 +95,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 # needed for patch0, patch2, patch3, patch4
 autoreconf -fi
 

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



commit upower for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "upower"

Changes:

--- /work/SRC/openSUSE:Factory/upower/upower.changes2013-10-31 
16:36:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.upower.new/upower.changes   2013-12-02 
15:12:09.0 +0100
@@ -1,0 +2,29 @@
+Sun Nov 24 04:00:27 UTC 2013 - crrodrig...@opensuse.org
+
+- define _udevrulesdir only if not already defined
+- run %udev_rules_update, if defined.
+
+---
+Sun Nov  3 00:36:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.99.0:
+  + Notes:
+- This version contains major API changes. Use the 0.9.* 
+  versions if you want to keep using the old API.
+  + New Features:
+- Add WarningLevel and IconName properties to all devices
+- Add DisplayDevice composite battery
+- Enforce critical battery policy on the daemon side
+  + Bugfixes:
+- Reduce client-side and daemon-side wake-ups
+- Emit PropertiesChanged signals
+- Register objects on the bus once they've been setup
+- Clamp percentage for overfull batteries
+  + Feature Removals:
+- Remove battery recall support
+- Remove QoS support
+- Remove OnLowBattery property (use WarningLevel instead)
+- Remove DeviceChanged and Changed signals (PropertiesChanged
+  signals are sent instead)
+
+---

Old:

  upower-0.9.23.tar.xz

New:

  upower-0.99.0.tar.xz



Other differences:
--
++ upower.spec ++
--- /var/tmp/diff_new_pack.aAPQiv/_old  2013-12-02 15:12:09.0 +0100
+++ /var/tmp/diff_new_pack.aAPQiv/_new  2013-12-02 15:12:09.0 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
+%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
 %define systemdutildir %(pkg-config --variable systemdutildir systemd)
 
 Name:   upower
 Summary:Power Device Enumeration Framework
 License:GPL-2.0+
 Group:  System/Daemons
-Version:0.9.23
+Version:0.99.0
 Release:0
 Url:http://upower.freedesktop.org/
 Source: 
http://upower.freedesktop.org/releases/%{name}-%{version}.tar.xz
@@ -52,12 +52,12 @@
 via the system message bus. Some operations (such as suspending the
 system) are restricted using PolicyKit.
 
-%package -n libupower-glib1
+%package -n libupower-glib2
 Summary:Power Device Enumeration Framework - Library
 Group:  System/Daemons
 Recommends: %{name}
 
-%description -n libupower-glib1
+%description -n libupower-glib2
 UPower is an abstraction for enumerating power devices, listening to
 device events and querying history and statistics. Any application or
 service on the system can access the org.freedesktop.UPower service
@@ -81,7 +81,7 @@
 %package -n libupower-glib-devel
 Summary:Power Device Enumeration Framework - Development Files
 Group:  Development/Libraries/Other
-Requires:   libupower-glib1 = %{version}
+Requires:   libupower-glib2 = %{version}
 Requires:   typelib-1_0-UpowerGlib-1_0 = %{version}
 Provides:   %{name}-devel = %{version}
 
@@ -102,7 +102,6 @@
   --disable-static \
   --libexecdir=%{_libexecdir}/upower \
   --enable-gtk-doc \
-  --enable-deprecated \
   --with-udevrulesdir=%{_udevrulesdir}
 make %{?_smp_mflags}
 
@@ -118,6 +117,7 @@
 %service_add_pre upower.service
 
 %post
+%{?udev_rules_update:%udev_rules_update}
 %service_add_post upower.service
 
 %preun
@@ -126,9 +126,9 @@
 %postun
 %service_del_postun upower.service
 
-%post -n libupower-glib1 -p /sbin/ldconfig
+%post -n libupower-glib2 -p /sbin/ldconfig
 
-%postun -n libupower-glib1 -p /sbin/ldconfig
+%postun -n libupower-glib2 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
@@ -137,25 +137,20 @@
 %{_bindir}/upower
 %dir %{_libexecdir}/upower
 %{_libexecdir}/upower/upowerd
-%dir %{systemdutildir}/system-sleep
-%{systemdutildir}/system-sleep/notify-upower.sh
 %{_udevrulesdir}/*.rules
 %{_unitdir}/upower.service
 %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.UPower.conf
 %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.Device.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.KbdBacklight.xml
-%{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.QoS.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.UPower.Wakeups.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.UPower.servic

commit subversion for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "subversion"

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2013-11-26 
06:14:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2013-12-02 15:11:38.0 +0100
@@ -1,0 +2,14 @@
+Sun Dec  1 22:14:24 UTC 2013 - andreas.stie...@gmx.de
+
+- add repository benchmarking tool svn-bench to tools subpackage
+- add repository statistics tool fsfs-stats to tools subpackage
+- fix performance problems when dynamically linking against 
+  SQLite 3.8. While this does not create a new working copy format
+  version, working copies that were created with a 1.8 client 
+  linked against SQLite 3.7 need to have "svn upgrade" run once
+  to enjoy the benefits, while otherwise maintaining compatibility.
+  The step is optional and not required for new working copies.
+  Adds subversion-1.8.x-SQLite-3.8.patch based on upstream commits.
+- dynamically link against SQLite as per the above in 13.1 and up.
+
+---

New:

  subversion-1.8.x-SQLite-3.8.patch



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.EG6XJE/_old  2013-12-02 15:11:39.0 +0100
+++ /var/tmp/diff_new_pack.EG6XJE/_new  2013-12-02 15:11:39.0 +0100
@@ -22,7 +22,7 @@
 # has ruby 2.0 - Ruby bindings to be re-enabled when svn is ported to ruby 2.0
 %define with_ruby  0%{?suse_version} > 1110 && 0%{?suse_version} <= 
1310
 %define with_intree_swig 0%{?suse_version} != 1110
-%define with_intree_sqlite 1
+%define with_intree_sqlite 0%{?suse_version} < 1310
 %define with_python_ctypes 0
 %define with_kde4_kwallet  0%{?suse_version} > 1100
 %define with_gnome_keyring 0%{?suse_version} > 1100
@@ -178,6 +178,7 @@
 Patch31:subversion.perl.LD_RUN_PATH.patch
 Patch37:subversion-no-build-date.patch
 Patch38:subversion-1.8.x-fix-ppc-tests.patch
+Patch39:subversion-1.8.x-SQLite-3.8.patch
 #
 %if %with_ruby
 %define rb_arch %(echo "%{_host_cpu}-%{_os}" | sed -e "s/i686/i586/" -e 
"s/armv5tel/armv4l/" -e "s/hppa2.0/hppa/")
@@ -343,6 +344,7 @@
 %patch31 -p1
 %patch37 -p1
 %patch38 -p1
+%patch39 -p1
 
 SQLITE_RECOMMENDED_VER=$(grep -E '^SQLITE_RECOMMENDED_VER=' configure.ac|cut 
-f2 -d=|cut -f2 -d\")
 #"
@@ -562,7 +564,7 @@
 #
 # tools
 %__make DESTDIR="$RPM_BUILD_ROOT" install-tools
-%__mv 
$RPM_BUILD_ROOT%{_bindir}/svn-tools/{svn-populate-node-origins-index,svn-rep-sharing-stats,svnauthz-validate}
 $RPM_BUILD_ROOT%{_bindir}
+%__mv 
$RPM_BUILD_ROOT%{_bindir}/svn-tools/{svn-populate-node-origins-index,svn-rep-sharing-stats,svnauthz-validate,svn-bench,fsfs-stats}
 $RPM_BUILD_ROOT%{_bindir}
 # discard all other tools
 %__rm -rf $RPM_BUILD_ROOT%{_bindir}/svn-tools
 #
@@ -793,6 +795,8 @@
 %{_bindir}/svn-populate-node-origins-index
 %{_bindir}/svnauthz-validate
 %{_bindir}/svn-rep-sharing-stats
+%{_bindir}/svn-bench
+%{_bindir}/fsfs-stats
 
 %files server
 %defattr(-,root,root)



++ subversion-1.8.x-SQLite-3.8.patch ++
From: Andreas Stieger 
Date: Sun, 01 Dec 2013 22:05:57 +
Subject: fix performance issues with SQLite 3.8 and false positive test failures
Upstream: committed
References: https://svn.apache.org/viewvc?view=revision&revision=1542765 
https://svn.apache.org/viewvc?view=revision&revision=1542767 
https://svn.apache.org/viewvc?view=revision&revision=1542774 

Addresses performance issues with SQLite 3.8 and fixes false
positive test failes in wc-queries-tests. Allows dynamic linking
against SQLite 3.8 in openSUSE > 13.1. The patch below is combined
from the three upstream commits, with upstream adjustments in last
hunk of wc-queries-test.c adjusted for differences upstream.

While this does not create a new working copy format version,
working copies that were created with a 1.8 client linked against
SQLite 3.7 need to have "svn upgrade" run once to enjoy the benefits
while otherwise maintaining compatibility. The step is optional and
not required for new working copies.

Upstream, this set is currently proposed for backporting into 1.8.x.

---
 subversion/libsvn_wc/upgrade.c   |4 
 subversion/libsvn_wc/wc-metadata.sql |   48 +++
 subversion/libsvn_wc/wc_db.c |   11 +
 subversion/libsvn_wc/wc_db.h |   10 +
 subversion/tests/libsvn_wc/wc-queries-test.c |  175 ++-
 5 files changed, 243 insertions(+), 5 deletions(-)

Index: subversion-1.8.5/subversion/libsvn_wc/upgrade.c

commit sssd for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "sssd"

Changes:

--- /work/SRC/openSUSE:Factory/sssd/sssd.changes2013-06-17 
10:24:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2013-12-02 
15:09:07.0 +0100
@@ -1,0 +2,25 @@
+Fri Nov  1 22:12:03 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.11.2
+* A new option ad_access_filter was added. This option allows the
+  administrator to easily configure LDAP search filter that the users
+  logging in must match in order to be granted access.
+* The Kerberos provider will no longer try to create public
+  directories when evaluating the krb5_ccachedir option.
+- Remove 0005-implicit-decl.diff (merged upstream)
+
+---
+Tue Sep  3 21:12:37 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.11.0
+* The sudo integration was made more robust. SSSD is now able to
+  gracefully handle situations where it is not able to resolve the
+  client host name or sudo rules have multiple name attributes.
+* Several nested group membership bugs were fixed
+* The PAC responder was made more robust and efficient, modifying
+  existing cache entries instead of always recreating them.
+* The Kerberos provider now supports the new KEYRING ccache type.
+- Remove sssd-no-ldb-check.diff, now implemented through a
+  configure argument --disable-ldb-version-check
+
+---

Old:

  0005-implicit-decl.diff
  sssd-1.9.5.tar.gz
  sssd-1.9.5.tar.gz.asc
  sssd-no-ldb-check.diff

New:

  sssd-1.11.2.tar.gz
  sssd-1.11.2.tar.gz.asc



Other differences:
--
++ sssd.spec ++
--- /var/tmp/diff_new_pack.BXWLmD/_old  2013-12-02 15:09:08.0 +0100
+++ /var/tmp/diff_new_pack.BXWLmD/_new  2013-12-02 15:09:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sssd
-Version:1.9.5
+Version:1.11.2
 Release:0
 Summary:System Security Services Daemon
 License:GPL-3.0+ and LGPL-3.0+
@@ -28,9 +28,7 @@
 Source: https://fedorahosted.org/released/sssd/sssd-%version.tar.gz
 Source2:https://fedorahosted.org/released/sssd/sssd-%version.tar.gz.asc
 Source3:baselibs.conf
-Patch1: 0005-implicit-decl.diff
-Patch2: sssd-ldflags.diff
-Patch3: sssd-no-ldb-check.diff
+Patch1: sssd-ldflags.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %define servicename sssd
@@ -39,8 +37,8 @@
 %define pipepath %sssdstatedir/pipes
 %define pubconfpath %sssdstatedir/pubconf
 
-# SLES11 doesn't know the python_* macros
 %if %suse_version <= 1110
+# SLES11 doesn't know the python_* macros
 %define python_sitelib %py_sitedir
 %define python_sitearch %py_sitedir
 %endif
@@ -63,6 +61,7 @@
 BuildRequires:  pkgconfig(libcares)
 BuildRequires:  pkgconfig(libnl-1) >= 1.1
 BuildRequires:  pkgconfig(libpcre) >= 7
+BuildRequires:  pkgconfig(ndr_nbt)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(popt)
 BuildRequires:  pkgconfig(python)
@@ -85,7 +84,9 @@
 BuildRequires:  pcre-devel >= 7
 BuildRequires:  popt-devel
 BuildRequires:  python-devel
+BuildRequires:  samba-devel >= 4
 %endif
+BuildRequires:  samba-libs >= 4
 %if 0%{?suse_version} >= 1220
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt-tools
@@ -104,6 +105,7 @@
 %if %suse_version >= 1230
 BuildRequires:  gpg-offline
 %endif
+Requires:   sssd-ldap = %version-%release
 Requires(postun): pam-config
 
 %description
@@ -113,15 +115,67 @@
 account sources. It is also the basis to provide client auditing and policy
 services for projects like FreeIPA.
 
-%package ipa-provider
-Summary:FreeIPA provider plugin for sssd
-License:GPL-3.0+ and LGPL-3.0+
+%package ad
+Summary:The ActiveDirectory backend plugin for sssd
+License:GPL-3.0+
 Group:  System/Daemons
-Requires:   sssd = %version
+Requires:   %name-krb5-common = %version
 
-%description ipa-provider
-This package provide the FreeIPA provider plugin for the System Security
-Services Daemon (sssd).
+%description ad
+Provides the Active Directory back end that the SSSD can utilize to
+fetch identity data from and authenticate against an Active Directory
+server.
+
+%package ipa
+Summary:FreeIPA backend plugin for sssd
+License:GPL-3.0+
+Group:  System/Daemons
+Requires:   %name = %version
+Requires:   %name-krb5-common = %version-%release
+Obsoletes:  %name-ipa-provider < %version-%release
+P

commit libqt5-qtmultimedia for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtmultimedia for 
openSUSE:Factory checked in at 2013-12-02 15:08:41

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


Package is "libqt5-qtmultimedia"

Changes:

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

Old:

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

New:

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



Other differences:
--
++ libqt5-qtmultimedia.spec ++
--- /var/tmp/diff_new_pack.osAYIH/_old  2013-12-02 15:08:43.0 +0100
+++ /var/tmp/diff_new_pack.osAYIH/_new  2013-12-02 15:08:43.0 +0100
@@ -19,7 +19,7 @@
 %define libname libQt5Multimedia5
 
 Name:   libqt5-qtmultimedia
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 Summary:Qt 5 Multimedia Library
 License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
@@ -31,7 +31,7 @@
 BuildRequires:  gstreamer-0_10-plugins-bad-devel
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtmultimedia-opensource-src-%{real_version}
 BuildRequires:  libQt5Quick-devel >= %{version}

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



commit libqt5-qtwebkit for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2013-12-02 15:08:54

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


Package is "libqt5-qtwebkit"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2013-11-29 07:03:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes 
2013-12-02 15:08:55.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 29 13:42:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 rc1
+  * New feature release, please see
+  
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+- Drop pkgconfig(Qt5Multimedia) BuildRequires: Qt5Multimedia is used
+  only if gstreamer is not used
+
+---

Old:

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

New:

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



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.dXs5oS/_old  2013-12-02 15:08:57.0 +0100
+++ /var/tmp/diff_new_pack.dXs5oS/_new  2013-12-02 15:08:57.0 +0100
@@ -19,14 +19,13 @@
 %define libname libQt5WebKitWidgets5
 
 Name:   libqt5-qtwebkit
-Version:5.2.0~beta1
+Version:5.2.0~rc1
 Release:0
 BuildRequires:  libQt5Quick-private-headers-devel >= %{version}
-BuildRequires:  pkgconfig(Qt5Multimedia) >= %{version}
 BuildRequires:  pkgconfig(Qt5Quick) >= %{version}
 BuildRequires:  pkgconfig(Qt5Sensors) >= %{version}
 %define base_name libqt5
-%define real_version 5.2.0-beta1
+%define real_version 5.2.0-rc1
 %define so_version 5.2.0
 %define tar_version qtwebkit-opensource-src-%{real_version}
 %if 0%{?suse_version} < 1320
@@ -238,6 +237,7 @@
 %{_libqt5_libdir}/libQt5WebKit.so
 %{_libqt5_libdir}/pkgconfig/Qt5WebKit.pc
 %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_webkit.pri
+%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_webkit_private.pri
 
 %files -n libQt5WebKitWidgets-devel
 %defattr(-,root,root,755)
@@ -249,5 +249,6 @@
 %{_libqt5_libdir}/libQt5WebKitWidgets.so
 %{_libqt5_libdir}/pkgconfig/Qt5WebKitWidgets.pc
 %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_webkitwidgets.pri
+%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_webkitwidgets_private.pri
 
 %changelog

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



commit libpng16 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "libpng16"

Changes:

--- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes2013-11-15 
13:26:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpng16.new/libpng16.changes   2013-12-02 
15:08:30.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  2 09:35:17 UTC 2013 - pgaj...@suse.com
+
+- png_fix macro doesn't leave *.png.fixed (which happened for correct
+  PNGs) [bnc#852862]
+
+---



Other differences:
--


++ rpm-macros.libpng-tools ++
--- /var/tmp/diff_new_pack.MtwOqc/_old  2013-12-02 15:08:31.0 +0100
+++ /var/tmp/diff_new_pack.MtwOqc/_new  2013-12-02 15:08:31.0 +0100
@@ -12,7 +12,8 @@
 echo "Missing argument in call to %%png_fix: path and name of png file." \
 exit 1 \
   fi \
-  /usr/bin/pngfix %{-q: -qq} --suffix='.fixed' "%1" ||  mv "%1.fixed" "%1" \
+  /usr/bin/pngfix %{-q: -qq} --suffix='.fixed' "%1" || true \
+  mv "%1.fixed" "%1" \
   %nil
 #
 # macro: %png_fix_dir

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



commit grub2 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "grub2"

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2013-11-22 
17:39:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2013-12-02 
15:07:51.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec  1 13:10:23 UTC 2013 - arvidj...@gmail.com
+
+- reset executable bits on *module, *.exec and *.image files. They are not
+  executable.
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.bRHIBt/_old  2013-12-02 15:07:52.0 +0100
+++ /var/tmp/diff_new_pack.bRHIBt/_new  2013-12-02 15:07:52.0 +0100
@@ -398,6 +398,12 @@
 cd build-efi
 %endif
 
+# *.module files are installed with executable bits due to the way grub2 build
+# system works. Clear executable bits to not confuse find-debuginfo.sh
+find $RPM_BUILD_ROOT%{_libdir}/%{name} \
+   \( -name '*.module' -o -name '*.image' -o -name '*.exec' \) -print0 | \
+   xargs --no-run-if-empty -0 chmod a-x
+
 # Script that makes part of grub.cfg persist across updates
 install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/grub.d/
 

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



commit gnonlin for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "gnonlin"

Changes:

--- /work/SRC/openSUSE:Factory/gnonlin/gnonlin.changes  2011-09-23 
02:01:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnonlin.new/gnonlin.changes 2013-12-02 
15:07:07.0 +0100
@@ -1,0 +2,14 @@
+Sat Nov 30 21:51:51 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.1.90:
+  + Port to GStreamer 1.0.
+- Bump gst_branch to 1.0.
+- Replace BuildRequires following the port to GStreamer 1.0:
+  + old: gstreamer-0_10-plugins-base-devel
+  + new: gstreamer-plugins-base-devel
+- Rename gstreamer-0_10-plugin-gnonlin(-doc) subpackages to
+  gstreamer-plugin-gnonlin(-doc), following the naming convention
+  of GStreamer plugin packages.
+- Updated baselibs.conf to reflect the new package names.
+
+---

Old:

  gnonlin-0.10.17.tar.bz2

New:

  gnonlin-1.1.90.tar.xz



Other differences:
--
++ gnonlin.spec ++
--- /var/tmp/diff_new_pack.F0mO7S/_old  2013-12-02 15:07:09.0 +0100
+++ /var/tmp/diff_new_pack.F0mO7S/_new  2013-12-02 15:07:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnonlin
 #
-# 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,21 +16,20 @@
 #
 
 
-
 Name:   gnonlin
-Version:0.10.17
-Release:8
-%define gst_branch 0.10
-License:LGPL-2.1+
+Version:1.1.90
+Release:0
+%define gst_branch 1.0
 Summary:Non-liner audio and video support for GStreamer
-Url:http://gstreamer.freedesktop.org/
+License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
-Source: %{name}-%{version}.tar.bz2
-BuildRequires:  gstreamer-0_10-plugins-base-devel
+Url:http://gstreamer.freedesktop.org/
+Source: 
http://gstreamer.freedesktop.org/src/gnonlin/%{name}-%{version}.tar.xz
+BuildRequires:  gstreamer-plugins-base-devel
 BuildRequires:  gtk-doc
 # Needed to build the docs
 BuildRequires:  python-xml
-%define gnonlin_req %(zgrep --text "^GST.*_REQ" %{S:0} | sort -u | sed 
's/GST_REQ=/gstreamer-0_10 >= /;s/GSTPB_REQ=/gstreamer-0_10-plugins-base >= /' 
| tr '\\n' ' ')
+%define gnonlin_req %(zgrep --text "^GST.*_REQ" %{S:0} | sort -u | sed 
's/GST_REQ=/gstreamer >= /;s/GSTPB_REQ=/gstreamer-plugins-base >= /' | tr '\\n' 
' ')
 Requires:   %gnonlin_req
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -39,24 +38,22 @@
 for writing non-linear audio and video editing applications. It
 introduces the concept of a timeline.
 
-%package -n gstreamer-0_10-plugin-gnonlin
-License:LGPL-2.1+
+%package -n gstreamer-plugin-gnonlin
 Summary:Non-liner audio and video support for GStreamer
 Group:  Productivity/Multimedia/Other
 Provides:   %{name} = %{version}
 
-%description -n gstreamer-0_10-plugin-gnonlin
+%description -n gstreamer-plugin-gnonlin
 Gnonlin is a library built on top of GStreamer, which provides support
 for writing non-linear audio and video editing applications. It
 introduces the concept of a timeline.
 
-%package -n gstreamer-0_10-plugin-gnonlin-doc
-License:LGPL-2.1+
+%package -n gstreamer-plugin-gnonlin-doc
 Summary:Non-liner audio and video support for GStreamer -- 
Documentation
 Group:  Documentation/Other
-Requires:   gstreamer-0_10-plugin-gnonlin = %{version}
+Requires:   gstreamer-plugin-gnonlin = %{version}
 
-%description -n gstreamer-0_10-plugin-gnonlin-doc
+%description -n gstreamer-plugin-gnonlin-doc
 Gnonlin is a library built on top of GStreamer, which provides support
 for writing non-linear audio and video editing applications. It
 introduces the concept of a timeline.
@@ -78,13 +75,13 @@
 %clean
 rm -rf %{buildroot}
 
-%files -n gstreamer-0_10-plugin-gnonlin
+%files -n gstreamer-plugin-gnonlin
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING NEWS README RELEASE REQUIREMENTS
 %{_libdir}/gstreamer-%{gst_branch}/libgnl.so
 
-%files -n gstreamer-0_10-plugin-gnonlin-doc
+%files -n gstreamer-plugin-gnonlin-doc
 %defattr(-, root, root)
-%doc %{_datadir}/gtk-doc/html/gnonlin-0.10/
+%doc %{_datadir}/gtk-doc/html/gnonlin-1.0/
 
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.F0mO7S/_old  2013-12-02 15:07:09.0 +0100
+++ /var/tmp/diff_new_pack.F0mO7S/_new  

commit catdoc for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package catdoc for openSUSE:Factory checked 
in at 2013-12-02 14:59:46

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


Package is "catdoc"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.catdoc.new/catdoc.changes   2013-12-02 
14:59:47.0 +0100
@@ -0,0 +1,40 @@
+---
+Sun Nov 17 17:22:32 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added dont_build_xls2csv.patch: xls2csv is provided by two other 
+  packages, so we don't need it built
+- Added install.patch, for honoring installroot variable
+
+---
+Tue Oct 15 16:11:37 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 0.94.4
+-  Changes since 0.94.3:
+   * Remove extra ';' in src/xlsparse.c which turned for loop in
+ xlsparse into a buffer overflow
+-  Changes since 0.94.2:
+   * Fix codepage bugs
+   * Fix charset bug
+   * Handle negative numbers on 64bit architectures
+   * Fix Macintosh MS1904 date bug in xlsparse reported ubuntu
+
+---
+* Mon Mar 16 2009 Raymond Wooninck  - 0.94.2
+- Moved package to KDE:KDE4:Community to support Recoll
+
+---
+* Wed Aug 01 2007 John Pye  0.94.2-2
+- Fixing 'makeinstall' macro for SUSE.
+- Fixing install of man page(s).
+
+---
+* Sun Apr 23 2006 Dries Verachtert  - 0.94.2-1
+- Updated to release 0.94.2.
+
+---
+* Sat Apr 08 2006 Dries Verachtert  - 0.94-1.2
+- Rebuild for Fedora Core 5.
+
+---
+* Sat Dec 10 2005 Dries Verachtert  - 0.94-1
+- Initial package.

New:

  catdoc.changes
  catdoc.spec
  catdoc_0.94.4.orig.tar.gz
  dont_build_xls2csv.patch
  install.patch



Other differences:
--
++ catdoc.spec ++
#
# spec file for package catdoc
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   catdoc
Version:0.94.4
Release:0
Summary:Decodes MS Word files into plain text or TeX format
License:GPL-2.0+
Group:  Productivity/Publishing/Other
Url:http://www.45.free.net/~vitus/software/catdoc/
Source: 
http://cdn.debian.net/debian/pool/main/c/catdoc/%{name}_%{version}.orig.tar.gz
# PATCH-FIX-UPSTREAM install.patch -- honor installroot var
Patch0: install.patch
# PATCH-FIX-OPENSUSE dont_build_xls2csv.patch -- xls2csv is provided by two 
other packages, so we don't need it built
Patch1: dont_build_xls2csv.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  freetype2-devel
BuildRequires:  tcl
BuildRequires:  tk
BuildRequires:  update-desktop-files

%description
Catdoc is a MS Word file decoding tool that doesn't attempt to
analyze file formatting (it just extracts readable text), but
is able to handle all versions of Word and convert character
encodings. A Tcl/Tk graphical viewer is also included. It can
also read RTF files and convert Excel and PowerPoint files.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS"
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
%configure
make %{?_smp_mflags}

%install
make installroot=%{buildroot} install
mkdir -p %{buildroot}%{_datadir}/man
mkdir -p %{buildroot}%{_datadir}/man/man1
mv $RPM_BUILD_DIR/%{name}-%{version}/doc/*.1 %{buildroot}%{_datadir}/man/man1/

%suse_update_desktop_file wordview Office WordProcessor GNOME

%files
%defattr(-, root, root, 0755)
%doc COPYING CREDITS NEWS README TODO
%doc %{_mandir}/man1/*
# Conflicts with xls2csv package
%exclude %doc %{_mandir}/man1/xls2csv*
%{_bindir}/catdoc
%{_bindir}/catppt
%{_bindir}/wordview
%dir %{_datadir}/catdoc
%{_datadir}/catdoc/*.txt
%{_datadir}/catdoc/*.*chars
%{_datadir}/applications/wordv

commit bleachbit for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package bleachbit for openSUSE:Factory 
checked in at 2013-12-02 14:59:38

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


Package is "bleachbit"

Changes:

--- /work/SRC/openSUSE:Factory/bleachbit/bleachbit.changes  2013-07-16 
14:17:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.bleachbit.new/bleachbit.changes 2013-12-02 
14:59:39.0 +0100
@@ -1,0 +2,20 @@
+Sun Nov 24 15:34:48 UTC 2013 - saigk...@opensuse.org
+
+- updated to 1.0
+- Changes:
+  o The command line option --shred now shreds arbitrary files.
+  o Add Octave cleaner
+  o Add Warzone 2100 cleaner
+  o Clean recently played in VLC (thanks to nolme/Vincent DUVERNET - Nolmë
+Informatique)
+  o Google Chrome: Fix errors "Favicons is version 26" and "DatabaseError:
+no such column: full_path"
+  o Google Chrome: delete more cache
+  o Remove auto-hide option. (Before, it was a default.)
+  o Specific to Linux 
+* Coming soon: .deb package for Ubuntu 13.10 (Saucy Salamander).
+* Coming soon: .rpm package for openSUSE 11.4.
+* Add SQLite3 cleaner
+* Adobe Flash: clean NativeCache
+
+---

Old:

  bleachbit-0.9.6.tar.bz2

New:

  bleachbit-1.0.tar.bz2



Other differences:
--
++ bleachbit.spec ++
--- /var/tmp/diff_new_pack.jLoiou/_old  2013-12-02 14:59:40.0 +0100
+++ /var/tmp/diff_new_pack.jLoiou/_new  2013-12-02 14:59:40.0 +0100
@@ -19,13 +19,11 @@
 
 
 Name:   bleachbit
-Version:0.9.6
+Version:1.0
 Release:0
-Summary:Remove Unnecessary Files, Free Space, and Maintain Privacy
+Summary:Remove unnecessary files, free space, and maintain privacy
 License:GPL-3.0
 Group:  Productivity/File utilities
-Url:http://bleachbit.sourceforge.net
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 %if 0%{?suse_version} >= 1210
 BuildRequires:  python-distribute
@@ -33,8 +31,18 @@
 BuildRequires:  python-setuptools
 %endif
 BuildRequires:  update-desktop-files
+%if 0%{?fedora} == 11
+BuildRequires:  python
+BuildRequires:  python-devel
+%endif
+Url:http://bleachbit.sourceforge.net/download_source.php
+Source0:%{name}-%{version}.tar.bz2
+# Bugreport #712471 - should fixed in 0.9.0
+# Patch0: %{name}-bnc712471.patch
+Requires:   python-gnome
 Requires:   python-gnomevfs
 Requires:   python-gtk
+Requires:   python-gtk >= 2.6
 Requires:   xdg-utils
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ bleachbit-0.9.6.tar.bz2 -> bleachbit-1.0.tar.bz2 ++
 28779 lines of diff (skipped)

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



commit akonadi-runtime for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "akonadi-runtime"

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-runtime/akonadi-runtime.changes  
2013-10-08 10:44:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-runtime.new/akonadi-runtime.changes 
2013-12-02 12:36:46.0 +0100
@@ -1,0 +2,14 @@
+Sat Nov  9 23:42:57 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.10.80
+  * Servser-side notification filtering
+  * GID support
+  * Export custom agent properties to clients
+  * Faster Akonadi shutdown
+  * Improved and faster database schema check on start
+  * Enabled C++11 support
+  * Optimize some SQL queries
+  * Store only relative paths to external payload files in database
+- Drop gcc41.diff, not required anymore
+
+---

Old:

  akonadi-1.10.3-1.tar.bz2
  gcc41.diff

New:

  akonadi-1.10.80.tar.bz2



Other differences:
--
++ akonadi-runtime.spec ++
--- /var/tmp/diff_new_pack.k9IEAZ/_old  2013-12-02 12:36:47.0 +0100
+++ /var/tmp/diff_new_pack.k9IEAZ/_new  2013-12-02 12:36:47.0 +0100
@@ -17,15 +17,14 @@
 
 
 Name:   akonadi-runtime
-Version:1.10.3
+Version:1.10.80
 Release:0
 %define rversion %{version}
 Summary:PIM Storage Service
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://akonadi-project.org
-Source: 
http://download.kde.org/stable/akonadi/src/akonadi-1.10.3-1.tar.bz2
-Patch0: gcc41.diff
+Source: 
http://download.kde.org/stable/akonadi/src/akonadi-%{version}.tar.bz2
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8.8
 BuildRequires:  fdupes
@@ -85,7 +84,6 @@
 
 %prep
 %setup -q -n akonadi-%{rversion}
-%patch0
 
 %build
   %cmake_kde4 -d build -- -DCONFIG_INSTALL_DIR=/etc 
-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE

++ akonadi-1.10.3-1.tar.bz2 -> akonadi-1.10.80.tar.bz2 ++
 22875 lines of diff (skipped)

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



commit ktux for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "ktux"

Changes:

--- /work/SRC/openSUSE:Factory/ktux/ktux.changes2013-10-03 
16:02:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktux.new/ktux.changes   2013-12-02 
12:36:39.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:35:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:07:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:53:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ktux-4.11.2.tar.xz

New:

  ktux-4.11.90.tar.xz



Other differences:
--
++ ktux.spec ++
--- /var/tmp/diff_new_pack.nspFjL/_old  2013-12-02 12:36:40.0 +0100
+++ /var/tmp/diff_new_pack.nspFjL/_new  2013-12-02 12:36:40.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Screensavers
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktux-4.11.2.tar.xz -> ktux-4.11.90.tar.xz ++

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



commit dolphin-plugins for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "dolphin-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/dolphin-plugins/dolphin-plugins.changes  
2013-10-29 09:21:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin-plugins.new/dolphin-plugins.changes 
2013-12-02 12:36:41.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:35:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:07:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:54:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  dolphin-plugins-4.11.2.tar.xz

New:

  dolphin-plugins-4.11.90.tar.xz



Other differences:
--
++ dolphin-plugins.spec ++
--- /var/tmp/diff_new_pack.ZWS7ad/_old  2013-12-02 12:36:42.0 +0100
+++ /var/tmp/diff_new_pack.ZWS7ad/_new  2013-12-02 12:36:42.0 +0100
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   dolphin-plugins
-Version:4.11.2
+Version:4.11.90
 Release:0
-License:GPL-2.0+
 Summary:Version control plugins for Dolphin
-Url:http://www.kde.org/
+License:GPL-2.0+
 Group:  System/GUI/KDE
+Url:http://www.kde.org/
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  libkde4-devel
 BuildRequires:  libkonq-devel

++ dolphin-plugins-4.11.2.tar.xz -> dolphin-plugins-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dolphin-plugins-4.11.2/bazaar/fileviewbazaarplugin.desktop 
new/dolphin-plugins-4.11.90/bazaar/fileviewbazaarplugin.desktop
--- old/dolphin-plugins-4.11.2/bazaar/fileviewbazaarplugin.desktop  
2013-06-28 20:02:50.0 +0200
+++ new/dolphin-plugins-4.11.90/bazaar/fileviewbazaarplugin.desktop 
2013-10-14 06:18:49.0 +0200
@@ -26,6 +26,7 @@
 Name[pl]=Bazaar
 Name[pt]=Bazaar
 Name[pt_BR]=Bazaar
+Name[ro]=Bazaar
 Name[ru]=Bazaar
 Name[sk]=Bazaar
 Name[sl]=Bazaar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-4.11.2/git/fileviewgitplugin.desktop 
new/dolphin-plugins-4.11.90/git/fileviewgitplugin.desktop
--- old/dolphin-plugins-4.11.2/git/fileviewgitplugin.desktop2013-06-28 
20:02:50.0 +0200
+++ new/dolphin-plugins-4.11.90/git/fileviewgitplugin.desktop   2013-10-14 
06:18:49.0 +0200
@@ -32,6 +32,7 @@
 Name[pl]=Git
 Name[pt]=Git
 Name[pt_BR]=Git
+Name[ro]=Git
 Name[ru]=Git
 Name[sk]=Git
 Name[sl]=Git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-4.11.2/hg/backoutdialog.h 
new/dolphin-plugins-4.11.90/hg/backoutdialog.h
--- old/dolphin-plugins-4.11.2/hg/backoutdialog.h   2013-06-28 
20:02:50.0 +0200
+++ new/dolphin-plugins-4.11.90/hg/backoutdialog.h  2013-10-14 
06:18:49.0 +0200
@@ -51,7 +51,7 @@
 void setupUI();
 
 /**
- * Find appropiate changesets in repository and show them in 
+ * Find appropriate changesets in repository and show them in 
  * Commit Selector (CommitInfoWidget)
  */
 void loadCommits();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-4.11.2/hg/bundledialog.h 
new/dolphin-plugins-4.11.90/hg/bundledialog.h
--- old/dolphin-plugins-4.11.2/hg/bundledialog.h2013-06-28 
20:02:50.0 +0200
+++ new/dolphin-plugins-4.11.90/hg/bundledialog.h   2013-10-14 
06:18:49.0 +0200
@@ -31,7 +31,7 @@
 
 /**
  * Dialog which implements bundle feature of Mercurial. Bundle enables
- * user to creates a file containg all the selected/desired changesets
+ * user to creates a file containing all the selected/desired changesets
  * in mercurial's internal format rather than patches. 
  * 
  * Changesets can either be selected by user or after being compared by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dolphin-plugins-4.1

commit kteatime for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kteatime"

Changes:

--- /work/SRC/openSUSE:Factory/kteatime/kteatime.changes2013-10-03 
16:02:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2013-12-02 
12:36:37.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:35:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:06:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:53:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kteatime-4.11.2.tar.xz

New:

  kteatime-4.11.90.tar.xz



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.j7VVBE/_old  2013-12-02 12:36:39.0 +0100
+++ /var/tmp/diff_new_pack.j7VVBE/_new  2013-12-02 12:36:39.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kteatime-4.11.2.tar.xz -> kteatime-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kteatime-4.11.2/src/kteatime.desktop 
new/kteatime-4.11.90/src/kteatime.desktop
--- old/kteatime-4.11.2/src/kteatime.desktop2013-06-28 20:06:22.0 
+0200
+++ new/kteatime-4.11.90/src/kteatime.desktop   2013-08-04 06:29:05.0 
+0200
@@ -59,7 +59,7 @@
 Name[tg]=Вақти чой
 Name[th]=ตั้งเวลาทำงาน
 Name[tr]=KTeaTime
-Name[ug]=K چاي ۋاقتى
+Name[ug]=KTeaTime
 Name[uk]=KTeaTime
 Name[wa]=KTeaTime
 Name[x-test]=xxKTeaTimexx

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



commit kdepim4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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-10-03 
15:54:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4.new/kdepim4.changes 2013-12-02 
12:36:50.0 +0100
@@ -1,0 +2,26 @@
+Mon Nov 18 20:39:18 UTC 2013 - a...@ajaissle.de
+
+- Updated desktop-files.diff, fixed missing kontact-import-wizard icon
+
+---
+Sat Nov 16 17:49:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:50:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:04:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdepim-4.11.2.tar.xz

New:

  kdepim-4.11.90.tar.xz



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.uODBOQ/_old  2013-12-02 12:36:52.0 +0100
+++ /var/tmp/diff_new_pack.uODBOQ/_new  2013-12-02 12:36:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0+ and LGPL-2.1+
@@ -25,7 +25,6 @@
 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.2 due to fixed 
kontact-import-wizard icon missing
 Patch2: desktop-files.diff
 Patch3: knode-kontact-default.diff
 BuildRequires:  cyrus-sasl-devel
@@ -153,6 +152,7 @@
   %create_exclude_filelist
   %suse_update_desktop_file -r blogilo Utility WebUtility
   %suse_update_desktop_file -u akonadiconsole Network  Email
+  %suse_update_desktop_file -u mboximporter Network Email
   %suse_update_desktop_file KNode   Network  News
   %suse_update_desktop_file Kjots   Utility TimeUtility
   %suse_update_desktop_file Kontact Office   Core-Office
@@ -226,6 +226,7 @@
 %{_datadir}/akonadi/agents/mailfilteragent.desktop
 %{_datadir}/akonadi/agents/archivemailagent.desktop
 %{_datadir}/akonadi/agents/sendlateragent.desktop
+%{_datadir}/akonadi/agents/folderarchiveagent.desktop
 %{_kde4_libdir}/akonadi/contact/editorpageplugins/cryptopageplugin.so
 
 %package -n akregator
@@ -317,6 +318,7 @@
 %doc COPYING COPYING.LIB COPYING.DOC README
 %config %{_kde4_configdir}/kmail.antispamrc
 %config %{_kde4_configdir}/kmail.antivirusrc
+%{_kde4_configdir}/ksieve_script.knsrc
 %{_kde4_appsdir}/kmail2/pics/*
 
 %package -n knode
@@ -439,6 +441,7 @@
 %config %{_kde4_configdir}/korganizer.knsrc
 %{_kde4_servicetypesdir}/calendardecoration.desktop
 %{_kde4_servicetypesdir}/calendarplugin.desktop
+%{_datadir}/autostart/korgac.desktop
 
 %package -n ktimetracker
 Summary:Personal Time Tracker
@@ -532,18 +535,18 @@
 %defattr(-,root,root)
 %doc COPYING COPYING.LIB COPYING.DOC README
 %config %{_kde4_configdir}/libkleopatrarc
-%doc %lang(en) %{_kde4_htmldir}/en/kontact-admin
-%doc %lang(en) %{_kde4_htmldir}/en/kabcclient
-%doc %lang(en) %{_kde4_htmldir}/en/konsolekalendar
-%doc %lang(en) %{_kde4_htmldir}/en/kioslave/news
-%doc %lang(en) %{_kde4_htmldir}/en/kioslave
-%doc %lang(en) %{_kde4_htmldir}/en/kwatchgnupg
-%doc %lang(en) %{_kde4_htmldir}/en/akonadi_archivemail_agent
-%doc %lang(en) %{_kde4_htmldir}/en/importwizard
-%doc %lang(en) %{_kde4_htmldir}/en/headerthemeeditor
-%doc %lang(en) %{_kde4_htmldir}/en/kleopatra
-%doc %lang(en) %{_kde4_htmldir}/en/akonadi_sendlater_agent/
-%doc %lang(en) %{_kde4_htmldir}/en/pimsettingexporter
+#doc %lang(en) %{_kde4_htmldir}/en/kontact-admin
+#doc %lang(en) %{_kde4_htmldir}/en/kabcclient
+#doc %lang(en) %{_kde4_htmldir}/en/konsolekalendar
+#doc %lang(en) %{_kde4_htmldir}/en/kioslave/news
+#doc %lang(en) %{_kde4_htmldir}/en/kioslave
+#doc %lang(en) %{_kde4_htmldir}/en/kwatchgnupg
+#doc %lang(en) %{_kde4_htmldir}/en/akonadi_archivemail_agent
+#doc %lang(en) %{_kde4_htmldir}/en/importwizard
+#doc %lang(en) %{_kde4_htmldir}/en/headerthemeeditor
+#doc %lang(en) %{_kde4_htmldir}/en/kleopa

commit kdesdk-thumbnailers for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kdesdk-thumbnailers"

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk-thumbnailers/kdesdk-thumbnailers.changes  
2013-10-03 15:55:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new/kdesdk-thumbnailers.changes 
2013-12-02 12:36:40.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:04:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:50:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdesdk-thumbnailers-4.11.2.tar.xz

New:

  kdesdk-thumbnailers-4.11.90.tar.xz



Other differences:
--
++ kdesdk-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.NJh9Ep/_old  2013-12-02 12:36:41.0 +0100
+++ /var/tmp/diff_new_pack.NJh9Ep/_new  2013-12-02 12:36:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdesdk-thumbnailers
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Translation file thumbnail generators
 License:GPL-2.0+

++ kdesdk-thumbnailers-4.11.2.tar.xz -> kdesdk-thumbnailers-4.11.90.tar.xz 
++

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



commit kdebindings-smokeqt for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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-10-03 15:53:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new/kdebindings-smokeqt.changes 
2013-12-02 12:36:56.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:50:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:51:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:05:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  smokeqt-4.11.2.tar.xz

New:

  smokeqt-4.11.90.tar.xz



Other differences:
--
++ kdebindings-smokeqt.spec ++
--- /var/tmp/diff_new_pack.wMtb8n/_old  2013-12-02 12:36:57.0 +0100
+++ /var/tmp/diff_new_pack.wMtb8n/_new  2013-12-02 12:36:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokeqt
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:SMOKE-Qt library for kdebindings
 License:LGPL-2.1+

++ smokeqt-4.11.2.tar.xz -> smokeqt-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smokeqt-4.11.2/phonon/CMakeLists.txt 
new/smokeqt-4.11.90/phonon/CMakeLists.txt
--- old/smokeqt-4.11.2/phonon/CMakeLists.txt2013-08-28 19:00:54.0 
+0200
+++ new/smokeqt-4.11.90/phonon/CMakeLists.txt   2013-11-02 19:22:13.0 
+0100
@@ -46,7 +46,7 @@
 ENDIF(CMAKE_CXX_FLAGS MATCHES "-fvisibility")
 add_library(smokephonon SHARED ${smokephonon_LIB_SRCS})
 
-target_link_libraries(smokephonon smokeqtcore smokeqtgui ${QT_QTCORE_LIBS} 
${QT_QTGUI_LIBS} ${PHONON_LIBS})
+target_link_libraries(smokephonon smokeqtcore smokeqtgui ${QT_QTCORE_LIBS} 
${QT_QTGUI_LIBS} ${PHONON_LIBRARIES})
 
 set_target_properties(smokephonon PROPERTIES VERSION 3.0.0 SOVERSION 3 )
 

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

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

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-10-03 
16:05:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2013-12-02 
12:36:48.0 +0100
@@ -1,0 +2,23 @@
+Sat Nov 16 17:57:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+- Dropped patch marble-designer-plugin.diff due to 
+   upstream change to activate that particular plugin.
+
+---
+Sat Nov  9 22:59:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:12:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  marble-4.11.2.tar.xz
  marble-designer-plugin.diff

New:

  marble-4.11.90.tar.xz



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.MvVSTR/_old  2013-12-02 12:36:49.0 +0100
+++ /var/tmp/diff_new_pack.MvVSTR/_new  2013-12-02 12:36:49.0 +0100
@@ -16,15 +16,16 @@
 #
 
 
+%define _so 17
+
 Name:   marble
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Generic map viewer
 License:LGPL-2.1+
 Group:  Amusements/Teaching/Other
 Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.xz
-Patch1: marble-designer-plugin.diff
 BuildRequires:  fdupes
 BuildRequires:  gpsd-devel
 BuildRequires:  libkde4-devel
@@ -32,7 +33,7 @@
 BuildRequires:  quazip-devel
 BuildRequires:  xz
 Requires:   %{name}-data = %{version}
-Requires:   libmarblewidget16 = %{version}
+Requires:   libmarblewidget%{_so} = %{version}
 Recommends: %{name}-doc = %{version}
 Provides:   kde4-marble = 4.3.0
 Obsoletes:  kde4-marble < 4.3.0
@@ -56,7 +57,7 @@
 %package devel
 Summary:Generic map viewer: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   libmarblewidget16 = %{version}
+Requires:   libmarblewidget%{_so} = %{version}
 Provides:   kde4-marble-devel = 4.3.0
 Obsoletes:  kde4-marble-devel < 4.3.0
 
@@ -72,16 +73,15 @@
 %description doc
 Marble is a viewer of map data. This package contains its documentation.
 
-%package -n libmarblewidget16
+%package -n libmarblewidget%{_so}
 Summary:Generic map viewer: Shared Library
 Group:  Development/Libraries/KDE
 
-%description -n libmarblewidget16
+%description -n libmarblewidget%{_so}
 The shared library for the MarbleWidget shared library.
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %ifarch ppc ppc64
@@ -95,9 +95,9 @@
   %kde_post_install
   %fdupes -s %{buildroot}
 
-%post   -n libmarblewidget16 -p /sbin/ldconfig
+%post   -n libmarblewidget%{_so} -p /sbin/ldconfig
 
-%postun -n libmarblewidget16 -p /sbin/ldconfig
+%postun -n libmarblewidget%{_so} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -112,11 +112,9 @@
 %{_kde4_applicationsdir}/marble_osm.desktop
 %{_kde4_applicationsdir}/marble_kmz.desktop
 %{_kde4_appsdir}/marble/
-%{_kde4_bindir}/marble
-%{_kde4_bindir}/marble-qt
-%{_kde4_bindir}/marble-touch
-%{_kde4_bindir}/routing-instructions
-%{_kde4_bindir}/tilecreator
+%{_kde4_bindir}/marble*
+#{_kde4_bindir}/routing-instructions
+#{_kde4_bindir}/tilecreator
 %{_kde4_configkcfgdir}/marble.kcfg
 %{_kde4_datadir}/mime/packages/geo.xml
 %{_kde4_iconsdir}/hicolor/*/apps/marble.*
@@ -124,7 +122,7 @@
 %{_kde4_modulesdir}/libmarble_part.so
 %{_kde4_modulesdir}/plasma_applet_worldclock.so
 %{_kde4_modulesdir}/plasma_runner_marble.so
-%{_kde4_modulesdir}/plugins/designer/*
+#{_kde4_modulesdir}/marble/plugins/designer/*
 %{_kde4_modulesdir}/plugins/marble/
 %{_kde4_servicesdir}/*.desktop
 
@@ -143,7 +141,7 @@
 %defattr(-,root,root)
 %{_kde4_htmldir}/en/marble/
 
-%files -n libmarblewidget16
+%files -n libmarblewidget%{_so}
 %defattr(-,root,root)
 %{_kde4_libdir}/libmarblewidget.so.*
 

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensu

commit kdebindings-smokekde for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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-10-03 15:53:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokekde.new/kdebindings-smokekde.changes
   2013-12-02 12:36:54.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:50:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:51:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:05:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  smokekde-4.11.2.tar.xz

New:

  smokekde-4.11.90.tar.xz



Other differences:
--
++ kdebindings-smokekde.spec ++
--- /var/tmp/diff_new_pack.VTMEBe/_old  2013-12-02 12:36:56.0 +0100
+++ /var/tmp/diff_new_pack.VTMEBe/_new  2013-12-02 12:36:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokekde
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Kdebindings Smoke-kde library
 License:LGPL-2.1+

++ smokekde-4.11.2.tar.xz -> smokekde-4.11.90.tar.xz ++

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



commit amor for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "amor"

Changes:

--- /work/SRC/openSUSE:Factory/amor/amor.changes2013-10-03 
15:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.amor.new/amor.changes   2013-12-02 
12:36:33.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:35:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:06:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:53:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  amor-4.11.2.tar.xz

New:

  amor-4.11.90.tar.xz



Other differences:
--
++ amor.spec ++
--- /var/tmp/diff_new_pack.MRBEUF/_old  2013-12-02 12:36:35.0 +0100
+++ /var/tmp/diff_new_pack.MRBEUF/_new  2013-12-02 12:36:35.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ amor-4.11.2.tar.xz -> amor-4.11.90.tar.xz ++

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



commit umbrello for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "umbrello"

Changes:

--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2013-10-03 
16:10:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2013-12-02 
12:36:16.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:05:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:52:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  umbrello-4.11.2.tar.xz

New:

  umbrello-4.11.90.tar.xz



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.goS1yv/_old  2013-12-02 12:36:17.0 +0100
+++ /var/tmp/diff_new_pack.goS1yv/_new  2013-12-02 12:36:17.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ umbrello-4.11.2.tar.xz -> umbrello-4.11.90.tar.xz ++
 74189 lines of diff (skipped)

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



commit cervisia for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "cervisia"

Changes:

--- /work/SRC/openSUSE:Factory/cervisia/cervisia.changes2013-10-03 
15:46:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.cervisia.new/cervisia.changes   2013-12-02 
12:36:30.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:35:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:06:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:53:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  cervisia-4.11.2.tar.xz

New:

  cervisia-4.11.90.tar.xz



Other differences:
--
++ cervisia.spec ++
--- /var/tmp/diff_new_pack.VwFAsj/_old  2013-12-02 12:36:30.0 +0100
+++ /var/tmp/diff_new_pack.VwFAsj/_new  2013-12-02 12:36:30.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2 and LGPL-2.0
 Group:  Development/Tools/Version Control
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ cervisia-4.11.2.tar.xz -> cervisia-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cervisia-4.11.2/cervisia.desktop 
new/cervisia-4.11.90/cervisia.desktop
--- old/cervisia-4.11.2/cervisia.desktop2013-08-28 19:13:35.0 
+0200
+++ new/cervisia-4.11.90/cervisia.desktop   2013-08-04 06:28:19.0 
+0200
@@ -57,7 +57,7 @@
 GenericName[ta]=CVS முன்பகுதி
 GenericName[tg]=Интерфейс ба CVS 
 GenericName[tr]=CVS Önyüzü
-GenericName[ug]=CVS Frontend
+GenericName[ug]=CVS ئالدى ئۇچى
 GenericName[uk]=Інтерфейс до CVS
 GenericName[vi]=CVS Frontend
 GenericName[wa]=Eterface grafike po CVS

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



commit okteta for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "okteta"

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2013-10-03 
16:05:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2013-12-02 
12:36:21.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:27 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:06:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:52:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  okteta-4.11.2.tar.xz

New:

  okteta-4.11.90.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.mdxzrh/_old  2013-12-02 12:36:21.0 +0100
+++ /var/tmp/diff_new_pack.mdxzrh/_new  2013-12-02 12:36:21.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.11.2.tar.xz -> okteta-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
 
new/okteta-4.11.90/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
--- 
old/okteta-4.11.2/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
  2013-08-28 19:14:30.0 +0200
+++ 
new/okteta-4.11.90/kasten/controllers/view/structures/datatypes/topleveldatainformation.cpp
 2013-11-09 19:15:37.0 +0100
@@ -97,7 +97,7 @@
 mData->readData(input, address, remainingBits, &bitOffset);
 
 // Read all the delayed PointerDataInformation
-// We do this because the pointed data is independant from the
+// We do this because the pointed data is independent from the
 // structure containing the pointer and so we can use fields
 // which come after the pointer itself in the structure
 while (!mDelayedRead.isEmpty())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp
 
new/okteta-4.11.90/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp
--- 
old/okteta-4.11.2/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp
 2013-08-28 19:14:30.0 +0200
+++ 
new/okteta-4.11.90/kasten/controllers/view/structures/parsers/scriptvalueconverter_p.cpp
2013-11-09 19:15:37.0 +0100
@@ -136,7 +136,7 @@
 returnVal = toPrimitive(value, info);
 
 else
-info.error() << "Unkown type:" << type;
+info.error() << "Unknown type:" << type;
 
 if (returnVal)
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileedit.cpp 
new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileedit.cpp
--- old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileedit.cpp  
2013-06-28 20:05:21.0 +0200
+++ new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileedit.cpp 
2013-11-09 19:15:37.0 +0100
@@ -62,6 +62,7 @@
 QFormLayout* titleFormLayout = new QFormLayout;
 // char for non-printable bytes
 mTitleEdit = new KLineEdit( this );
+connect( mTitleEdit, SIGNAL(textChanged(QString)), 
SIGNAL(profileTitleChanged(QString)) );
 titleFormLayout->addRow( i18n("Title:"), mTitleEdit );
 
 // display settings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileedit.h 
new/okteta-4.11.90/kasten/controllers/view/viewprofiles/viewprofileedit.h
--- old/okteta-4.11.2/kasten/controllers/view/viewprofiles/viewprofileedit.h
2013-06-28 20:05:21.0 +0200
+++ new/okteta-4.11.90/kasten

commit lokalize for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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-10-03 
16:05:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2013-12-02 
12:36:22.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:06:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:53:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  lokalize-4.11.2.tar.xz

New:

  lokalize-4.11.90.tar.xz



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

++ lokalize-4.11.2.tar.xz -> lokalize-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lokalize-4.11.2/src/cataloglistview/cataloglistview.cpp 
new/lokalize-4.11.90/src/cataloglistview/cataloglistview.cpp
--- old/lokalize-4.11.2/src/cataloglistview/cataloglistview.cpp 2013-08-28 
19:14:22.0 +0200
+++ new/lokalize-4.11.90/src/cataloglistview/cataloglistview.cpp
2013-11-11 13:16:20.0 +0100
@@ -45,7 +45,6 @@
 #include 
 
 #include 
-#include 
 
 class CatalogTreeView: public QTreeView
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-4.11.2/src/project/kde-i18n-lists.h 
new/lokalize-4.11.90/src/project/kde-i18n-lists.h
--- old/lokalize-4.11.2/src/project/kde-i18n-lists.h2013-06-28 
20:04:58.0 +0200
+++ new/lokalize-4.11.90/src/project/kde-i18n-lists.h   2013-11-11 
13:16:20.0 +0100
@@ -38,7 +38,7 @@
 if(lang.startsWith("hu"))
 return "kde-l10n...@kde.org";
 if(lang.startsWith("tr"))
-return "kde-i18n...@kde.org";
+return "kde-l10n...@kde.org";
 if(lang.startsWith("it"))
 return "kde-i18n...@kde.org";
 if(lang.startsWith("lt"))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-4.11.2/src/project/project.cpp 
new/lokalize-4.11.90/src/project/project.cpp
--- old/lokalize-4.11.2/src/project/project.cpp 2013-06-28 20:04:58.0 
+0200
+++ new/lokalize-4.11.90/src/project/project.cpp2013-11-11 
13:16:20.0 +0100
@@ -154,7 +154,7 @@
 
 //put 'em into thread?
 //QTimer::singleShot(0,this,SLOT(populateGlossary()));
-populateGlossary();//we cant postpone it becase project load can be called 
from define new term function
+populateGlossary();//we cant postpone it because project load can be 
called from define new term function
 
 if (newProjectPath.isEmpty())
 return;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-4.11.2/src/tm/tmtab.cpp 
new/lokalize-4.11.90/src/tm/tmtab.cpp
--- old/lokalize-4.11.2/src/tm/tmtab.cpp2013-06-28 20:04:58.0 
+0200
+++ new/lokalize-4.11.90/src/tm/tmtab.cpp   2013-11-11 13:16:20.0 
+0100
@@ -42,7 +42,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-4.11.2/src/tm/translationmemoryrui.rc 
new/lokalize-4.11.90/src/tm/translationmemoryrui.rc
--- old/lokalize-4.11.2/src/tm/translationmemoryrui.rc  2013-06-28 
20:04:58.0 +0200
+++ new/lokalize-4.11.90/src/tm/translationmemoryrui.rc 2013-11-11 
13:16:20.0 +0100
@@ -13,4 +13,4 @@
   
   
 
-
\ No newline at end of file
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-4.11.2/src

commit poxml for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "poxml"

Changes:

--- /work/SRC/openSUSE:Factory/poxml/poxml.changes  2013-10-03 
16:06:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2013-12-02 
12:36:18.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:05:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:52:47 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  poxml-4.11.2.tar.xz

New:

  poxml-4.11.90.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.odNOpP/_old  2013-12-02 12:36:18.0 +0100
+++ /var/tmp/diff_new_pack.odNOpP/_new  2013-12-02 12:36:18.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poxml-4.11.2.tar.xz -> poxml-4.11.90.tar.xz ++

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



commit kdebase4-workspace for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kdebase4-workspace"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-10-17 17:39:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-12-02 12:36:52.0 +0100
@@ -1,0 +2,32 @@
+Sun Nov 10 01:01:29 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Due to upstream chages in kde-workspace release policy (only 4.11.x
+  bugfixes) require kdeartwork4, kdebase4-wallpaper-default and 
+  python-kde4 equal or greater than kde-workspace version
+- Added adjust-to-upower-0.99.patch which ports Powerdevil to new 
+  UPower API/ABI/DBus interface
+
+---
+Sat Nov  2 15:01:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+- Drop helper_actions_syspath.patch, and create rpmlintrc file during
+  build phase for older openSUSE versions
+
+---
+Sat Nov  2 14:58:30 UTC 2013 - tittiatc...@gmail.com
+
+- Drop patches due to upstream inclusion:
+  * 0001-QDeclarativeRepeaterCrashFix_kde#311871.patch
+  * fix-click-on-trash-plasmoid.diff
+
+---
+Sun Oct 27 11:15:28 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0001-QDeclarativeRepeaterCrashFix_kde#311871.patch, fixes
+  annoying plasma crash when notifications would get shown, 
+  (kde#311871, bnc#812536, bnc#808656)
+
+---

Old:

  fix-click-on-trash-plasmoid.diff
  helper_actions_syspath.patch
  kde-workspace-4.11.2.tar.xz

New:

  adjust-to-upower-0.99.patch
  kde-workspace-4.11.3.tar.xz



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.XmDTrW/_old  2013-12-02 12:36:54.0 +0100
+++ /var/tmp/diff_new_pack.XmDTrW/_new  2013-12-02 12:36:54.0 +0100
@@ -23,7 +23,7 @@
 %endif
 
 Name:   kdebase4-workspace
-Version:4.11.2
+Version:4.11.3
 Release:0
 Summary:The KDE Workspace Components
 License:GPL-2.0+
@@ -147,10 +147,8 @@
 Patch66:add-calculator-hotkey.patch
 # PATCH-FIX-OPENSUSE kscreensaver-disable-sessionmanagement.diff -- disables 
session mangement for screensavers (kde#314859, bnc#809835)
 Patch67:kscreensaver-disable-sessionmanagement.diff
-# PATCH-FIX-OPENSUSE helper_actions_syspath.patch -- disables 
org.kde.powerdevil.backlighthelper.syspath policy, until bnc#825256 gets 
resolved
-Patch1000:  helper_actions_syspath.patch
-# PATCH-FIX-UPSTREAM fix-click-on-trash-plasmoid.diff -- Fix click on trashcan 
plasmoid when on desktop and widgets are unlocked (kde#325330)
-Patch2000:  fix-click-on-trash-plasmoid.diff
+# PATCH-FIX-UPSTREAM adjust-to-upower-0.99.patch -- ports Powerdevil to new 
UPower API/ABI/DBus interface
+Patch1000:  adjust-to-upower-0.99.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{_kde_branding_version}
 Requires:   %{name}-ksysguardd = %{version}
@@ -204,8 +202,8 @@
 Summary:The KDE Workspace Components
 Group:  System/GUI/KDE
 Provides:   %{name}-branding = %{_kde_branding_version}
-Requires:   kdebase4-artwork  = %{version}
-Requires:   kdebase4-wallpaper-default  = %{version}
+Requires:   kdebase4-artwork  >= %{version}
+Requires:   kdebase4-wallpaper-default  >= %{version}
 Supplements:packageand(%{name}:branding-upstream)
 Conflicts:  otherproviders(%{name}-branding)
 
@@ -317,7 +315,7 @@
 %package -n python-kdebase4
 Summary:Python bindings for KDE 4 desktop shell
 Group:  System/GUI/KDE
-Requires:   python-kde4 = %{version}
+Requires:   python-kde4 => %{version}
 
 %description -n python-kdebase4
 Python bindings for Plasma, the KDE 4 desktop shell.  These bindings
@@ -368,10 +366,7 @@
 %patch65 -p1
 %patch66 -p1
 %patch67 -p0
-%if 0%{?suse_version} <= 1230
 %patch1000 -p1
-%endif
-%patch2000 -p0
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
 %build
@@ -434,6 +429,11 @@
   popd
 done
 
+%if 0%{?suse_version} < 1310
+echo "setBadness('suse-dbus-unauthorized-service', 0)" > 
$RPM_SOURCE_DIR/%name-rpmlintrc
+echo "setBadness('polkit-unauthorized-privilege', 0)" >> 
$RPM_SOURCE_DIR/%name-rpmlintrc
+%endif
+
 %fdu

commit kcachegrind for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kcachegrind"

Changes:

--- /work/SRC/openSUSE:Factory/kcachegrind/kcachegrind.changes  2013-10-03 
15:51:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new/kcachegrind.changes 
2013-12-02 12:36:26.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:06:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:53:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kcachegrind-4.11.2.tar.xz

New:

  kcachegrind-4.11.90.tar.xz



Other differences:
--
++ kcachegrind.spec ++
--- /var/tmp/diff_new_pack.I1Cdvu/_old  2013-12-02 12:36:26.0 +0100
+++ /var/tmp/diff_new_pack.I1Cdvu/_new  2013-12-02 12:36:26.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-2.0 and BSD-4-Clause and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcachegrind-4.11.2.tar.xz -> kcachegrind-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-4.11.2/kcachegrind/kcachegrind.desktop 
new/kcachegrind-4.11.90/kcachegrind/kcachegrind.desktop
--- old/kcachegrind-4.11.2/kcachegrind/kcachegrind.desktop  2013-08-28 
19:13:50.0 +0200
+++ new/kcachegrind-4.11.90/kcachegrind/kcachegrind.desktop 2013-10-29 
16:54:37.0 +0100
@@ -168,6 +168,7 @@
 Comment[ta]= விவர தகவலை செயல்பாட்டு காட்சியாளிப்பு
 Comment[tg]=Утилита барои гузориши профили визуалӣ
 Comment[tr]=Performans Profilleme Verisinin Görünür Hali
+Comment[ug]=سانلىق-مەلۇماتلارنىڭ سەپلىنىشىنى سۈرەتلەشتۈرۈش
 Comment[uk]=Візуалізація даних профілювання швидкодії
 Comment[x-test]=xxVisualization of Performance Profiling Dataxx
 Comment[zh_CN]=性能测试数据的可视化表现
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-4.11.2/libcore/costitem.cpp 
new/kcachegrind-4.11.90/libcore/costitem.cpp
--- old/kcachegrind-4.11.2/libcore/costitem.cpp 2013-08-28 19:13:50.0 
+0200
+++ new/kcachegrind-4.11.90/libcore/costitem.cpp2013-10-29 
16:54:37.0 +0100
@@ -603,3 +603,8 @@
 return subCost(t).pretty();
 }
 
+QString ProfileCostArray::prettySubCostPerCall(EventType* t, int calls)
+{
+return SubCost(subCost(t) / calls).pretty();
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-4.11.2/libcore/costitem.h 
new/kcachegrind-4.11.90/libcore/costitem.h
--- old/kcachegrind-4.11.2/libcore/costitem.h   2013-06-28 20:03:04.0 
+0200
+++ new/kcachegrind-4.11.90/libcore/costitem.h  2013-10-29 16:54:37.0 
+0100
@@ -190,6 +190,8 @@
*/
   QString prettySubCost(EventType*);
 
+  QString prettySubCostPerCall(EventType* t, int calls);
+
  protected:
   virtual void update();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-4.11.2/libcore/tracedata.h 
new/kcachegrind-4.11.90/libcore/tracedata.h
--- old/kcachegrind-4.11.2/libcore/tracedata.h  2013-06-28 20:03:04.0 
+0200
+++ new/kcachegrind-4.11.90/libcore/tracedata.h 2013-10-29 16:54:37.0 
+0100
@@ -1084,7 +1084,7 @@
   bool isAssoziated();
 
   /**
-   * reset function to assoziate this object to.
+   * reset function to associate this object to.
* returns true if assoziation could be established
*/
   bool setFunction(TraceFunction*);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-4.11.2/libviews/callitem.cpp 
new/kcachegrind-4.11.90/libviews/callitem.cpp
--- old/kcachegrind-4.11.2/libviews/callitem.cpp2013-06-28 
20:03:04.0 +0200
+++ new/kcachegrind-4.11.90/libviews/callitem.cpp   2013-10-29 
16:54:37.0 +0100
@@ -35,9 +35,8 @@

commit kompare for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kompare"

Changes:

--- /work/SRC/openSUSE:Factory/kompare/kompare.changes  2013-10-03 
15:59:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kompare.new/kompare.changes 2013-12-02 
12:36:23.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:06:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:53:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kompare-4.11.2.tar.xz

New:

  kompare-4.11.90.tar.xz



Other differences:
--
++ kompare.spec ++
--- /var/tmp/diff_new_pack.dEElLE/_old  2013-12-02 12:36:24.0 +0100
+++ /var/tmp/diff_new_pack.dEElLE/_new  2013-12-02 12:36:24.0 +0100
@@ -18,11 +18,12 @@
 
 Name:   kompare
 BuildRequires:  libkde4-devel
+BuildRequires:  libkomparediff2-devel
 Summary:File Comparator
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -74,7 +75,6 @@
 %{_kde4_modulesdir}/komparenavtreepart.so
 %{_kde4_modulesdir}/komparepart.so
 %{_kde4_libdir}/libkomparedialogpages.so.*
-%{_kde4_libdir}/libkomparediff2.so.*
 %{_kde4_libdir}/libkompareinterface.so.*
 %{_kde4_applicationsdir}/kompare.desktop
 %{_kde4_htmldir}/en/kompare/
@@ -89,7 +89,6 @@
 %defattr(-,root,root)
 %{_includedir}/kompare/
 %{_kde4_libdir}/libkomparedialogpages.so
-%{_kde4_libdir}/libkomparediff2.so
 %{_kde4_libdir}/libkompareinterface.so
 
 %changelog

++ kompare-4.11.2.tar.xz -> kompare-4.11.90.tar.xz ++
 7658 lines of diff (skipped)

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



commit kde4-print-manager for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kde4-print-manager for 
openSUSE:Factory checked in at 2013-12-02 12:35:44

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


Package is "kde4-print-manager"

Changes:

--- /work/SRC/openSUSE:Factory/kde4-print-manager/kde4-print-manager.changes
2013-10-03 15:58:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde4-print-manager.new/kde4-print-manager.changes   
2013-12-02 12:35:46.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:03:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:50:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  print-manager-4.11.2.tar.xz

New:

  print-manager-4.11.90.tar.xz



Other differences:
--
++ kde4-print-manager.spec ++
--- /var/tmp/diff_new_pack.eKQnxN/_old  2013-12-02 12:35:47.0 +0100
+++ /var/tmp/diff_new_pack.eKQnxN/_new  2013-12-02 12:35:47.0 +0100
@@ -30,7 +30,7 @@
 Summary:A new print manager for KDE 4
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source: print-manager-%{version}.tar.xz
 Obsoletes:  kde4-printer-applet < 4.9.80

++ print-manager-4.11.2.tar.xz -> print-manager-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/print-manager-4.11.2/print-manager-kded/printmanager.notifyrc 
new/print-manager-4.11.90/print-manager-kded/printmanager.notifyrc
--- old/print-manager-4.11.2/print-manager-kded/printmanager.notifyrc   
2013-08-28 19:09:01.0 +0200
+++ new/print-manager-4.11.90/print-manager-kded/printmanager.notifyrc  
2013-09-08 06:23:10.0 +0200
@@ -121,6 +121,7 @@
 Name[sr@latin]=Otkriven je novi štampač
 Name[sv]=En ny skrivare detekterades
 Name[tr]=Yeni Bir Yazıcı tespit edildi
+Name[ug]=بىر يېڭى پرىنتېر بايقالدى
 Name[uk]=Виявлено новий принтер
 Name[x-test]=xxA New Printer was detectedxx
 Name[zh_CN]=检测到一个新的打印机

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



commit kget for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kget"

Changes:

--- /work/SRC/openSUSE:Factory/kget/kget.changes2013-10-03 
15:58:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kget.new/kget.changes   2013-12-02 
12:36:02.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:04:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:51:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kget-4.11.2.tar.xz

New:

  kget-4.11.90.tar.xz



Other differences:
--
++ kget.spec ++
--- /var/tmp/diff_new_pack.w1NIWS/_old  2013-12-02 12:36:02.0 +0100
+++ /var/tmp/diff_new_pack.w1NIWS/_new  2013-12-02 12:36:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kget
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Download Manager
 License:GPL-2.0+

++ kget-4.11.2.tar.xz -> kget-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kget-4.11.2/core/kget.cpp 
new/kget-4.11.90/core/kget.cpp
--- old/kget-4.11.2/core/kget.cpp   2013-08-28 19:16:03.0 +0200
+++ new/kget-4.11.90/core/kget.cpp  2013-10-03 14:24:54.0 +0200
@@ -304,8 +304,9 @@
 
 if (newTransfer) {
 addedTransfers.append(newTransfer);
-return addedTransfers;
 }
+
+return addedTransfers;
 }
 
 KUrl destUrl;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kget-4.11.2/core/plugin/kget_plugin.desktop 
new/kget-4.11.90/core/plugin/kget_plugin.desktop
--- old/kget-4.11.2/core/plugin/kget_plugin.desktop 2013-08-28 
19:16:03.0 +0200
+++ new/kget-4.11.90/core/plugin/kget_plugin.desktop2013-10-03 
14:24:54.0 +0200
@@ -54,6 +54,7 @@
 Name[sv]=Insticksprogram för Kget
 Name[th]=ส่วนเสริมของ KGet
 Name[tr]=KGet Eklentisi
+Name[ug]=KGet قىستۇرما
 Name[uk]=Додаток KGet
 Name[wa]=Tchôke-divins po KGet
 Name[x-test]=xxKGet Pluginxx
@@ -116,6 +117,7 @@
 Comment[sv]=Insticksprogram för Kget
 Comment[th]=ส่วนเสริมของ KGet
 Comment[tr]=KGet için eklenti
+Comment[ug]=KGet قىستۇرمىسى
 Comment[uk]=Додаток для KGet
 Comment[vi]=Phần bổ sung cho KGet
 Comment[x-test]=xxPlugin for KGetxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kget-4.11.2/desktop/kget_download.desktop 
new/kget-4.11.90/desktop/kget_download.desktop
--- old/kget-4.11.2/desktop/kget_download.desktop   2013-08-28 
19:16:03.0 +0200
+++ new/kget-4.11.90/desktop/kget_download.desktop  2013-10-03 
14:24:54.0 +0200
@@ -72,6 +72,7 @@
 Name[sv]=Ladda ner med Kget
 Name[th]=ดาวน์โหลดด้วย 'ดาวน์โหลด-K'
 Name[tr]=KGet ile İndir
+Name[ug]=KGet تا چۈشۈر
 Name[uk]=Звантажити через KGet
 Name[vi]=Tải với KGet
 Name[x-test]=xxDownload with KGetxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kget-4.11.2/extensions/konqueror/kget_plug_in.desktop 
new/kget-4.11.90/extensions/konqueror/kget_plug_in.desktop
--- old/kget-4.11.2/extensions/konqueror/kget_plug_in.desktop   2013-08-28 
19:16:03.0 +0200
+++ new/kget-4.11.90/extensions/konqueror/kget_plug_in.desktop  2013-10-03 
14:24:54.0 +0200
@@ -100,6 +100,7 @@
 Comment[sr@latin]=Svestran i predusretljiv menadžer preuzimanja fajlova
 Comment[sv]=En mångsidig och lättanvänd nerladdningshanterare av filer
 Comment[tr]=Çok yetenekli ve kolay kullanımlı bir indirme yöneticisi
+Comment[ug]=كۆپ ئىقتىدارلىق، ئىشلىتىش قۇلاي ھۆججەت چۈشۈرۈشنى باشقۇرغۇچ
 Comment[uk]=Гнучка і проста у користуванні програма для керування звантаженнями
 Comment[x-test]=xxA versatile and easy to use file download managerxx
 Comment[zh_CN]=简单易用的多功能文件下载管理器
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kget-4.11.2/plasma/applet/barapplet/kgetbarapplet-default.desktop 
new/kget-4.11.90/plasma/applet/barapplet/kgetbarapplet-default

commit kde-dev-utils for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kde-dev-utils for openSUSE:Factory 
checked in at 2013-12-02 12:36:30

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


Package is "kde-dev-utils"

Changes:

--- /work/SRC/openSUSE:Factory/kde-dev-utils/kde-dev-utils.changes  
2013-10-03 15:53:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-dev-utils.new/kde-dev-utils.changes 
2013-12-02 12:36:32.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:35:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:06:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:53:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kde-dev-utils-4.11.2.tar.xz

New:

  kde-dev-utils-4.11.90.tar.xz



Other differences:
--
++ kde-dev-utils.spec ++
--- /var/tmp/diff_new_pack.3ggZ6k/_old  2013-12-02 12:36:33.0 +0100
+++ /var/tmp/diff_new_pack.3ggZ6k/_new  2013-12-02 12:36:33.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2 and LGPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-dev-utils-4.11.2.tar.xz -> kde-dev-utils-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-utils-4.11.2/kuiviewer/kuiviewer.desktop 
new/kde-dev-utils-4.11.90/kuiviewer/kuiviewer.desktop
--- old/kde-dev-utils-4.11.2/kuiviewer/kuiviewer.desktop2013-08-28 
19:13:54.0 +0200
+++ new/kde-dev-utils-4.11.90/kuiviewer/kuiviewer.desktop   2013-08-04 
06:28:35.0 +0200
@@ -110,6 +110,7 @@
 GenericName[ta]=Qt  வடிவமைப்பவர் UI கோப்புகள் காட்சியகம்
 GenericName[tg]=Намоишгари UI-файлҳо Qt Designer
 GenericName[tr]=Qt Tasarımcı UI Dosya Göstericisi
+GenericName[ug]=Qt Designer UI  ھۆججەت كۆرگۈچ
 GenericName[uk]=Переглядач UI-файлів Qt Designer
 GenericName[x-test]=xxQt Designer UI File Viewerxx
 GenericName[zh_CN]=Qt 设计师 UI 文件查看器

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



commit ksystemlog for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "ksystemlog"

Changes:

--- /work/SRC/openSUSE:Factory/ksystemlog/ksystemlog.changes2013-10-03 
16:02:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes   
2013-12-02 12:35:57.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:04:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:51:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ksystemlog-4.11.2.tar.xz

New:

  ksystemlog-4.11.90.tar.xz



Other differences:
--
++ ksystemlog.spec ++
--- /var/tmp/diff_new_pack.XcXBX6/_old  2013-12-02 12:35:58.0 +0100
+++ /var/tmp/diff_new_pack.XcXBX6/_new  2013-12-02 12:35:58.0 +0100
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme-large
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:System Log Viewer Tool
 License:GPL-2.0

++ ksystemlog-4.11.2.tar.xz -> ksystemlog-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksystemlog-4.11.2/src/ksystemlog.desktop 
new/ksystemlog-4.11.90/src/ksystemlog.desktop
--- old/ksystemlog-4.11.2/src/ksystemlog.desktop2013-08-28 
19:15:26.0 +0200
+++ new/ksystemlog-4.11.90/src/ksystemlog.desktop   2013-08-14 
22:05:24.0 +0200
@@ -114,7 +114,7 @@
 Comment[sv]=Visningsverktyg för systemloggar
 Comment[th]=เครื่องมือแสดงปูมบันทึกของระบบ
 Comment[tr]=Sistem günlük kayıtlarını gösterme aracı
-Comment[ug]=سىستېما خاتىرىسى كۆرگۈچ قورالى
+Comment[ug]=سىستېما خاتىرىسىنى كۆرۈش قورالى
 Comment[uk]=Засіб перегляду системних журналів
 Comment[x-test]=xxSystem log viewer toolxx
 Comment[zh_CN]=系统日志查看工具

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



commit krdc for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "krdc"

Changes:

--- /work/SRC/openSUSE:Factory/krdc/krdc.changes2013-10-04 
07:24:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes   2013-12-02 
12:36:05.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:33:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:04:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:51:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  krdc-4.11.2.tar.xz

New:

  krdc-4.11.90.tar.xz



Other differences:
--
++ krdc.spec ++
--- /var/tmp/diff_new_pack.5wy5rj/_old  2013-12-02 12:36:06.0 +0100
+++ /var/tmp/diff_new_pack.5wy5rj/_new  2013-12-02 12:36:06.0 +0100
@@ -25,7 +25,7 @@
 BuildRequires:  pkgconfig(TelepathyQt4)
 %endif
 BuildRequires:  oxygen-icon-theme-large
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Remote Desktop Connection
 License:GPL-2.0+

++ krdc-4.11.2.tar.xz -> krdc-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-4.11.2/core/krdc_plugin.desktop 
new/krdc-4.11.90/core/krdc_plugin.desktop
--- old/krdc-4.11.2/core/krdc_plugin.desktop2013-08-28 19:16:31.0 
+0200
+++ new/krdc-4.11.90/core/krdc_plugin.desktop   2013-11-07 10:47:57.0 
+0100
@@ -50,6 +50,7 @@
 Name[sv]=Insticksprogram för KRDC
 Name[th]=ส่วนเสริมของ KRDC
 Name[tr]=KRDC Eklentisi
+Name[ug]=KRDC قىستۇرما
 Name[uk]=Додаток KRDC
 Name[x-test]=xxKRDC Pluginxx
 Name[zh_CN]=KRDC 插件
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-4.11.2/krdc_approver/krdc_rfb_approver.notifyrc 
new/krdc-4.11.90/krdc_approver/krdc_rfb_approver.notifyrc
--- old/krdc-4.11.2/krdc_approver/krdc_rfb_approver.notifyrc2013-08-28 
19:16:31.0 +0200
+++ new/krdc-4.11.90/krdc_approver/krdc_rfb_approver.notifyrc   2013-11-07 
10:47:57.0 +0100
@@ -118,6 +118,7 @@
 [Event/newrfb]
 Name=Incoming RFB Tube
 Name[ast]=RFB Tube entrante
+Name[bg]=Входяща връзка RFB
 Name[bs]=Dolazna RFB cijev
 Name[ca]=Tub RFB entrant
 Name[ca@valencia]=Tub RFB entrant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krdc-4.11.2/vnc/vncclientthread.cpp 
new/krdc-4.11.90/vnc/vncclientthread.cpp
--- old/krdc-4.11.2/vnc/vncclientthread.cpp 2013-08-28 19:16:31.0 
+0200
+++ new/krdc-4.11.90/vnc/vncclientthread.cpp2013-11-07 10:47:57.0 
+0100
@@ -23,14 +23,71 @@
 
 #include "vncclientthread.h"
 
+#include 
+#include 
 #include 
+#include 
 #include 
 
 //for detecting intel AMT KVM vnc server
 static const QString INTEL_AMT_KVM_STRING= "Intel(r) AMT KVM";
-static QString outputErrorMessageString;
+static QThreadStorage instances;
 
-QVector VncClientThread::m_colorTable;
+// Dispatch from this static callback context to the member context.
+rfbBool VncClientThread::newclientStatic(rfbClient *cl)
+{
+VncClientThread *t = (VncClientThread *)rfbClientGetClientData(cl, 0);
+Q_ASSERT(t);
+
+return t->newclient();
+}
+
+// Dispatch from this static callback context to the member context.
+void VncClientThread::updatefbStatic(rfbClient *cl, int x, int y, int w, int h)
+{
+VncClientThread *t = (VncClientThread *)rfbClientGetClientData(cl, 0);
+Q_ASSERT(t);
+
+return t->updatefb(x, y, w, h);
+}
+
+// Dispatch from this static callback context to the member context.
+void VncClientThread::cuttextStatic(rfbClient *cl, const char *text, int 
textlen)
+{
+VncClientThread *t = (VncClientThread *)rfbClientGetClientData(cl, 0);
+Q_ASSERT(t);
+
+t->cuttext(text, textlen);
+}
+
+// Dispatch from this static callback context to the member context.
+char *VncClientThread::passwdHandlerStatic(rfbClient *cl)
+{
+VncClientThread *t = (VncClientThread *)rfbClientGetClientData(cl, 0);
+Q_ASSERT(t);
+
+return t->passwdHandler();
+}
+
+// Dispatch from this static callback context to the m

commit kdesdk-kioslaves for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kdesdk-kioslaves"

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk-kioslaves/kdesdk-kioslaves.changes
2013-10-03 15:55:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk-kioslaves.new/kdesdk-kioslaves.changes   
2013-12-02 12:36:14.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:05:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:52:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdesdk-kioslaves-4.11.2.tar.xz

New:

  kdesdk-kioslaves-4.11.90.tar.xz



Other differences:
--
++ kdesdk-kioslaves.spec ++
--- /var/tmp/diff_new_pack.gUqpWK/_old  2013-12-02 12:36:16.0 +0100
+++ /var/tmp/diff_new_pack.gUqpWK/_new  2013-12-02 12:36:16.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0 and LGPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdesdk-kioslaves-4.11.2.tar.xz -> kdesdk-kioslaves-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesdk-kioslaves-4.11.2/svn/svnhelper/subversion.desktop 
new/kdesdk-kioslaves-4.11.90/svn/svnhelper/subversion.desktop
--- old/kdesdk-kioslaves-4.11.2/svn/svnhelper/subversion.desktop
2013-08-28 19:14:06.0 +0200
+++ new/kdesdk-kioslaves-4.11.90/svn/svnhelper/subversion.desktop   
2013-10-29 04:48:18.0 +0100
@@ -708,7 +708,7 @@
 Comment[nb]=Byt arbeidskopien til en annen gren
 Comment[nds]=Arbeitkopie na en annern Telg verschuven
 Comment[ne]=दिइएको कार्य प्रतिलाई अन्य शाखामा स्विच गर्नुहोस्
-Comment[nl]=Opgegeven werkkopie wisselen naar andere branch
+Comment[nl]=Zet een bestaande copy om naar een andere branch
 Comment[nn]=Byt arbeidskopien til ei anna grein
 Comment[pa]=ਦਿੱਤੀ ਵਰਕਿੰਗ ਕਾਪੀ ਨੂੰ ਹੋਰ ਬਰਾਂਚ ਵਿੱਚ ਬਦਲੋ
 Comment[pl]=Przełącza katalog roboczy na inną gałąź
@@ -782,6 +782,7 @@
 Name[sr@latin]=Stopi...
 Name[sv]=Sammanfoga...
 Name[tr]=Birleştir...
+Name[ug]=بىرىكتۈرۈش…
 Name[uk]=Об’єднати…
 Name[wa]=Maxhî...
 Name[x-test]=xxMerge...xx
@@ -939,7 +940,7 @@
 Comment[sr@latin]=Za svaki red fajla pokaži ko ga je i kada napisao
 Comment[sv]=Se vem som skrev varje rad i filen och för vilken version
 Comment[tr]=Kimin hangi sürümde hangi satırı oluşturduğuna bakın
-Comment[uk]=Подивитись, хто написав кожний рядок файла і в якій модифікації
+Comment[uk]=Подивитись, хто написав кожний рядок файла і у якій модифікації
 Comment[x-test]=xxSee who wrote each line of the file and in what revisionxx
 Comment[zh_CN]=查看谁在哪次修订中写了文件的哪一行
 Comment[zh_TW]=看檔案中的每一行是誰寫的,其版本為何

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



commit kcron for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kcron"

Changes:

--- /work/SRC/openSUSE:Factory/kcron/kcron.changes  2013-10-03 
15:51:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcron.new/kcron.changes 2013-12-02 
12:35:53.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:04:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:50:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kcron-4.11.2.tar.xz

New:

  kcron-4.11.90.tar.xz



Other differences:
--
++ kcron.spec ++
--- /var/tmp/diff_new_pack.7FwmrU/_old  2013-12-02 12:35:54.0 +0100
+++ /var/tmp/diff_new_pack.7FwmrU/_new  2013-12-02 12:35:54.0 +0100
@@ -19,7 +19,7 @@
 Name:   kcron
 BuildRequires:  libkde4-devel
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Cron job configuration tool
 License:GPL-2.0+

++ kcron-4.11.2.tar.xz -> kcron-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcron-4.11.2/src/kcm_cron.desktop 
new/kcron-4.11.90/src/kcm_cron.desktop
--- old/kcron-4.11.2/src/kcm_cron.desktop   2013-08-28 19:15:19.0 
+0200
+++ new/kcron-4.11.90/src/kcm_cron.desktop  2013-08-25 06:16:14.0 
+0200
@@ -121,7 +121,7 @@
 Comment[sv]=Anpassa och schemalägg jobb
 Comment[th]=ปรับแต่งและจัดตารางงาน
 Comment[tr]=Görevleri zamanla ve yapılandır
-Comment[ug]=ۋەزىپەنى سەپلەش ۋە پىلانلاش
+Comment[ug]=ۋەزىپىنى سەپلەش ۋە پىلانلاش
 Comment[uk]=Налаштування і планування завдання
 Comment[x-test]=xxConfigure and schedule tasksxx
 Comment[zh_CN]=配置并调度计划任务

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



commit palapeli for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "palapeli"

Changes:

--- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes2013-10-03 
16:06:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2013-12-02 
12:35:43.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:31:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:03:34 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:50:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  palapeli-4.11.2.tar.xz

New:

  palapeli-4.11.90.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.5zask0/_old  2013-12-02 12:35:44.0 +0100
+++ /var/tmp/diff_new_pack.5zask0/_new  2013-12-02 12:35:44.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ palapeli-4.11.2.tar.xz -> palapeli-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palapeli-4.11.2/src/palapeli.desktop 
new/palapeli-4.11.90/src/palapeli.desktop
--- old/palapeli-4.11.2/src/palapeli.desktop2013-06-28 20:01:00.0 
+0200
+++ new/palapeli-4.11.90/src/palapeli.desktop   2013-08-04 06:26:01.0 
+0200
@@ -41,7 +41,7 @@
 Name[sr@latin]=Palapeli
 Name[sv]=Palapeli
 Name[tr]=Palapeli
-Name[ug]=پالاپېلى
+Name[ug]=Palapeli
 Name[uk]=Palapeli
 Name[x-test]=xxPalapelixx
 Name[zh_CN]=Palapeli

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



commit krfb for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "krfb"

Changes:

--- /work/SRC/openSUSE:Factory/krfb/krfb.changes2013-10-04 
07:24:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.krfb.new/krfb.changes   2013-12-02 
12:36:06.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:33:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:05:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:51:45 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  krfb-4.11.2.tar.xz

New:

  krfb-4.11.90.tar.xz



Other differences:
--
++ krfb.spec ++
--- /var/tmp/diff_new_pack.NwRjoT/_old  2013-12-02 12:36:08.0 +0100
+++ /var/tmp/diff_new_pack.NwRjoT/_new  2013-12-02 12:36:08.0 +0100
@@ -25,7 +25,7 @@
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(xtst)
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Desktop Sharing
 License:GPL-2.0+

++ krfb-4.11.2.tar.xz -> krfb-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/krfb-4.11.2/framebuffers/qt/krfb_framebuffer_qt.desktop 
new/krfb-4.11.90/framebuffers/qt/krfb_framebuffer_qt.desktop
--- old/krfb-4.11.2/framebuffers/qt/krfb_framebuffer_qt.desktop 2013-06-28 
20:08:48.0 +0200
+++ new/krfb-4.11.90/framebuffers/qt/krfb_framebuffer_qt.desktop
2013-08-02 06:21:04.0 +0200
@@ -2,6 +2,7 @@
 Encoding=UTF-8
 Comment=Qt based Framebuffer for KRfb.
 Comment[ast]=Esquema Qt de buffer pa KRfb
+Comment[bg]=Основан на Qt фреймбуфер за KRfb.
 Comment[bs]=Kadrobafer za KRfb na osnovu Qt
 Comment[ca]=«Framebuffer» basat en Qt per al KRfb.
 Comment[ca@valencia]=«Framebuffer» basat en Qt per al KRfb.
@@ -49,6 +50,7 @@
 Comment[zh_TW]=KRfb 的 Qt-based Framebuffer
 Name=Qt Framebuffer for KRfb
 Name[ast]=Esquema Qt de buffer pa KRfb
+Name[bg]=Qt фреймбуфер за KRfb
 Name[bs]=Qt-ov kadrobafer za KRFB
 Name[ca]=«Framebuffer» Qt per al KRfb.
 Name[ca@valencia]=«Framebuffer» Qt per al KRfb.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/krfb-4.11.2/framebuffers/x11/krfb_framebuffer_x11.desktop 
new/krfb-4.11.90/framebuffers/x11/krfb_framebuffer_x11.desktop
--- old/krfb-4.11.2/framebuffers/x11/krfb_framebuffer_x11.desktop   
2013-08-28 19:16:37.0 +0200
+++ new/krfb-4.11.90/framebuffers/x11/krfb_framebuffer_x11.desktop  
2013-08-02 06:21:04.0 +0200
@@ -2,6 +2,7 @@
 Encoding=UTF-8
 Comment=X11 XDamage/XShm based Framebuffer for KRfb.
 Comment[ast]=Esquema de buffer pa KRfb basáu en XDamage/XShm
+Comment[bg]=Основан на X11 XDamage/XShm фреймбуфер за KRfb.
 Comment[bs]=X11 XDamage/XShm baziran framebafer za KRfb.
 Comment[ca]=«Framebuffer» basat en XDamage/XShmQt de l'X11 per al KRfb.
 Comment[ca@valencia]=«Framebuffer» basat en XDamage/XShmQt de l'X11 per al 
KRfb.
@@ -49,6 +50,7 @@
 Comment[zh_TW]=KRfb 的 X11 XDamage/XShm based Framebuffer
 Name=X11 Framebuffer for KRfb
 Name[ast]=Buffer de X11 pa KRfb
+Name[bg]=X11 фреймбуфер за KRfb
 Name[bs]=X11 frame bafer za KRfb
 Name[ca]=«Framebuffer» de l'X11 per al KRfb.
 Name[ca@valencia]=«Framebuffer» de l'X11 per al KRfb.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krfb-4.11.2/krfb/krfb-framebuffer.desktop 
new/krfb-4.11.90/krfb/krfb-framebuffer.desktop
--- old/krfb-4.11.2/krfb/krfb-framebuffer.desktop   2013-08-28 
19:16:37.0 +0200
+++ new/krfb-4.11.90/krfb/krfb-framebuffer.desktop  2013-08-02 
06:21:04.0 +0200
@@ -4,6 +4,7 @@
 
 Comment=Frame Buffer plugins for KRfb
 Comment[ast]=Complementu de buffer pa KRfb
+Comment[bg]=Приставки за фреймбуфер за KRfb
 Comment[bs]=Priključci framebafera za KRfb
 Comment[ca]=Connectors de «framebuffer» per al KRfb.
 Comment[ca@valencia]=Connectors de «framebuffer» per al KRfb.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/krfb-4.11.2/krfb/krfb.notifyrc 
n

commit picmi for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "picmi"

Changes:

--- /work/SRC/openSUSE:Factory/picmi/picmi.changes  2013-10-03 
16:06:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2013-12-02 
12:35:45.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:03:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:50:22 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  picmi-4.11.2.tar.xz

New:

  picmi-4.11.90.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.ttkMTt/_old  2013-12-02 12:35:46.0 +0100
+++ /var/tmp/diff_new_pack.ttkMTt/_new  2013-12-02 12:35:46.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Logic
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:picmi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ picmi-4.11.2.tar.xz -> picmi-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-4.11.2/CMakeLists.txt 
new/picmi-4.11.90/CMakeLists.txt
--- old/picmi-4.11.2/CMakeLists.txt 2013-06-28 20:01:04.0 +0200
+++ new/picmi-4.11.90/CMakeLists.txt2013-10-28 05:05:57.0 +0100
@@ -12,11 +12,14 @@
 find_package(KDE4 REQUIRED)
 find_package(KDEGames 4.9.0 REQUIRED)
 
+include(KDE4Defaults)
+
 add_subdirectory(themes)
 add_subdirectory(icons)
 add_subdirectory(doc)
 add_subdirectory(levels)
 add_subdirectory(src)
+add_subdirectory(test)
 
 install(FILES ${CMAKE_SOURCE_DIR}/picmi.desktop DESTINATION 
${XDG_APPS_INSTALL_DIR})
 install(FILES ${CMAKE_SOURCE_DIR}/picmiui.rc DESTINATION 
${DATA_INSTALL_DIR}/picmi)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-4.11.2/GNUmakefile 
new/picmi-4.11.90/GNUmakefile
--- old/picmi-4.11.2/GNUmakefile2013-06-28 20:01:04.0 +0200
+++ new/picmi-4.11.90/GNUmakefile   2013-10-28 05:05:57.0 +0100
@@ -2,6 +2,9 @@
mkdir -p build
cd build; cmake -DCMAKE_BUILD_TYPE="Debug" 
-DCMAKE_INSTALL_PREFIX="/usr" -DQT_QMAKE_EXECUTABLE=qmake-qt4 ..; make -j3
 
+check: bake
+   cd build; ctest --output-on-failure
+
 clean:
rm -r build
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-4.11.2/INSTALL new/picmi-4.11.90/INSTALL
--- old/picmi-4.11.2/INSTALL2013-06-28 20:01:04.0 +0200
+++ new/picmi-4.11.90/INSTALL   2013-10-28 05:05:57.0 +0100
@@ -26,16 +26,6 @@
 
 
 
-Installation from AUR (Archlinux)

-
-Install using your favorite AUR helper or manually with wget && makepkg && 
pacman -U.
-
-Package Name: picmi-git
-URL: https://aur.archlinux.org/packages.php?ID=56720
-
-
-
 Manual Installation
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-4.11.2/TODO new/picmi-4.11.90/TODO
--- old/picmi-4.11.2/TODO   2013-06-28 20:01:04.0 +0200
+++ new/picmi-4.11.90/TODO  2013-10-28 05:05:57.0 +0100
@@ -1,8 +1,5 @@
 * frontend to save states - menu items, maybe an extra pane
 * improve level selection window (sorting, filtering)
-* refactoring
-improve streak calculation
-...
 * display statistics: highscores should be displayed at the end of each game,
   listing the current position (#123 out of 323 played), # of game completed,
   # of games incomplete, average time, current time. the score window should
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-4.11.2/picmi.desktop 
new/picmi-4.11.90/picmi.desktop
--- old/picmi-4.11.2/picmi.desktop  2013-08-28 19:13:31.0 +0200
+++ new/picmi-4.11.90/picmi.desktop 2013-10-28 05:05:57.0 +0100
@@ -24,6 +24,7 @@
 Name[pl]=picmi
 Name[pt]=picmi
 Name[pt_BR]=p

commit kapptemplate for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kapptemplate"

Changes:

--- /work/SRC/openSUSE:Factory/kapptemplate/kapptemplate.changes
2013-10-03 15:50:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kapptemplate.new/kapptemplate.changes   
2013-12-02 12:36:27.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:34:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:06:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:53:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kapptemplate-4.11.2.tar.xz

New:

  kapptemplate-4.11.90.tar.xz



Other differences:
--
++ kapptemplate.spec ++
--- /var/tmp/diff_new_pack.tICmUI/_old  2013-12-02 12:36:27.0 +0100
+++ /var/tmp/diff_new_pack.tICmUI/_new  2013-12-02 12:36:27.0 +0100
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/IDE
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch1: desktop-files.diff

++ kapptemplate-4.11.2.tar.xz -> kapptemplate-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.11.2/templates/QML/qml-plasmoid/package/metadata.desktop 
new/kapptemplate-4.11.90/templates/QML/qml-plasmoid/package/metadata.desktop
--- old/kapptemplate-4.11.2/templates/QML/qml-plasmoid/package/metadata.desktop 
2013-08-28 19:13:46.0 +0200
+++ 
new/kapptemplate-4.11.90/templates/QML/qml-plasmoid/package/metadata.desktop
2013-10-09 06:13:58.0 +0200
@@ -51,6 +51,7 @@
 Comment=what your app does in a few words
 Comment[bs]=šta vaš program radi u nekoliko riječi
 Comment[ca]=Què fa la vostra aplicació en poques paraules
+Comment[ca@valencia]=Què fa la vostra aplicació en poques paraules
 Comment[da]=nogle få ord om hvad din app gør
 Comment[de]=Kurze Bescheibung, was Ihre Anwendung tut
 Comment[es]=lo que hace su aplicación, en pocas palabras
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.11.2/templates/QML/qml-plasmoid/qml-plasmoid.kdevtemplate 
new/kapptemplate-4.11.90/templates/QML/qml-plasmoid/qml-plasmoid.kdevtemplate
--- 
old/kapptemplate-4.11.2/templates/QML/qml-plasmoid/qml-plasmoid.kdevtemplate
2013-08-28 19:13:46.0 +0200
+++ 
new/kapptemplate-4.11.90/templates/QML/qml-plasmoid/qml-plasmoid.kdevtemplate   
2013-10-09 06:13:58.0 +0200
@@ -3,6 +3,7 @@
 Name=Plasma QML Applet
 Name[bs]=Plasma QML Applet
 Name[ca]=Miniaplicació QML del Plasma
+Name[ca@valencia]=Miniaplicació QML del Plasma
 Name[da]=Plasma QML-applet
 Name[de]=Plasma-QML-Miniprogramm
 Name[es]=Miniaplicación QML para Plasma
@@ -31,6 +32,7 @@
 Comment=Plasma QML Applet Template: a plasma applet template displaying a svg 
picture and a text.
 Comment[bs]=Predložak za QML aplete. Predložak za plasma aplete koji prikazuju 
SVG sliku i tekst
 Comment[ca]=Plantilla de miniaplicació del Plasma: una plantilla de 
miniaplicació del plasma que mostra una icona i un text
+Comment[ca@valencia]=Plantilla de miniaplicació del Plasma: una plantilla de 
miniaplicació del plasma que mostra una icona i un text
 Comment[da]=Skabelon til Plasma QML-applet. En skabelon til en Plasma-applet, 
som viser et SVG-billede og en tekst.
 Comment[de]=Vorlage für Plasma-QML-Miniprogramm. Eine Vorlage für ein 
Plasma-Miniprogramm, das ein SVG-Symbol und einen Text anzeigt
 Comment[es]=Plantilla de miniaplicación QML para Plasma: una plantilla de 
miniaplicación para Plasma que muestra una imagen SVG y un texto.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.11.2/templates/QML/qt5-qml2/qt5-qml2.kdevtemplate 
new/kapptemplate-4.11.90/templates/QML/qt5-qml2/qt5-qml2.kdevtemplate
--- old/kapptemplate-4.11.2/templates/QML/qt5-qml2/qt5-qml2.kdevtemplate
2013-08-28 19:13:46.0 +020

commit kdenetwork-strigi-analyzers for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork-strigi-analyzers for 
openSUSE:Factory checked in at 2013-12-02 12:35:49

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


Package is "kdenetwork-strigi-analyzers"

Changes:

--- 
/work/SRC/openSUSE:Factory/kdenetwork-strigi-analyzers/kdenetwork-strigi-analyzers.changes
  2013-10-03 15:54:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork-strigi-analyzers.new/kdenetwork-strigi-analyzers.changes
 2013-12-02 12:35:50.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:03:56 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:50:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdenetwork-strigi-analyzers-4.11.2.tar.xz

New:

  kdenetwork-strigi-analyzers-4.11.90.tar.xz



Other differences:
--
++ kdenetwork-strigi-analyzers.spec ++
--- /var/tmp/diff_new_pack.KOvDeJ/_old  2013-12-02 12:35:50.0 +0100
+++ /var/tmp/diff_new_pack.KOvDeJ/_new  2013-12-02 12:35:50.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdenetwork-strigi-analyzers-4.11.2.tar.xz -> 
kdenetwork-strigi-analyzers-4.11.90.tar.xz ++

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



commit kdenetwork4-filesharing for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kdenetwork4-filesharing"

Changes:

--- 
/work/SRC/openSUSE:Factory/kdenetwork4-filesharing/kdenetwork4-filesharing.changes
  2013-10-03 15:54:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new/kdenetwork4-filesharing.changes
 2013-12-02 12:36:08.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:33:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:05:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:51:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdenetwork-filesharing-4.11.2.tar.xz

New:

  kdenetwork-filesharing-4.11.90.tar.xz



Other differences:
--
++ kdenetwork4-filesharing.spec ++
--- /var/tmp/diff_new_pack.aRQyEO/_old  2013-12-02 12:36:09.0 +0100
+++ /var/tmp/diff_new_pack.aRQyEO/_new  2013-12-02 12:36:09.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   kdenetwork4-filesharing
 BuildRequires:  libkde4-devel
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:KDE Network Libraries
 License:GPL-2.0+

++ kdenetwork-filesharing-4.11.2.tar.xz -> 
kdenetwork-filesharing-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdenetwork-filesharing-4.11.2/samba/filepropertiesplugin/sambausershareplugin.desktop
 
new/kdenetwork-filesharing-4.11.90/samba/filepropertiesplugin/sambausershareplugin.desktop
--- 
old/kdenetwork-filesharing-4.11.2/samba/filepropertiesplugin/sambausershareplugin.desktop
   2013-08-28 19:15:36.0 +0200
+++ 
new/kdenetwork-filesharing-4.11.90/samba/filepropertiesplugin/sambausershareplugin.desktop
  2013-09-13 06:01:09.0 +0200
@@ -60,6 +60,7 @@
 Name[ta]=Fileshare Konqueror அடைவு பண்புகளின் பக்கம்
 Name[tg]=Саҳифаи Феҳристи Хусусиятҳо оиди Konqueror Истифодабарии Муштараки 
Файлҳо
 Name[tr]=Dosya Paylaşımı Konqueror Dizin Özellikleri Sayfası
+Name[ug]=Fileshare Konqueror مۇندەرىجە خاسلىق بېتى
 Name[uk]=Сторінка властивостей каталогу для спільного доступу
 Name[vi]=Trang thuộc tính của chia sẻ thư mục Konqueror
 Name[x-test]=xxFileshare Konqueror Directory Properties Pagexx
@@ -126,6 +127,7 @@
 Comment[ta]=Konqueror பண்புகளின் உரையாடல் செருகுகள் அடைவை சம்பா சேவையகத்துடன் 
பகிரவேண்டிய செருகுகள்
 Comment[tg]=Модули муколамаи хусусиятҳои Konqueror барои истифодабарии 
муштараки феҳрист бо шабакаи маҳалллӣ
 Comment[tr]=Yerel ağ ile dizin paylaşımı için Konqueror iletişim eklentisi 
özellikleri
+Comment[ug]=بۇKonqueror خاسلىق سۆزلەشكۈ قىستۇرمىسى بىلەن يەرلىك تور 
مۇندەرىجىنى ھەمبەھىرلەيدۇ
 Comment[uk]=Додаток діалогового вікна властивостей Konqueror для уможливлення 
спільного доступу до каталогу з локальної мережі
 Comment[vi]=Phần bổ sung hộp thoại thuộc tính Konqueror dùng để chia sẻ một 
thư mục trên mạng nội bộ
 Comment[x-test]=xxKonqueror properties dialog plugin to share a directory with 
the local networkxx

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



commit ksirk for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "ksirk"

Changes:

--- /work/SRC/openSUSE:Factory/ksirk/ksirk.changes  2013-10-03 
16:01:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2013-12-02 
12:35:18.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:29:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:02:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:48:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ksirk-4.11.2.tar.xz

New:

  ksirk-4.11.90.tar.xz



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.oRteiJ/_old  2013-12-02 12:35:19.0 +0100
+++ /var/tmp/diff_new_pack.oRteiJ/_new  2013-12-02 12:35:19.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Strategy/Turn Based
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ ksirk-4.11.2.tar.xz -> ksirk-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.11.2/ksirk/gestionSprites.cpp 
new/ksirk-4.11.90/ksirk/gestionSprites.cpp
--- old/ksirk-4.11.2/ksirk/gestionSprites.cpp   2013-06-28 19:50:16.0 
+0200
+++ new/ksirk-4.11.90/ksirk/gestionSprites.cpp  2013-10-20 12:48:30.0 
+0200
@@ -41,7 +41,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 // include files for KDE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-4.11.2/ksirk/ksirk.desktop 
new/ksirk-4.11.90/ksirk/ksirk.desktop
--- old/ksirk-4.11.2/ksirk/ksirk.desktop2013-08-28 19:12:39.0 
+0200
+++ new/ksirk-4.11.90/ksirk/ksirk.desktop   2013-10-20 12:48:30.0 
+0200
@@ -96,6 +96,7 @@
 GenericName[sr@latin]=Strateška igra svetske prevlasti
 GenericName[sv]=Strategispel för världsdominans
 GenericName[tr]=Dünya Hakimiyeti Strateji Oyunu
+GenericName[ug]=دۇنيا ھۆكۈمرانلىقى ئستراتېگىيە ئويۇنى
 GenericName[uk]=Стратегічна гра у світове панування
 GenericName[wa]=Djeu di stratedjeye pos esse li mwaisse do monde
 GenericName[x-test]=xxWorld Domination Strategy Gamexx

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



commit kuser for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kuser"

Changes:

--- /work/SRC/openSUSE:Factory/kuser/kuser.changes  2013-10-03 
16:02:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.kuser.new/kuser.changes 2013-12-02 
12:35:58.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:04:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:51:11 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kuser-4.11.2.tar.xz

New:

  kuser-4.11.90.tar.xz



Other differences:
--
++ kuser.spec ++
--- /var/tmp/diff_new_pack.wbmerU/_old  2013-12-02 12:35:59.0 +0100
+++ /var/tmp/diff_new_pack.wbmerU/_new  2013-12-02 12:35:59.0 +0100
@@ -19,7 +19,7 @@
 Name:   kuser
 BuildRequires:  libkdepimlibs4-devel
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:User Account Manager
 License:GPL-2.0+

++ kuser-4.11.2.tar.xz -> kuser-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kuser-4.11.2/kuser.desktop 
new/kuser-4.11.90/kuser.desktop
--- old/kuser-4.11.2/kuser.desktop  2013-08-28 19:15:33.0 +0200
+++ new/kuser-4.11.90/kuser.desktop 2013-08-04 06:22:20.0 +0200
@@ -145,7 +145,7 @@
 GenericName[tg]=Роҳбари Истифодакунанда
 GenericName[th]=จัดการบัญชีผู้ใช้
 GenericName[tr]=Kullanıcı Yöneticisi
-GenericName[ug]=ئىشلەتكۈچى باشقۇرۇش
+GenericName[ug]=ئىشلەتكۈچى باشقۇرۇش پروگراممىسى
 GenericName[uk]=Менеджер користувачів
 GenericName[uz]=Foydalanuvchilar boshqaruvchisi
 GenericName[uz@cyrillic]=Фойдаланувчилар бошқарувчиси

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



commit kspaceduel for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kspaceduel"

Changes:

--- /work/SRC/openSUSE:Factory/kspaceduel/kspaceduel.changes2013-10-03 
16:01:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kspaceduel.new/kspaceduel.changes   
2013-12-02 12:35:21.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:30:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:02:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:48:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kspaceduel-4.11.2.tar.xz

New:

  kspaceduel-4.11.90.tar.xz



Other differences:
--
++ kspaceduel.spec ++
--- /var/tmp/diff_new_pack.C3gxPd/_old  2013-12-02 12:35:22.0 +0100
+++ /var/tmp/diff_new_pack.C3gxPd/_new  2013-12-02 12:35:22.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kspaceduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kspaceduel-4.11.2.tar.xz -> kspaceduel-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kspaceduel-4.11.2/kspaceduel.desktop 
new/kspaceduel-4.11.90/kspaceduel.desktop
--- old/kspaceduel-4.11.2/kspaceduel.desktop2013-08-28 19:12:46.0 
+0200
+++ new/kspaceduel-4.11.90/kspaceduel.desktop   2013-08-04 06:25:33.0 
+0200
@@ -121,6 +121,7 @@
 GenericName[sv]=Rymdspel
 GenericName[ta]=விண்வெளி ஆர்கேட் விளையாட்டு
 GenericName[tr]=Uzay Macera Oyunu
+GenericName[ug]=بوشلۇق ئويۇنى
 GenericName[uk]=Космічна аркадна гра — дуель
 GenericName[wa]=Djeu d' årcåde di l' espåce
 GenericName[x-test]=xxSpace Arcade Gamexx

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



commit libkdegames for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "libkdegames"

Changes:

--- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes  2013-10-03 
16:04:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2013-12-02 12:35:37.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:31:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 07:59:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:49:29 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libkdegames-4.11.2.tar.xz

New:

  libkdegames-4.11.90.tar.xz



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.9t29Xc/_old  2013-12-02 12:35:38.0 +0100
+++ /var/tmp/diff_new_pack.9t29Xc/_new  2013-12-02 12:35:38.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:libkdegames-%{version}.tar.xz
 Patch1: libkdegames-bnc793185.patch

++ libkdegames-4.11.2.tar.xz -> libkdegames-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-4.11.2/carddecks/svg-future/index.desktop 
new/libkdegames-4.11.90/carddecks/svg-future/index.desktop
--- old/libkdegames-4.11.2/carddecks/svg-future/index.desktop   2013-06-28 
19:52:51.0 +0200
+++ new/libkdegames-4.11.90/carddecks/svg-future/index.desktop  2013-10-28 
05:05:48.0 +0100
@@ -9,6 +9,7 @@
 Name[en_GB]=Future Simple
 Name[es]=Futuro simple
 Name[et]=Lihtne futu
+Name[fi]=Future Simple
 Name[fr]=Future et simple
 Name[ga]=Future Simple
 Name[gl]=Futuro simple
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-4.11.2/carddecks/svg-jolly-royal/index.desktop 
new/libkdegames-4.11.90/carddecks/svg-jolly-royal/index.desktop
--- old/libkdegames-4.11.2/carddecks/svg-jolly-royal/index.desktop  
2013-08-28 19:13:10.0 +0200
+++ new/libkdegames-4.11.90/carddecks/svg-jolly-royal/index.desktop 
2013-10-28 05:05:48.0 +0100
@@ -9,6 +9,7 @@
 Name[en_GB]=Jolly Royal
 Name[es]=Jolly Royal
 Name[et]=Jolly Royal
+Name[fi]=Jolly Royal
 Name[fr]=Jolly Royal
 Name[ga]=Jolly Royal
 Name[gl]=Jolly Royal
@@ -51,6 +52,7 @@
 Comment[es]=Estilo limpio y sencillo con un toque real distintivo
 Comment[et]=Selge ja lihtne teema kena suursuguse tooniga.
 Comment[eu]=Estilo garbi eta erraza ukitu erreal batekin.
+Comment[fi]=Siisti ja mukava, selvästi erottuva kuninkaallinen tyyli
 Comment[fr]=Un thème épuré et facile proposant une touche royale particulière.
 Comment[ga]=Stíl ghlan éasca le blas fíor-ríoga.
 Comment[gl]=Un estilo limpo e sinxelo cun toque de distinción.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-4.11.2/carddecks/svg-nicu-ornamental/index.desktop 
new/libkdegames-4.11.90/carddecks/svg-nicu-ornamental/index.desktop
--- old/libkdegames-4.11.2/carddecks/svg-nicu-ornamental/index.desktop  
2013-06-28 19:52:51.0 +0200
+++ new/libkdegames-4.11.90/carddecks/svg-nicu-ornamental/index.desktop 
2013-10-28 05:05:48.0 +0100
@@ -10,6 +10,7 @@
 Name[en_GB]=Nicu Ornamental
 Name[es]=Ornamental Nicu
 Name[et]=Nicu Ornamental
+Name[fi]=Nicu Ornamental
 Name[fr]=Ornemental Nicu
 Name[ga]=Nicu Ornamental
 Name[gl]=Nicu Ornamental
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-4.11.2/carddecks/svg-nicu-white/index.desktop 
new/libkdegames-4.11.90/carddecks/svg-nicu-white/index.desktop
--- old/libkdegames-4.11.2/carddecks/svg-nicu-white/index.desktop   
2013-06-28 19:52:51.0 +0200
+++ new/libkdegames-4.11.90/carddecks/svg-nicu-white/index.desktop  
2013-10-28 05:05:48.0 +0100
@@ -9,6 +9,7 @@
 Name[en_GB]=Nicu White
 Name[es]=Nicu blanco
 Name[et]=Nicu valge
+Name[fi]=Nicu White
 Name[fr]=Nicu blanc
 N

commit kpat for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kpat"

Changes:

--- /work/SRC/openSUSE:Factory/kpat/kpat.changes2013-10-03 
16:00:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpat.new/kpat.changes   2013-12-02 
12:35:14.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:29:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:01:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:47:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kpat-4.11.2.tar.xz

New:

  kpat-4.11.90.tar.xz



Other differences:
--
++ kpat.spec ++
--- /var/tmp/diff_new_pack.4jWKUF/_old  2013-12-02 12:35:15.0 +0100
+++ /var/tmp/diff_new_pack.4jWKUF/_new  2013-12-02 12:35:15.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kpat-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ kpat-4.11.2.tar.xz -> kpat-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-4.11.2/kpat.desktop 
new/kpat-4.11.90/kpat.desktop
--- old/kpat-4.11.2/kpat.desktop2013-08-28 19:12:19.0 +0200
+++ new/kpat-4.11.90/kpat.desktop   2013-10-28 05:05:38.0 +0100
@@ -113,6 +113,7 @@
 GenericName[te]=సహనం పేక ఆట
 GenericName[tg]=Бозии Пасянси Кортӣ
 GenericName[tr]=Sabır Kart Oyunu
+GenericName[ug]=سەۋر تاقەت كارتا ئويۇنى
 GenericName[uk]=Гра картами у пасьянс
 GenericName[wa]=Cwårdjeu d' pacyince
 GenericName[xh]=Ikhadi lomdlalo wokunyamezela
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-4.11.2/themes/ancientegypt.desktop 
new/kpat-4.11.90/themes/ancientegypt.desktop
--- old/kpat-4.11.2/themes/ancientegypt.desktop 2013-08-28 19:12:19.0 
+0200
+++ new/kpat-4.11.90/themes/ancientegypt.desktop2013-10-28 
05:05:38.0 +0100
@@ -9,6 +9,7 @@
 Name[en_GB]=Desert Sands
 Name[es]=Arenas del desierto
 Name[et]=Kõrbeliiv
+Name[fi]=Aavikon hiekat
 Name[fr]=Les sables du désert
 Name[ga]=Desert Sands
 Name[gl]=Areas do deserto
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-4.11.2/themes/cleangreen.desktop 
new/kpat-4.11.90/themes/cleangreen.desktop
--- old/kpat-4.11.2/themes/cleangreen.desktop   2013-08-28 19:12:19.0 
+0200
+++ new/kpat-4.11.90/themes/cleangreen.desktop  2013-10-28 05:05:38.0 
+0100
@@ -9,6 +9,7 @@
 Name[en_GB]=Clean Green
 Name[es]=Verde limpio
 Name[et]=Puhas roheline
+Name[fi]=Puhtaanvihreä
 Name[fr]=Vert épuré
 Name[ga]=Clean Green
 Name[gl]=Verde claro
@@ -48,6 +49,7 @@
 Description[en_GB]=A simple green felt theme
 Description[es]=Un tema sencillo de fieltro verde
 Description[et]=Lihtne rohekas teema
+Description[fi]=Yksinkertainen vihreäntuntuinen teema
 Description[fr]=Un thème simple de feutre vert
 Description[gl]=Tema visual simple de cor verde
 Description[hu]=Egyszerű zöld filc téma
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-4.11.2/themes/greenblaze.desktop 
new/kpat-4.11.90/themes/greenblaze.desktop
--- old/kpat-4.11.2/themes/greenblaze.desktop   2013-06-28 19:49:48.0 
+0200
+++ new/kpat-4.11.90/themes/greenblaze.desktop  2013-10-28 05:05:38.0 
+0100
@@ -9,6 +9,7 @@
 Name[en_GB]=Green Blaze
 Name[es]=Resplandor verde
 Name[et]=Rohesära
+Name[fi]=Vihreä loisto
 Name[fr]=Vert flamboyant
 Name[ga]=Green Blaze
 Name[gl]=Lume verde

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



commit kdnssd for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kdnssd"

Changes:

--- /work/SRC/openSUSE:Factory/kdnssd/kdnssd.changes2013-10-03 
15:58:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdnssd.new/kdnssd.changes   2013-12-02 
12:36:00.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:04:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:51:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdnssd-4.11.2.tar.xz

New:

  kdnssd-4.11.90.tar.xz



Other differences:
--
++ kdnssd.spec ++
--- /var/tmp/diff_new_pack.y3jVsS/_old  2013-12-02 12:36:00.0 +0100
+++ /var/tmp/diff_new_pack.y3jVsS/_new  2013-12-02 12:36:00.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   kdnssd
 BuildRequires:  libkde4-devel
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Zeroconf Support for KDE
 License:GPL-2.0+

++ kdnssd-4.11.2.tar.xz -> kdnssd-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-4.11.2/ioslave/zeroconf.desktop 
new/kdnssd-4.11.90/ioslave/zeroconf.desktop
--- old/kdnssd-4.11.2/ioslave/zeroconf.desktop  2013-08-28 19:15:49.0 
+0200
+++ new/kdnssd-4.11.90/ioslave/zeroconf.desktop 2013-08-16 06:08:11.0 
+0200
@@ -61,6 +61,7 @@
 Name[sv]=Nätverkstjänster
 Name[th]=บริการของเครือข่าย
 Name[tr]=Ağ Servisleri
+Name[ug]=تور مۇلازىمەتلىرى
 Name[uk]=Мережеві служби
 Name[uz]=Tarmoq xizmatlari
 Name[uz@cyrillic]=Тармоқ хизматлари
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdnssd-4.11.2/kdedmodule/dnssdwatcher.desktop 
new/kdnssd-4.11.90/kdedmodule/dnssdwatcher.desktop
--- old/kdnssd-4.11.2/kdedmodule/dnssdwatcher.desktop   2013-08-28 
19:15:49.0 +0200
+++ new/kdnssd-4.11.90/kdedmodule/dnssdwatcher.desktop  2013-08-16 
06:08:11.0 +0200
@@ -42,6 +42,7 @@
 Name[sr@latin]=Nadzornik DNSSD otkrivanja servisa
 Name[sv]=Övervakning av DNS-SD tjänstupptäckt
 Name[tr]=DNS-SD Hizmet Keşfi İzleyici
+Name[ug]=DNS-SD مۇلازىمەت بايقىغۇچ كۆزەتكۈچى
 Name[uk]=Спостереження за службами DNS-SD
 Name[x-test]=xxDNS-SD Service Discovery Monitorxx
 Name[zh_CN]=DNS-SD 服务发现监视器
@@ -87,6 +88,7 @@
 Comment[sr@latin]=Nadzire mrežu za DNSSD servisima
 Comment[sv]=Övervakar nätverket för att hitta DNS-SD tjänster
 Comment[tr]=Ağı DNS-SD hizmetleri için izler
+Comment[ug]=توردىكى DNS-SD مۇلازىمەتلىرىنى كۆزىتىدۇ
 Comment[uk]=Спостереження за службами DNS-SD мережі
 Comment[x-test]=xxMonitors the network for DNS-SD servicesxx
 Comment[zh_CN]=监视网络中的 DNS-SD 服务

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



commit libkmahjongg for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "libkmahjongg"

Changes:

--- /work/SRC/openSUSE:Factory/libkmahjongg/libkmahjongg.changes
2013-10-03 16:04:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2013-12-02 12:35:40.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:31:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:00:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:49:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libkmahjongg-4.11.2.tar.xz

New:

  libkmahjongg-4.11.90.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.A8E2jy/_old  2013-12-02 12:35:40.0 +0100
+++ /var/tmp/diff_new_pack.A8E2jy/_new  2013-12-02 12:35:40.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:libkmahjongg-%{version}.tar.xz
 BuildRequires:  fdupes

++ libkmahjongg-4.11.2.tar.xz -> libkmahjongg-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-4.11.2/CMakeLists.txt 
new/libkmahjongg-4.11.90/CMakeLists.txt
--- old/libkmahjongg-4.11.2/CMakeLists.txt  2013-06-28 19:52:57.0 
+0200
+++ new/libkmahjongg-4.11.90/CMakeLists.txt 2013-10-28 05:05:51.0 
+0100
@@ -1,15 +1,12 @@
 project(libkmahjongg)
 
-if(NOT COMPILING_KDEGAMES)
-   find_package(KDE4 REQUIRED)
-   include(KDE4Defaults)
-   include(MacroLibrary)
-   find_package(KDEGames REQUIRED)
-
-   add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
-   add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
-   include_directories(${KDE4_INCLUDES} ${CMAKE_SOURCE_DIR}/includes)
-endif(NOT COMPILING_KDEGAMES)
+find_package(KDE4 REQUIRED)
+include(KDE4Defaults)
+include(MacroLibrary)
+
+add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
+include_directories(${KDE4_INCLUDES} ${CMAKE_SOURCE_DIR}/includes)
 
 add_subdirectory( tilesets ) 
 add_subdirectory( backgrounds ) 
@@ -27,7 +24,7 @@
 
 kde4_add_library(kmahjongglib SHARED ${kmahjongg_LIB_SRCS})
 
-target_link_libraries(kmahjongglib kdegames ${KDE4_KDEUI_LIBS})
+target_link_libraries(kmahjongglib ${KDE4_KDEUI_LIBS})
 
 set_target_properties(kmahjongglib PROPERTIES VERSION ${GENERIC_LIB_VERSION} 
SOVERSION ${GENERIC_LIB_SOVERSION} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkmahjongg-4.11.2/backgrounds/chinese_landscape.desktop 
new/libkmahjongg-4.11.90/backgrounds/chinese_landscape.desktop
--- old/libkmahjongg-4.11.2/backgrounds/chinese_landscape.desktop   
2013-08-28 19:13:16.0 +0200
+++ new/libkmahjongg-4.11.90/backgrounds/chinese_landscape.desktop  
2013-10-28 05:05:51.0 +0100
@@ -67,7 +67,7 @@
 Description[et]=Hiina maastik mägede ja kosega
 Description[eu]=Txinatar panoramiko a mendi eta ur-jauziekin.
 Description[fa]=منظره چینی با کوهها و آبشار
-Description[fi]=Kiinalainen maisema vuorilla ja vesiputouksella
+Description[fi]=Kiinalainen maisema, jossa on vuoria ja vesiputous
 Description[fr]=Paysage chinois avec montagnes et une chute d'eau
 Description[ga]=Tírdhreach Síneach le sléibhte agus eas
 Description[gl]=Paisaxe chinesa con montañas e unha cascada.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-4.11.2/backgrounds/color_plain.desktop 
new/libkmahjongg-4.11.90/backgrounds/color_plain.desktop
--- old/libkmahjongg-4.11.2/backgrounds/color_plain.desktop 2013-08-28 
19:13:16.0 +0200
+++ new/libkmahjongg-4.11.90/backgrounds/color_plain.desktop2013-10-28 
05:05:51.0 +0100
@@ -15,6 +15,7 @@
 Name[et]=Tavaline värv
 Name[eu]=Kolorea soila
 Name[fa]=رنگ ساده
+Name[

commit kppp for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kppp"

Changes:

--- /work/SRC/openSUSE:Factory/kppp/kppp.changes2013-10-03 
16:00:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kppp.new/kppp.changes   2013-12-02 
12:36:04.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:33:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:04:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:51:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kppp-4.11.2.tar.xz

New:

  kppp-4.11.90.tar.xz



Other differences:
--
++ kppp.spec ++
--- /var/tmp/diff_new_pack.Ot7YF1/_old  2013-12-02 12:36:04.0 +0100
+++ /var/tmp/diff_new_pack.Ot7YF1/_new  2013-12-02 12:36:04.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   kppp
 BuildRequires:  libkde4-devel
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Internet Dial-Up Tool
 License:GPL-2.0+

++ kppp-4.11.2.tar.xz -> kppp-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kppp-4.11.2/DB/Provider/Czech_Republic/.directory 
new/kppp-4.11.90/DB/Provider/Czech_Republic/.directory
--- old/kppp-4.11.2/DB/Provider/Czech_Republic/.directory   2013-06-28 
20:08:41.0 +0200
+++ new/kppp-4.11.90/DB/Provider/Czech_Republic/.directory  2013-08-04 
06:27:09.0 +0200
@@ -54,6 +54,7 @@
 Name[sv]=Tjeckien
 Name[th]=เชค
 Name[tr]=Çek Cumhuriyeti
+Name[ug]=چېخىيە
 Name[uk]=Чехія
 Name[vi]=Séc
 Name[wa]=Tchekeye
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kppp-4.11.2/Kppp.desktop 
new/kppp-4.11.90/Kppp.desktop
--- old/kppp-4.11.2/Kppp.desktop2013-08-28 19:16:23.0 +0200
+++ new/kppp-4.11.90/Kppp.desktop   2013-08-04 06:27:09.0 +0200
@@ -62,6 +62,7 @@
 GenericName[tg]=Асбоб барои Зангзанӣ ба Интернет
 GenericName[th]=เครื่องมือหมุนเชื่อมต่ออินเทอร์เน็ต
 GenericName[tr]=İnternet Çevirmeli Ağ Aracı
+GenericName[ug]=ئىنتېرنېت Dial-Up قورالى
 GenericName[uk]=Засіб додзвону в Інтернет
 GenericName[vi]=Công cụ quay số Mạng
 GenericName[x-test]=xxInternet Dial-Up Toolxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kppp-4.11.2/logview/kppplogview.desktop 
new/kppp-4.11.90/logview/kppplogview.desktop
--- old/kppp-4.11.2/logview/kppplogview.desktop 2013-08-28 19:16:23.0 
+0200
+++ new/kppp-4.11.90/logview/kppplogview.desktop2013-08-04 
06:27:09.0 +0200
@@ -59,6 +59,7 @@
 Name[sv]=Kppp - Loggvisare
 Name[th]=แสดงปูมบันทึกของ KPPP
 Name[tr]=KPPP Kayıt Görüntüleyici
+Name[ug]=KPPPLogview
 Name[uk]=KPPPLogview
 Name[uz]=KPPPLogview
 Name[uz@cyrillic]=KPPPLogview
@@ -125,6 +126,7 @@
 GenericName[sv]=Loggvisning för Internetuppringningsverktyg
 GenericName[th]=เครื่องมือหมุนเชื่อมต่ออินเทอร์เน็ต
 GenericName[tr]=İnternet Çevirmeli Ağ Aracı Kayıt Görüntüleyici
+GenericName[ug]=ئىنتېرنېت نومۇر بۇراش قورالىنىڭ خاتىرىسىنى كۆرگۈچ
 GenericName[uk]=Переглядач журналу засобу додзвону в Інтернет
 GenericName[vi]=Trình xem bản ghi của công cụ quay số Mạng
 GenericName[x-test]=xxInternet Dial-Up Tool Log Viewerxx

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



commit kdesdk4-scripts for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kdesdk4-scripts"

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk4-scripts/kdesdk4-scripts.changes  
2013-10-03 15:55:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk4-scripts.new/kdesdk4-scripts.changes 
2013-12-02 12:36:12.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:33:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:05:35 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:52:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kde-dev-scripts-4.11.2.tar.xz

New:

  kde-dev-scripts-4.11.90.tar.xz



Other differences:
--
++ kdesdk4-scripts.spec ++
--- /var/tmp/diff_new_pack.sQqlPu/_old  2013-12-02 12:36:14.0 +0100
+++ /var/tmp/diff_new_pack.sQqlPu/_new  2013-12-02 12:36:14.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{rname}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-dev-scripts-4.11.2.tar.xz -> kde-dev-scripts-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-4.11.2/CMakeLists.txt 
new/kde-dev-scripts-4.11.90/CMakeLists.txt
--- old/kde-dev-scripts-4.11.2/CMakeLists.txt   2013-08-28 19:14:02.0 
+0200
+++ new/kde-dev-scripts-4.11.90/CMakeLists.txt  2013-10-22 12:19:48.0 
+0200
@@ -78,5 +78,6 @@
   svnintegrate
   kde_generate_export_header
   kde-systemsettings-tree.py
+  reviewboard-am
   DESTINATION ${BIN_INSTALL_DIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-4.11.2/createtarball/config.ini 
new/kde-dev-scripts-4.11.90/createtarball/config.ini
--- old/kde-dev-scripts-4.11.2/createtarball/config.ini 2013-08-28 
19:14:02.0 +0200
+++ new/kde-dev-scripts-4.11.90/createtarball/config.ini2013-10-22 
12:19:48.0 +0200
@@ -234,7 +234,7 @@
 
 [kmymoney]
 gitModule= yes
-gitTag   = 4.6.2
+gitTag   = 4.6.4
 mainmodule   = branches/stable/extragear-kde4
 l10nmodule   = extragear-office
 l10npath = branches/stable
@@ -243,7 +243,7 @@
 docs = yes
 docpath  = kmymoney/doc
 translations = yes
-version  = 4.6.2
+version  = 4.6.4
 
 [libalkimia]
 folder   = alkimia
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-dev-scripts-4.11.2/kdedoxyman.sh 
new/kde-dev-scripts-4.11.90/kdedoxyman.sh
--- old/kde-dev-scripts-4.11.2/kdedoxyman.sh2013-08-28 19:14:02.0 
+0200
+++ new/kde-dev-scripts-4.11.90/kdedoxyman.sh   2013-10-22 12:19:48.0 
+0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 #
 # kdedoxyman.sh
-# Copyright 2007,2010,2012 by Allen Winter 
+# Copyright 2007,2010,2012-2013 by Allen Winter 
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,13 +25,17 @@
 #
 
 ulimit -c unlimited
-usage="`basename $0` -d "
+usage="`basename $0` [-d ] [-n ] [-x 
]"
 
-install_dir="";
-while getopts ":d:" options; do
+install_dir="$PWD"
+project_name="KDE"
+project_version="4.12"
+while getopts "hn:x:d:" options; do
   case $options in
+h ) echo $usage; exit 0;;
 d ) install_dir=$OPTARG;;
-h ) echo $usage;;
+n ) project_name="$OPTARG";;
+x ) project_version="$OPTARG";;
 \? ) echo $usage
  exit 1;;
 * ) echo $usage
@@ -54,8 +58,8 @@
 #---
 # Project related configuration options
 #---
-PROJECT_NAME   = KDE
-PROJECT_NUMBER = 4.11
+PROJECT_NAME   = $project_name
+PROJECT_NUMBER = $project_version
 OUTPUT_DIRECTORY   = $install_dir
 CREATE_SU

commit kdesdk-strigi-analyzers for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-strigi-analyzers for 
openSUSE:Factory checked in at 2013-12-02 12:35:50

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


Package is "kdesdk-strigi-analyzers"

Changes:

--- 
/work/SRC/openSUSE:Factory/kdesdk-strigi-analyzers/kdesdk-strigi-analyzers.changes
  2013-10-03 15:55:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-strigi-analyzers.new/kdesdk-strigi-analyzers.changes
 2013-12-02 12:35:52.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:32:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:04:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:50:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdesdk-strigi-analyzers-4.11.2.tar.xz

New:

  kdesdk-strigi-analyzers-4.11.90.tar.xz



Other differences:
--
++ kdesdk-strigi-analyzers.spec ++
--- /var/tmp/diff_new_pack.b8bVLb/_old  2013-12-02 12:35:53.0 +0100
+++ /var/tmp/diff_new_pack.b8bVLb/_new  2013-12-02 12:35:53.0 +0100
@@ -23,7 +23,7 @@
 License:LGPL-2.0+ and GPL-2.0
 Group:  Productivity/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdesdk-strigi-analyzers-4.11.2.tar.xz -> 
kdesdk-strigi-analyzers-4.11.90.tar.xz ++

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



commit lskat for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "lskat"

Changes:

--- /work/SRC/openSUSE:Factory/lskat/lskat.changes  2013-10-03 
16:05:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2013-12-02 
12:35:41.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:31:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:03:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:50:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  lskat-4.11.2.tar.xz

New:

  lskat-4.11.90.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.jy9jxz/_old  2013-12-02 12:35:42.0 +0100
+++ /var/tmp/diff_new_pack.jy9jxz/_new  2013-12-02 12:35:42.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:lskat-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lskat-4.11.2.tar.xz -> lskat-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-4.11.2/grafix/blue.desktop 
new/lskat-4.11.90/grafix/blue.desktop
--- old/lskat-4.11.2/grafix/blue.desktop2013-06-28 19:57:54.0 
+0200
+++ new/lskat-4.11.90/grafix/blue.desktop   2013-10-28 05:05:54.0 
+0100
@@ -11,6 +11,7 @@
 Name[es]=Verde aburrido
 Name[et]=Ereroheline
 Name[eu]=Berde sofistikatua
+Name[fi]=Vaisu vihreä
 Name[fr]=Vert sophistiqué
 Name[ga]=Green Blase
 Name[gl]=Algo verde

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



commit kopete for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kopete"

Changes:

--- /work/SRC/openSUSE:Factory/kopete/kopete.changes2013-10-03 
16:00:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.kopete.new/kopete.changes   2013-12-02 
12:36:10.0 +0100
@@ -1,0 +2,27 @@
+Sat Nov 16 18:33:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Wed Nov 13 01:07:25 UTC 2013 - hrvoje.sen...@gmail.com
+
+- BuildRequire pkgconfig(libotr) >= 4.0.0 for 13.1+ as kopete in 4.12
+  supports only that version
+
+---
+Sun Nov 10 08:05:15 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:52:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kopete-4.11.2.tar.xz

New:

  kopete-4.11.90.tar.xz



Other differences:
--
++ kopete.spec ++
--- /var/tmp/diff_new_pack.tVKOJe/_old  2013-12-02 12:36:12.0 +0100
+++ /var/tmp/diff_new_pack.tVKOJe/_new  2013-12-02 12:36:12.0 +0100
@@ -31,14 +31,12 @@
 BuildRequires:  speex-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  pkgconfig(expat)
-%if 0%{?suse_version} < 1230
-BuildRequires:  libotr-devel
-%else
-BuildRequires:  libotr2-devel
-BuildRequires:  pkgconfig(libsrtp)
+%if 0%{?suse_version} > 1230
+BuildRequires:  pkgconfig(libotr) >= 4.0.0
 %endif
+BuildRequires:  pkgconfig(libsrtp)
 BuildRequires:  pkgconfig(ortp) >= 0.22
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Instant Messenger
 License:GPL-2.0+
@@ -111,7 +109,9 @@
 %{_kde4_htmldir}/en/kopete/
 %{_kde4_iconsdir}/hicolor/*/apps/kopete*.*
 %{_kde4_iconsdir}/oxygen/*/actions/*
+%if 0%{?suse_version} > 1230
 %{_kde4_iconsdir}/oxygen/*/status/*
+%endif
 %{_kde4_appsdir}/kconf_update/
 %{_kde4_appsdir}/kopete/
 %{_kde4_configkcfgdir}/*
@@ -125,7 +125,9 @@
 %_kde4_appsdir/kopete_history2/
 %_kde4_appsdir/kopete_jabber/
 %_kde4_appsdir/kopete_latex/
+%if 0%{?suse_version} > 1230
 %_kde4_appsdir/kopete_otr/
+%endif
 %_kde4_appsdir/kopete_privacy/
 %_kde4_appsdir/kopete_skype/
 %_kde4_appsdir/kopete_statistics/

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

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



commit ksnakeduel for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "ksnakeduel"

Changes:

--- /work/SRC/openSUSE:Factory/ksnakeduel/ksnakeduel.changes2013-10-03 
16:01:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes   
2013-12-02 12:35:20.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:30:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:02:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:48:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ksnakeduel-4.11.2.tar.xz

New:

  ksnakeduel-4.11.90.tar.xz



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.pYw2V3/_old  2013-12-02 12:35:21.0 +0100
+++ /var/tmp/diff_new_pack.pYw2V3/_new  2013-12-02 12:35:21.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:ksnakeduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksnakeduel-4.11.2.tar.xz -> ksnakeduel-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-4.11.2/kdesnake.desktop 
new/ksnakeduel-4.11.90/kdesnake.desktop
--- old/ksnakeduel-4.11.2/kdesnake.desktop  2013-08-28 19:12:42.0 
+0200
+++ new/ksnakeduel-4.11.90/kdesnake.desktop 2013-10-28 05:05:41.0 
+0100
@@ -15,6 +15,7 @@
 GenericName[es]=Juego similar a Snake
 GenericName[et]=Ussimäng
 GenericName[eu]=Sugea bezalako jokoa
+GenericName[fi]=Snaken kaltainen peli
 GenericName[fr]=Jeu du serpent
 GenericName[ga]=Cluiche Cosúil le Snake
 GenericName[gl]=Xogo similar ao Snake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-4.11.2/themes/neon.desktop 
new/ksnakeduel-4.11.90/themes/neon.desktop
--- old/ksnakeduel-4.11.2/themes/neon.desktop   2013-08-28 19:12:42.0 
+0200
+++ new/ksnakeduel-4.11.90/themes/neon.desktop  2013-10-28 05:05:41.0 
+0100
@@ -52,6 +52,7 @@
 Description[en_GB]=A retro theme with a distinctive touch of early 50s.
 Description[es]=Un tema retro con un toque distintivo de los años 50.
 Description[et]=Retroteema 1950. aastate alguse stiilis.
+Description[fi]=Retroteema, jossa on silaus 50-luvun alkua.
 Description[fr]=Un thème rétro avec une touche particulière du début des 
années 50.
 Description[ga]=Téama sean-nóis le blas na luath-50í.
 Description[gl]=Un tema retro cun toque distintivo dos anos cincuenta.

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



commit killbots for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "killbots"

Changes:

--- /work/SRC/openSUSE:Factory/killbots/killbots.changes2013-10-03 
15:58:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes   2013-12-02 
12:34:57.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:28:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:30:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:46:07 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  killbots-4.11.2.tar.xz

New:

  killbots-4.11.90.tar.xz



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

++ killbots-4.11.2.tar.xz -> killbots-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/killbots-4.11.2/CMakeLists.txt 
new/killbots-4.11.90/CMakeLists.txt
--- old/killbots-4.11.2/CMakeLists.txt  2013-06-28 19:46:00.0 +0200
+++ new/killbots-4.11.90/CMakeLists.txt 2013-10-25 21:22:31.0 +0200
@@ -35,7 +35,7 @@
 view.cpp
 )
 kde4_add_kcfg_files( killbots_SRCS settings.kcfgc rulesetbase.kcfgc )
-kde4_add_app_icon( killbots_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/icons/hi*-app-killbots.png"})
+kde4_add_app_icon( killbots_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/icons/hi*-app-killbots.png")
 kde4_add_executable( killbots ${killbots_SRCS} )
 target_link_libraries( killbots ${KDE4_KDEUI_LIBS} kdegames 
${QT_QTXML_LIBRARY})
 

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



commit ktuberling for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "ktuberling"

Changes:

--- /work/SRC/openSUSE:Factory/ktuberling/ktuberling.changes2013-10-03 
16:02:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2013-12-02 12:35:34.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:30:50 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:03:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:49:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ktuberling-4.11.2.tar.xz

New:

  ktuberling-4.11.90.tar.xz



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.kTAMVA/_old  2013-12-02 12:35:35.0 +0100
+++ /var/tmp/diff_new_pack.kTAMVA/_new  2013-12-02 12:35:35.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:ktuberling-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktuberling-4.11.2.tar.xz -> ktuberling-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktuberling-4.11.2/ktuberling.desktop 
new/ktuberling-4.11.90/ktuberling.desktop
--- old/ktuberling-4.11.2/ktuberling.desktop2013-08-28 19:13:01.0 
+0200
+++ new/ktuberling-4.11.90/ktuberling.desktop   2013-10-13 06:22:10.0 
+0200
@@ -60,6 +60,7 @@
 Name[ta]=உருளைகிழங்கு வீரர்
 Name[tg]=Писараки Картошкагин
 Name[tr]=Patates Adam
+Name[ug]=Potato Guy
 Name[uk]=Картопляний хлопець
 Name[vi]=Potato Guy
 Name[wa]=Monsieu Crompire
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktuberling-4.11.2/pics/christmas.desktop 
new/ktuberling-4.11.90/pics/christmas.desktop
--- old/ktuberling-4.11.2/pics/christmas.desktop2013-06-28 
19:51:17.0 +0200
+++ new/ktuberling-4.11.90/pics/christmas.desktop   2013-10-13 
06:22:10.0 +0200
@@ -45,6 +45,7 @@
 Name[sv]=Jul
 Name[te]=క్రిస్మస్
 Name[tr]=Yılbaşı
+Name[ug]=روژدېستۋو
 Name[uk]=Різдво
 Name[wa]=Noyé
 Name[x-test]=xxChristmasxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktuberling-4.11.2/pics/default_theme.desktop 
new/ktuberling-4.11.90/pics/default_theme.desktop
--- old/ktuberling-4.11.2/pics/default_theme.desktop2013-08-28 
19:13:01.0 +0200
+++ new/ktuberling-4.11.90/pics/default_theme.desktop   2013-10-13 
06:22:10.0 +0200
@@ -59,6 +59,7 @@
 Name[ta]=உருளைகிழங்கு வீரர்
 Name[tg]=Писараки Картошкагин
 Name[tr]=Patates Adam
+Name[ug]=Potato Guy
 Name[uk]=Картопляний хлопець
 Name[vi]=Potato Guy
 Name[wa]=Monsieu Crompire
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktuberling-4.11.2/pics/moon.desktop 
new/ktuberling-4.11.90/pics/moon.desktop
--- old/ktuberling-4.11.2/pics/moon.desktop 2013-08-28 19:13:01.0 
+0200
+++ new/ktuberling-4.11.90/pics/moon.desktop2013-10-13 06:22:10.0 
+0200
@@ -38,7 +38,7 @@
 Name[ro]=Luna
 Name[ru]=Луна
 Name[sk]=Mesiac
-Name[sl]=Mesec
+Name[sl]=Luna
 Name[sr]=Месец
 Name[sr@ijekavian]=Мјесец
 Name[sr@ijekavianlatin]=Mjesec

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



commit kshisen for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kshisen"

Changes:

--- /work/SRC/openSUSE:Factory/kshisen/kshisen.changes  2013-10-03 
16:01:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2013-12-02 
12:35:16.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:29:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:02:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:48:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kshisen-4.11.2.tar.xz

New:

  kshisen-4.11.90.tar.xz



Other differences:
--
++ kshisen.spec ++
--- /var/tmp/diff_new_pack.HLl86H/_old  2013-12-02 12:35:17.0 +0100
+++ /var/tmp/diff_new_pack.HLl86H/_new  2013-12-02 12:35:17.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kshisen-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kshisen-4.11.2.tar.xz -> kshisen-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-4.11.2/kshisen.desktop 
new/kshisen-4.11.90/kshisen.desktop
--- old/kshisen-4.11.2/kshisen.desktop  2013-08-28 19:12:34.0 +0200
+++ new/kshisen-4.11.90/kshisen.desktop 2013-10-20 20:12:36.0 +0200
@@ -125,6 +125,7 @@
 GenericName[sv]=Shisen-Sho Mahjongg-liknande brickspel
 GenericName[ta]=ஷிசெந்ஷோ மாஹ்ஜோங் போன்ற ஓடு விளையாட்டு
 GenericName[tr]=Shisen-Sho Mahjongg Benzeri Döşeme Oyunu
+GenericName[ug]=Shisen-Sho Mahjongg غا ئوخشاپ قالىدىغان كاھىش ئويۇنى
 GenericName[uk]=Шісен-шо, схожа на маджонґ гра з плитками
 GenericName[wa]=Djeu d' pîce do djinre di Mahjongg
 GenericName[x-test]=xxShisen-Sho Mahjongg-like Tile Gamexx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-4.11.2/src/app.cpp 
new/kshisen-4.11.90/src/app.cpp
--- old/kshisen-4.11.2/src/app.cpp  2013-06-28 19:49:58.0 +0200
+++ new/kshisen-4.11.90/src/app.cpp 2013-10-20 20:12:36.0 +0200
@@ -20,6 +20,7 @@
  ***/
 
 #include "app.h"
+#include "board.h"
 #include "prefs.h"
 #include "ui_settings.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-4.11.2/src/app.h 
new/kshisen-4.11.90/src/app.h
--- old/kshisen-4.11.2/src/app.h2013-06-28 19:49:58.0 +0200
+++ new/kshisen-4.11.90/src/app.h   2013-10-20 20:12:36.0 +0200
@@ -21,12 +21,12 @@
 #ifndef APP_H
 #define APP_H
 
-#include "board.h"
-
 #include 
 
 class QLabel;
 
+class Board;
+
 /**
  * @brief Class holding the application and its functions
  */

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



commit kapman for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kapman"

Changes:

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

Old:

  kapman-4.11.2.tar.xz

New:

  kapman-4.11.90.tar.xz



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

++ kapman-4.11.2.tar.xz -> kapman-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-4.11.2/CMakeLists.txt 
new/kapman-4.11.90/CMakeLists.txt
--- old/kapman-4.11.2/CMakeLists.txt2013-06-28 19:42:35.0 +0200
+++ new/kapman-4.11.90/CMakeLists.txt   2013-10-25 21:22:55.0 +0200
@@ -51,7 +51,7 @@
 
 kde4_install_icons(${ICON_INSTALL_DIR})
 
-kde4_add_app_icon(kapman_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-kapman.png"})
+kde4_add_app_icon(kapman_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-kapman.png")
 kde4_add_executable(kapman ${kapman_SRCS})
 
 target_link_libraries(kapman ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS} 
${QT_QTXML_LIBRARY} kdegames kdegamesprivate)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-4.11.2/kapman.desktop 
new/kapman-4.11.90/kapman.desktop
--- old/kapman-4.11.2/kapman.desktop2013-06-28 19:42:35.0 +0200
+++ new/kapman-4.11.90/kapman.desktop   2013-10-25 21:22:55.0 +0200
@@ -140,6 +140,7 @@
 Comment[sr@latin]=Jedite bobice i bežite od duhova
 Comment[sv]=Ät piller och undkom spöken
 Comment[tr]=Hayaletlerden kaçarken ilaçları yutun
+Comment[ug]=دورا يەپ ئالۋاستىدىن قۇتۇلۇش
 Comment[uk]=Їжте пілюлі, тікайте від привидів
 Comment[x-test]=xxEat pills escaping ghostsxx
 Comment[zh_CN]=逃脱精灵吃豆子
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapman-4.11.2/themes/matches.desktop 
new/kapman-4.11.90/themes/matches.desktop
--- old/kapman-4.11.2/themes/matches.desktop2013-06-28 19:42:35.0 
+0200
+++ new/kapman-4.11.90/themes/matches.desktop   2013-10-25 21:22:55.0 
+0200
@@ -44,7 +44,7 @@
 Name[sr@latin]=Šibice
 Name[sv]=Tändstickor
 Name[tr]=Eşleşmeler
-Name[ug]=تېپىلغانلىرى
+Name[ug]=ماسلاشتى
 Name[uk]=Сірники
 Name[x-test]=xxMatchesxx
 Name[zh_CN]=火柴

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



commit ksquares for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "ksquares"

Changes:

--- /work/SRC/openSUSE:Factory/ksquares/ksquares.changes2013-10-03 
16:01:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2013-12-02 
12:35:23.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:30:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:02:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:48:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ksquares-4.11.2.tar.xz

New:

  ksquares-4.11.90.tar.xz



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.SwTNjb/_old  2013-12-02 12:35:24.0 +0100
+++ /var/tmp/diff_new_pack.SwTNjb/_new  2013-12-02 12:35:24.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:ksquares-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksquares-4.11.2.tar.xz -> ksquares-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksquares-4.11.2/src/aicontroller.cpp 
new/ksquares-4.11.90/src/aicontroller.cpp
--- old/ksquares-4.11.2/src/aicontroller.cpp2013-06-28 19:50:28.0 
+0200
+++ new/ksquares-4.11.90/src/aicontroller.cpp   2013-10-16 23:02:04.0 
+0200
@@ -12,6 +12,8 @@
 #include 
 #include 
 
+#include 
+
 #include "settings.h"
 
 aiController::aiController(int newPlayerId, const QList &newLines, const 
QList &newSquareOwners, int newWidth, int newHeight) : 
squareOwners(newSquareOwners), playerId(newPlayerId), width(newWidth), 
height(newHeight)
@@ -20,7 +22,7 @@
lines = new bool[linesSize];
for (int i = 0; i < linesSize; ++i) lines[i] = newLines[i];
srand( (unsigned)time( NULL ) );
-   kDebug() << "AI: Starting AI...";
+   kDebug() << "AI: Starting AI level" << Settings::difficulty();
 }
 
 aiController::~aiController()
@@ -75,6 +77,23 @@
}
if(choiceList.size() != 0)
{
+   if(Settings::difficulty() == 2) // to play good ai has to look 
into the future game
+   {
+   QList openLines; // list of not yet drawn lines
+   for(int i = 0; i < linesSize; i++)
+   {
+   if(!lines[i])
+   {
+   openLines.append(i);
+   }
+   }
+   QList choices=chooseLeastDamaging(openLines); // 
run extended damage control
+   if(choices.size() > 0)
+   {
+   kDebug() << "AI: 4. Drawing line at index:" << 
choices.at(0);
+   return choices.at(0);
+   }
+   }
float randomFloat = ((float) rand()/(RAND_MAX + 
1.0))*(choiceList.size()-1);
int randChoice = (short)(randomFloat)/1;
kDebug() << "AI: 1. Drawing line at index:" << 
choiceList.at(randChoice);
@@ -108,7 +127,7 @@
}
}
}
-   if(Settings::difficulty() == 1) //Hard(2/3) //do some damage 
control :)
+   if(Settings::difficulty() >= 1) //Hard(2/3) //do some damage 
control :)
{
QList goodChoiceList = chooseLeastDamaging(choiceList);
if(goodChoiceList.size() != 0)
@@ -119,7 +138,7 @@
return goodChoiceList.at(randChoice);
}
}
-   QList goodcChoiceList = chooseLeastDamaging(choiceList);
+
if(choiceList.size() != 0)
{
float randomFloat = ((float) rand()/(RAND_MAX + 
1.0))*(choiceList.size()-1);
@@ -160,31 +179,141 @@
 {
//kDebug() << "AI: Checking" << choiceList.size() << "poss

commit kubrick for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kubrick"

Changes:

--- /work/SRC/openSUSE:Factory/kubrick/kubrick.changes  2013-10-03 
16:02:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2013-12-02 
12:35:36.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:31:06 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:03:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:49:21 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kubrick-4.11.2.tar.xz

New:

  kubrick-4.11.90.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.h6xTsH/_old  2013-12-02 12:35:37.0 +0100
+++ /var/tmp/diff_new_pack.h6xTsH/_new  2013-12-02 12:35:37.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kubrick-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kubrick-4.11.2.tar.xz -> kubrick-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kubrick-4.11.2/src/kubrick.desktop 
new/kubrick-4.11.90/src/kubrick.desktop
--- old/kubrick-4.11.2/src/kubrick.desktop  2013-08-28 19:13:04.0 
+0200
+++ new/kubrick-4.11.90/src/kubrick.desktop 2013-08-04 06:25:53.0 
+0200
@@ -145,6 +145,7 @@
 Comment[sr@latin]=3D igra na osnovu Rubikove kocke
 Comment[sv]=Ett tredimensionellt spel baserat på Rubiks kub
 Comment[tr]=3B Rubik Küpü Temelli Oyun
+Comment[ug]=Rubik كۈپى ئاساسىدىكى 3D لىق ئويۇن
 Comment[uk]=Просторова гра, заснована на кубику Рубіка
 Comment[x-test]=xxA 3-D game based on Rubik's Cubexx
 Comment[zh_CN]=一个三维魔方游戏

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



commit kgoldrunner for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kgoldrunner"

Changes:

--- /work/SRC/openSUSE:Factory/kgoldrunner/kgoldrunner.changes  2013-10-03 
15:58:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgoldrunner.new/kgoldrunner.changes 
2013-12-02 12:34:54.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:27:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:30:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:45:47 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kgoldrunner-4.11.2.tar.xz

New:

  kgoldrunner-4.11.90.tar.xz



Other differences:
--
++ kgoldrunner.spec ++
--- /var/tmp/diff_new_pack.zpcELv/_old  2013-12-02 12:34:55.0 +0100
+++ /var/tmp/diff_new_pack.zpcELv/_new  2013-12-02 12:34:55.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kgoldrunner-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kgoldrunner-4.11.2.tar.xz -> kgoldrunner-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgoldrunner-4.11.2/src/KGoldrunner.desktop 
new/kgoldrunner-4.11.90/src/KGoldrunner.desktop
--- old/kgoldrunner-4.11.2/src/KGoldrunner.desktop  2013-08-28 
19:11:08.0 +0200
+++ new/kgoldrunner-4.11.90/src/KGoldrunner.desktop 2013-11-11 
07:34:54.0 +0100
@@ -171,6 +171,7 @@
 Comment[ta]=செயல்பாடு மற்றும் புதிர் விடுவிக்கும் விளையாட்டு
 Comment[tg]=Бозии амалиёт ва ҳалли муаммоҳо
 Comment[tr]=Aksiyon ve bulmaca çözümlerini barındıran bir oyun
+Comment[ug]=ھەرىكەتلىك ۋە تېپىشماق تاپىدىغان ئويۇن
 Comment[uk]=Вирішення головоломок на ходу
 Comment[x-test]=xxA game of action and puzzle-solvingxx
 Comment[zh_CN]=一个结合动作与解谜的游戏

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



commit kblackbox for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kblackbox"

Changes:

--- /work/SRC/openSUSE:Factory/kblackbox/kblackbox.changes  2013-10-03 
15:50:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblackbox.new/kblackbox.changes 2013-12-02 
12:34:43.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:26:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:29:12 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:44:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kblackbox-4.11.2.tar.xz

New:

  kblackbox-4.11.90.tar.xz



Other differences:
--
++ kblackbox.spec ++
--- /var/tmp/diff_new_pack.OLnhgW/_old  2013-12-02 12:34:45.0 +0100
+++ /var/tmp/diff_new_pack.OLnhgW/_new  2013-12-02 12:34:45.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kblackbox-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kblackbox-4.11.2.tar.xz -> kblackbox-4.11.90.tar.xz ++

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



commit klickety for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "klickety"

Changes:

--- /work/SRC/openSUSE:Factory/klickety/klickety.changes2013-10-03 
15:59:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.klickety.new/klickety.changes   2013-12-02 
12:35:01.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:28:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:00:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:46:28 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  klickety-4.11.2.tar.xz

New:

  klickety-4.11.90.tar.xz



Other differences:
--
++ klickety.spec ++
--- /var/tmp/diff_new_pack.aWmaas/_old  2013-12-02 12:35:01.0 +0100
+++ /var/tmp/diff_new_pack.aWmaas/_new  2013-12-02 12:35:01.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:klickety-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klickety-4.11.2.tar.xz -> klickety-4.11.90.tar.xz ++

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



commit kbounce for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kbounce"

Changes:

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

Old:

  kbounce-4.11.2.tar.xz

New:

  kbounce-4.11.90.tar.xz



Other differences:
--
++ kbounce.spec ++
--- /var/tmp/diff_new_pack.BPgsTG/_old  2013-12-02 12:34:47.0 +0100
+++ /var/tmp/diff_new_pack.BPgsTG/_new  2013-12-02 12:34:47.0 +0100
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  Amusements/Games/Action/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kbounce-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kbounce-4.11.2.tar.xz -> kbounce-4.11.90.tar.xz ++

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



commit ksudoku for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "ksudoku"

Changes:

--- /work/SRC/openSUSE:Factory/ksudoku/ksudoku.changes  2013-10-03 
16:02:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksudoku.new/ksudoku.changes 2013-12-02 
12:35:33.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:30:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:02:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:48:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  ksudoku-4.11.2.tar.xz

New:

  ksudoku-4.11.90.tar.xz



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.nXopL1/_old  2013-12-02 12:35:33.0 +0100
+++ /var/tmp/diff_new_pack.nXopL1/_new  2013-12-02 12:35:33.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:ksudoku-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksudoku-4.11.2.tar.xz -> ksudoku-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-4.11.2/src/gui/ksudoku.desktop 
new/ksudoku-4.11.90/src/gui/ksudoku.desktop
--- old/ksudoku-4.11.2/src/gui/ksudoku.desktop  2013-08-28 19:12:56.0 
+0200
+++ new/ksudoku-4.11.90/src/gui/ksudoku.desktop 2013-10-28 05:05:45.0 
+0100
@@ -151,6 +151,7 @@
 Comment[sr@latin]=K‑sudoku, sudoku i još štošta za KDE
 Comment[sv]=Ksudoku, Sudoku-spel med mera för KDE
 Comment[tr]=KDE için sudoku oyunu ve fazlası
+Comment[ug]=Ksudoku,Sudoku ئويۇنى شۇنداقلا KDE ئۈچۈن تىخمۇ كۆپ نەرسىلەر
 Comment[uk]=KSudoku, Гра у судоку і інше для KDE
 Comment[wa]=Djeu KSudoku, Sudoku eyet pus po KDE
 Comment[x-test]=xxKSudoku, Sudoku game & more for KDExx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-4.11.2/src/shapes/4x4.desktop 
new/ksudoku-4.11.90/src/shapes/4x4.desktop
--- old/ksudoku-4.11.2/src/shapes/4x4.desktop   2013-08-28 19:12:56.0 
+0200
+++ new/ksudoku-4.11.90/src/shapes/4x4.desktop  2013-10-28 05:05:45.0 
+0100
@@ -15,7 +15,7 @@
 Name[et]=4x4
 Name[eu]=4x4
 Name[fa]=۴×۴
-Name[fi]=4x4
+Name[fi]=4×4
 Name[fr]=4 x 4
 Name[ga]=4×4
 Name[gl]=4x4
@@ -72,7 +72,7 @@
 Description[et]=4x4 sudoku
 Description[eu]=4x4 formako buruhauskarria
 Description[fa]=معمای شکل ۴×۴
-Description[fi]=4x4-muotoinen pulma
+Description[fi]=4×4-muotoinen peli
 Description[fr]=Puzzle en format 4 x 4
 Description[ga]=Puzal 4×4
 Description[gl]=Quebracabezas con forma de 4x4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-4.11.2/src/shapes/6x6.desktop 
new/ksudoku-4.11.90/src/shapes/6x6.desktop
--- old/ksudoku-4.11.2/src/shapes/6x6.desktop   2013-08-28 19:12:56.0 
+0200
+++ new/ksudoku-4.11.90/src/shapes/6x6.desktop  2013-10-28 05:05:45.0 
+0100
@@ -44,6 +44,7 @@
 Description[el]=Ένα παζλ με ορθογώνια κομμάτια
 Description[es]=Rompecabezas de 6x6 con bloques rectangulares
 Description[et]=6x6 sudoku nelinurksete plokkidega
+Description[fi]=6×6-peli suorakaiteen muotoisilla osaruudukoilla
 Description[fr]=Un puzzle 6 x 6 avec des blocs rectangulaires
 Description[gl]=Un quebracabezas de 6x6 con bloques rectangulares
 Description[hu]=6x6-os feladvány négyszögletes blokkokkal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksudoku-4.11.2/src/shapes/Aztec.desktop 
new/ksudoku-4.11.90/src/shapes/Aztec.desktop
--- old/ksudoku-4.11.2/src/shapes/Aztec.desktop 2013-06-28 19:50:39.0 
+0200
+++ new/ksudoku-4.11.90/src/shapes/Aztec.desktop2013-10-28 
05:05:45.0 +0100
@@ -12,6 +12,7 @@
 Name[es]=Azteca
 Name[et]=Asteek
 Name[eu]=Azteka
+Name[fi]=Asteekki
 Name[fr]=Aztèque
 Name[ga]=Aisticeach
 Name[gl]=Azteca
@@ -55,6 +56,7 @@
 Description[el]=Παραλλαγή jigsaw σε σχήμα πυραμίδας Αζτέκων
 Description[es]=V

commit knavalbattle for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "knavalbattle"

Changes:

--- /work/SRC/openSUSE:Factory/knavalbattle/knavalbattle.changes
2013-10-03 15:59:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.knavalbattle.new/knavalbattle.changes   
2013-12-02 12:35:08.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:28:55 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:01:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:47:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  knavalbattle-4.11.2.tar.xz

New:

  knavalbattle-4.11.90.tar.xz



Other differences:
--
++ knavalbattle.spec ++
--- /var/tmp/diff_new_pack.AO6XBL/_old  2013-12-02 12:35:09.0 +0100
+++ /var/tmp/diff_new_pack.AO6XBL/_new  2013-12-02 12:35:09.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:knavalbattle-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +49,7 @@
 %install
   cd build
   %kde4_makeinstall
-  %suse_update_desktop_file -r kbattleship Game BoardGame
+  %suse_update_desktop_file -r knavalbattleGame BoardGame
   %kde_post_install
 
 %post -p /sbin/ldconfig
@@ -59,11 +59,13 @@
 %files 
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC
-%{_kde4_bindir}/kbattleship
-%{_kde4_applicationsdir}/kbattleship.desktop
-%{_kde4_htmldir}/en/kbattleship/
-%{_kde4_iconsdir}/hicolor/*/apps/kbattleship.*
-%{_kde4_servicesdir}/kbattleship.protocol
-%{_kde4_appsdir}/kbattleship/
+%{_kde4_bindir}/knavalbattle
+%{_kde4_applicationsdir}/knavalbattle.desktop
+%{_kde4_htmldir}/en/knavalbattle/
+%{_kde4_iconsdir}/hicolor/*/apps/knavalbattle.*
+%{_kde4_servicesdir}/knavalbattle.protocol
+%{_kde4_appsdir}/knavalbattle/
+%dir %{_kde4_appsdir}/kconf_update
+%{_kde4_appsdir}/kconf_update/knavalbattle.upd
 
 %changelog

++ knavalbattle-4.11.2.tar.xz -> knavalbattle-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knavalbattle-4.11.2/CMakeLists.txt 
new/knavalbattle-4.11.90/CMakeLists.txt
--- old/knavalbattle-4.11.2/CMakeLists.txt  2013-06-28 19:47:50.0 
+0200
+++ new/knavalbattle-4.11.90/CMakeLists.txt 2013-10-18 18:17:06.0 
+0200
@@ -1,4 +1,4 @@
-project(kbattleship)
+project(knavalbattle)
 
 if(NOT COMPILING_KDEGAMES)
find_package(KDE4 REQUIRED)
@@ -14,3 +14,4 @@
 add_subdirectory(src) 
 add_subdirectory(data) 
 add_subdirectory(doc)
+add_subdirectory(kconf_update)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knavalbattle-4.11.2/data/pictures/CMakeLists.txt 
new/knavalbattle-4.11.90/data/pictures/CMakeLists.txt
--- old/knavalbattle-4.11.2/data/pictures/CMakeLists.txt2013-06-28 
19:47:50.0 +0200
+++ new/knavalbattle-4.11.90/data/pictures/CMakeLists.txt   2013-10-18 
18:17:06.0 +0200
@@ -2,7 +2,7 @@
 install(FILES
 default.desktop
 default_theme.svgz
-DESTINATION ${DATA_INSTALL_DIR}/kbattleship/pictures)
+DESTINATION ${DATA_INSTALL_DIR}/knavalbattle/pictures)
 
 kde4_install_icons(${ICON_INSTALL_DIR})
 
Files old/knavalbattle-4.11.2/data/pictures/hi128-app-kbattleship.png and 
new/knavalbattle-4.11.90/data/pictures/hi128-app-kbattleship.png differ
Files old/knavalbattle-4.11.2/data/pictures/hi128-app-knavalbattle.png and 
new/knavalbattle-4.11.90/data/pictures/hi128-app-knavalbattle.png differ
Files old/knavalbattle-4.11.2/data/pictures/hi16-app-kbattleship.png and 
new/knavalbattle-4.11.90/data/pictures/hi16-app-kbattleship.png differ
Files old/knavalbattle-4.11.2/data/pictures/hi16-app-knavalbattle.png and 
new/knavalbattle-4.11.90/data/pictures/hi16-app-knavalbattle.png differ
Files old/knavalbattle-4.11.2/data/pictures/hi22-app-kbattleship.png and 
new/knavalbattle-4.11.90/data/pictures/hi22-app-kbattleship.png differ
Files old/knavalbattl

commit kjumpingcube for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kjumpingcube"

Changes:

--- /work/SRC/openSUSE:Factory/kjumpingcube/kjumpingcube.changes
2013-10-03 15:59:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.kjumpingcube.new/kjumpingcube.changes   
2013-12-02 12:34:59.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:28:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:00:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:46:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kjumpingcube-4.11.2.tar.xz

New:

  kjumpingcube-4.11.90.tar.xz



Other differences:
--
++ kjumpingcube.spec ++
--- /var/tmp/diff_new_pack.lpXeOi/_old  2013-12-02 12:35:00.0 +0100
+++ /var/tmp/diff_new_pack.lpXeOi/_new  2013-12-02 12:35:00.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kjumpingcube-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kjumpingcube-4.11.2.tar.xz -> kjumpingcube-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjumpingcube-4.11.2/kjumpingcube.desktop 
new/kjumpingcube-4.11.90/kjumpingcube.desktop
--- old/kjumpingcube-4.11.2/kjumpingcube.desktop2013-08-28 
19:11:23.0 +0200
+++ new/kjumpingcube-4.11.90/kjumpingcube.desktop   2013-08-17 
08:41:22.0 +0200
@@ -114,6 +114,7 @@
 GenericName[sr@latin]=Igra zauzimanja teritorije
 GenericName[sv]=Terrängerövring
 GenericName[tr]=Bölge Ele Geçirme Oyunu
+GenericName[ug]=تېررىتورىيە ئىگىلەش ئويۇنى
 GenericName[uk]=Гра на захоплення територій
 GenericName[x-test]=xxTerritory Capture Gamexx
 GenericName[zh_CN]=版块占领游戏

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



commit kiriki for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kiriki"

Changes:

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

Old:

  kiriki-4.11.2.tar.xz

New:

  kiriki-4.11.90.tar.xz



Other differences:
--
++ kiriki.spec ++
--- /var/tmp/diff_new_pack.ZXfUGH/_old  2013-12-02 12:34:59.0 +0100
+++ /var/tmp/diff_new_pack.ZXfUGH/_new  2013-12-02 12:34:59.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kiriki-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kiriki-4.11.2.tar.xz -> kiriki-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiriki-4.11.2/src/kiriki.desktop 
new/kiriki-4.11.90/src/kiriki.desktop
--- old/kiriki-4.11.2/src/kiriki.desktop2013-08-28 19:11:18.0 
+0200
+++ new/kiriki-4.11.90/src/kiriki.desktop   2013-08-04 06:24:29.0 
+0200
@@ -104,6 +104,7 @@
 GenericName[sr@latin]=Jambolika igra sa kockicama
 GenericName[sv]=Yatzy-liknande tärningsspel
 GenericName[tr]=Yahtzee-benzeri Zar Oyunu
+GenericName[ug]=Yahtzee غا ئوخشاپ قالىدىغان ئىشغلا ئويۇنى
 GenericName[uk]=Гра схожа на покер з кістками
 GenericName[wa]=On djeu d' dés ki ravize li djeu Yahtzee
 GenericName[x-test]=xxYahtzee-like Dice Gamexx

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



commit kolf for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kolf"

Changes:

--- /work/SRC/openSUSE:Factory/kolf/kolf.changes2013-10-03 
15:59:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolf.new/kolf.changes   2013-12-02 
12:35:10.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:29:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:01:25 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:47:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kolf-4.11.2.tar.xz

New:

  kolf-4.11.90.tar.xz



Other differences:
--
++ kolf.spec ++
--- /var/tmp/diff_new_pack.8r7epa/_old  2013-12-02 12:35:11.0 +0100
+++ /var/tmp/diff_new_pack.8r7epa/_new  2013-12-02 12:35:11.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kolf-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ kolf-4.11.2.tar.xz -> kolf-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-4.11.2/courses/Hard.kolf 
new/kolf-4.11.90/courses/Hard.kolf
--- old/kolf-4.11.2/courses/Hard.kolf   2013-06-28 19:48:42.0 +0200
+++ new/kolf-4.11.90/courses/Hard.kolf  2013-10-28 05:05:34.0 +0100
@@ -1122,6 +1122,7 @@
 Comment[es]=¡Deje que los flotadores leempujen!
 Comment[et]=Lase hõljukitel ennast lükata!
 Comment[eu]=Flotatzaileek bultza zaitzatela!
+Comment[fi]=Anna kellujien työntää sinua!
 Comment[fr]=Laissez les flotteurs vous pousser !
 Comment[ga]=Lig do na snámhóirí thú a bhrú!
 Comment[gl]=Déixate levar polos flotadores!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-4.11.2/courses/Impossible 
new/kolf-4.11.90/courses/Impossible
--- old/kolf-4.11.2/courses/Impossible  2013-06-28 19:48:42.0 +0200
+++ new/kolf-4.11.90/courses/Impossible 2013-10-28 05:05:34.0 +0100
@@ -841,6 +841,7 @@
 Comment[et]=Kergendus
 Comment[eu]=Indultua
 Comment[fa]=رخصت
+Comment[fi]=Hengähdystauko
 Comment[fr]=En sursis
 Comment[ga]=Faoiseamh
 Comment[gl]=Salvar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-4.11.2/courses/USApro 
new/kolf-4.11.90/courses/USApro
--- old/kolf-4.11.2/courses/USApro  2013-06-28 19:48:42.0 +0200
+++ new/kolf-4.11.90/courses/USApro 2013-10-28 05:05:34.0 +0100
@@ -1085,7 +1085,7 @@
 Comment[sv]=Grand Canyon
 Comment[te]=గ్రాండ్ కెన్యన్
 Comment[tr]=Büyük Kanyon
-Comment[ug]=گىراند-كېنيون
+Comment[ug]=گىراند-كەنيون
 Comment[uk]=Великий каньйон
 Comment[wa]=Grand Canyon
 Comment[x-test]=xxGrand Canyonxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-4.11.2/kolf.desktop 
new/kolf-4.11.90/kolf.desktop
--- old/kolf-4.11.2/kolf.desktop2013-06-28 19:48:42.0 +0200
+++ new/kolf-4.11.90/kolf.desktop   2013-10-28 05:05:34.0 +0100
@@ -93,7 +93,7 @@
 GenericName[et]=Miniatuurne golf
 GenericName[eu]=Golf txikia
 GenericName[fa]=گلف مینیاتوری
-GenericName[fi]=Pienoisgolf
+GenericName[fi]=Ratagolf
 GenericName[fr]=Golf miniature
 GenericName[ga]=Mionghalf
 GenericName[gl]=Golf en miniatura
@@ -133,6 +133,7 @@
 GenericName[ta]=சிறிய கால்ஃப்
 GenericName[tg]=Колф дар шакли хурд
 GenericName[tr]=Minyatür Golf
+GenericName[ug]=كىچىك تىپتىكى گولف
 GenericName[uk]=Мініатюрний гольф
 GenericName[vi]=Miniature Golf
 GenericName[wa]=Golf miniateure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-4.11.2/tutorial.kolf 
new/kolf-4.11.90/tutorial.kolf
--- old/kolf-4.11.2/tutorial.kolf   2013-08-28 19:12:03.0 +0200
+++ new/kolf-4.11.90/tutorial.kolf  2013-10-28 05:05:34.0 +0100
@@ -394,7 +394,7 @@
 Comment[es]=TodoAquí tenemos un hoyo que lo tiene todo. ¡Diviértase 
con Kolf!-- Jason Katz-Brown
 Comment[et]=TäisvärkS

commit klines for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "klines"

Changes:

--- /work/SRC/openSUSE:Factory/klines/klines.changes2013-10-03 
15:59:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes   2013-12-02 
12:35:02.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:28:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:00:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:46:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  klines-4.11.2.tar.xz

New:

  klines-4.11.90.tar.xz



Other differences:
--
++ klines.spec ++
--- /var/tmp/diff_new_pack.nyF5pA/_old  2013-12-02 12:35:03.0 +0100
+++ /var/tmp/diff_new_pack.nyF5pA/_new  2013-12-02 12:35:03.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:klines-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klines-4.11.2.tar.xz -> klines-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klines-4.11.2/klines.desktop 
new/klines-4.11.90/klines.desktop
--- old/klines-4.11.2/klines.desktop2013-08-28 19:11:32.0 +0200
+++ new/klines-4.11.90/klines.desktop   2013-08-04 06:24:40.0 +0200
@@ -66,7 +66,7 @@
 GenericName[ta]=தந்திரமான விளையாட்டு
 GenericName[tg]=Бозии Тактикӣ
 GenericName[tr]=Taktik Oyunu
-GenericName[ug]=تاكتىكىلىق ئويۇن 
+GenericName[ug]=تاكتىكىلىق ئويۇن
 GenericName[uk]=Тактична гра
 GenericName[vi]=Trò chơi chiến thuật 
 GenericName[wa]=Djeu di tactike

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



commit kreversi for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kreversi"

Changes:

--- /work/SRC/openSUSE:Factory/kreversi/kreversi.changes2013-10-03 
16:00:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.kreversi.new/kreversi.changes   2013-12-02 
12:35:15.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:29:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:02:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:48:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kreversi-4.11.2.tar.xz

New:

  kreversi-4.11.90.tar.xz



Other differences:
--
++ kreversi.spec ++
--- /var/tmp/diff_new_pack.XaNeo2/_old  2013-12-02 12:35:16.0 +0100
+++ /var/tmp/diff_new_pack.XaNeo2/_new  2013-12-02 12:35:16.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kreversi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kreversi-4.11.2.tar.xz -> kreversi-4.11.90.tar.xz ++
 3110 lines of diff (skipped)

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



commit kdiamond for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kdiamond"

Changes:

--- /work/SRC/openSUSE:Factory/kdiamond/kdiamond.changes2013-10-03 
15:58:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdiamond.new/kdiamond.changes   2013-12-02 
12:34:50.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:27:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:29:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:45:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdiamond-4.11.2.tar.xz

New:

  kdiamond-4.11.90.tar.xz



Other differences:
--
++ kdiamond.spec ++
--- /var/tmp/diff_new_pack.DDkACI/_old  2013-12-02 12:34:52.0 +0100
+++ /var/tmp/diff_new_pack.DDkACI/_new  2013-12-02 12:34:52.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kdiamond-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdiamond-4.11.2.tar.xz -> kdiamond-4.11.90.tar.xz ++

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



commit kajongg for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kajongg"

Changes:

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

Old:

  kajongg-4.11.2.tar.xz

New:

  kajongg-4.11.90.tar.xz



Other differences:
--
++ kajongg.spec ++
--- /var/tmp/diff_new_pack.x4CjJt/_old  2013-12-02 12:34:40.0 +0100
+++ /var/tmp/diff_new_pack.x4CjJt/_new  2013-12-02 12:34:40.0 +0100
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kajongg-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kajongg-4.11.2.tar.xz -> kajongg-4.11.90.tar.xz ++
 18162 lines of diff (skipped)

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



commit kigo for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kigo"

Changes:

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

Old:

  kigo-4.11.2.tar.xz

New:

  kigo-4.11.90.tar.xz



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.Ll9bEJ/_old  2013-12-02 12:34:57.0 +0100
+++ /var/tmp/diff_new_pack.Ll9bEJ/_new  2013-12-02 12:34:57.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kigo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kigo-4.11.2.tar.xz -> kigo-4.11.90.tar.xz ++

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



commit knetwalk for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "knetwalk"

Changes:

--- /work/SRC/openSUSE:Factory/knetwalk/knetwalk.changes2013-10-03 
15:59:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.knetwalk.new/knetwalk.changes   2013-12-02 
12:35:10.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:29:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:01:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:47:10 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  knetwalk-4.11.2.tar.xz

New:

  knetwalk-4.11.90.tar.xz



Other differences:
--
++ knetwalk.spec ++
--- /var/tmp/diff_new_pack.rhqcSB/_old  2013-12-02 12:35:10.0 +0100
+++ /var/tmp/diff_new_pack.rhqcSB/_new  2013-12-02 12:35:10.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:knetwalk-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knetwalk-4.11.2.tar.xz -> knetwalk-4.11.90.tar.xz ++
 2548 lines of diff (skipped)

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



commit konquest for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "konquest"

Changes:

--- /work/SRC/openSUSE:Factory/konquest/konquest.changes2013-10-03 
15:59:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2013-12-02 
12:35:12.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:29:23 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:01:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:47:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  konquest-4.11.2.tar.xz

New:

  konquest-4.11.90.tar.xz



Other differences:
--
++ konquest.spec ++
--- /var/tmp/diff_new_pack.liYuDx/_old  2013-12-02 12:35:13.0 +0100
+++ /var/tmp/diff_new_pack.liYuDx/_new  2013-12-02 12:35:13.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:konquest-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ konquest-4.11.2.tar.xz -> konquest-4.11.90.tar.xz ++
 2947 lines of diff (skipped)

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



commit kfourinline for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kfourinline"

Changes:

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

Old:

  kfourinline-4.11.2.tar.xz

New:

  kfourinline-4.11.90.tar.xz



Other differences:
--
++ kfourinline.spec ++
--- /var/tmp/diff_new_pack.OIOV1j/_old  2013-12-02 12:34:54.0 +0100
+++ /var/tmp/diff_new_pack.OIOV1j/_new  2013-12-02 12:34:54.0 +0100
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kfourinline-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kfourinline-4.11.2.tar.xz -> kfourinline-4.11.90.tar.xz ++

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



commit granatier for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "granatier"

Changes:

--- /work/SRC/openSUSE:Factory/granatier/granatier.changes  2013-10-03 
15:47:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.granatier.new/granatier.changes 2013-12-02 
12:34:38.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:26:05 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:28:31 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:43:59 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  granatier-4.11.2.tar.xz

New:

  granatier-4.11.90.tar.xz



Other differences:
--
++ granatier.spec ++
--- /var/tmp/diff_new_pack.r2ML8X/_old  2013-12-02 12:34:39.0 +0100
+++ /var/tmp/diff_new_pack.r2ML8X/_new  2013-12-02 12:34:39.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:granatier-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ granatier-4.11.2.tar.xz -> granatier-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-4.11.2/arenas/labyrinth.desktop 
new/granatier-4.11.90/arenas/labyrinth.desktop
--- old/granatier-4.11.2/arenas/labyrinth.desktop   2013-06-28 
19:41:13.0 +0200
+++ new/granatier-4.11.90/arenas/labyrinth.desktop  2013-08-25 
06:17:03.0 +0200
@@ -43,6 +43,7 @@
 Name[sr@latin]=Lavirint
 Name[sv]=Labyrint
 Name[tr]=Labirent
+Name[ug]=Labyrinth
 Name[uk]=Лабіринт
 Name[x-test]=xxLabyrinthxx
 Name[zh_CN]=迷宫
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-4.11.2/players/player1.desktop 
new/granatier-4.11.90/players/player1.desktop
--- old/granatier-4.11.2/players/player1.desktop2013-08-28 
19:10:26.0 +0200
+++ new/granatier-4.11.90/players/player1.desktop   2013-08-25 
06:17:03.0 +0200
@@ -33,6 +33,7 @@
 Name[sr@latin]=igrač 1
 Name[sv]=Spelare 1
 Name[tr]=1. Oyuncu
+Name[ug]=ئوينىغۇچى 1
 Name[uk]=Гравець 1
 Name[x-test]=xxPlayer 1xx
 Name[zh_CN]=玩家 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-4.11.2/players/player2.desktop 
new/granatier-4.11.90/players/player2.desktop
--- old/granatier-4.11.2/players/player2.desktop2013-08-28 
19:10:26.0 +0200
+++ new/granatier-4.11.90/players/player2.desktop   2013-08-25 
06:17:03.0 +0200
@@ -33,6 +33,7 @@
 Name[sr@latin]=igrač 2
 Name[sv]=Spelare 2
 Name[tr]=2. Oyuncu
+Name[ug]=ئوينىغۇچى 2
 Name[uk]=Гравець 2
 Name[x-test]=xxPlayer 2xx
 Name[zh_CN]=玩家 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-4.11.2/src/granatier.desktop 
new/granatier-4.11.90/src/granatier.desktop
--- old/granatier-4.11.2/src/granatier.desktop  2013-06-28 19:41:13.0 
+0200
+++ new/granatier-4.11.90/src/granatier.desktop 2013-08-25 06:17:03.0 
+0200
@@ -80,6 +80,7 @@
 GenericName[sr@latin]=Klon Bombermana
 GenericName[sv]=Klon av Bomberman
 GenericName[tr]=Bomberman klonu
+GenericName[ug]=بۇ Bomberman نىڭ كىلونىدۇر
 GenericName[uk]=Клон Bomberman
 GenericName[x-test]=xxBomberman clonexx
 GenericName[zh_CN]=炸弹人游戏复刻
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/granatier-4.11.2/themes/clanbomber.desktop 
new/granatier-4.11.90/themes/clanbomber.desktop
--- old/granatier-4.11.2/themes/clanbomber.desktop  2013-08-28 
19:10:26.0 +0200
+++ new/granatier-4.11.90/themes/clanbomber.desktop 2013-08-25 
06:17:03.0 +0200
@@ -39,6 +39,7 @@
 Name[sr@latin]=ClanBomber
 Name[sv]=Clanbomber
 Name[tr]=Clanbomber
+Name[ug]=Clanbomber
 Name[uk]=Clanbomber
 Name[x-test]=xxClanbomberxx
 Name[zh_CN]=炸弹人之家

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

commit pairs for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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-10-03 
16:06:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.pairs.new/pairs.changes 2013-12-02 
12:34:25.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:18:37 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:20:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:36:19 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  pairs-4.11.2.tar.xz

New:

  pairs-4.11.90.tar.xz



Other differences:
--
++ pairs.spec ++
--- /var/tmp/diff_new_pack.4F2cbM/_old  2013-12-02 12:34:26.0 +0100
+++ /var/tmp/diff_new_pack.4F2cbM/_new  2013-12-02 12:34:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pairs
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Memory and Pairs Game
 License:GPL-2.0+

++ pairs-4.11.2.tar.xz -> pairs-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-4.11.2/game/main.cpp 
new/pairs-4.11.90/game/main.cpp
--- old/pairs-4.11.2/game/main.cpp  2013-08-28 19:04:06.0 +0200
+++ new/pairs-4.11.90/game/main.cpp 2013-08-25 06:16:46.0 +0200
@@ -43,7 +43,7 @@
 KAboutData about("pairs", 0, ki18n("pairs"), version, ki18n(description),
  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("Marco Calignano"), ki18n("Theme support 
enhancement and general feature development"), "marco.calign...@gmail.com");
 about.addAuthor( ki18n("Albert Astals Cid"), ki18n("Initial project setup 
and ideas"), "aa...@kde.org" );
 KCmdLineArgs::init(argc, argv, &about);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-4.11.2/game/pairs.desktop 
new/pairs-4.11.90/game/pairs.desktop
--- old/pairs-4.11.2/game/pairs.desktop 2013-08-28 19:04:06.0 +0200
+++ new/pairs-4.11.90/game/pairs.desktop2013-08-25 06:16:46.0 
+0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Pairs
+Name[bg]=Двойки
 Name[bs]=Parovi
 Name[ca]=Pairs
 Name[ca@valencia]=Pairs
@@ -30,6 +31,7 @@
 Name[sl]=Pari
 Name[sv]=Par
 Name[tr]=Pairs
+Name[ug]=جۈپلەر
 Name[uk]=Pairs
 Name[x-test]=xxPairsxx
 Name[zh_CN]=Pairs
@@ -38,6 +40,7 @@
 Icon=pairs
 Type=Application
 GenericName=A game to enhance your memory
+GenericName[bg]=Игра за подобряване на паметта ви
 GenericName[bs]=Igra za poboljšanje memorije
 GenericName[ca]=Un joc per millorar la teva memòria
 GenericName[ca@valencia]=Un joc per millorar la teva memòria
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pairs-4.11.2/game/qml/InfoPage.qml 
new/pairs-4.11.90/game/qml/InfoPage.qml
--- old/pairs-4.11.2/game/qml/InfoPage.qml  2013-08-28 19:04:06.0 
+0200
+++ new/pairs-4.11.90/game/qml/InfoPage.qml 2013-08-25 06:16:46.0 
+0200
@@ -68,7 +68,7 @@
 },
 Author {
 name: "Marco Calignano"
-email: "marco.calign...@googlemail.com"
+email: "marco.calign...@gmail.com"
 description: i18n("Theme support enhancement and general 
feature development")
 },
 Author {
@@ -82,12 +82,5 @@
 description: i18n("Graphic design and icons")
 }
 ]
-footer: Button {
-width: parent.width
-text: i18n("Go back")
-font.pixelSize: 30
-font.bold: true
-height: 40
-}
 }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore'

commit kblocks for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kblocks"

Changes:

--- /work/SRC/openSUSE:Factory/kblocks/kblocks.changes  2013-10-03 
15:51:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblocks.new/kblocks.changes 2013-12-02 
12:34:45.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:26:49 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:29:24 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:44:46 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kblocks-4.11.2.tar.xz

New:

  kblocks-4.11.90.tar.xz



Other differences:
--
++ kblocks.spec ++
--- /var/tmp/diff_new_pack.SiGaZs/_old  2013-12-02 12:34:46.0 +0100
+++ /var/tmp/diff_new_pack.SiGaZs/_new  2013-12-02 12:34:46.0 +0100
@@ -23,7 +23,7 @@
 License:LGPL-2.1+
 Group:  Amusements/Games/Strategy/Real Time
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kblocks-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kblocks-4.11.2.tar.xz -> kblocks-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-4.11.2/themes/oxygen.desktop 
new/kblocks-4.11.90/themes/oxygen.desktop
--- old/kblocks-4.11.2/themes/oxygen.desktop2013-08-28 19:10:48.0 
+0200
+++ new/kblocks-4.11.90/themes/oxygen.desktop   2013-11-11 07:34:50.0 
+0100
@@ -3,6 +3,7 @@
 Name[ast]=Oxíxenu
 Name[bs]=kiseonik
 Name[ca]=Oxygen
+Name[ca@valencia]=Oxygen
 Name[cs]=Oxygen
 Name[da]=Oxygen
 Name[de]=Oxygen

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



commit bovo for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "bovo"

Changes:

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

Old:

  bovo-4.11.2.tar.xz

New:

  bovo-4.11.90.tar.xz



Other differences:
--
++ bovo.spec ++
--- /var/tmp/diff_new_pack.dEde8J/_old  2013-12-02 12:34:37.0 +0100
+++ /var/tmp/diff_new_pack.dEde8J/_new  2013-12-02 12:34:37.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:bovo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ bovo-4.11.2.tar.xz -> bovo-4.11.90.tar.xz ++

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



commit kdeartwork4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kdeartwork4"

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork4.changes  2013-10-23 
10:08:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork4.changes 
2013-12-02 12:34:33.0 +0100
@@ -1,0 +2,22 @@
+Sat Nov 16 18:20:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:22:38 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+- Drop remove-unlicensed-sounds.diff, merged upstream
+
+---
+Sat Nov  2 15:37:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kdeartwork-4.11.2.tar.xz
  remove-unlicensed-sounds.diff

New:

  kdeartwork-4.11.90.tar.xz



Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.tO7maY/_old  2013-12-02 12:34:36.0 +0100
+++ /var/tmp/diff_new_pack.tO7maY/_new  2013-12-02 12:34:36.0 +0100
@@ -30,12 +30,10 @@
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1 and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kdeartwork-%{version}.tar.xz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM remove-unlicensed-sounds.diff -- bnc#754072
-Patch0: remove-unlicensed-sounds.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define targets kscreensaver kwin-styles styles ColorSchemes desktopthemes 
emoticons IconThemes wallpapers HighResolutionWallpapers WeatherWallpapers
 
@@ -45,7 +43,6 @@
 
 %prep
 %setup -q -n kdeartwork-%{version}
-%patch0 -p1
 
 %build
   # in 11.3 and later it's perfectly feasible to have xscreensaver hacks 
without xscreensaver binary

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

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



commit svgpart for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "svgpart"

Changes:

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

Old:

  svgpart-4.11.2.tar.xz

New:

  svgpart-4.11.90.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.JztmuA/_old  2013-12-02 12:34:27.0 +0100
+++ /var/tmp/diff_new_pack.JztmuA/_new  2013-12-02 12:34:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   svgpart
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:SVG viewer component
 License:GPL-2.0+

++ svgpart-4.11.2.tar.xz -> svgpart-4.11.90.tar.xz ++

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



commit kmines for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kmines"

Changes:

--- /work/SRC/openSUSE:Factory/kmines/kmines.changes2013-10-03 
15:59:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmines.new/kmines.changes   2013-12-02 
12:35:05.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:28:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:01:01 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:46:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kmines-4.11.2.tar.xz

New:

  kmines-4.11.90.tar.xz



Other differences:
--
++ kmines.spec ++
--- /var/tmp/diff_new_pack.OEBnMN/_old  2013-12-02 12:35:07.0 +0100
+++ /var/tmp/diff_new_pack.OEBnMN/_new  2013-12-02 12:35:07.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kmines-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmines-4.11.2.tar.xz -> kmines-4.11.90.tar.xz ++

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



commit katomic for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "katomic"

Changes:

--- /work/SRC/openSUSE:Factory/katomic/katomic.changes  2013-10-03 
15:50:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.katomic.new/katomic.changes 2013-12-02 
12:34:42.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:26:36 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:29:04 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:44:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  katomic-4.11.2.tar.xz

New:

  katomic-4.11.90.tar.xz



Other differences:
--
++ katomic.spec ++
--- /var/tmp/diff_new_pack.kQYjVN/_old  2013-12-02 12:34:43.0 +0100
+++ /var/tmp/diff_new_pack.kQYjVN/_new  2013-12-02 12:34:43.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:katomic-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ katomic-4.11.2.tar.xz -> katomic-4.11.90.tar.xz ++

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



commit kmahjongg for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kmahjongg"

Changes:

--- /work/SRC/openSUSE:Factory/kmahjongg/kmahjongg.changes  2013-10-03 
15:59:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmahjongg.new/kmahjongg.changes 2013-12-02 
12:35:04.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:28:40 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sun Nov 10 08:00:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:46:44 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kmahjongg-4.11.2.tar.xz

New:

  kmahjongg-4.11.90.tar.xz



Other differences:
--
++ kmahjongg.spec ++
--- /var/tmp/diff_new_pack.MNbgVD/_old  2013-12-02 12:35:05.0 +0100
+++ /var/tmp/diff_new_pack.MNbgVD/_new  2013-12-02 12:35:05.0 +0100
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kmahjongg-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmahjongg-4.11.2.tar.xz -> kmahjongg-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-4.11.2/layouts/X_shaped.desktop 
new/kmahjongg-4.11.90/layouts/X_shaped.desktop
--- old/kmahjongg-4.11.2/layouts/X_shaped.desktop   2013-08-28 
19:11:40.0 +0200
+++ new/kmahjongg-4.11.90/layouts/X_shaped.desktop  2013-10-28 
05:05:30.0 +0100
@@ -52,7 +52,7 @@
 Description[es]=Una gran letra X hecha de fichas de Mahjongg
 Description[et]=Suur X Mahjonggi klotsidest
 Description[eu]=Mahkongg lauzekin osatutako X hizki handia
-Description[fi]=Suuri mahjongg-laatoista tehty X-kirjain
+Description[fi]=Suuri mahjongg-tiilistä tehty X-kirjain
 Description[fr]=Une grande lettre « X » faite avec des tuiles de Mahjongg
 Description[ga]=Litir mhór X déanta as tíleanna mahjongg
 Description[gl]=Un gran xe conformado por pezas de mahjongg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-4.11.2/layouts/clubs.desktop 
new/kmahjongg-4.11.90/layouts/clubs.desktop
--- old/kmahjongg-4.11.2/layouts/clubs.desktop  2013-08-28 19:11:40.0 
+0200
+++ new/kmahjongg-4.11.90/layouts/clubs.desktop 2013-10-28 05:05:30.0 
+0100
@@ -38,6 +38,7 @@
 Name[sr@latin]=Kartaši
 Name[sv]=Klöver
 Name[tr]=Sinek
+Name[ug]=چىتتىر
 Name[uk]=Трефи
 Name[x-test]=xxClubsxx
 Name[zh_CN]=梅花
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-4.11.2/layouts/eagle.desktop 
new/kmahjongg-4.11.90/layouts/eagle.desktop
--- old/kmahjongg-4.11.2/layouts/eagle.desktop  2013-08-28 19:11:40.0 
+0200
+++ new/kmahjongg-4.11.90/layouts/eagle.desktop 2013-10-28 05:05:30.0 
+0100
@@ -41,7 +41,7 @@
 Name[sr@latin]=Orao
 Name[sv]=Örn
 Name[tr]=Kartal
-Name[ug]=بۈركۈت
+Name[ug]=Eagle
 Name[uk]=Орел
 Name[wa]=Aigue
 Name[x-test]=xxEaglexx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-4.11.2/layouts/labyrinth.desktop 
new/kmahjongg-4.11.90/layouts/labyrinth.desktop
--- old/kmahjongg-4.11.2/layouts/labyrinth.desktop  2013-06-28 
19:47:02.0 +0200
+++ new/kmahjongg-4.11.90/layouts/labyrinth.desktop 2013-10-28 
05:05:30.0 +0100
@@ -42,6 +42,7 @@
 Name[sr@latin]=Lavirint
 Name[sv]=Labyrint
 Name[tr]=Labirent
+Name[ug]=Labyrinth
 Name[uk]=Лабіринт
 Name[x-test]=xxLabyrinthxx
 Name[zh_CN]=迷宫
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmahjongg-4.11.2/layouts/maze.desktop 
new/kmahjongg-4.11.90/layouts/maze.desktop
--- old/kmahjongg-4.11.2/layouts/maze.desktop   2013-08-28 19:11:40.0 
+0200
+++ new/kmahjongg-4.11.90/layouts/maze.desktop  2013-10-28 05:05:30.0 
+0100
@@ -41,6 +41,7 @@
 Name[sr@latin]=Zapetljano
 Name[sv]=Labyrinten på Kreta
 Name[tr]=Labirent
+Name[ug]=Maze
 Name[uk]=Лабіринт
 Name[x-test]=x

commit bomber for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "bomber"

Changes:

--- /work/SRC/openSUSE:Factory/bomber/bomber.changes2013-10-03 
15:45:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.bomber.new/bomber.changes   2013-12-02 
12:34:36.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:25:47 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:28:17 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:43:42 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  bomber-4.11.2.tar.xz

New:

  bomber-4.11.90.tar.xz



Other differences:
--
++ bomber.spec ++
--- /var/tmp/diff_new_pack.R9Nm4U/_old  2013-12-02 12:34:36.0 +0100
+++ /var/tmp/diff_new_pack.R9Nm4U/_new  2013-12-02 12:34:36.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:bomber-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ bomber-4.11.2.tar.xz -> bomber-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bomber-4.11.2/src/CMakeLists.txt 
new/bomber-4.11.90/src/CMakeLists.txt
--- old/bomber-4.11.2/src/CMakeLists.txt2013-06-28 19:40:59.0 
+0200
+++ new/bomber-4.11.90/src/CMakeLists.txt   2013-10-25 21:21:37.0 
+0200
@@ -17,7 +17,7 @@
  )
 
 kde4_add_kcfg_files(bomber_SRCS settings.kcfgc )
-kde4_add_app_icon(bomber_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/../pictures/hi*-app-bomber.png"})
+kde4_add_app_icon(bomber_SRCS 
"${CMAKE_CURRENT_SOURCE_DIR}/../pictures/hi*-app-bomber.png")
 kde4_add_executable(bomber ${bomber_SRCS})
 
 target_link_libraries(bomber kdegames ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bomber-4.11.2/src/bomber.desktop 
new/bomber-4.11.90/src/bomber.desktop
--- old/bomber-4.11.2/src/bomber.desktop2013-08-28 19:10:17.0 
+0200
+++ new/bomber-4.11.90/src/bomber.desktop   2013-10-25 21:21:37.0 
+0200
@@ -101,6 +101,7 @@
 GenericName[sr@latin]=Arkadna igra bombardovanja
 GenericName[sv]=Bombspel
 GenericName[tr]=Bombalama Macera Oyunu
+GenericName[ug]=كوچا بومبىلاش ئويۇنى
 GenericName[uk]=Аркадна гра у бомбардування
 GenericName[wa]=Djeu årcåde di låtchaedje di bombes
 GenericName[x-test]=xxArcade Bombing Gamexx

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



commit kollision for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kollision"

Changes:

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

Old:

  kollision-4.11.2.tar.xz

New:

  kollision-4.11.90.tar.xz



Other differences:
--
++ kollision.spec ++
--- /var/tmp/diff_new_pack.8kgao2/_old  2013-12-02 12:35:12.0 +0100
+++ /var/tmp/diff_new_pack.8kgao2/_new  2013-12-02 12:35:12.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kollision-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kollision-4.11.2.tar.xz -> kollision-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kollision-4.11.2/kollision.desktop 
new/kollision-4.11.90/kollision.desktop
--- old/kollision-4.11.2/kollision.desktop  2013-06-28 19:48:46.0 
+0200
+++ new/kollision-4.11.90/kollision.desktop 2013-08-04 06:25:01.0 
+0200
@@ -92,6 +92,7 @@
 Comment[sr@latin]=Jednostavna igra izbegavanja lopti
 Comment[sv]=Ett enkelt spel för att undvika bollar
 Comment[tr]=Basit bir top sıçratma oyunu
+Comment[ug]=ئاددىي توپ ئېتىشىپ ئويناش ئويۇنى
 Comment[uk]=Проста гра з кулькою
 Comment[x-test]=xxA simple ball dodging gamexx
 Comment[zh_CN]=一个简单的躲避球游戏

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



commit kbreakout for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kbreakout"

Changes:

--- /work/SRC/openSUSE:Factory/kbreakout/kbreakout.changes  2013-10-03 
15:51:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbreakout.new/kbreakout.changes 2013-12-02 
12:34:48.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:27:09 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:29:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:45:08 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kbreakout-4.11.2.tar.xz

New:

  kbreakout-4.11.90.tar.xz



Other differences:
--
++ kbreakout.spec ++
--- /var/tmp/diff_new_pack.pO4WI1/_old  2013-12-02 12:34:50.0 +0100
+++ /var/tmp/diff_new_pack.pO4WI1/_new  2013-12-02 12:34:50.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Breakout
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:kbreakout-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kbreakout-4.11.2.tar.xz -> kbreakout-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.11.2/src/canvaswidget.cpp 
new/kbreakout-4.11.90/src/canvaswidget.cpp
--- old/kbreakout-4.11.2/src/canvaswidget.cpp   2013-08-28 19:10:56.0 
+0200
+++ new/kbreakout-4.11.90/src/canvaswidget.cpp  2013-09-15 06:14:38.0 
+0200
@@ -24,12 +24,15 @@
 #include 
 #include 
 
-#include 
 #include 
+#include 
 
 CanvasWidget::CanvasWidget(QWidget *parent) :
-KgDeclarativeView(parent)
+KgDeclarativeView(parent),
+m_provider(new KgThemeProvider)
 {
+m_provider->discoverThemes("appdata", QLatin1String("themes"));
+m_provider->setDeclarativeEngine("themeProvider", engine());
 QString path = KStandardDirs::locate("appdata", "qml/main.qml");
 setSource(QUrl::fromLocalFile(path));
 
@@ -43,6 +46,11 @@
 connect(this, SIGNAL(gameEnded(int,int,int)), this, SLOT(resetCursor()));
 }
 
+CanvasWidget::~CanvasWidget()
+{
+delete m_provider;
+}
+
 void CanvasWidget::updateFireShortcut()
 {
 QAction *fireAction = qobject_cast(sender());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.11.2/src/canvaswidget.h 
new/kbreakout-4.11.90/src/canvaswidget.h
--- old/kbreakout-4.11.2/src/canvaswidget.h 2013-08-28 19:10:56.0 
+0200
+++ new/kbreakout-4.11.90/src/canvaswidget.h2013-09-15 06:14:38.0 
+0200
@@ -20,13 +20,13 @@
 
 #include 
 
-class KGameRenderer;
-
 class CanvasWidget : public KgDeclarativeView
 {
 Q_OBJECT
 public:
 CanvasWidget(QWidget *parent=0);
+virtual ~CanvasWidget();
+KgThemeProvider* getProvider() {return m_provider;}
 
 signals:
 void levelComplete();
@@ -62,7 +62,7 @@
 // used to track which direction keys are pressed between key events
 bool m_rightPressed;
 bool m_leftPressed;
-
+KgThemeProvider *m_provider;
 };
 
 #endif //CANVASWIDGET_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbreakout-4.11.2/src/mainwindow.cpp 
new/kbreakout-4.11.90/src/mainwindow.cpp
--- old/kbreakout-4.11.2/src/mainwindow.cpp 2013-08-28 19:10:56.0 
+0200
+++ new/kbreakout-4.11.90/src/mainwindow.cpp2013-09-15 06:14:38.0 
+0200
@@ -36,7 +36,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -54,19 +53,10 @@
 Ui::GeneralSettings ui;
 };
 
-static KgThemeProvider* provider()
-{
-KgThemeProvider* prov = new KgThemeProvider;
-prov->discoverThemes("appdata", QLatin1String("themes"));
-return prov;
-}
-
 MainWindow::MainWindow(QWidget *parent) 
 : KXmlGuiWindow(parent),
-  m_provider(provider()),
   canvasWidget(new CanvasWidget(this))
 {
-m_provider->setDeclarativeEngine("themeProvider", canvasWidget->engine());
 gameEngine = new GameEngine(this);
 
 connec

commit kcharselect for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kcharselect"

Changes:

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

Old:

  kcharselect-4.11.2.tar.xz

New:

  kcharselect-4.11.90.tar.xz



Other differences:
--
++ kcharselect.spec ++
--- /var/tmp/diff_new_pack.fIlis3/_old  2013-12-02 12:33:41.0 +0100
+++ /var/tmp/diff_new_pack.fIlis3/_new  2013-12-02 12:33:41.0 +0100
@@ -22,7 +22,7 @@
 Summary:KDE Character Selector
 License:GPL-2.0+
 Group:  Productivity/Other
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcharselect-4.11.2.tar.xz -> kcharselect-4.11.90.tar.xz ++

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



commit kmag for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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-10-03 
15:59:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmag.new/kmag.changes   2013-12-02 
12:34:10.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:07:18 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:08:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:21:47 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kmag-4.11.2.tar.xz

New:

  kmag-4.11.90.tar.xz



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

++ kmag-4.11.2.tar.xz -> kmag-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-4.11.2/kmagselrect.h 
new/kmag-4.11.90/kmagselrect.h
--- old/kmag-4.11.2/kmagselrect.h   2013-06-28 19:40:01.0 +0200
+++ new/kmag-4.11.90/kmagselrect.h  2013-08-30 04:42:57.0 +0200
@@ -101,7 +101,7 @@
 Q_OBJECT
 
 public:
-KMagSelRect(QWidget *parent=0);
+explicit KMagSelRect(QWidget *parent=0);
 KMagSelRect(const QPoint &topLeft, const QPoint &bottomRight,
   QWidget *parent=0);
 KMagSelRect(const QPoint &topLeft, const QSize &size,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-4.11.2/kmagzoomview.cpp 
new/kmag-4.11.90/kmagzoomview.cpp
--- old/kmag-4.11.2/kmagzoomview.cpp2013-06-28 19:40:01.0 +0200
+++ new/kmag-4.11.90/kmagzoomview.cpp   2013-08-30 04:42:57.0 +0200
@@ -42,7 +42,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 
 // include files for KDE

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



commit kdebase4-artwork for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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-10-03 15:52:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-artwork.new/kdebase4-artwork.changes   
2013-12-02 12:34:03.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 18:02:57 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 23:04:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:17:30 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  kde-base-artwork-4.11.2.tar.xz

New:

  kde-base-artwork-4.11.90.tar.xz



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

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

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



commit kdewebdev4 for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

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

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


Package is "kdewebdev4"

Changes:

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

Old:

  kdewebdev-4.11.2.tar.xz

New:

  kdewebdev-4.11.90.tar.xz



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.gPgWa5/_old  2013-12-02 12:34:28.0 +0100
+++ /var/tmp/diff_new_pack.gPgWa5/_new  2013-12-02 12:34:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdewebdev4
-Version:4.11.2
+Version:4.11.90
 Release:0
 Summary:Base package for kdewebdev
 License:GPL-2.0+

++ kdewebdev-4.11.2.tar.xz -> kdewebdev-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebdev-4.11.2/kimagemapeditor/CMakeLists.txt 
new/kdewebdev-4.11.90/kimagemapeditor/CMakeLists.txt
--- old/kdewebdev-4.11.2/kimagemapeditor/CMakeLists.txt 2013-06-28 
18:53:47.0 +0200
+++ new/kdewebdev-4.11.90/kimagemapeditor/CMakeLists.txt2013-08-27 
16:34:48.0 +0200
@@ -25,7 +25,7 @@
 
 set_target_properties(kimagemapeditor_bin PROPERTIES OUTPUT_NAME 
kimagemapeditor)
 
-target_link_libraries(kimagemapeditor_bin  ${KDE4_KDE3SUPPORT_LIBS} 
${KDE4_KHTML_LIBS} )
+target_link_libraries(kimagemapeditor_bin  ${QT_QT3SUPPORT_LIBRARY} 
${KDE4_KHTML_LIBS} )
 
 install(TARGETS kimagemapeditor_bin  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
@@ -39,7 +39,7 @@
 
 
 
-target_link_libraries(kimagemapeditor  ${KDE4_KDE3SUPPORT_LIBS} 
${KDE4_KHTML_LIBS} )
+target_link_libraries(kimagemapeditor  ${QT_QT3SUPPORT_LIBRARY} 
${KDE4_KHTML_LIBS} )
 
 install(TARGETS kimagemapeditor  DESTINATION ${PLUGIN_INSTALL_DIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebdev-4.11.2/kimagemapeditor/drawzone.cpp 
new/kdewebdev-4.11.90/kimagemapeditor/drawzone.cpp
--- old/kdewebdev-4.11.2/kimagemapeditor/drawzone.cpp   2013-06-28 
18:53:47.0 +0200
+++ new/kdewebdev-4.11.90/kimagemapeditor/drawzone.cpp  2013-08-27 
16:48:10.0 +0200
@@ -18,7 +18,6 @@
 // QT
 #include 
 #include 
-#include 
 #include 
 //Added by qt3to4:
 #include 
@@ -28,11 +27,11 @@
 
 // KDE
 #include 
-#include 
 #include 
 #include 
 #include 
 #include 
+#include 
 
 // Local
 #include "drawzone.h"
@@ -461,10 +460,9 @@
   case DrawCircle:
   case DrawRectangle:
 currentAction = None;
-imageMapEditor->commandHistory()->addCommand(
+imageMapEditor->commandHistory()->push(
  new CreateCommand( imageMapEditor, 
-currentArea ), 
- true);
+currentArea ));
 break;
   case DrawPolygon:
 // If the number of Polygonpoints is more than 2
@@ -476,8 +474,8 @@
 {
   currentArea->setFinished(true);
   currentAction=None;
-  imageMapEditor->commandHistory()->addCommand(
- new CreateCommand( imageMapEditor, currentArea ), true);
+  imageMapEditor->commandHistory()->push(
+ new CreateCommand( imageMapEditor, currentArea ));
 } else {
   currentArea->insertCoord(currentArea->countSelectionPoints()-1, drawEnd);
   currentSelectionPoint=currentArea->selectionPoints().last();
@@ -487,19 +485,18 @@
 currentArea->setFinished(true,false);
 currentArea->simplifyCoords();
 currentAction=None;
-imageMapEditor->commandHistory()->addCommand(
-   new CreateCommand( imageMapEditor, currentArea ), true);
+imageMapEditor->commandHistory()->push(
+   new CreateCommand( imageMapEditor, currentArea ));
 break;
   case MoveArea: {
 QPoint p1 = oldArea->rect().topLeft();
 Q

  1   2   3   >