Hello community,

here is the log from the commit of package ksnakeduel for openSUSE:Factory 
checked in at 2014-08-25 11:01:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.changes    2014-07-16 
16:18:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ksnakeduel.new/ksnakeduel.changes       
2014-08-25 11:02:09.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 09:01:00 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+-------------------------------------------------------------------
+Thu Jul 17 16:47:22 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+-------------------------------------------------------------------

Old:
----
  ksnakeduel-4.13.80.tar.xz

New:
----
  ksnakeduel-4.14.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ksnakeduel.spec ++++++
--- /var/tmp/diff_new_pack.ZzOYY4/_old  2014-08-25 11:02:10.000000000 +0200
+++ /var/tmp/diff_new_pack.ZzOYY4/_new  2014-08-25 11:02:10.000000000 +0200
@@ -23,7 +23,7 @@
 License:        GPL-2.0+
 Group:          Amusements/Games/Board/Puzzle
 Url:            http://www.kde.org
-Version:        4.13.80
+Version:        4.14.0
 Release:        0
 Source0:        ksnakeduel-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ ksnakeduel-4.13.80.tar.xz -> ksnakeduel-4.14.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksnakeduel-4.13.80/player.cpp 
new/ksnakeduel-4.14.0/player.cpp
--- old/ksnakeduel-4.13.80/player.cpp   2014-03-02 06:36:44.000000000 +0100
+++ new/ksnakeduel-4.14.0/player.cpp    2014-07-22 02:24:25.000000000 +0200
@@ -61,7 +61,7 @@
 {
        if (m_snakeParts.isEmpty())
        {
-               kDebug() << "Requested coordinate of inexistant snake";
+               kDebug() << "Requested coordinate of nonexistent snake";
                return 0;
        }
        
@@ -72,7 +72,7 @@
 {
        if (m_snakeParts.isEmpty())
        {
-               kDebug() << "Requested coordinate of inexistant snake";
+               kDebug() << "Requested coordinate of nonexistent snake";
                return 0;
        }
        

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

Reply via email to