commit fetchmail for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package fetchmail for openSUSE:Factory 
checked in at 2014-05-22 06:58:46

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


Package is "fetchmail"

Changes:

--- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes  2013-11-10 
14:57:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.fetchmail.new/fetchmail.changes 2014-05-22 
06:58:47.0 +0200
@@ -1,0 +2,5 @@
+Wed May 21 09:51:34 UTC 2014 - jseg...@novell.com
+
+- added necessary macros for systemd files
+
+---



Other differences:
--
++ fetchmail.spec ++
--- /var/tmp/diff_new_pack.0bQymR/_old  2014-05-22 06:58:48.0 +0200
+++ /var/tmp/diff_new_pack.0bQymR/_new  2014-05-22 06:58:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fetchmail
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -18,13 +18,13 @@
 
 Name:   fetchmail
 BuildRequires:  automake
+BuildRequires:  krb5-devel
 BuildRequires:  openssl-devel
 BuildRequires:  opie
 BuildRequires:  postfix
 BuildRequires:  procmail
 BuildRequires:  pwdutils
 BuildRequires:  python-devel
-BuildRequires:  krb5-devel
 %if 0%{?suse_version} > 1220
 BuildRequires:  gpg-offline
 %endif
@@ -144,6 +144,9 @@
 %pre
 usr/sbin/useradd -r -g daemon -s /bin/false \
   -c "mail retrieval daemon" -d /var/lib/fetchmail fetchmail 2>/dev/null || :
+%if 0%{?suse_version} >=1230
+  %service_add_pre %{name}.service
+%endif
 
 %post
 %if 0%{?suse_version} >=1230
@@ -157,6 +160,11 @@
 chown fetchmail var/log/fetchmail
 chmod 0600 var/log/fetchmail
 
+%preun
+%if 0%{?suse_version} >=1230
+  %service_del_preun %{name}.service
+%endif
+
 %postun
 %if 0%{?suse_version} >=1230
 %service_del_postun %{name}.service


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



commit rubygem-tzinfo for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2014-05-22 06:58:05

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


Package is "rubygem-tzinfo"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2013-10-21 13:04:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2014-05-22 06:58:06.0 +0200
@@ -1,0 +2,5 @@
+Mon May 19 11:03:03 UTC 2014 - co...@suse.com
+
+- require timezone
+
+---



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.2ipivV/_old  2014-05-22 06:58:07.0 +0200
+++ /var/tmp/diff_new_pack.2ipivV/_new  2014-05-22 06:58:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tzinfo
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -32,6 +32,8 @@
 Summary:Daylight savings aware timezone library
 License:MIT
 Group:  Development/Languages/Ruby
+# MANUAL
+Requires:   timezone
 
 %description
 TZInfo provides daylight savings aware transformations between times in


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



commit rubygem-sshkit for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sshkit for openSUSE:Factory 
checked in at 2014-05-22 06:57:59

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


Package is "rubygem-sshkit"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sshkit/rubygem-sshkit.changes
2013-12-23 22:21:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sshkit.new/rubygem-sshkit.changes   
2014-05-22 06:58:00.0 +0200
@@ -1,0 +2,12 @@
+Sun May 18 09:04:45 UTC 2014 - co...@suse.com
+
+- updated to version 1.4.0
+   * Removed `invoke` alias for 
[`SSHKit::Backend::Printer.execute`](https://github.com/capistrano/sshkit/blob/master/lib/sshkit/backends/printer.rb#L20).
 This is to prevent collisions with
+   methods in capistrano with similar names, and to provide a cleaner API. See 
[capistrano issue 912](https://github.com/capistrano/capistrano/issues/912) and 
[issue 107](https://github.com/capistrano/sshkit/issues/107) for more details.
+   * Connection pooling now uses a thread local to store connection pool, 
giving each thread its own connection pool. Thank you @mcbriston see 
[#101](https://github.com/capistrano/sshkit/pull/101) for more.
+   * Command map indifferent towards strings and symbols thanks to @thomasfedb 
see [#91](https://github.com/capistrano/sshkit/pull/91)
+   * Moved vagrant wrapper to `support` directory, added ability to run tests 
with vagrant using ssh. @miry see 
[#64](https://github.com/capistrano/sshkit/pull/64)
+   * Removed unnecessary require `require_relative '../sshkit'` in 
`lib/sshkit/dsl.rb` prevents warnings thanks @brabic.
+   * Doc fixes thanks @seanhandley @vojto
+
+---

Old:

  sshkit-1.3.0.gem

New:

  sshkit-1.4.0.gem



Other differences:
--
++ rubygem-sshkit.spec ++
--- /var/tmp/diff_new_pack.wB0ajO/_old  2014-05-22 06:58:01.0 +0200
+++ /var/tmp/diff_new_pack.wB0ajO/_new  2014-05-22 06:58:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sshkit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   rubygem-sshkit
-Version:1.3.0
+Version:1.4.0
 Release:0
 %define mod_name sshkit
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 Url:http://github.com/capistrano/sshkit
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:SSHKit makes it easy to write structured, testable SSH 
commands in
@@ -61,24 +61,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

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



commit rubygem-sprockets-rails for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2014-05-22 06:57:56

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


Package is "rubygem-sprockets-rails"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2014-04-11 13:42:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2014-05-22 06:57:57.0 +0200
@@ -1,0 +2,5 @@
+Sun May 18 09:04:46 UTC 2014 - co...@suse.com
+
+- updated to version 2.1.3, no changelog
+
+---

Old:

  sprockets-rails-2.1.0.gem

New:

  sprockets-rails-2.1.3.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.MUdIKo/_old  2014-05-22 06:57:58.0 +0200
+++ /var/tmp/diff_new_pack.MUdIKo/_new  2014-05-22 06:57:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sprockets-rails
-Version:2.1.0
+Version:2.1.3
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-spring for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-spring for openSUSE:Factory 
checked in at 2014-05-22 06:57:53

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


Package is "rubygem-spring"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-spring/rubygem-spring.changes
2014-04-14 20:49:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-spring.new/rubygem-spring.changes   
2014-05-22 06:57:54.0 +0200
@@ -1,0 +2,9 @@
+Sun May 18 09:04:45 UTC 2014 - co...@suse.com
+
+- updated to version 1.1.3
+ * The `rails runner` command no longer passes environment switches to
+   files which it runs. Issue #272.
+ * Various issues solved to do with termination / processes hanging around
+   longer than they should. Issue #290.
+
+---

Old:

  spring-1.1.2.gem

New:

  spring-1.1.3.gem



Other differences:
--
++ rubygem-spring.spec ++
--- /var/tmp/diff_new_pack.N2IaQM/_old  2014-05-22 06:57:55.0 +0200
+++ /var/tmp/diff_new_pack.N2IaQM/_new  2014-05-22 06:57:55.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-spring
-Version:1.1.2
+Version:1.1.3
 Release:0
 %define mod_name spring
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 10102
+%define mod_weight 10103
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 3

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



commit rubygem-sass for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2014-05-22 06:57:50

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


Package is "rubygem-sass"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2014-04-22 07:41:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2014-05-22 06:57:51.0 +0200
@@ -1,0 +2,6 @@
+Sun May 18 09:04:44 UTC 2014 - co...@suse.com
+
+- updated to version 3.3.7
+ see https://github.com/guard/listen/releases
+
+---

Old:

  sass-3.3.5.gem

New:

  sass-3.3.7.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.NPeQse/_old  2014-05-22 06:57:52.0 +0200
+++ /var/tmp/diff_new_pack.NPeQse/_new  2014-05-22 06:57:52.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-sass
-Version:3.3.5
+Version:3.3.7
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30305
+%define mod_weight 30307
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 3

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



commit rubygem-rubyzip for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rubyzip for openSUSE:Factory 
checked in at 2014-05-22 06:57:47

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


Package is "rubygem-rubyzip"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rubyzip/rubygem-rubyzip.changes  
2014-03-21 13:49:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rubyzip.new/rubygem-rubyzip.changes 
2014-05-22 06:57:48.0 +0200
@@ -1,0 +2,5 @@
+Sun May 18 09:04:45 UTC 2014 - co...@suse.com
+
+- updated to version 1.1.3, no changelog
+
+---

Old:

  rubyzip-1.1.2.gem

New:

  rubyzip-1.1.3.gem



Other differences:
--
++ rubygem-rubyzip.spec ++
--- /var/tmp/diff_new_pack.aCzrtm/_old  2014-05-22 06:57:49.0 +0200
+++ /var/tmp/diff_new_pack.aCzrtm/_new  2014-05-22 06:57:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rubyzip
-Version:1.1.2
+Version:1.1.3
 Release:0
 %define mod_name rubyzip
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-ruby_parser for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby_parser for 
openSUSE:Factory checked in at 2014-05-22 06:57:44

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


Package is "rubygem-ruby_parser"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes  
2014-04-09 13:17:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes 
2014-05-22 06:57:45.0 +0200
@@ -1,0 +2,13 @@
+Sun May 18 09:04:44 UTC 2014 - co...@suse.com
+
+- updated to version 3.6.1
+ * 1 bug fix:
+   * Strings that don't match the encoding of the file are now returned as 
ASCII-8BIT.
+ 
+ * 1 minor enhancement:
+   * Added new_string and switched all parsers to it.
+ 
+ * 1 bug fix:
+   * Fixed line numbers of nodes following multi-line strings. (presidentbeef)
+
+---

Old:

  ruby_parser-3.5.0.gem

New:

  ruby_parser-3.6.1.gem



Other differences:
--
++ rubygem-ruby_parser.spec ++
--- /var/tmp/diff_new_pack.ecsSxv/_old  2014-05-22 06:57:46.0 +0200
+++ /var/tmp/diff_new_pack.ecsSxv/_new  2014-05-22 06:57:46.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-ruby_parser
-Version:3.5.0
+Version:3.6.1
 Release:0
 %define mod_name ruby_parser
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30500
+%define mod_weight 30601
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 3

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



commit armadillo for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2014-05-22 06:57:15

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2014-05-13 
20:42:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2014-05-22 
06:57:17.0 +0200
@@ -1,0 +2,6 @@
+Wed May 21 15:45:26 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.300.5:
+  + List of changes not documented upstream.
+
+---

Old:

  armadillo-4.300.2.tar.gz

New:

  armadillo-4.300.5.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.qUUSoa/_old  2014-05-22 06:57:18.0 +0200
+++ /var/tmp/diff_new_pack.qUUSoa/_new  2014-05-22 06:57:18.0 +0200
@@ -19,7 +19,7 @@
 %define soname libarmadillo4
 
 Name:   armadillo
-Version:4.300.2
+Version:4.300.5
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-4.300.2.tar.gz -> armadillo-4.300.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-4.300.2/CMakeLists.txt 
new/armadillo-4.300.5/CMakeLists.txt
--- old/armadillo-4.300.2/CMakeLists.txt2014-05-11 15:11:27.0 
+0200
+++ new/armadillo-4.300.5/CMakeLists.txt2014-05-19 17:20:03.0 
+0200
@@ -14,7 +14,7 @@
 
 set(ARMA_MAJOR 4)
 set(ARMA_MINOR 300)
-set(ARMA_PATCH 2)
+set(ARMA_PATCH 5)
 
 message(STATUS "Configuring Armadillo 
${ARMA_MAJOR}.${ARMA_MINOR}.${ARMA_PATCH}")
 
@@ -247,10 +247,12 @@
 message(STATUS "")
 
 
-if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND NOT ${CMAKE_CXX_COMPILER_VERSION} 
VERSION_LESS 4.9)
-  set(ARMA_USE_CXX11_RNG true)
-  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
-  message(STATUS "Detected gcc 4.9 or later. Added '-std=c++11' to compiler 
flags")
+if(DEFINED CMAKE_CXX_COMPILER_ID AND DEFINED CMAKE_CXX_COMPILER_VERSION)
+  if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND NOT 
${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS 4.9)
+set(ARMA_USE_CXX11_RNG true)
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+message(STATUS "Detected gcc 4.9 or later. Added '-std=c++11' to compiler 
flags")
+  endif()
 endif()
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-4.300.2/docs.html 
new/armadillo-4.300.5/docs.html
--- old/armadillo-4.300.2/docs.html 2014-05-03 16:56:22.0 +0200
+++ new/armadillo-4.300.5/docs.html 2014-05-19 08:33:48.0 +0200
@@ -7033,7 +7033,7 @@
 
 
 
-norm_dot(A,B): normalised version of dot(A,B)
+norm_dot(A,B): equivalent to 
dot(A,B) / (∥A∥•∥B∥)
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-4.300.2/include/armadillo_bits/arma_version.hpp 
new/armadillo-4.300.5/include/armadillo_bits/arma_version.hpp
--- old/armadillo-4.300.2/include/armadillo_bits/arma_version.hpp   
2014-05-11 15:11:27.0 +0200
+++ new/armadillo-4.300.5/include/armadillo_bits/arma_version.hpp   
2014-05-19 17:20:03.0 +0200
@@ -13,7 +13,7 @@
 
 #define ARMA_VERSION_MAJOR 4
 #define ARMA_VERSION_MINOR 300
-#define ARMA_VERSION_PATCH 2
+#define ARMA_VERSION_PATCH 5
 #define ARMA_VERSION_NAME  "Medieval Cornea Scraper"
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-4.300.2/include/armadillo_bits/fn_dot.hpp 
new/armadillo-4.300.5/include/armadillo_bits/fn_dot.hpp
--- old/armadillo-4.300.2/include/armadillo_bits/fn_dot.hpp 2014-02-26 
05:45:33.0 +0100
+++ new/armadillo-4.300.5/include/armadillo_bits/fn_dot.hpp 2014-05-19 
07:16:24.0 +0200
@@ -56,12 +56,12 @@
 
 
 template
-arma_inline
+inline
 arma_warn_unused
 typename
 enable_if2
   <
-  is_arma_type::value && is_arma_type::value && is_same_type::value && is_cx::no,
+  is_arma_type::value && is_arma_type::value && is_same_type::value,
   typename T1::elem_type
   >::result
 norm_dot
@@ -76,28 +76,6 @@
   }
 
 
-
-template
-arma_inline
-arma_warn_unused
-typename
-enable_if2
-  <
-  is_arma_type::value && is_arma_type::value && is_same_type::value && is_complex_strict::value,
-  typename T1::elem_type
-  >::result
-norm_dot
-  (
-  const T1& A, 
-  const T2& B
-  )
-  {
-  arma_extra_debug_sigprint();
-  
-  return op_norm_dot_slow::apply(A,B);
-  }
-
-
 
 //
 // cdot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclud

commit perl-LWP-Online for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package perl-LWP-Online for openSUSE:Factory 
checked in at 2014-05-22 06:57:11

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


Package is "perl-LWP-Online"

Changes:

--- /work/SRC/openSUSE:Factory/perl-LWP-Online/perl-LWP-Online.changes  
2011-12-02 13:22:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-LWP-Online.new/perl-LWP-Online.changes 
2014-05-22 06:57:12.0 +0200
@@ -1,0 +2,5 @@
+Wed May 21 14:21:06 UTC 2014 - dr...@suse.com
+
+- Modify file list to change owner from abuild user.
+
+---



Other differences:
--
++ perl-LWP-Online.spec ++
--- /var/tmp/diff_new_pack.aYA5jq/_old  2014-05-22 06:57:13.0 +0200
+++ /var/tmp/diff_new_pack.aYA5jq/_new  2014-05-22 06:57:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-LWP-Online
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,15 +16,14 @@
 #
 
 
-
 Name:   perl-LWP-Online
 Version:1.08
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name LWP-Online
 Summary:Does your process have access to the web
-Url:http://search.cpan.org/dist/LWP-Online/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/LWP-Online/
 Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/LWP-Online-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -92,6 +91,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc %attr(644,-,-) Changes LICENSE README
+%doc %attr(-,root,root) Changes LICENSE README
 
 %changelog

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



commit rubygem-columnize for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-columnize for 
openSUSE:Factory checked in at 2014-05-22 06:57:01

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


Package is "rubygem-columnize"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-columnize/rubygem-columnize.changes  
2012-03-16 13:24:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-columnize.new/rubygem-columnize.changes 
2014-05-22 06:57:02.0 +0200
@@ -1,0 +2,10 @@
+Sun May 18 09:04:35 UTC 2014 - co...@suse.com
+
+- updated to version 0.8.9
+ - Add columnize method to Array class and a place to set its default options
+ - Add option :colfmt to allow a format specifier to use (e.g. '%02d') in 
stringifying
+   list items
+ - Add option linesuffix (default is "\n")
+ - When using arrange_array each line now has trailing ","
+
+---

Old:

  columnize-0.3.6.gem

New:

  columnize-0.8.9.gem



Other differences:
--
++ rubygem-columnize.spec ++
--- /var/tmp/diff_new_pack.jDFye4/_old  2014-05-22 06:57:03.0 +0200
+++ /var/tmp/diff_new_pack.jDFye4/_new  2014-05-22 06:57:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-columnize
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-columnize
-Version:0.3.6
+Version:0.8.9
 Release:0
-License:Ruby
-Summary:Module to format an Array as an Array of String aligned in 
columns
-Url:https://github.com/rocky/columnize
-Group:  Development/Languages/Ruby
 %define mod_name columnize
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  ruby-devel >= 1.8.2
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:   ruby >= 1.8.2
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 3
+Requires:   ruby >= 1.8.2
+BuildRequires:  ruby >= 1.8.2
+BuildRequires:  rubygem(rdoc) > 3.10
+Url:https://github.com/rocky/columnize
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Summary:Module to format an Array as an Array of String aligned in 
columns
+License:Ruby and GPL-2.0
+Group:  Development/Languages/Ruby
 
 %description
 In showing a long lists, sometimes one would prefer to see the value
@@ -55,23 +57,33 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{gem_base}/gems/%{mod_full_name}/ChangeLog 
%buildroot/%{_docdir}/%{name}/ChangeLog
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{_docdir}/%{name}
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

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



commit kde4-l10n for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kde4-l10n for openSUSE:Factory 
checked in at 2014-05-22 06:52:53

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


Package is "kde4-l10n"

Changes:

--- /work/SRC/openSUSE:Factory/kde4-l10n/kde4-l10n.changes  2014-04-18 
15:46:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde4-l10n.new/kde4-l10n.changes 2014-05-22 
06:54:48.0 +0200
@@ -1,0 +2,7 @@
+Sat May 10 19:26:55 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kde-l10n-ar-4.13.0.tar.xz
  kde-l10n-bg-4.13.0.tar.xz
  kde-l10n-bs-4.13.0.tar.xz
  kde-l10n-ca-4.13.0.tar.xz
  kde-l10n...@valencia-4.13.0.tar.xz
  kde-l10n-cs-4.13.0.tar.xz
  kde-l10n-da-4.13.0.tar.xz
  kde-l10n-de-4.13.0.tar.xz
  kde-l10n-el-4.13.0.tar.xz
  kde-l10n-en_GB-4.13.0.tar.xz
  kde-l10n-es-4.13.0.tar.xz
  kde-l10n-et-4.13.0.tar.xz
  kde-l10n-eu-4.13.0.tar.xz
  kde-l10n-fi-4.13.0.tar.xz
  kde-l10n-fr-4.13.0.tar.xz
  kde-l10n-ga-4.13.0.tar.xz
  kde-l10n-gl-4.13.0.tar.xz
  kde-l10n-he-4.13.0.tar.xz
  kde-l10n-hi-4.13.0.tar.xz
  kde-l10n-hr-4.13.0.tar.xz
  kde-l10n-hu-4.13.0.tar.xz
  kde-l10n-ia-4.13.0.tar.xz
  kde-l10n-id-4.13.0.tar.xz
  kde-l10n-is-4.13.0.tar.xz
  kde-l10n-it-4.13.0.tar.xz
  kde-l10n-ja-4.13.0.tar.xz
  kde-l10n-kk-4.13.0.tar.xz
  kde-l10n-km-4.13.0.tar.xz
  kde-l10n-ko-4.13.0.tar.xz
  kde-l10n-lt-4.13.0.tar.xz
  kde-l10n-lv-4.13.0.tar.xz
  kde-l10n-mr-4.13.0.tar.xz
  kde-l10n-nb-4.13.0.tar.xz
  kde-l10n-nds-4.13.0.tar.xz
  kde-l10n-nl-4.13.0.tar.xz
  kde-l10n-nn-4.13.0.tar.xz
  kde-l10n-pa-4.13.0.tar.xz
  kde-l10n-pl-4.13.0.tar.xz
  kde-l10n-pt-4.13.0.tar.xz
  kde-l10n-pt_BR-4.13.0.tar.xz
  kde-l10n-ro-4.13.0.tar.xz
  kde-l10n-ru-4.13.0.tar.xz
  kde-l10n-sk-4.13.0.tar.xz
  kde-l10n-sl-4.13.0.tar.xz
  kde-l10n-sr-4.13.0.tar.xz
  kde-l10n-sv-4.13.0.tar.xz
  kde-l10n-tr-4.13.0.tar.xz
  kde-l10n-ug-4.13.0.tar.xz
  kde-l10n-uk-4.13.0.tar.xz
  kde-l10n-vi-4.13.0.tar.xz
  kde-l10n-wa-4.13.0.tar.xz
  kde-l10n-zh_CN-4.13.0.tar.xz
  kde-l10n-zh_TW-4.13.0.tar.xz

New:

  kde-l10n-ar-4.13.1.tar.xz
  kde-l10n-bg-4.13.1.tar.xz
  kde-l10n-bs-4.13.1.tar.xz
  kde-l10n-ca-4.13.1.tar.xz
  kde-l10n...@valencia-4.13.1.tar.xz
  kde-l10n-cs-4.13.1.tar.xz
  kde-l10n-da-4.13.1.tar.xz
  kde-l10n-de-4.13.1.tar.xz
  kde-l10n-el-4.13.1.tar.xz
  kde-l10n-en_GB-4.13.1.tar.xz
  kde-l10n-es-4.13.1.tar.xz
  kde-l10n-et-4.13.1.tar.xz
  kde-l10n-eu-4.13.1.tar.xz
  kde-l10n-fi-4.13.1.tar.xz
  kde-l10n-fr-4.13.1.tar.xz
  kde-l10n-ga-4.13.1.tar.xz
  kde-l10n-gl-4.13.1.tar.xz
  kde-l10n-he-4.13.1.tar.xz
  kde-l10n-hi-4.13.1.tar.xz
  kde-l10n-hr-4.13.1.tar.xz
  kde-l10n-hu-4.13.1.tar.xz
  kde-l10n-ia-4.13.1.tar.xz
  kde-l10n-id-4.13.1.tar.xz
  kde-l10n-is-4.13.1.tar.xz
  kde-l10n-it-4.13.1.tar.xz
  kde-l10n-ja-4.13.1.tar.xz
  kde-l10n-kk-4.13.1.tar.xz
  kde-l10n-km-4.13.1.tar.xz
  kde-l10n-ko-4.13.1.tar.xz
  kde-l10n-lt-4.13.1.tar.xz
  kde-l10n-lv-4.13.1.tar.xz
  kde-l10n-mr-4.13.1.tar.xz
  kde-l10n-nb-4.13.1.tar.xz
  kde-l10n-nds-4.13.1.tar.xz
  kde-l10n-nl-4.13.1.tar.xz
  kde-l10n-nn-4.13.1.tar.xz
  kde-l10n-pa-4.13.1.tar.xz
  kde-l10n-pl-4.13.1.tar.xz
  kde-l10n-pt-4.13.1.tar.xz
  kde-l10n-pt_BR-4.13.1.tar.xz
  kde-l10n-ro-4.13.1.tar.xz
  kde-l10n-ru-4.13.1.tar.xz
  kde-l10n-sk-4.13.1.tar.xz
  kde-l10n-sl-4.13.1.tar.xz
  kde-l10n-sr-4.13.1.tar.xz
  kde-l10n-sv-4.13.1.tar.xz
  kde-l10n-tr-4.13.1.tar.xz
  kde-l10n-ug-4.13.1.tar.xz
  kde-l10n-uk-4.13.1.tar.xz
  kde-l10n-vi-4.13.1.tar.xz
  kde-l10n-wa-4.13.1.tar.xz
  kde-l10n-zh_CN-4.13.1.tar.xz
  kde-l10n-zh_TW-4.13.1.tar.xz



Other differences:
--
++ kde4-l10n.spec ++
--- /var/tmp/diff_new_pack.psdJjO/_old  2014-05-22 06:54:56.0 +0200
+++ /var/tmp/diff_new_pack.psdJjO/_new  2014-05-22 06:54:56.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   kde4-l10n
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:KDE translations base package
 License:GPL-2.0+


++ kde-l10n-ar-4.13.0.tar.xz -> kde-l10n-ar-4.13.1.tar.xz ++
 5026 lines of diff (skipped)

++ kde-l10n-bg-4.13.0.tar.xz -> kde-l10n-bg-4.13.1.tar.xz ++
 5080 lines of diff (skipped)

++ kde-l10n-bs-4.13.0.tar.xz -> kde-l10n-bs-4.13.1.tar.xz ++
 6853 lines of diff (skipped)

++ kde-l10n-ca-4.13.0.tar.xz -> kde-l10n-ca-4.13.1.tar.xz ++
/work/SRC/openSUSE:Factory/kde4-l10n/kde-l10n-ca-4.13.0.tar.xz 
/work/SRC/openSUSE:Factory/.kde4-l10n.new/kde-l10n-ca-4.13.1.tar.xz differ: 
char 27, line 1

++ kde-l10n...@valencia-4.13.0.tar.xz -> kde-l10

commit kdebase4-workspace for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2014-05-22 06:52:56

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
2014-04-30 15:05:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2014-05-22 06:55:50.0 +0200
@@ -1,0 +2,33 @@
+Wed May 21 09:05:29 UTC 2014 - tittiatc...@gmail.com
+
+- Adjust some defaults back to the original ones from upstream. 
+  This would ensure that with a default setup the user is able 
+  to shutdown the system. Another step to remove dependencies on 
+  the openSUSE sysconfig values, which is something that our 
+  users are not happy with
+
+---
+Tue May 20 11:28:23 UTC 2014 - tittiatc...@gmail.com
+
+- Restore reading AutoLogin from the openSUSE sysconfig values 
+  again. This breaks otherwise openqa
+
+---
+Sat May 10 17:39:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Install DBus interface files with devel subpackage, they are used
+  for development purposes only
+
+---
+Tue May  6 20:38:47 UTC 2014 - tittiatc...@gmail.com
+
+- Further reduce the number of KDM settings that are taken from 
+  the values in sysconfig. We try to be on-par with GDM 
+  (bnc#860507)
+
+---
+Fri May  2 08:53:27 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added fix-crash-when-DesktopNames-isnt-set.patch, kde#334159
+
+---

New:

  fix-crash-when-DesktopNames-isnt-set.patch



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.eNbhlf/_old  2014-05-22 06:55:52.0 +0200
+++ /var/tmp/diff_new_pack.eNbhlf/_new  2014-05-22 06:55:52.0 +0200
@@ -141,6 +141,8 @@
 Patch67:remove_strigi.patch
 # Taken from fedora, additional changes resubmitted to fedora
 Patch71:kde-workspace-4.11.0-kdm-logind-multiseat.patch
+# PATCH-FIX-UPSTREAM fix-crash-when-DesktopNames-isnt-set.patch -- Fix crash 
when DesktopNames isn't set in session's desktop file
+Patch100:   fix-crash-when-DesktopNames-isnt-set.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{_kde_branding_version}
 Requires:   %{name}-ksysguardd = %{version}
@@ -365,6 +367,7 @@
 %if %{with_multiseat}
 %patch71 -p1
 %endif
+%patch100 -p1
 
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
@@ -538,6 +541,7 @@
 %exclude %{_kde4_appsdir}/kwin/cubecap.png
 %exclude %{_kde4_appsdir}/kwin/titlebar_decor.png
 %{_kde4_appsdir}/kwin/default_rules/plasma_desktop_containment.kwinrules
+%exclude %{_kde4_datadir}/dbus-1/interfaces/org.kde.KWin.xml
 
 %files liboxygenstyle
 %defattr(-,root,root)
@@ -582,6 +586,7 @@
 %{_kde4_libdir}/libplasmagenericshell.so
 %{_kde4_libdir}/libsystemsettingsview.so
 %{_kde4_libdir}/cmake/KDE4Workspace/
+%{_kde4_datadir}/dbus-1/interfaces/
 
 %files -n python-kdebase4
 %defattr(-,root,root)
@@ -615,7 +620,8 @@
 %config %{_kde4_configdir}/
 %config %{_kde4_configkcfgdir}/
 %{_kde4_datadir}/autostart/
-%{_kde4_datadir}/dbus-1/
+%{_kde4_datadir}/dbus-1/services/
+%{_kde4_datadir}/dbus-1/system-services/
 %{_kde4_datadir}/polkit-1/
 %{_kde4_iconsdir}/hicolor/*/*/*
 %{_kde4_iconsdir}/oxygen/*/*

++ fix-crash-when-DesktopNames-isnt-set.patch ++
From: David Faure 
Date: Fri, 02 May 2014 08:26:38 +
Subject: Fix crash when DesktopNames isn't set
X-Git-Url: 
http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=e1724800ecf3c6a7035dfa7bcaa50b2a8f48688f
---
Fix crash when DesktopNames isn't set

BUG: 334159
FIXED-IN: 4.11.10
---


--- a/kdm/backend/client.c
+++ b/kdm/backend/client.c
@@ -1810,12 +1810,14 @@
 !(sessargs = iniEntry(str, "Desktop Entry", 
"Exec", 0)))
 sessargs = "";
 buf = iniEntry(str, "Desktop Entry", "DesktopNames", 0);
-for (buf2 = buf; *buf2; ++buf2) {
-if (*buf2 == ';')
-*buf2 = ':';
+if (buf) {
+for (buf2 = buf; *buf2; ++buf2) {
+if (*buf2 == ';')
+*buf2 = ':';
+}
+userEnviron = setEnv(userEnviron, 
"XDG_CURRENT_DESKTOP

commit kqtquickcharts for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kqtquickcharts for openSUSE:Factory 
checked in at 2014-05-22 06:52:54

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


Package is "kqtquickcharts"

Changes:

--- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes
2014-04-18 12:25:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new/kqtquickcharts.changes   
2014-05-22 06:55:49.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:14:03 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kqtquickcharts-4.13.0.tar.xz

New:

  kqtquickcharts-4.13.1.tar.xz



Other differences:
--
++ kqtquickcharts.spec ++
--- /var/tmp/diff_new_pack.R1HWor/_old  2014-05-22 06:55:50.0 +0200
+++ /var/tmp/diff_new_pack.R1HWor/_new  2014-05-22 06:55:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kqtquickcharts
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Plugin to render beautiful and interactive graphs
 License:LGPL-2.1+

++ kqtquickcharts-4.13.0.tar.xz -> kqtquickcharts-4.13.1.tar.xz ++

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



commit kdenetwork-strigi-analyzers for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork-strigi-analyzers for 
openSUSE:Factory checked in at 2014-05-22 06:52:14

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
  2014-04-18 12:26:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork-strigi-analyzers.new/kdenetwork-strigi-analyzers.changes
 2014-05-22 06:53:59.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:10:27 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kdenetwork-strigi-analyzers-4.13.0.tar.xz

New:

  kdenetwork-strigi-analyzers-4.13.1.tar.xz



Other differences:
--
++ kdenetwork-strigi-analyzers.spec ++
--- /var/tmp/diff_new_pack.yi1TOD/_old  2014-05-22 06:54:01.0 +0200
+++ /var/tmp/diff_new_pack.yi1TOD/_new  2014-05-22 06:54:01.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdenetwork-strigi-analyzers-4.13.0.tar.xz -> 
kdenetwork-strigi-analyzers-4.13.1.tar.xz ++

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



commit libkdegames for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package libkdegames for openSUSE:Factory 
checked in at 2014-05-22 06:52:06

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  2014-04-18 
12:29:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdegames.new/libkdegames.changes 
2014-05-22 06:53:47.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:09:31 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  libkdegames-4.13.0.tar.xz

New:

  libkdegames-4.13.1.tar.xz



Other differences:
--
++ libkdegames.spec ++
--- /var/tmp/diff_new_pack.oTxjPy/_old  2014-05-22 06:53:48.0 +0200
+++ /var/tmp/diff_new_pack.oTxjPy/_new  2014-05-22 06:53:48.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:libkdegames-%{version}.tar.xz
 Patch1: libkdegames-bnc793185.patch

++ libkdegames-4.13.0.tar.xz -> libkdegames-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-4.13.0/carddecks/svg-oxygen/index.desktop 
new/libkdegames-4.13.1/carddecks/svg-oxygen/index.desktop
--- old/libkdegames-4.13.0/carddecks/svg-oxygen/index.desktop   2014-03-27 
05:49:48.0 +0100
+++ new/libkdegames-4.13.1/carddecks/svg-oxygen/index.desktop   2014-04-13 
10:23:15.0 +0200
@@ -34,7 +34,7 @@
 Name[ne]=अक्सिजन
 Name[nl]=Oxygen
 Name[nn]=Oksygen
-Name[pl]=Oxygen
+Name[pl]=Tlen
 Name[pt]=Oxygen
 Name[pt_BR]=Oxygen
 Name[ro]=Oxygen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkdegames-4.13.0/carddecks/svg-oxygen-white/index.desktop 
new/libkdegames-4.13.1/carddecks/svg-oxygen-white/index.desktop
--- old/libkdegames-4.13.0/carddecks/svg-oxygen-white/index.desktop 
2014-03-27 05:49:48.0 +0100
+++ new/libkdegames-4.13.1/carddecks/svg-oxygen-white/index.desktop 
2014-04-13 10:23:15.0 +0200
@@ -25,7 +25,7 @@
 Name[nds]=Oxygen-Witt
 Name[nl]=Oxygen-wit
 Name[nn]=Oksygen kvit
-Name[pl]=Biały Oxygen
+Name[pl]=Biały Tlen
 Name[pt]=Oxygen Branco
 Name[pt_BR]=Oxygen branco
 Name[ro]=Oxygen alb

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



commit krfb for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package krfb for openSUSE:Factory checked in 
at 2014-05-22 06:52:28

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.changes2014-04-18 
12:26:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.krfb.new/krfb.changes   2014-05-22 
06:54:13.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:11:30 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  krfb-4.13.0.tar.xz

New:

  krfb-4.13.1.tar.xz



Other differences:
--
++ krfb.spec ++
--- /var/tmp/diff_new_pack.eCrAP4/_old  2014-05-22 06:54:14.0 +0200
+++ /var/tmp/diff_new_pack.eCrAP4/_new  2014-05-22 06:54:14.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(xtst)
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Desktop Sharing
 License:GPL-2.0+

++ krfb-4.13.0.tar.xz -> krfb-4.13.1.tar.xz ++

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



commit kppp for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kppp for openSUSE:Factory checked in 
at 2014-05-22 06:52:26

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.changes2014-04-18 
12:26:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kppp.new/kppp.changes   2014-05-22 
06:54:10.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:11:16 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kppp-4.13.0.tar.xz

New:

  kppp-4.13.1.tar.xz



Other differences:
--
++ kppp.spec ++
--- /var/tmp/diff_new_pack.bwE88w/_old  2014-05-22 06:54:11.0 +0200
+++ /var/tmp/diff_new_pack.bwE88w/_new  2014-05-22 06:54:11.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kppp
 BuildRequires:  libkde4-devel
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Internet Dial-Up Tool
 License:GPL-2.0+

++ kppp-4.13.0.tar.xz -> kppp-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kppp-4.13.0/logview/kppplogview.desktop 
new/kppp-4.13.1/logview/kppplogview.desktop
--- old/kppp-4.13.0/logview/kppplogview.desktop 2013-12-11 18:48:31.0 
+0100
+++ new/kppp-4.13.1/logview/kppplogview.desktop 2014-04-22 12:16:56.0 
+0200
@@ -74,7 +74,7 @@
 GenericName[bg]=Преглед на журнала на KPPP
 GenericName[bn]=ইন্টারনেট ডায়াল-আপ সরঞ্জাম কার্যবিবরণী প্রদর্শক
 GenericName[bs]=Dnevnik preglednika alata za pristup Internetu preko 
telefonskog poziva
-GenericName[ca]=Visor de la bitàcola de l'eina de connexió telefònica a 
Internet
+GenericName[ca]=Visor del registre de l'eina de connexió telefònica a Internet
 GenericName[ca@valencia]=Visor de la bitàcola de l'eina de connexió telefònica 
a Internet
 GenericName[cs]=Prohlížeč záznamů připojení přes vytáčenou linku
 GenericName[da]=Internet-opkaldsværktøj-logviser

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



commit ksystemlog for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package ksystemlog for openSUSE:Factory 
checked in at 2014-05-22 06:52:17

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.changes2014-04-18 
12:26:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksystemlog.new/ksystemlog.changes   
2014-05-22 06:54:03.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:10:50 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  ksystemlog-4.13.0.tar.xz

New:

  ksystemlog-4.13.1.tar.xz



Other differences:
--
++ ksystemlog.spec ++
--- /var/tmp/diff_new_pack.ShyQPl/_old  2014-05-22 06:54:05.0 +0200
+++ /var/tmp/diff_new_pack.ShyQPl/_new  2014-05-22 06:54:05.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme-large
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:System Log Viewer Tool
 License:GPL-2.0

++ ksystemlog-4.13.0.tar.xz -> ksystemlog-4.13.1.tar.xz ++

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



commit krdc for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package krdc for openSUSE:Factory checked in 
at 2014-05-22 06:52:27

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.changes2014-04-18 
12:26:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.krdc.new/krdc.changes   2014-05-22 
06:54:11.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:11:24 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  krdc-4.13.0.tar.xz

New:

  krdc-4.13.1.tar.xz



Other differences:
--
++ krdc.spec ++
--- /var/tmp/diff_new_pack.7JNA6v/_old  2014-05-22 06:54:13.0 +0200
+++ /var/tmp/diff_new_pack.7JNA6v/_new  2014-05-22 06:54:13.0 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  pkgconfig(TelepathyQt4)
 %endif
 BuildRequires:  oxygen-icon-theme-large
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Remote Desktop Connection
 License:GPL-2.0+

++ krdc-4.13.0.tar.xz -> krdc-4.13.1.tar.xz ++

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



commit ksirk for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2014-05-22 06:51:56

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  2014-04-18 
12:31:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2014-05-22 
06:53:34.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:08:30 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  ksirk-4.13.0.tar.xz

New:

  ksirk-4.13.1.tar.xz



Other differences:
--
++ ksirk.spec ++
--- /var/tmp/diff_new_pack.T8Wmd1/_old  2014-05-22 06:53:35.0 +0200
+++ /var/tmp/diff_new_pack.T8Wmd1/_new  2014-05-22 06:53:35.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Strategy/Turn Based
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ ksirk-4.13.0.tar.xz -> ksirk-4.13.1.tar.xz ++

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



commit kshisen for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kshisen for openSUSE:Factory checked 
in at 2014-05-22 06:51:55

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  2014-04-18 
12:31:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kshisen.new/kshisen.changes 2014-05-22 
06:53:33.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:08:22 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kshisen-4.13.0.tar.xz

New:

  kshisen-4.13.1.tar.xz



Other differences:
--
++ kshisen.spec ++
--- /var/tmp/diff_new_pack.EW7kqg/_old  2014-05-22 06:53:33.0 +0200
+++ /var/tmp/diff_new_pack.EW7kqg/_new  2014-05-22 06:53:33.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kshisen-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kshisen-4.13.0.tar.xz -> kshisen-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kshisen-4.13.0/kshisen.desktop 
new/kshisen-4.13.1/kshisen.desktop
--- old/kshisen-4.13.0/kshisen.desktop  2013-10-20 20:12:36.0 +0200
+++ new/kshisen-4.13.1/kshisen.desktop  2014-04-18 10:23:02.0 +0200
@@ -118,10 +118,10 @@
 GenericName[se]=Shisen-Sho Mahjongg-lágan bihttáspeallu
 GenericName[sk]=Hra typu Shisen-Sho Mahjongg
 GenericName[sl]=Igra s ploščicami Shisen-Sho, podobna Mahjonggu
-GenericName[sr]=Игра с плочицама попут махђонга
-GenericName[sr@ijekavian]=Игра с плочицама попут махђонга
-GenericName[sr@ijekavianlatin]=Igra s pločicama poput mahđonga
-GenericName[sr@latin]=Igra s pločicama poput mahđonga
+GenericName[sr]=Игра с плочицама попут маџонга
+GenericName[sr@ijekavian]=Игра с плочицама попут маџонга
+GenericName[sr@ijekavianlatin]=Igra s pločicama poput madžonga
+GenericName[sr@latin]=Igra s pločicama poput madžonga
 GenericName[sv]=Shisen-Sho Mahjongg-liknande brickspel
 GenericName[ta]=ஷிசெந்ஷோ மாஹ்ஜோங் போன்ற ஓடு விளையாட்டு
 GenericName[tr]=Shisen-Sho Mahjongg Benzeri Döşeme Oyunu

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



commit kubrick for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kubrick for openSUSE:Factory checked 
in at 2014-05-22 06:52:04

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  2014-04-18 
12:29:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kubrick.new/kubrick.changes 2014-05-22 
06:53:46.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:09:23 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kubrick-4.13.0.tar.xz

New:

  kubrick-4.13.1.tar.xz



Other differences:
--
++ kubrick.spec ++
--- /var/tmp/diff_new_pack.dXgxNX/_old  2014-05-22 06:53:46.0 +0200
+++ /var/tmp/diff_new_pack.dXgxNX/_new  2014-05-22 06:53:46.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Logic
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kubrick-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kubrick-4.13.0.tar.xz -> kubrick-4.13.1.tar.xz ++

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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kde4-print-manager for 
openSUSE:Factory checked in at 2014-05-22 06:52:13

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
2014-04-18 12:26:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde4-print-manager.new/kde4-print-manager.changes   
2014-05-22 06:53:58.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:10:19 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  print-manager-4.13.0.tar.xz

New:

  print-manager-4.13.1.tar.xz



Other differences:
--
++ kde4-print-manager.spec ++
--- /var/tmp/diff_new_pack.gBra5v/_old  2014-05-22 06:53:59.0 +0200
+++ /var/tmp/diff_new_pack.gBra5v/_new  2014-05-22 06:53:59.0 +0200
@@ -30,7 +30,7 @@
 Summary:A new print manager for KDE 4
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source: print-manager-%{version}.tar.xz
 Obsoletes:  kde4-printer-applet < 4.9.80

++ print-manager-4.13.0.tar.xz -> print-manager-4.13.1.tar.xz ++

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



commit poxml for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2014-05-22 06:52:36

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  2014-04-18 
12:26:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.poxml.new/poxml.changes 2014-05-22 
06:54:24.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:12:29 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  poxml-4.13.0.tar.xz

New:

  poxml-4.13.1.tar.xz



Other differences:
--
++ poxml.spec ++
--- /var/tmp/diff_new_pack.9NhO7J/_old  2014-05-22 06:54:25.0 +0200
+++ /var/tmp/diff_new_pack.9NhO7J/_new  2014-05-22 06:54:25.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ poxml-4.13.0.tar.xz -> poxml-4.13.1.tar.xz ++

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



commit kapptemplate for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kapptemplate for openSUSE:Factory 
checked in at 2014-05-22 06:52:41

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
2014-04-18 12:26:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.kapptemplate.new/kapptemplate.changes   
2014-05-22 06:54:30.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:13:03 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kapptemplate-4.13.0.tar.xz

New:

  kapptemplate-4.13.1.tar.xz



Other differences:
--
++ kapptemplate.spec ++
--- /var/tmp/diff_new_pack.doXQVM/_old  2014-05-22 06:54:31.0 +0200
+++ /var/tmp/diff_new_pack.doXQVM/_new  2014-05-22 06:54:31.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/IDE
 Url:http://www.kde.org/
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch1: desktop-files.diff

++ kapptemplate-4.13.0.tar.xz -> kapptemplate-4.13.1.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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4-filesharing for 
openSUSE:Factory checked in at 2014-05-22 06:52:29

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
  2014-04-18 12:26:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdenetwork4-filesharing.new/kdenetwork4-filesharing.changes
 2014-05-22 06:54:15.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:11:36 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kdenetwork-filesharing-4.13.0.tar.xz

New:

  kdenetwork-filesharing-4.13.1.tar.xz



Other differences:
--
++ kdenetwork4-filesharing.spec ++
--- /var/tmp/diff_new_pack.b75WWU/_old  2014-05-22 06:54:16.0 +0200
+++ /var/tmp/diff_new_pack.b75WWU/_new  2014-05-22 06:54:16.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kdenetwork4-filesharing
 BuildRequires:  libkde4-devel
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:KDE Network Libraries
 License:GPL-2.0+

++ kdenetwork-filesharing-4.13.0.tar.xz -> 
kdenetwork-filesharing-4.13.1.tar.xz ++

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



commit lokalize for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package lokalize for openSUSE:Factory 
checked in at 2014-05-22 06:52:38

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.changes2014-04-18 
12:26:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.lokalize.new/lokalize.changes   2014-05-22 
06:54:26.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:12:43 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  lokalize-4.13.0.tar.xz

New:

  lokalize-4.13.1.tar.xz



Other differences:
--
++ lokalize.spec ++
--- /var/tmp/diff_new_pack.BhK60w/_old  2014-05-22 06:54:27.0 +0200
+++ /var/tmp/diff_new_pack.BhK60w/_new  2014-05-22 06:54:27.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lokalize-4.13.0.tar.xz -> lokalize-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lokalize-4.13.0/src/catalog/gettextheader.cpp 
new/lokalize-4.13.1/src/catalog/gettextheader.cpp
--- old/lokalize-4.13.0/src/catalog/gettextheader.cpp   2014-03-17 
05:41:21.0 +0100
+++ new/lokalize-4.13.1/src/catalog/gettextheader.cpp   2014-05-06 
23:59:36.0 +0200
@@ -454,8 +454,11 @@
 //kDebug()<<"generating GNUPluralForms"<

commit libkomparediff2 for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package libkomparediff2 for openSUSE:Factory 
checked in at 2014-05-22 06:52:52

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


Package is "libkomparediff2"

Changes:

--- /work/SRC/openSUSE:Factory/libkomparediff2/libkomparediff2.changes  
2014-04-18 12:36:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkomparediff2.new/libkomparediff2.changes 
2014-05-22 06:54:40.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:44:50 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  libkomparediff2-4.13.0.tar.xz

New:

  libkomparediff2-4.13.1.tar.xz



Other differences:
--
++ libkomparediff2.spec ++
--- /var/tmp/diff_new_pack.nMJuXc/_old  2014-05-22 06:54:40.0 +0200
+++ /var/tmp/diff_new_pack.nMJuXc/_new  2014-05-22 06:54:40.0 +0200
@@ -24,7 +24,7 @@
 Summary:A library to compare files and strings
 License:(GPL-2.0+ and LGPL-2.0+) and BSD-2-Clause
 Group:  Development/Libraries/KDE
-Version:4.13.0
+Version:4.13.1
 Release:0
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz

++ libkomparediff2-4.13.0.tar.xz -> libkomparediff2-4.13.1.tar.xz ++

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



commit kde-dev-utils for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kde-dev-utils for openSUSE:Factory 
checked in at 2014-05-22 06:52:43

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  
2014-04-18 12:26:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-dev-utils.new/kde-dev-utils.changes 
2014-05-22 06:54:33.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:13:16 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kde-dev-utils-4.13.0.tar.xz

New:

  kde-dev-utils-4.13.1.tar.xz



Other differences:
--
++ kde-dev-utils.spec ++
--- /var/tmp/diff_new_pack.jp0bTP/_old  2014-05-22 06:54:33.0 +0200
+++ /var/tmp/diff_new_pack.jp0bTP/_new  2014-05-22 06:54:33.0 +0200
@@ -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.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-dev-utils-4.13.0.tar.xz -> kde-dev-utils-4.13.1.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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package amor for openSUSE:Factory checked in 
at 2014-05-22 06:52:44

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.changes2014-04-18 
12:26:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.amor.new/amor.changes   2014-05-22 
06:54:33.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:13:22 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  amor-4.13.0.tar.xz

New:

  amor-4.13.1.tar.xz



Other differences:
--
++ amor.spec ++
--- /var/tmp/diff_new_pack.Wjkh8n/_old  2014-05-22 06:54:34.0 +0200
+++ /var/tmp/diff_new_pack.Wjkh8n/_new  2014-05-22 06:54:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   amor
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:On-Screen Creature
 License:GPL-2.0+

++ amor-4.13.0.tar.xz -> amor-4.13.1.tar.xz ++

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



commit ktux for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package ktux for openSUSE:Factory checked in 
at 2014-05-22 06:52:47

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.changes2014-04-18 
12:25:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktux.new/ktux.changes   2014-05-22 
06:54:35.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:13:34 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  ktux-4.13.0.tar.xz

New:

  ktux-4.13.1.tar.xz



Other differences:
--
++ ktux.spec ++
--- /var/tmp/diff_new_pack.uxfMNk/_old  2014-05-22 06:54:37.0 +0200
+++ /var/tmp/diff_new_pack.uxfMNk/_new  2014-05-22 06:54:37.0 +0200
@@ -22,7 +22,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Screensavers
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktux-4.13.0.tar.xz -> ktux-4.13.1.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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2014-05-22 06:52:35

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.changes2014-05-06 
17:42:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2014-05-22 
06:54:22.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:12:20 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  umbrello-4.13.0.tar.xz

New:

  umbrello-4.13.1.tar.xz



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.iA8DoW/_old  2014-05-22 06:54:23.0 +0200
+++ /var/tmp/diff_new_pack.iA8DoW/_new  2014-05-22 06:54:23.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ umbrello-4.13.0.tar.xz -> umbrello-4.13.1.tar.xz ++
 2774 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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package cervisia for openSUSE:Factory 
checked in at 2014-05-22 06:52:42

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.changes2014-04-18 
12:26:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.cervisia.new/cervisia.changes   2014-05-22 
06:54:31.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:13:10 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  cervisia-4.13.0.tar.xz

New:

  cervisia-4.13.1.tar.xz



Other differences:
--
++ cervisia.spec ++
--- /var/tmp/diff_new_pack.6HTzDn/_old  2014-05-22 06:54:32.0 +0200
+++ /var/tmp/diff_new_pack.6HTzDn/_new  2014-05-22 06:54:32.0 +0200
@@ -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.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ cervisia-4.13.0.tar.xz -> cervisia-4.13.1.tar.xz ++

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



commit kopete for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kopete for openSUSE:Factory checked 
in at 2014-05-22 06:52:31

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.changes2014-05-06 
17:41:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kopete.new/kopete.changes   2014-05-22 
06:54:17.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:11:52 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kopete-4.13.0.tar.xz

New:

  kopete-4.13.1.tar.xz



Other differences:
--
++ kopete.spec ++
--- /var/tmp/diff_new_pack.ezyhxk/_old  2014-05-22 06:54:19.0 +0200
+++ /var/tmp/diff_new_pack.ezyhxk/_new  2014-05-22 06:54:19.0 +0200
@@ -38,7 +38,7 @@
 BuildRequires:  pkgconfig(libotr) >= 4.0.0
 BuildRequires:  pkgconfig(libsrtp)
 BuildRequires:  pkgconfig(ortp) >= 0.22
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Instant Messenger
 License:GPL-2.0+

++ kopete-4.13.0.tar.xz -> kopete-4.13.1.tar.xz ++
/work/SRC/openSUSE:Factory/kopete/kopete-4.13.0.tar.xz 
/work/SRC/openSUSE:Factory/.kopete.new/kopete-4.13.1.tar.xz differ: char 27, 
line 1

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



commit kdesdk-kioslaves for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-kioslaves for 
openSUSE:Factory checked in at 2014-05-22 06:52:34

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
2014-04-18 12:26:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk-kioslaves.new/kdesdk-kioslaves.changes   
2014-05-22 06:54:21.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:12:14 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kdesdk-kioslaves-4.13.0.tar.xz

New:

  kdesdk-kioslaves-4.13.1.tar.xz



Other differences:
--
++ kdesdk-kioslaves.spec ++
--- /var/tmp/diff_new_pack.KufiuW/_old  2014-05-22 06:54:21.0 +0200
+++ /var/tmp/diff_new_pack.KufiuW/_new  2014-05-22 06:54:21.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and LGPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdesdk-kioslaves-4.13.0.tar.xz -> kdesdk-kioslaves-4.13.1.tar.xz ++

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



commit kteatime for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kteatime for openSUSE:Factory 
checked in at 2014-05-22 06:52:45

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.changes2014-04-18 
12:25:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.kteatime.new/kteatime.changes   2014-05-22 
06:54:35.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:13:28 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kteatime-4.13.0.tar.xz

New:

  kteatime-4.13.1.tar.xz



Other differences:
--
++ kteatime.spec ++
--- /var/tmp/diff_new_pack.xV6jn5/_old  2014-05-22 06:54:35.0 +0200
+++ /var/tmp/diff_new_pack.xV6jn5/_new  2014-05-22 06:54:35.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kteatime-4.13.0.tar.xz -> kteatime-4.13.1.tar.xz ++

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



commit kcachegrind for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kcachegrind for openSUSE:Factory 
checked in at 2014-05-22 06:52:40

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  2014-04-18 
12:26:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new/kcachegrind.changes 
2014-05-22 06:54:28.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:12:57 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kcachegrind-4.13.0.tar.xz

New:

  kcachegrind-4.13.1.tar.xz



Other differences:
--
++ kcachegrind.spec ++
--- /var/tmp/diff_new_pack.ZqJd73/_old  2014-05-22 06:54:29.0 +0200
+++ /var/tmp/diff_new_pack.ZqJd73/_new  2014-05-22 06:54:29.0 +0200
@@ -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.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kcachegrind-4.13.0.tar.xz -> kcachegrind-4.13.1.tar.xz ++

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



commit kget for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kget for openSUSE:Factory checked in 
at 2014-05-22 06:52:23

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.changes2014-05-01 
07:51:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.kget.new/kget.changes   2014-05-22 
06:54:08.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:11:09 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kget-4.13.0.tar.xz

New:

  kget-4.13.1.tar.xz



Other differences:
--
++ kget.spec ++
--- /var/tmp/diff_new_pack.WURoKF/_old  2014-05-22 06:54:09.0 +0200
+++ /var/tmp/diff_new_pack.WURoKF/_new  2014-05-22 06:54:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kget
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Download Manager
 License:GPL-2.0+

++ kget-4.13.0.tar.xz -> kget-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kget-4.13.0/transfer-plugins/contentfetch/kget_contentfetchfactory.desktop 
new/kget-4.13.1/transfer-plugins/contentfetch/kget_contentfetchfactory.desktop
--- 
old/kget-4.13.0/transfer-plugins/contentfetch/kget_contentfetchfactory.desktop  
2014-02-23 20:20:51.0 +0100
+++ 
new/kget-4.13.1/transfer-plugins/contentfetch/kget_contentfetchfactory.desktop  
2014-04-16 09:51:22.0 +0200
@@ -37,7 +37,7 @@
 Name[lv]=Satura ielāde
 Name[ml]=ഉള്ളടക്കം കരസ്ഥമാക്കുക
 Name[nb]=Hent innhold
-Name[nds]=Content-Fetch
+Name[nds]=Inholt halen
 Name[nl]=Inhoud ophalen
 Name[nn]=Innhaldshenting
 Name[pa]=ਸਮੱਗਰੀ ਲਵੋ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kget-4.13.0/transfer-plugins/contentfetch/kget_contentfetchfactory_config.desktop
 
new/kget-4.13.1/transfer-plugins/contentfetch/kget_contentfetchfactory_config.desktop
--- 
old/kget-4.13.0/transfer-plugins/contentfetch/kget_contentfetchfactory_config.desktop
   2014-02-23 20:20:51.0 +0100
+++ 
new/kget-4.13.1/transfer-plugins/contentfetch/kget_contentfetchfactory_config.desktop
   2014-04-16 09:51:22.0 +0200
@@ -37,7 +37,7 @@
 Name[lv]=Satura ielādētājs
 Name[ml]=ഉള്ളടക്കം കൊണ്ടുവരുന്നവന്‍
 Name[nb]=Innholdshenter
-Name[nds]=Content-Fetch-Moduul
+Name[nds]=Inholthaler
 Name[nl]=Inhoudophaler
 Name[nn]=Innhaldshenting
 Name[pa]=ਸਮੱਗਰੀ ਲੈਣ ਵਾਲਾ

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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdesdk4-scripts for openSUSE:Factory 
checked in at 2014-05-22 06:52:33

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  
2014-04-18 12:26:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdesdk4-scripts.new/kdesdk4-scripts.changes 
2014-05-22 06:54:19.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:12:05 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kde-dev-scripts-4.13.0.tar.xz

New:

  kde-dev-scripts-4.13.1.tar.xz



Other differences:
--
++ kdesdk4-scripts.spec ++
--- /var/tmp/diff_new_pack.87MIiw/_old  2014-05-22 06:54:20.0 +0200
+++ /var/tmp/diff_new_pack.87MIiw/_new  2014-05-22 06:54:20.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{rname}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kde-dev-scripts-4.13.0.tar.xz -> kde-dev-scripts-4.13.1.tar.xz ++

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



commit kompare for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kompare for openSUSE:Factory checked 
in at 2014-05-22 06:52:39

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  2014-04-18 
12:26:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kompare.new/kompare.changes 2014-05-22 
06:54:27.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:12:50 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kompare-4.13.0.tar.xz

New:

  kompare-4.13.1.tar.xz



Other differences:
--
++ kompare.spec ++
--- /var/tmp/diff_new_pack.tglvDJ/_old  2014-05-22 06:54:28.0 +0200
+++ /var/tmp/diff_new_pack.tglvDJ/_new  2014-05-22 06:54:28.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kompare-4.13.0.tar.xz -> kompare-4.13.1.tar.xz ++

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



commit kdesdk-thumbnailers for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-thumbnailers for 
openSUSE:Factory checked in at 2014-05-22 06:52:47

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  
2014-04-18 12:26:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-thumbnailers.new/kdesdk-thumbnailers.changes 
2014-05-22 06:54:37.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:10:38 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kdesdk-thumbnailers-4.13.0.tar.xz

New:

  kdesdk-thumbnailers-4.13.1.tar.xz



Other differences:
--
++ kdesdk-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.m66QOY/_old  2014-05-22 06:54:38.0 +0200
+++ /var/tmp/diff_new_pack.m66QOY/_new  2014-05-22 06:54:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdesdk-thumbnailers
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Translation file thumbnail generators
 License:GPL-2.0+

++ kdesdk-thumbnailers-4.13.0.tar.xz -> kdesdk-thumbnailers-4.13.1.tar.xz 
++

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



commit kdesdk-strigi-analyzers for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdesdk-strigi-analyzers for 
openSUSE:Factory checked in at 2014-05-22 06:52:15

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
  2014-04-18 12:26:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdesdk-strigi-analyzers.new/kdesdk-strigi-analyzers.changes
 2014-05-22 06:54:01.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:10:33 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kdesdk-strigi-analyzers-4.13.0.tar.xz

New:

  kdesdk-strigi-analyzers-4.13.1.tar.xz



Other differences:
--
++ kdesdk-strigi-analyzers.spec ++
--- /var/tmp/diff_new_pack.33r95A/_old  2014-05-22 06:54:02.0 +0200
+++ /var/tmp/diff_new_pack.33r95A/_new  2014-05-22 06:54:02.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+ and GPL-2.0
 Group:  Productivity/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdesdk-strigi-analyzers-4.13.0.tar.xz -> 
kdesdk-strigi-analyzers-4.13.1.tar.xz ++

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



commit kuser for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kuser for openSUSE:Factory checked 
in at 2014-05-22 06:52:19

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  2014-04-18 
12:26:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kuser.new/kuser.changes 2014-05-22 
06:54:05.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:10:57 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kuser-4.13.0.tar.xz

New:

  kuser-4.13.1.tar.xz



Other differences:
--
++ kuser.spec ++
--- /var/tmp/diff_new_pack.60V0Sp/_old  2014-05-22 06:54:06.0 +0200
+++ /var/tmp/diff_new_pack.60V0Sp/_new  2014-05-22 06:54:06.0 +0200
@@ -19,7 +19,7 @@
 Name:   kuser
 BuildRequires:  libkdepimlibs4-devel
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:User Account Manager
 License:GPL-2.0+

++ kuser-4.13.0.tar.xz -> kuser-4.13.1.tar.xz ++

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



commit knavalbattle for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package knavalbattle for openSUSE:Factory 
checked in at 2014-05-22 06:51:44

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
2014-04-18 12:31:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.knavalbattle.new/knavalbattle.changes   
2014-05-22 06:53:25.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:07:25 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  knavalbattle-4.13.0.tar.xz

New:

  knavalbattle-4.13.1.tar.xz



Other differences:
--
++ knavalbattle.spec ++
--- /var/tmp/diff_new_pack.z08CTH/_old  2014-05-22 06:53:26.0 +0200
+++ /var/tmp/diff_new_pack.z08CTH/_new  2014-05-22 06:53:26.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:knavalbattle-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knavalbattle-4.13.0.tar.xz -> knavalbattle-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knavalbattle-4.13.0/data/pictures/default.desktop 
new/knavalbattle-4.13.1/data/pictures/default.desktop
--- old/knavalbattle-4.13.0/data/pictures/default.desktop   2014-03-10 
20:23:40.0 +0100
+++ new/knavalbattle-4.13.1/data/pictures/default.desktop   2014-04-24 
10:03:56.0 +0200
@@ -18,6 +18,7 @@
 Name[ko]=전함 대전 기본
 Name[mr]=नाविक युद्ध मूलभूत
 Name[nb]=Standard Sjøslag
+Name[nds]=Scheep-versenken-Standard
 Name[nl]=Naval Battle standaard
 Name[pl]=Domyślny Bitwy Morskiej
 Name[pt]=Batalha Naval Predefinida
@@ -55,6 +56,7 @@
 Description[ko]=전함 대전 기본 테마
 Description[mr]=नाविक युद्धाकरिता मूलभूत शैली
 Description[nb]=Standardtemaet for Sjøslag
+Description[nds]=Dat Standardmuster för Scheep versenken
 Description[nl]=Het standaardthema van Naval Battle
 Description[pl]=Domyślny motyw dla Bitwy Morskiej
 Description[pt]=O tema predefinido da Batalha Naval

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



commit kcron for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kcron for openSUSE:Factory checked 
in at 2014-05-22 06:52:16

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  2014-04-18 
12:26:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcron.new/kcron.changes 2014-05-22 
06:54:02.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:10:44 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kcron-4.13.0.tar.xz

New:

  kcron-4.13.1.tar.xz



Other differences:
--
++ kcron.spec ++
--- /var/tmp/diff_new_pack.zbipQN/_old  2014-05-22 06:54:03.0 +0200
+++ /var/tmp/diff_new_pack.zbipQN/_new  2014-05-22 06:54:03.0 +0200
@@ -19,7 +19,7 @@
 Name:   kcron
 BuildRequires:  libkde4-devel
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Cron job configuration tool
 License:GPL-2.0+

++ kcron-4.13.0.tar.xz -> kcron-4.13.1.tar.xz ++

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



commit picmi for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package picmi for openSUSE:Factory checked 
in at 2014-05-22 06:52:12

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  2014-04-18 
12:28:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.picmi.new/picmi.changes 2014-05-22 
06:53:57.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:10:11 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  picmi-4.13.0.tar.xz

New:

  picmi-4.13.1.tar.xz



Other differences:
--
++ picmi.spec ++
--- /var/tmp/diff_new_pack.6QvQsQ/_old  2014-05-22 06:53:58.0 +0200
+++ /var/tmp/diff_new_pack.6QvQsQ/_new  2014-05-22 06:53:58.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Logic
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:picmi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ picmi-4.13.0.tar.xz -> picmi-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/picmi-4.13.0/picmi.desktop 
new/picmi-4.13.1/picmi.desktop
--- old/picmi-4.13.0/picmi.desktop  2014-03-24 05:33:07.0 +0100
+++ new/picmi-4.13.1/picmi.desktop  2014-04-24 10:04:04.0 +0200
@@ -102,6 +102,7 @@
 Comment[lv]=Skaitļu loģikas spēle
 Comment[mr]=संख्या तर्क खेळ
 Comment[nb]=Et spill med tall-logikk
+Comment[nds]=En Tallen-Logikspeel
 Comment[nl]=Een logisch spel met nummers
 Comment[nn]=Talbasert hjernetrim
 Comment[pl]=Liczbowa gra logiczna

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



commit ksnakeduel for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2014-05-22 06:51:58

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.changes2014-04-18 
12:30:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes   
2014-05-22 06:53:37.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:08:42 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  ksnakeduel-4.13.0.tar.xz

New:

  ksnakeduel-4.13.1.tar.xz



Other differences:
--
++ ksnakeduel.spec ++
--- /var/tmp/diff_new_pack.rvewlK/_old  2014-05-22 06:53:37.0 +0200
+++ /var/tmp/diff_new_pack.rvewlK/_new  2014-05-22 06:53:37.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:ksnakeduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksnakeduel-4.13.0.tar.xz -> ksnakeduel-4.13.1.tar.xz ++

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



commit libkmahjongg for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package libkmahjongg for openSUSE:Factory 
checked in at 2014-05-22 06:52:07

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
2014-04-18 12:29:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkmahjongg.new/libkmahjongg.changes   
2014-05-22 06:53:51.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:09:46 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  libkmahjongg-4.13.0.tar.xz

New:

  libkmahjongg-4.13.1.tar.xz



Other differences:
--
++ libkmahjongg.spec ++
--- /var/tmp/diff_new_pack.Y2Rciw/_old  2014-05-22 06:53:52.0 +0200
+++ /var/tmp/diff_new_pack.Y2Rciw/_new  2014-05-22 06:53:52.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:libkmahjongg-%{version}.tar.xz
 BuildRequires:  fdupes

++ libkmahjongg-4.13.0.tar.xz -> libkmahjongg-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-4.13.0/tilesets/default.desktop 
new/libkmahjongg-4.13.1/tilesets/default.desktop
--- old/libkmahjongg-4.13.0/tilesets/default.desktop2014-04-06 
10:11:35.0 +0200
+++ new/libkmahjongg-4.13.1/tilesets/default.desktop2014-04-18 
10:23:08.0 +0200
@@ -93,10 +93,10 @@
 Description[ru]=Оформление, навеянное настоящими плитками японского маджонга
 Description[sk]=Grafika inšpirovaná reálnymi japonskými Mahjongg kameňmi
 Description[sl]=Umetniško navdihnjena s strani pravih japonskih ploščic za 
Mahjongg
-Description[sr]=Рад надахнут правим јапанским махђонг плочицама
-Description[sr@ijekavian]=Рад надахнут правим јапанским махђонг плочицама
-Description[sr@ijekavianlatin]=Rad nadahnut pravim japanskim mahđong pločicama
-Description[sr@latin]=Rad nadahnut pravim japanskim mahđong pločicama
+Description[sr]=Рад надахнут правим јапанским маџонг плочицама
+Description[sr@ijekavian]=Рад надахнут правим јапанским маџонг плочицама
+Description[sr@ijekavianlatin]=Rad nadahnut pravim japanskim madžong pločicama
+Description[sr@latin]=Rad nadahnut pravim japanskim madžong pločicama
 Description[sv]=Grafik inspirerad av riktiga japanska Mahjongg-brickor
 Description[tr]=Gerçek Japon Mahjongg döşemelerinden esinlenilmiş sanat
 Description[uk]=Малюнки, на які надихнули справжні японські плитки маджонґ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkmahjongg-4.13.0/tilesets/traditional.desktop 
new/libkmahjongg-4.13.1/tilesets/traditional.desktop
--- old/libkmahjongg-4.13.0/tilesets/traditional.desktop2014-04-06 
10:11:35.0 +0200
+++ new/libkmahjongg-4.13.1/tilesets/traditional.desktop2014-04-18 
10:23:08.0 +0200
@@ -88,10 +88,10 @@
 Description[ru]=Американизированные плитки из японского маджонга
 Description[sk]=Amerikanizovaná grafika inšpirovaná japonskými Mahjongg kameňmi
 Description[sl]=Amerikanizirane ploščice navdihnjene s strani japonskih 
ploščic za Mahjongg
-Description[sr]=Американизоване махђонг плочице надахнуте јапанским
-Description[sr@ijekavian]=Американизоване махђонг плочице надахнуте јапанским
-Description[sr@ijekavianlatin]=Amerikanizovane mahđong pločice nadahnute 
japanskim
-Description[sr@latin]=Amerikanizovane mahđong pločice nadahnute japanskim
+Description[sr]=Американизоване маџонг плочице надахнуте јапанским
+Description[sr@ijekavian]=Американизоване маџонг плочице надахнуте јапанским
+Description[sr@ijekavianlatin]=Amerikanizovane madžong pločice nadahnute 
japanskim
+Description[sr@latin]=Amerikanizovane madžong pločice nadahnute japanskim
 Description[sv]=Amerikaniserade brickor inspirerad av japanska Mahjongg-brickor
 Description[tr]=Japon Mahjongg döşemelerinden esinlenilmiş Amerikanvari 
döşemeler
 Description[uk]=Американські картки, схожі на японські плитки для маджонґ

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



commit lskat for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package lskat for openSUSE:Factory checked 
in at 2014-05-22 06:52:08

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  2014-04-18 
12:29:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.lskat.new/lskat.changes 2014-05-22 
06:53:53.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:09:56 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  lskat-4.13.0.tar.xz

New:

  lskat-4.13.1.tar.xz



Other differences:
--
++ lskat.spec ++
--- /var/tmp/diff_new_pack.Yga1Bw/_old  2014-05-22 06:53:54.0 +0200
+++ /var/tmp/diff_new_pack.Yga1Bw/_new  2014-05-22 06:53:54.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:lskat-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ lskat-4.13.0.tar.xz -> lskat-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-4.13.0/src/CMakeLists.txt 
new/lskat-4.13.1/src/CMakeLists.txt
--- old/lskat-4.13.0/src/CMakeLists.txt 2014-03-04 06:56:58.0 +0100
+++ new/lskat-4.13.1/src/CMakeLists.txt 2014-05-08 00:52:07.0 +0200
@@ -38,7 +38,7 @@
 
 target_link_libraries( lskat kdegames ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} 
${QT_QTGUI_LIBRARY} ${QT_QTSVG_LIBRARY} )
 
-install(TARGETS lskat  DESTINATION  ${BIN_INSTALL_DIR} )
+install(TARGETS lskat  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
 ### install files ###
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lskat-4.13.0/src/mainwindow.cpp 
new/lskat-4.13.1/src/mainwindow.cpp
--- old/lskat-4.13.0/src/mainwindow.cpp 2014-03-04 06:56:58.0 +0100
+++ new/lskat-4.13.1/src/mainwindow.cpp 2014-05-08 00:52:07.0 +0200
@@ -589,7 +589,8 @@
   }
 
   // Get rid of old stuff?
-  if (mGameMode != LSkat)
+  if (true || (mGameMode != LSkat))// Yes! Fixes bugs 330308 and 228067.
+  // Jenkins objected to the indentation if the above was simply commented out.
   {
 // Set new game mode
 mGameMode = LSkat;

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



commit ksquares for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package ksquares for openSUSE:Factory 
checked in at 2014-05-22 06:52:00

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.changes2014-04-18 
12:30:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksquares.new/ksquares.changes   2014-05-22 
06:53:39.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:08:54 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  ksquares-4.13.0.tar.xz

New:

  ksquares-4.13.1.tar.xz



Other differences:
--
++ ksquares.spec ++
--- /var/tmp/diff_new_pack.V1TEi0/_old  2014-05-22 06:53:40.0 +0200
+++ /var/tmp/diff_new_pack.V1TEi0/_new  2014-05-22 06:53:40.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:ksquares-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksquares-4.13.0.tar.xz -> ksquares-4.13.1.tar.xz ++

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



commit ktuberling for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package ktuberling for openSUSE:Factory 
checked in at 2014-05-22 06:52:02

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.changes2014-04-18 
12:29:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ktuberling.new/ktuberling.changes   
2014-05-22 06:53:42.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:09:13 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  ktuberling-4.13.0.tar.xz

New:

  ktuberling-4.13.1.tar.xz



Other differences:
--
++ ktuberling.spec ++
--- /var/tmp/diff_new_pack.lyGH89/_old  2014-05-22 06:53:45.0 +0200
+++ /var/tmp/diff_new_pack.lyGH89/_new  2014-05-22 06:53:45.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:ktuberling-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ktuberling-4.13.0.tar.xz -> ktuberling-4.13.1.tar.xz ++

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



commit palapeli for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package palapeli for openSUSE:Factory 
checked in at 2014-05-22 06:52:10

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.changes2014-04-18 
12:28:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes   2014-05-22 
06:53:54.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:10:03 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  palapeli-4.13.0.tar.xz

New:

  palapeli-4.13.1.tar.xz



Other differences:
--
++ palapeli.spec ++
--- /var/tmp/diff_new_pack.0lX2eI/_old  2014-05-22 06:53:56.0 +0200
+++ /var/tmp/diff_new_pack.0lX2eI/_new  2014-05-22 06:53:56.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:palapeli-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ palapeli-4.13.0.tar.xz -> palapeli-4.13.1.tar.xz ++

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



commit kpat for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kpat for openSUSE:Factory checked in 
at 2014-05-22 06:51:53

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.changes2014-04-18 
12:31:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kpat.new/kpat.changes   2014-05-22 
06:53:30.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:08:06 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kpat-4.13.0.tar.xz

New:

  kpat-4.13.1.tar.xz



Other differences:
--
++ kpat.spec ++
--- /var/tmp/diff_new_pack.Mdgau4/_old  2014-05-22 06:53:31.0 +0200
+++ /var/tmp/diff_new_pack.Mdgau4/_new  2014-05-22 06:53:31.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Card
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kpat-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ kpat-4.13.0.tar.xz -> kpat-4.13.1.tar.xz ++

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



commit kolf for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kolf for openSUSE:Factory checked in 
at 2014-05-22 06:51:48

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.changes2014-04-18 
12:31:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.kolf.new/kolf.changes   2014-05-22 
06:53:27.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:07:41 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kolf-4.13.0.tar.xz

New:

  kolf-4.13.1.tar.xz



Other differences:
--
++ kolf.spec ++
--- /var/tmp/diff_new_pack.FRaERG/_old  2014-05-22 06:53:28.0 +0200
+++ /var/tmp/diff_new_pack.FRaERG/_new  2014-05-22 06:53:28.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kolf-%{version}.tar.xz
 BuildRequires:  libkdegames-devel

++ kolf-4.13.0.tar.xz -> kolf-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-4.13.0/courses/Hard.kolf 
new/kolf-4.13.1/courses/Hard.kolf
--- old/kolf-4.13.0/courses/Hard.kolf   2014-03-31 06:34:57.0 +0200
+++ new/kolf-4.13.1/courses/Hard.kolf   2014-05-01 09:38:16.0 +0200
@@ -1142,6 +1142,7 @@
 Comment[pt]=Deixe as bóias empurrá-lo a si!
 Comment[pt_BR]=Deixe as boias levarem você!
 Comment[ru]=Пусть платформы подтолкнут!
+Comment[sk]=Nechajte plťky tlačiť vás!
 Comment[sl]=Naj vas ponesejo lebdeče ploščadi!
 Comment[sr]=Нека вас плутачи гурају!
 Comment[sr@ijekavian]=Нека вас плутачи гурају!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-4.13.0/courses/Practice 
new/kolf-4.13.1/courses/Practice
--- old/kolf-4.13.0/courses/Practice2014-03-31 06:34:57.0 +0200
+++ new/kolf-4.13.1/courses/Practice2014-05-01 09:38:16.0 +0200
@@ -30,7 +30,7 @@
 Name[pt]=Exercício de Rampas
 Name[pt_BR]=Praticar ladeiras
 Name[ru]=Практика уклонов
-Name[sk]=Tréning sklonu
+Name[sk]=Tréning naklonenia
 Name[sl]=Vaja na pobočjih
 Name[sr]=Вежба на падини
 Name[sr@ijekavian]=Вјежба на падини
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolf-4.13.0/tutorial.kolf 
new/kolf-4.13.1/tutorial.kolf
--- old/kolf-4.13.0/tutorial.kolf   2014-03-31 06:34:57.0 +0200
+++ new/kolf-4.13.1/tutorial.kolf   2014-05-01 09:38:16.0 +0200
@@ -147,6 +147,7 @@
 Comment[pt]=Para acertar na bola, carregue e mantenha pressionada a tecla para 
Baixo ou o botão esquerdo do rato. O tempo de permanência do botão do rato ou 
da tecla determinam a força da tacada.
 Comment[pt_BR]=Para arremessar a bola, pressione e mantenha pressionada a seta 
para baixo ou o botão esquerdo do mouse. A quantidade de tempo que você segura 
este botão determina a força do arremesso.
 Comment[ru]=Чтобы замахнуться для удара по мячу, нажмите и удерживайте левую 
кнопку мыши или стрелку вниз на клавиатуре. Продолжительность нажатия определит 
силу удара.
+Comment[sk]=Aby ste udreli do lopty, stlačte a podržte šípku nadol alebo ľavé 
tlačidlo myši. Ako dlho podržíte tlačidlo myši alebo kláves určuje silu úderu.
 Comment[sl]=Da udarite žogico, pritisnite in držite tipko dol ali levi miškin 
gumb. Dolžina pritiska določa moč udarca.
 Comment[sr]=Да бисте ударили лоптицу, притисните и држите стрелицу доле или 
лево дугме миша. Јачину ударца одређује дужина држања тастера, односно дугмета.
 Comment[sr@ijekavian]=Да бисте ударили лоптицу, притисните и држите стрелицу 
доље или лијево дугме миша. Јачину ударца одређује дужина држања тастера, 
односно дугмета.
@@ -197,6 +198,7 @@
 Comment[pt]=Para apontar o taco, carregue nas teclas de cursores Esquerda 
(rodar no sentido anti-horário) ou Direita (rodar no sentido horário) ou use o 
rato.
 Comment[pt_BR]=Para direcionar a mira, pressione a seta para Esquerda (rotação 
no sentido anti-horário) e Direita (sentido horário) ou use o mouse.
 Comment[ru]=Для управления клюшкой используйте мышь или стрелки влево и вправо 
(для вращения против и по часовой стрелке, соответственно).
+Comment[sk]=Aby ste zamerali golfovou palicou, stlačte ľavú (otáčanie proti 
smeru hodinových ručičiek) a pravú (otáčanie v smere hodinových ručičiek) šípku 
alebo použite myš.
 Comment[sl]=Da namerite, kam bo šla žogica, uporabite levo tipko (obrat v 
nasprotni smeri urineg

commit dolphin-plugins for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package dolphin-plugins for openSUSE:Factory 
checked in at 2014-05-22 06:52:49

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  
2014-04-18 12:25:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.dolphin-plugins.new/dolphin-plugins.changes 
2014-05-22 06:54:38.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:13:40 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  dolphin-plugins-4.13.0.tar.xz

New:

  dolphin-plugins-4.13.1.tar.xz



Other differences:
--
++ dolphin-plugins.spec ++
--- /var/tmp/diff_new_pack.QX1cTy/_old  2014-05-22 06:54:39.0 +0200
+++ /var/tmp/diff_new_pack.QX1cTy/_new  2014-05-22 06:54:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   dolphin-plugins
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Version control plugins for Dolphin
 License:GPL-2.0+

++ dolphin-plugins-4.13.0.tar.xz -> dolphin-plugins-4.13.1.tar.xz ++

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



commit kreversi for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kreversi for openSUSE:Factory 
checked in at 2014-05-22 06:51:54

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.changes2014-04-18 
12:31:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.kreversi.new/kreversi.changes   2014-05-22 
06:53:32.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:08:16 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kreversi-4.13.0.tar.xz

New:

  kreversi-4.13.1.tar.xz



Other differences:
--
++ kreversi.spec ++
--- /var/tmp/diff_new_pack.IKSKQo/_old  2014-05-22 06:53:32.0 +0200
+++ /var/tmp/diff_new_pack.IKSKQo/_new  2014-05-22 06:53:32.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kreversi-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kreversi-4.13.0.tar.xz -> kreversi-4.13.1.tar.xz ++

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



commit klines for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package klines for openSUSE:Factory checked 
in at 2014-05-22 06:51:40

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.changes2014-04-18 
12:32:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes   2014-05-22 
06:53:20.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:07:04 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  klines-4.13.0.tar.xz

New:

  klines-4.13.1.tar.xz



Other differences:
--
++ klines.spec ++
--- /var/tmp/diff_new_pack.QikHfN/_old  2014-05-22 06:53:22.0 +0200
+++ /var/tmp/diff_new_pack.QikHfN/_new  2014-05-22 06:53:22.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:klines-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klines-4.13.0.tar.xz -> klines-4.13.1.tar.xz ++

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



commit okteta for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-05-22 06:52:37

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.changes2014-05-07 
06:55:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-05-22 
06:54:25.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:12:35 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  okteta-4.13.0.tar.xz

New:

  okteta-4.13.1.tar.xz



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.THU81t/_old  2014-05-22 06:54:26.0 +0200
+++ /var/tmp/diff_new_pack.THU81t/_new  2014-05-22 06:54:26.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
 Url:http://www.kde.org/
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ okteta-4.13.0.tar.xz -> okteta-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.13.0/kasten/controllers/view/replace/replacetool.cpp 
new/okteta-4.13.1/kasten/controllers/view/replace/replacetool.cpp
--- old/okteta-4.13.0/kasten/controllers/view/replace/replacetool.cpp   
2014-04-08 13:35:47.0 +0200
+++ new/okteta-4.13.1/kasten/controllers/view/replace/replacetool.cpp   
2014-04-18 01:38:47.0 +0200
@@ -142,6 +142,13 @@
 if( inSelection )
 {
 const Okteta::AddressRange selection = mByteArrayView->selection();
+if( ! selection.isValid() )
+{
+// nothing selected, so skip any search and finish now
+emit finished( false, 0 );
+return;
+}
+
 mReplaceFirstIndex = selection.start();
 mReplaceLastIndex =  selection.end();
 startIndex = selection.start();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okteta-4.13.0/kasten/controllers/view/search/searchtool.cpp 
new/okteta-4.13.1/kasten/controllers/view/search/searchtool.cpp
--- old/okteta-4.13.0/kasten/controllers/view/search/searchtool.cpp 
2014-04-08 13:35:47.0 +0200
+++ new/okteta-4.13.1/kasten/controllers/view/search/searchtool.cpp 
2014-04-18 01:38:47.0 +0200
@@ -123,6 +123,13 @@
 if( inSelection )
 {
 const Okteta::AddressRange selection = mByteArrayView->selection();
+if( ! selection.isValid() )
+{
+// nothing selected, so skip any search and finish now
+emit dataNotFound();
+return;
+}
+
 mSearchFirstIndex = selection.start();
 mSearchLastIndex =  selection.end();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okteta-4.13.0/program/about.cpp 
new/okteta-4.13.1/program/about.cpp
--- old/okteta-4.13.0/program/about.cpp 2014-04-08 13:35:47.0 +0200
+++ new/okteta-4.13.1/program/about.cpp 2014-04-18 01:38:47.0 +0200
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =  "okteta";
-static const char ProgramVersion[] = "0.13.0";
+static const char ProgramVersion[] = "0.13.1";
 static const char ProgramHomepage[] ="http://userbase.kde.org/Okteta";;
 // Author
 static const char FWHKEmailAddress[] =   "kosse...@kde.org";

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



commit kdnssd for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdnssd for openSUSE:Factory checked 
in at 2014-05-22 06:52:21

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.changes2014-04-18 
12:26:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdnssd.new/kdnssd.changes   2014-05-22 
06:54:07.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:11:02 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  zeroconf-ioslave-4.13.0.tar.xz

New:

  zeroconf-ioslave-4.13.1.tar.xz



Other differences:
--
++ kdnssd.spec ++
--- /var/tmp/diff_new_pack.MejMFO/_old  2014-05-22 06:54:07.0 +0200
+++ /var/tmp/diff_new_pack.MejMFO/_new  2014-05-22 06:54:07.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   kdnssd
 BuildRequires:  libkde4-devel
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Zeroconf Support for KDE
 License:GPL-2.0+

++ zeroconf-ioslave-4.13.0.tar.xz -> zeroconf-ioslave-4.13.1.tar.xz ++

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



commit killbots for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package killbots for openSUSE:Factory 
checked in at 2014-05-22 06:51:32

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.changes2014-04-18 
12:32:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes   2014-05-22 
06:53:16.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:06:37 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  killbots-4.13.0.tar.xz

New:

  killbots-4.13.1.tar.xz



Other differences:
--
++ killbots.spec ++
--- /var/tmp/diff_new_pack.mzvuxu/_old  2014-05-22 06:53:17.0 +0200
+++ /var/tmp/diff_new_pack.mzvuxu/_new  2014-05-22 06:53:17.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:killbots-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ killbots-4.13.0.tar.xz -> killbots-4.13.1.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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package klickety for openSUSE:Factory 
checked in at 2014-05-22 06:51:38

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.changes2014-04-18 
12:32:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.klickety.new/klickety.changes   2014-05-22 
06:53:19.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:06:57 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  klickety-4.13.0.tar.xz

New:

  klickety-4.13.1.tar.xz



Other differences:
--
++ klickety.spec ++
--- /var/tmp/diff_new_pack.LhtmYB/_old  2014-05-22 06:53:20.0 +0200
+++ /var/tmp/diff_new_pack.LhtmYB/_new  2014-05-22 06:53:20.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:klickety-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ klickety-4.13.0.tar.xz -> klickety-4.13.1.tar.xz ++

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



commit konquest for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package konquest for openSUSE:Factory 
checked in at 2014-05-22 06:51:50

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.changes2014-04-18 
12:31:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.konquest.new/konquest.changes   2014-05-22 
06:53:29.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:07:57 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  konquest-4.13.0.tar.xz

New:

  konquest-4.13.1.tar.xz



Other differences:
--
++ konquest.spec ++
--- /var/tmp/diff_new_pack.uOmJeL/_old  2014-05-22 06:53:30.0 +0200
+++ /var/tmp/diff_new_pack.uOmJeL/_new  2014-05-22 06:53:30.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:konquest-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ konquest-4.13.0.tar.xz -> konquest-4.13.1.tar.xz ++

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



commit kjumpingcube for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kjumpingcube for openSUSE:Factory 
checked in at 2014-05-22 06:51:35

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
2014-04-18 12:32:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kjumpingcube.new/kjumpingcube.changes   
2014-05-22 06:53:18.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:06:50 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kjumpingcube-4.13.0.tar.xz

New:

  kjumpingcube-4.13.1.tar.xz



Other differences:
--
++ kjumpingcube.spec ++
--- /var/tmp/diff_new_pack.kXvZqZ/_old  2014-05-22 06:53:19.0 +0200
+++ /var/tmp/diff_new_pack.kXvZqZ/_new  2014-05-22 06:53:19.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kjumpingcube-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kjumpingcube-4.13.0.tar.xz -> kjumpingcube-4.13.1.tar.xz ++

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



commit kiriki for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kiriki for openSUSE:Factory checked 
in at 2014-05-22 06:51:33

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.changes2014-04-18 
12:32:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiriki.new/kiriki.changes   2014-05-22 
06:53:17.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:06:45 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kiriki-4.13.0.tar.xz

New:

  kiriki-4.13.1.tar.xz



Other differences:
--
++ kiriki.spec ++
--- /var/tmp/diff_new_pack.ncoBfz/_old  2014-05-22 06:53:18.0 +0200
+++ /var/tmp/diff_new_pack.ncoBfz/_new  2014-05-22 06:53:18.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kiriki-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kiriki-4.13.0.tar.xz -> kiriki-4.13.1.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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kmines for openSUSE:Factory checked 
in at 2014-05-22 06:51:43

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.changes2014-04-18 
12:32:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmines.new/kmines.changes   2014-05-22 
06:53:24.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:07:18 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kmines-4.13.0.tar.xz

New:

  kmines-4.13.1.tar.xz



Other differences:
--
++ kmines.spec ++
--- /var/tmp/diff_new_pack.drnr8d/_old  2014-05-22 06:53:24.0 +0200
+++ /var/tmp/diff_new_pack.drnr8d/_new  2014-05-22 06:53:24.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kmines-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmines-4.13.0.tar.xz -> kmines-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-4.13.0/themes/classic.desktop 
new/kmines-4.13.1/themes/classic.desktop
--- old/kmines-4.13.0/themes/classic.desktop2014-03-04 06:55:22.0 
+0100
+++ new/kmines-4.13.1/themes/classic.desktop2014-04-13 10:23:08.0 
+0200
@@ -91,7 +91,7 @@
 Description[ne]=केडीई बारुदका लागि उत्कृष्ट विषयवस्तु
 Description[nl]=Klassiek spel voor KMines
 Description[nn]=Klassisk tema for KMinesveipar
-Description[pl]=Klasyczny motyw KMines
+Description[pl]=Klasyczny wystrój KMines
 Description[pt]=Tema clássico para o KMines
 Description[pt_BR]=Tema clássico para o KMines
 Description[ro]=Tematică clasică pentru KMine
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-4.13.0/themes/default.desktop 
new/kmines-4.13.1/themes/default.desktop
--- old/kmines-4.13.0/themes/default.desktop2014-03-04 06:55:22.0 
+0100
+++ new/kmines-4.13.1/themes/default.desktop2014-04-13 10:23:08.0 
+0200
@@ -92,7 +92,7 @@
 Description[ne]=केडीई ४ का लागि केडीई बारुद अक्सिजन बिषयवस्तु
 Description[nl]=KMines Oxygen-thema voor KDE 4
 Description[nn]=Oxygen-tema for KMinesveipar
-Description[pl]=Motyw Oxygen dla KMines w KDE4
+Description[pl]=Wystrój Tlenu dla KMines w KDE4
 Description[pt]=Tema do Oxygen para o KMines do KDE 4
 Description[pt_BR]=Tema do Oxygen para o KDE 4
 Description[ro]=Tematică Oxygen KMine pentru KDE 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmines-4.13.0/themes/green.desktop 
new/kmines-4.13.1/themes/green.desktop
--- old/kmines-4.13.0/themes/green.desktop  2014-03-04 06:55:22.0 
+0100
+++ new/kmines-4.13.1/themes/green.desktop  2014-04-13 10:23:08.0 
+0200
@@ -80,7 +80,7 @@
 Description[nds]=En Muster to'n Högen för't KDE4-Minenspeel
 Description[nl]=Een grappig thema voor het KDE4-mijnenspel
 Description[nn]=Artig tema for KMinesveipar
-Description[pl]=Śmieszny motyw dla KMines w KDE4
+Description[pl]=Śmieszny wystrój dla KMines w KDE4
 Description[pt]=Um tema engraçado para o jogo de minas do KDE
 Description[pt_BR]=Tema divertido para o jogo de minas no KDE4
 Description[ru]=Забавное оформление для игры KMines из KDE4

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



commit ksudoku for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package ksudoku for openSUSE:Factory checked 
in at 2014-05-22 06:52:01

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  2014-04-18 
12:30:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksudoku.new/ksudoku.changes 2014-05-22 
06:53:40.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:09:02 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  ksudoku-4.13.0.tar.xz

New:

  ksudoku-4.13.1.tar.xz



Other differences:
--
++ ksudoku.spec ++
--- /var/tmp/diff_new_pack.ZEHWff/_old  2014-05-22 06:53:42.0 +0200
+++ /var/tmp/diff_new_pack.ZEHWff/_new  2014-05-22 06:53:42.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:ksudoku-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ksudoku-4.13.0.tar.xz -> ksudoku-4.13.1.tar.xz ++

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



commit kollision for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kollision for openSUSE:Factory 
checked in at 2014-05-22 06:51:49

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  2014-04-18 
12:31:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kollision.new/kollision.changes 2014-05-22 
06:53:28.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:07:50 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kollision-4.13.0.tar.xz

New:

  kollision-4.13.1.tar.xz



Other differences:
--
++ kollision.spec ++
--- /var/tmp/diff_new_pack.2pI31c/_old  2014-05-22 06:53:29.0 +0200
+++ /var/tmp/diff_new_pack.2pI31c/_new  2014-05-22 06:53:29.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kollision-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kollision-4.13.0.tar.xz -> kollision-4.13.1.tar.xz ++

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



commit kspaceduel for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kspaceduel for openSUSE:Factory 
checked in at 2014-05-22 06:51:59

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.changes2014-04-18 
12:30:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kspaceduel.new/kspaceduel.changes   
2014-05-22 06:53:38.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:08:48 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kspaceduel-4.13.0.tar.xz

New:

  kspaceduel-4.13.1.tar.xz



Other differences:
--
++ kspaceduel.spec ++
--- /var/tmp/diff_new_pack.lPBk1s/_old  2014-05-22 06:53:39.0 +0200
+++ /var/tmp/diff_new_pack.lPBk1s/_new  2014-05-22 06:53:39.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kspaceduel-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kspaceduel-4.13.0.tar.xz -> kspaceduel-4.13.1.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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package knetwalk for openSUSE:Factory 
checked in at 2014-05-22 06:51:47

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.changes2014-04-18 
12:31:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.knetwalk.new/knetwalk.changes   2014-05-22 
06:53:26.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:07:32 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  knetwalk-4.13.0.tar.xz

New:

  knetwalk-4.13.1.tar.xz



Other differences:
--
++ knetwalk.spec ++
--- /var/tmp/diff_new_pack.VlyQGN/_old  2014-05-22 06:53:27.0 +0200
+++ /var/tmp/diff_new_pack.VlyQGN/_new  2014-05-22 06:53:27.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:knetwalk-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ knetwalk-4.13.0.tar.xz -> knetwalk-4.13.1.tar.xz ++

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



commit kfourinline for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kfourinline for openSUSE:Factory 
checked in at 2014-05-22 06:51:27

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  2014-04-18 
12:33:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfourinline.new/kfourinline.changes 
2014-05-22 06:53:11.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:06:09 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kfourinline-4.13.0.tar.xz

New:

  kfourinline-4.13.1.tar.xz



Other differences:
--
++ kfourinline.spec ++
--- /var/tmp/diff_new_pack.ay9tzx/_old  2014-05-22 06:53:12.0 +0200
+++ /var/tmp/diff_new_pack.ay9tzx/_new  2014-05-22 06:53:12.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  Amusements/Toys/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kfourinline-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kfourinline-4.13.0.tar.xz -> kfourinline-4.13.1.tar.xz ++

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



commit kigo for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kigo for openSUSE:Factory checked in 
at 2014-05-22 06:51:31

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.changes2014-04-18 
12:33:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kigo.new/kigo.changes   2014-05-22 
06:53:14.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:06:29 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kigo-4.13.0.tar.xz

New:

  kigo-4.13.1.tar.xz



Other differences:
--
++ kigo.spec ++
--- /var/tmp/diff_new_pack.Pdp4Y2/_old  2014-05-22 06:53:15.0 +0200
+++ /var/tmp/diff_new_pack.Pdp4Y2/_new  2014-05-22 06:53:15.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kigo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kigo-4.13.0.tar.xz -> kigo-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-4.13.0/data/themes/plain.desktop 
new/kigo-4.13.1/data/themes/plain.desktop
--- old/kigo-4.13.0/data/themes/plain.desktop   2014-03-24 05:32:39.0 
+0100
+++ new/kigo-4.13.1/data/themes/plain.desktop   2014-04-24 10:03:51.0 
+0200
@@ -21,6 +21,7 @@
 Name[lv]=Vienkārša
 Name[mr]=साधी
 Name[nb]=Enkelt
+Name[nds]=Eenfach
 Name[nl]=Gewoon
 Name[nn]=Name=Vanleg
 Name[pl]=Zwykły
@@ -62,6 +63,7 @@
 Description[lv]=Vienkārša Kigo tēma, kas balstīta uz noklusētās tēmas, kuras 
autors ir Arturo Silva
 Description[mr]=आर्तुरो सिल्व्हाच्या मूलभूत शैलीवर आधारित साधी किगो शैली
 Description[nb]=Enkelt Kigo-tena basert på Standard-temaet av Arturo Silva
+Description[nds]=Eenfach Kigo-Muster, buut op Arturo Silva sien Standard-Muster
 Description[nl]=Kigo-thema Gewoon gebaseerd op standaard thema door Arturo 
Silva
 Description[pl]=Zwykły motyw Kigo oparty o domyślny motyw stworzony przez 
Arturo Silva
 Description[pt]=O tema simples do Kigo, baseado no tema predefinido de Arturo 
Silva

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



commit kgoldrunner for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kgoldrunner for openSUSE:Factory 
checked in at 2014-05-22 06:51:30

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  2014-04-18 
12:33:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kgoldrunner.new/kgoldrunner.changes 
2014-05-22 06:53:13.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:06:15 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kgoldrunner-4.13.0.tar.xz

New:

  kgoldrunner-4.13.1.tar.xz



Other differences:
--
++ kgoldrunner.spec ++
--- /var/tmp/diff_new_pack.l1v2UK/_old  2014-05-22 06:53:14.0 +0200
+++ /var/tmp/diff_new_pack.l1v2UK/_new  2014-05-22 06:53:14.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kgoldrunner-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kgoldrunner-4.13.0.tar.xz -> kgoldrunner-4.13.1.tar.xz ++

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



commit kbreakout for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kbreakout for openSUSE:Factory 
checked in at 2014-05-22 06:51:24

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  2014-04-18 
12:33:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbreakout.new/kbreakout.changes 2014-05-22 
06:53:08.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:05:50 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kbreakout-4.13.0.tar.xz

New:

  kbreakout-4.13.1.tar.xz



Other differences:
--
++ kbreakout.spec ++
--- /var/tmp/diff_new_pack.6zK1oP/_old  2014-05-22 06:53:09.0 +0200
+++ /var/tmp/diff_new_pack.6zK1oP/_new  2014-05-22 06:53:09.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Breakout
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kbreakout-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kbreakout-4.13.0.tar.xz -> kbreakout-4.13.1.tar.xz ++

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



commit kdiamond for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdiamond for openSUSE:Factory 
checked in at 2014-05-22 06:51:25

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.changes2014-04-18 
12:33:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdiamond.new/kdiamond.changes   2014-05-22 
06:53:10.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:05:59 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kdiamond-4.13.0.tar.xz

New:

  kdiamond-4.13.1.tar.xz



Other differences:
--
++ kdiamond.spec ++
--- /var/tmp/diff_new_pack.IukRF2/_old  2014-05-22 06:53:11.0 +0200
+++ /var/tmp/diff_new_pack.IukRF2/_new  2014-05-22 06:53:11.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kdiamond-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdiamond-4.13.0.tar.xz -> kdiamond-4.13.1.tar.xz ++

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



commit kblocks for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kblocks for openSUSE:Factory checked 
in at 2014-05-22 06:51:22

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  2014-04-18 
12:33:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblocks.new/kblocks.changes 2014-05-22 
06:53:04.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:05:31 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kblocks-4.13.0.tar.xz

New:

  kblocks-4.13.1.tar.xz



Other differences:
--
++ kblocks.spec ++
--- /var/tmp/diff_new_pack.ZHsiBi/_old  2014-05-22 06:53:06.0 +0200
+++ /var/tmp/diff_new_pack.ZHsiBi/_new  2014-05-22 06:53:06.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.1+
 Group:  Amusements/Games/Strategy/Real Time
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kblocks-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kblocks-4.13.0.tar.xz -> kblocks-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblocks-4.13.0/themes/oxygen.desktop 
new/kblocks-4.13.1/themes/oxygen.desktop
--- old/kblocks-4.13.0/themes/oxygen.desktop2014-03-18 06:05:25.0 
+0100
+++ new/kblocks-4.13.1/themes/oxygen.desktop2014-05-04 09:34:18.0 
+0200
@@ -21,7 +21,6 @@
 Name[hne]=आक्सीजन
 Name[hu]=Oxygen
 Name[it]=Oxygen
-Name[ja]=Oxygen
 Name[kk]=Oxygen
 Name[km]=អុកស៊ីសែន
 Name[ko]=Oxygen
@@ -30,10 +29,11 @@
 Name[mai]=आक्सीजन
 Name[mr]=ऑक्सीजन
 Name[nb]=Oxygen
+Name[nds]=Oxygen
 Name[ne]=अक्सिजन
 Name[nl]=Oxygen
 Name[nn]=Oksygen
-Name[pl]=Oxygen
+Name[pl]=Tlen
 Name[pt]=Oxygen
 Name[pt_BR]=Oxygen
 Name[ro]=Oxygen
@@ -85,7 +85,7 @@
 Description[nds]=Oxygen-Muster ut KDE4 för KBlocks
 Description[nl]=KBlocks Oxygen-thema voor KDE 4
 Description[nn]=Oksygen-tema for KBlocks
-Description[pl]=Motyw Oxygen dla KBlocks w KDE4
+Description[pl]=Wystrój Tlenu dla KBlocks w KDE4
 Description[pt]=Tema do Oxygen para o KBlocks do KDE 4
 Description[pt_BR]=Tema do Oxygen para o KBlocks do KDE 4
 Description[ro]=Tematică KBlocuri Oxygen pentru KDE4

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



commit kbounce for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kbounce for openSUSE:Factory checked 
in at 2014-05-22 06:51:23

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  2014-04-18 
12:33:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbounce.new/kbounce.changes 2014-05-22 
06:53:06.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:05:40 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kbounce-4.13.0.tar.xz

New:

  kbounce-4.13.1.tar.xz



Other differences:
--
++ kbounce.spec ++
--- /var/tmp/diff_new_pack.ATS8Vb/_old  2014-05-22 06:53:07.0 +0200
+++ /var/tmp/diff_new_pack.ATS8Vb/_new  2014-05-22 06:53:07.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-2.0+
 Group:  Amusements/Games/Action/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kbounce-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kbounce-4.13.0.tar.xz -> kbounce-4.13.1.tar.xz ++

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



commit kapman for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kapman for openSUSE:Factory checked 
in at 2014-05-22 06:51:19

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.changes2014-04-18 
12:33:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kapman.new/kapman.changes   2014-05-22 
06:52:58.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:05:09 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kapman-4.13.0.tar.xz

New:

  kapman-4.13.1.tar.xz



Other differences:
--
++ kapman.spec ++
--- /var/tmp/diff_new_pack.xR2q8d/_old  2014-05-22 06:53:00.0 +0200
+++ /var/tmp/diff_new_pack.xR2q8d/_new  2014-05-22 06:53:00.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kapman-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kapman-4.13.0.tar.xz -> kapman-4.13.1.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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package katomic for openSUSE:Factory checked 
in at 2014-05-22 06:51:20

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  2014-04-18 
12:33:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.katomic.new/katomic.changes 2014-05-22 
06:53:00.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:05:17 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  katomic-4.13.0.tar.xz

New:

  katomic-4.13.1.tar.xz



Other differences:
--
++ katomic.spec ++
--- /var/tmp/diff_new_pack.scNjN0/_old  2014-05-22 06:53:01.0 +0200
+++ /var/tmp/diff_new_pack.scNjN0/_new  2014-05-22 06:53:01.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:katomic-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ katomic-4.13.0.tar.xz -> katomic-4.13.1.tar.xz ++

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



commit kblackbox for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kblackbox for openSUSE:Factory 
checked in at 2014-05-22 06:51:21

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  2014-04-18 
12:33:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.kblackbox.new/kblackbox.changes 2014-05-22 
06:53:01.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:05:23 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kblackbox-4.13.0.tar.xz

New:

  kblackbox-4.13.1.tar.xz



Other differences:
--
++ kblackbox.spec ++
--- /var/tmp/diff_new_pack.VlXAMj/_old  2014-05-22 06:53:03.0 +0200
+++ /var/tmp/diff_new_pack.VlXAMj/_new  2014-05-22 06:53:03.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kblackbox-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kblackbox-4.13.0.tar.xz -> kblackbox-4.13.1.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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kajongg for openSUSE:Factory checked 
in at 2014-05-22 06:51:18

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  2014-04-18 
12:33:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.kajongg.new/kajongg.changes 2014-05-22 
06:52:55.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:05:00 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kajongg-4.13.0.tar.xz

New:

  kajongg-4.13.1.tar.xz



Other differences:
--
++ kajongg.spec ++
--- /var/tmp/diff_new_pack.AGJbnf/_old  2014-05-22 06:52:57.0 +0200
+++ /var/tmp/diff_new_pack.AGJbnf/_new  2014-05-22 06:52:57.0 +0200
@@ -25,7 +25,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Puzzle
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kajongg-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kajongg-4.13.0.tar.xz -> kajongg-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kajongg-4.13.0/kajongg.desktop 
new/kajongg-4.13.1/kajongg.desktop
--- old/kajongg-4.13.0/kajongg.desktop  2014-04-08 11:03:48.0 +0200
+++ new/kajongg-4.13.1/kajongg.desktop  2014-04-18 10:22:48.0 +0200
@@ -36,10 +36,10 @@
 Name[ru]=Kajongg
 Name[sk]=Kajongg
 Name[sl]=Kajongg
-Name[sr]=Кађонг
-Name[sr@ijekavian]=Кађонг
-Name[sr@ijekavianlatin]=Kađong
-Name[sr@latin]=Kađong
+Name[sr]=Каџонг
+Name[sr@ijekavian]=Каџонг
+Name[sr@ijekavianlatin]=Kadžong
+Name[sr@latin]=Kadžong
 Name[sv]=Kajongg
 Name[tr]=Kajongg
 Name[ug]=Kajongg
@@ -125,10 +125,10 @@
 GenericName[ru]=Классический Маджонг
 GenericName[sk]=Mah Jongg
 GenericName[sl]=Mah Jongg
-GenericName[sr]=Махђонг
-GenericName[sr@ijekavian]=Махђонг
-GenericName[sr@ijekavianlatin]=Mahđong
-GenericName[sr@latin]=Mahđong
+GenericName[sr]=Маџонг
+GenericName[sr@ijekavian]=Маџонг
+GenericName[sr@ijekavianlatin]=Madžong
+GenericName[sr@latin]=Madžong
 GenericName[sv]=Mah Jong
 GenericName[tr]=Mah Jongg
 GenericName[ug]=ماجاڭ

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



commit granatier for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package granatier for openSUSE:Factory 
checked in at 2014-05-22 06:51:17

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  2014-04-18 
12:33:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.granatier.new/granatier.changes 2014-05-22 
06:52:52.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:04:51 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  granatier-4.13.0.tar.xz

New:

  granatier-4.13.1.tar.xz



Other differences:
--
++ granatier.spec ++
--- /var/tmp/diff_new_pack.5eB0rt/_old  2014-05-22 06:52:53.0 +0200
+++ /var/tmp/diff_new_pack.5eB0rt/_new  2014-05-22 06:52:53.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:granatier-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ granatier-4.13.0.tar.xz -> granatier-4.13.1.tar.xz ++

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



commit bovo for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package bovo for openSUSE:Factory checked in 
at 2014-05-22 06:51:16

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.changes2014-04-18 
12:33:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.bovo.new/bovo.changes   2014-05-22 
06:52:48.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:04:45 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  bovo-4.13.0.tar.xz

New:

  bovo-4.13.1.tar.xz



Other differences:
--
++ bovo.spec ++
--- /var/tmp/diff_new_pack.tEFAXq/_old  2014-05-22 06:52:52.0 +0200
+++ /var/tmp/diff_new_pack.tEFAXq/_new  2014-05-22 06:52:52.0 +0200
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:bovo-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ bovo-4.13.0.tar.xz -> bovo-4.13.1.tar.xz ++

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



commit bomber for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package bomber for openSUSE:Factory checked 
in at 2014-05-22 06:51:15

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.changes2014-04-18 
12:33:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.bomber.new/bomber.changes   2014-05-22 
06:52:44.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:04:38 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  bomber-4.13.0.tar.xz

New:

  bomber-4.13.1.tar.xz



Other differences:
--
++ bomber.spec ++
--- /var/tmp/diff_new_pack.SPUblm/_old  2014-05-22 06:52:48.0 +0200
+++ /var/tmp/diff_new_pack.SPUblm/_new  2014-05-22 06:52:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   bomber
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Invading cities with a plane
 License:GPL-2.0+

++ bomber-4.13.0.tar.xz -> bomber-4.13.1.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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:Factory 
checked in at 2014-05-22 06:51:13

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  2014-04-18 
12:33:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork4.changes 
2014-05-22 06:52:39.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:02:06 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kdeartwork-4.13.0.tar.xz

New:

  kdeartwork-4.13.1.tar.xz



Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.X4Hf3S/_old  2014-05-22 06:52:44.0 +0200
+++ /var/tmp/diff_new_pack.X4Hf3S/_new  2014-05-22 06:52:44.0 +0200
@@ -30,7 +30,7 @@
 License:GPL-2.0 and GPL-2.0+ and LGPL-2.1 and LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kdeartwork-%{version}.tar.xz
 Source1:baselibs.conf

++ kdeartwork-4.13.0.tar.xz -> kdeartwork-4.13.1.tar.xz ++
/work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork-4.13.0.tar.xz 
/work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork-4.13.1.tar.xz differ: 
char 27, line 1

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



commit kdewebdev4 for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory 
checked in at 2014-05-22 06:51:12

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.changes2014-04-18 
12:34:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdewebdev4.new/kdewebdev4.changes   
2014-05-22 06:52:28.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:00:59 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kdewebdev-4.13.0.tar.xz

New:

  kdewebdev-4.13.1.tar.xz



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.s7q2Ke/_old  2014-05-22 06:52:30.0 +0200
+++ /var/tmp/diff_new_pack.s7q2Ke/_new  2014-05-22 06:52:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdewebdev4
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Base package for kdewebdev
 License:GPL-2.0+

++ kdewebdev-4.13.0.tar.xz -> kdewebdev-4.13.1.tar.xz ++

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



commit svgpart for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package svgpart for openSUSE:Factory checked 
in at 2014-05-22 06:51:10

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  2014-04-18 
12:34:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.svgpart.new/svgpart.changes 2014-05-22 
06:52:27.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:00:52 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  svgpart-4.13.0.tar.xz

New:

  svgpart-4.13.1.tar.xz



Other differences:
--
++ svgpart.spec ++
--- /var/tmp/diff_new_pack.lxG5oc/_old  2014-05-22 06:52:28.0 +0200
+++ /var/tmp/diff_new_pack.lxG5oc/_new  2014-05-22 06:52:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   svgpart
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:SVG viewer component
 License:GPL-2.0+

++ svgpart-4.13.0.tar.xz -> svgpart-4.13.1.tar.xz ++

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



commit kmouth for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2014-05-22 06:51:04

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


Package is "kmouth"

Changes:

--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes2014-04-18 
12:34:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes   2014-05-22 
06:52:08.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:54:51 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kmouth-4.13.0.tar.xz

New:

  kmouth-4.13.1.tar.xz



Other differences:
--
++ kmouth.spec ++
--- /var/tmp/diff_new_pack.rqMXWf/_old  2014-05-22 06:52:09.0 +0200
+++ /var/tmp/diff_new_pack.rqMXWf/_new  2014-05-22 06:52:09.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmouth-4.13.0.tar.xz -> kmouth-4.13.1.tar.xz ++

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



commit sweeper for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2014-05-22 06:50:54

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


Package is "sweeper"

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2014-04-18 
12:34:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2014-05-22 
06:51:48.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:51:54 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  sweeper-4.13.0.tar.xz

New:

  sweeper-4.13.1.tar.xz



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.oAsgQ7/_old  2014-05-22 06:51:49.0 +0200
+++ /var/tmp/diff_new_pack.oAsgQ7/_new  2014-05-22 06:51:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sweeper
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:KDE Privacy Utility
 License:LGPL-2.1+

++ sweeper-4.13.0.tar.xz -> sweeper-4.13.1.tar.xz ++

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



commit kmousetool for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2014-05-22 06:51:03

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


Package is "kmousetool"

Changes:

--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes2014-04-18 
12:34:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmousetool.new/kmousetool.changes   
2014-05-22 06:52:07.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:54:46 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kmousetool-4.13.0.tar.xz

New:

  kmousetool-4.13.1.tar.xz



Other differences:
--
++ kmousetool.spec ++
--- /var/tmp/diff_new_pack.0gFoTo/_old  2014-05-22 06:52:08.0 +0200
+++ /var/tmp/diff_new_pack.0gFoTo/_new  2014-05-22 06:52:08.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmousetool-4.13.0.tar.xz -> kmousetool-4.13.1.tar.xz ++

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



commit oxygen-icon-theme for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory checked in at 2014-05-22 06:51:06

Comparing /work/SRC/openSUSE:Factory/oxygen-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-icon-theme.new (New)


Package is "oxygen-icon-theme"

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icon-theme.changes  
2014-04-18 12:34:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icon-theme.changes 
2014-05-22 06:52:10.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:56:36 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  oxygen-icons-4.13.0.tar.xz

New:

  oxygen-icons-4.13.1.tar.xz



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.DGfyEd/_old  2014-05-22 06:52:25.0 +0200
+++ /var/tmp/diff_new_pack.DGfyEd/_new  2014-05-22 06:52:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-icon-theme
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Oxygen Icon Theme
 License:LGPL-2.1+











++ oxygen-icons-4.13.0.tar.xz -> oxygen-icons-4.13.1.tar.xz ++
/work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icons-4.13.0.tar.xz 
/work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icons-4.13.1.tar.xz 
differ: char 29, line 1

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



commit pairs for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package pairs for openSUSE:Factory checked 
in at 2014-05-22 06:51:08

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  2014-04-18 
12:34:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.pairs.new/pairs.changes 2014-05-22 
06:52:25.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 17:00:43 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  pairs-4.13.0.tar.xz

New:

  pairs-4.13.1.tar.xz



Other differences:
--
++ pairs.spec ++
--- /var/tmp/diff_new_pack.yOfly9/_old  2014-05-22 06:52:26.0 +0200
+++ /var/tmp/diff_new_pack.yOfly9/_new  2014-05-22 06:52:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pairs
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Memory and Pairs Game
 License:GPL-2.0+

++ pairs-4.13.0.tar.xz -> pairs-4.13.1.tar.xz ++

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



commit kmag for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kmag for openSUSE:Factory checked in 
at 2014-05-22 06:51:01

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.changes2014-04-18 
12:34:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmag.new/kmag.changes   2014-05-22 
06:52:05.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:54:40 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kmag-4.13.0.tar.xz

New:

  kmag-4.13.1.tar.xz



Other differences:
--
++ kmag.spec ++
--- /var/tmp/diff_new_pack.kDvgvw/_old  2014-05-22 06:52:06.0 +0200
+++ /var/tmp/diff_new_pack.kDvgvw/_new  2014-05-22 06:52:06.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-2.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kmag-4.13.0.tar.xz -> kmag-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-4.13.0/CMakeLists.txt 
new/kmag-4.13.1/CMakeLists.txt
--- old/kmag-4.13.0/CMakeLists.txt  2013-08-30 04:42:57.0 +0200
+++ new/kmag-4.13.1/CMakeLists.txt  2014-05-01 14:58:09.0 +0200
@@ -22,6 +22,7 @@
 endif(QAccessibilityClient_FOUND)
 
 add_subdirectory( doc )
+add_subdirectory( pics )
 ### next target ###
 
 set(kmag_SRCS 
Files old/kmag-4.13.0/hi16-action-followmouse.png and 
new/kmag-4.13.1/hi16-action-followmouse.png differ
Files old/kmag-4.13.0/hi16-action-hidemouse.png and 
new/kmag-4.13.1/hi16-action-hidemouse.png differ
Files old/kmag-4.13.0/hi16-action-window.png and 
new/kmag-4.13.1/hi16-action-window.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmag-4.13.0/pics/CMakeLists.txt 
new/kmag-4.13.1/pics/CMakeLists.txt
--- old/kmag-4.13.0/pics/CMakeLists.txt 1970-01-01 01:00:00.0 +0100
+++ new/kmag-4.13.1/pics/CMakeLists.txt 2014-05-01 14:58:09.0 +0200
@@ -0,0 +1 @@
+kde4_install_icons(${DATA_INSTALL_DIR}/kmag/icons)
Files old/kmag-4.13.0/pics/hi16-action-followmouse.png and 
new/kmag-4.13.1/pics/hi16-action-followmouse.png differ
Files old/kmag-4.13.0/pics/hi16-action-hidemouse.png and 
new/kmag-4.13.1/pics/hi16-action-hidemouse.png differ
Files old/kmag-4.13.0/pics/hi16-action-window.png and 
new/kmag-4.13.1/pics/hi16-action-window.png differ

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



commit kwalletmanager for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kwalletmanager for openSUSE:Factory 
checked in at 2014-05-22 06:50:52

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


Package is "kwalletmanager"

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager/kwalletmanager.changes
2014-04-18 12:34:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwalletmanager.new/kwalletmanager.changes   
2014-05-22 06:51:45.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:51:38 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kwalletmanager-4.13.0.tar.xz

New:

  kwalletmanager-4.13.1.tar.xz



Other differences:
--
++ kwalletmanager.spec ++
--- /var/tmp/diff_new_pack.kW1Ofl/_old  2014-05-22 06:51:47.0 +0200
+++ /var/tmp/diff_new_pack.kW1Ofl/_new  2014-05-22 06:51:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwalletmanager
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Wallet Management Tool
 License:GPL-2.0+

++ kwalletmanager-4.13.0.tar.xz -> kwalletmanager-4.13.1.tar.xz ++

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



commit kfloppy for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kfloppy for openSUSE:Factory checked 
in at 2014-05-22 06:50:48

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


Package is "kfloppy"

Changes:

--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes  2014-04-18 
12:34:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2014-05-22 
06:51:37.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:51:10 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kfloppy-4.13.0.tar.xz

New:

  kfloppy-4.13.1.tar.xz



Other differences:
--
++ kfloppy.spec ++
--- /var/tmp/diff_new_pack.tAelMX/_old  2014-05-22 06:51:40.0 +0200
+++ /var/tmp/diff_new_pack.tAelMX/_new  2014-05-22 06:51:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kfloppy
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Floppy Formatter
 License:GPL-2.0+

++ kfloppy-4.13.0.tar.xz -> kfloppy-4.13.1.tar.xz ++

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



commit kremotecontrol for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2014-05-22 06:50:50

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


Package is "kremotecontrol"

Changes:

--- /work/SRC/openSUSE:Factory/kremotecontrol/kremotecontrol.changes
2014-04-18 12:34:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2014-05-22 06:51:42.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:51:25 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kremotecontrol-4.13.0.tar.xz

New:

  kremotecontrol-4.13.1.tar.xz



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.8phk5v/_old  2014-05-22 06:51:44.0 +0200
+++ /var/tmp/diff_new_pack.8phk5v/_new  2014-05-22 06:51:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kremotecontrol
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:KDE Frontend for the Linux Infrared Remote Control system
 License:GPL-2.0+

++ kremotecontrol-4.13.0.tar.xz -> kremotecontrol-4.13.1.tar.xz ++

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

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-artwork for 
openSUSE:Factory checked in at 2014-05-22 06:50:59

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
2014-04-18 12:34:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-artwork.new/kdebase4-artwork.changes   
2014-05-22 06:51:53.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:52:15 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kde-base-artwork-4.13.0.tar.xz

New:

  kde-base-artwork-4.13.1.tar.xz



Other differences:
--
++ kdebase4-artwork.spec ++
--- /var/tmp/diff_new_pack.qdorYz/_old  2014-05-22 06:51:54.0 +0200
+++ /var/tmp/diff_new_pack.qdorYz/_new  2014-05-22 06:51:54.0 +0200
@@ -24,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:kde-base-artwork-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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

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



commit filelight for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2014-05-22 06:50:43

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


Package is "filelight"

Changes:

--- /work/SRC/openSUSE:Factory/filelight/filelight.changes  2014-04-18 
12:35:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2014-05-22 
06:51:30.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:50:44 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  filelight-4.13.0.tar.xz

New:

  filelight-4.13.1.tar.xz



Other differences:
--
++ filelight.spec ++
--- /var/tmp/diff_new_pack.5BcdRL/_old  2014-05-22 06:51:31.0 +0200
+++ /var/tmp/diff_new_pack.5BcdRL/_new  2014-05-22 06:51:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filelight
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Graphical disk usage viewer
 License:GPL-2.0 or GPL-3.0

++ filelight-4.13.0.tar.xz -> filelight-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filelight-4.13.0/src/part/progressBox.cpp 
new/filelight-4.13.1/src/part/progressBox.cpp
--- old/filelight-4.13.0/src/part/progressBox.cpp   2014-02-28 
12:35:01.0 +0100
+++ new/filelight-4.13.1/src/part/progressBox.cpp   2014-05-08 
01:18:45.0 +0200
@@ -121,6 +121,7 @@
 }
 
 paint.setBrush(view.background(KColorScheme::ActiveBackground));
+paint.setPen(view.foreground().color());
 paint.translate(0.5, 0.5);
 paint.drawRoundedRect(95-m_textWidth/2, 85, m_textWidth+10, 
m_textHeight+10, 5, 5);
 paint.translate(-0.5, -0.5);

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



commit kdf for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2014-05-22 06:50:47

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


Package is "kdf"

Changes:

--- /work/SRC/openSUSE:Factory/kdf/kdf.changes  2014-04-18 12:34:56.0 
+0200
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes 2014-05-22 
06:51:34.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:51:03 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  kdf-4.13.0.tar.xz

New:

  kdf-4.13.1.tar.xz



Other differences:
--
++ kdf.spec ++
--- /var/tmp/diff_new_pack.YWYti9/_old  2014-05-22 06:51:36.0 +0200
+++ /var/tmp/diff_new_pack.YWYti9/_new  2014-05-22 06:51:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdf
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:Disk Usage Viewer
 License:GPL-2.0+

++ kdf-4.13.0.tar.xz -> kdf-4.13.1.tar.xz ++

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



commit ark for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2014-05-22 06:50:42

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


Package is "ark"

Changes:

--- /work/SRC/openSUSE:Factory/ark/ark.changes  2014-04-18 12:35:07.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2014-05-22 
06:51:28.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:50:35 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  ark-4.13.0.tar.xz

New:

  ark-4.13.1.tar.xz



Other differences:
--
++ ark.spec ++
--- /var/tmp/diff_new_pack.x9Md6K/_old  2014-05-22 06:51:29.0 +0200
+++ /var/tmp/diff_new_pack.x9Md6K/_new  2014-05-22 06:51:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ark
-Version:4.13.0
+Version:4.13.1
 Release:0
 Summary:KDE Archiver Tool
 License:GPL-2.0+

++ ark-4.13.0.tar.xz -> ark-4.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-4.13.0/app/ark_addtoservicemenu.desktop 
new/ark-4.13.1/app/ark_addtoservicemenu.desktop
--- old/ark-4.13.0/app/ark_addtoservicemenu.desktop 2014-03-23 
05:45:10.0 +0100
+++ new/ark-4.13.1/app/ark_addtoservicemenu.desktop 2014-05-07 
09:21:12.0 +0200
@@ -140,7 +140,7 @@
 Name[es]=Como archivo comprimido ZIP
 Name[et]=ZIP-arhiivina
 Name[eu]=ZIP artxibo gisa
-Name[fi]=Zip-paketiksi
+Name[fi]=ZIP-paketiksi
 Name[fr]=Comme une archive « ZIP »
 Name[ga]=Mar Chartlann ZIP
 Name[gl]=Como arquivo ZIP
@@ -246,62 +246,25 @@
 Exec=ark --changetofirstpath --add --autofilename rar %F
 
 [Desktop Action compressAsTar]
-Name=As ZIP/TAR Archive
-Name[ar]=كأرشيف  ZIP/TAR
-Name[ast]=Como archivu comprimíu ZIP/TAR
-Name[bs]=kao ZIP+tar arhivu
-Name[ca]=Com a arxiu ZIP/TAR
-Name[ca@valencia]=Com a arxiu ZIP/TAR
-Name[cs]=Jako archiv ZIP/TAR
-Name[da]=Som ZIP-/TAR-arkiv
-Name[de]=Als ZIP/TAR-Archiv
-Name[el]=Ως αρχειοθήκη ZIP/TAR
-Name[en_GB]=As ZIP/TAR Archive
-Name[es]=Como archivo comprimido ZIP/TAR
-Name[et]=ZIP/TAR-arhiivina
-Name[eu]=ZIP/TAR artxibo gisa
-Name[fi]=Zip/Tar-paketiksi
-Name[fr]=Comme une archive « ZIP » / « TAR »
-Name[ga]=Mar Chartlann ZIP/TAR
-Name[gl]=Como arquivo ZIP/TAR
-Name[hr]=Kao ZIP/TAR-arhiva
-Name[hu]=ZIP/TAR archívumként
-Name[ia]=Como archivo ZIP/TAR
-Name[id]=Sebagai Arsip ZIP/TAR
-Name[it]=Come archivio ZIP/TAR
-Name[ja]=ZIP/TAR アーカイブに
-Name[kk]=ZIP/TAR архиві қылып
-Name[km]=ជា​ប័ណ្ណសារ ZIP/TAR
-Name[ko]=ZIP/TAR 파일로
-Name[lt]=ZIP/TAR archyvas
-Name[lv]=Kā ZIP/TAR arhīvu
-Name[mr]=ZIP/TAR संग्रह प्रमाणे
-Name[nb]=Som ZIP/TAR-arkiv
-Name[nds]=As Zip/Tar-Archiev
-Name[nl]=Als ZIP/TAR-archief
-Name[nn]=Som ZIP/TAR-arkiv
-Name[pa]=ਜ਼ਿੱਪ/RAR ਅਕਾਇਵ ਵਾਂਗ
-Name[pl]=Jako archiwum ZIP/TAR
-Name[pt]=Como Pacote ZIP/TAR
-Name[pt_BR]=Como arquivo ZIP/TAR
-Name[ro]=Ca arhivă ZIP/TAR
-Name[ru]=Как архив ZIP/TAR
-Name[sk]=Do ZIP/TAR archívu
-Name[sl]=Kot arhiv ZIP/TAR
-Name[sq]=Si Arkiv ZIP/TAR
-Name[sr]=као ЗИП+тар архиву
-Name[sr@ijekavian]=као ЗИП+тар архиву
-Name[sr@ijekavianlatin]=kao ZIP+tar arhivu
-Name[sr@latin]=kao ZIP+tar arhivu
-Name[sv]=Som ZIP/TAR-arkiv
-Name[th]=เป็นแฟ้มจัดเก็บบีบอัดแบบ ZIP/TAR
-Name[tr]=ZIP/TAR Arşivi Olarak
-Name[ug]=ZIP/TAR ئارخىپى
-Name[uk]=Як архів ZIP/TAR
-Name[wa]=Come årtchive ZIP/TAR
-Name[x-test]=xxAs ZIP/TAR Archivexx
-Name[zh_CN]=为 ZIP/TAR 归档
-Name[zh_TW]=成 ZIP/TAR 壓縮檔
+Name=As TAR.GZ Archive
+Name[ca]=Com a arxiu TAR.GZ
+Name[cs]=Jako archiv TAR.GZ
+Name[de]=Als TAR.GZ-Archiv
+Name[es]=Como archivo comprimido TAR.GZ
+Name[fi]=TAR.GZ-paketiksi
+Name[hu]=TAR.GZ archívumként
+Name[ia]=Como archivo TAR.GZ
+Name[nds]=As TAR.GZ-Archiev
+Name[nl]=Als TAR.GZ-archief
+Name[pl]=Jako archiwum TAR.GZ
+Name[pt]=Como Pacote TAR.GZ
+Name[pt_BR]=Como arquivo TAR.GZ
+Name[sk]=Ako TAR.GZ archív
+Name[sv]=Som TAR.GZ-arkiv
+Name[tr]=TAR.GZ Arşivi Olarak
+Name[uk]=Як архів TAR.GZ
+Name[x-test]=xxAs TAR.GZ Archivexx
+Name[zh_TW]=成 TAR.GZ 壓縮檔
 Icon=ark
 Exec=ark --changetofirstpath --add --autofilename tar.gz %F
 

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



  1   2   3   >