Hello community,

here is the log from the commit of package ksirk for openSUSE:Factory checked 
in at 2016-01-10 13:05: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      2015-11-15 
12:39:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ksirk.new/ksirk.changes 2016-01-10 
13:06:07.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Dec 13 13:26:19 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+-------------------------------------------------------------------

Old:
----
  ksirk-15.08.3.tar.xz

New:
----
  ksirk-15.12.0.tar.xz

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

Other differences:
------------------
++++++ ksirk.spec ++++++
--- /var/tmp/diff_new_pack.TRnUTq/_old  2016-01-10 13:06:09.000000000 +0100
+++ /var/tmp/diff_new_pack.TRnUTq/_new  2016-01-10 13:06:09.000000000 +0100
@@ -21,7 +21,7 @@
 License:        GPL-2.0+ and LGPL-2.0+
 Group:          Amusements/Games/Strategy/Turn Based
 Url:            http://www.kde.org
-Version:        15.08.3
+Version:        15.12.0
 Release:        0
 Source0:        ksirk-%{version}.tar.xz
 BuildRequires:  libkdegames4-devel

++++++ ksirk-15.08.3.tar.xz -> ksirk-15.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-15.08.3/ksirk/main.cpp 
new/ksirk-15.12.0/ksirk/main.cpp
--- old/ksirk-15.08.3/ksirk/main.cpp    2014-12-30 05:20:45.000000000 +0100
+++ new/ksirk-15.12.0/ksirk/main.cpp    2015-12-15 20:27:19.000000000 +0100
@@ -39,8 +39,7 @@
   KAboutData aboutData( "ksirk", 0, ki18n("KsirK"),
     KDE_VERSION_STRING, ki18n(description), KAboutData::License_GPL,
     ki18n("(c) 2002-2013, Gaël de Chalendar\n"),
-    ki18n("For help and user manual, please see\nthe KsirK web site."),
-    "http://games.kde.org/game.php?game=ksirk";);
+    ki18n("For help and user manual, please see\nthe KsirK web site."));
   aboutData.addAuthor(ki18n("Gael de Chalendar aka Kleag"),KLocalizedString(), 
"[email protected]");
   aboutData.addAuthor(ki18n("Nemanja Hirsl"),ki18n("Current maintainer"), 
"[email protected]");
   aboutData.addAuthor(ki18n("Robin Doer"));
@@ -48,6 +47,7 @@
   aboutData.addAuthor(ki18n("Michal Golunski (Polish 
translation)"),KLocalizedString(), "[email protected]");
   aboutData.addAuthor(ki18n("French students of the 'IUP ISI 2007-2008':"));
   aboutData.addAuthor(ki18n("&nbsp;&nbsp;Anthony Rey<br/>&nbsp;&nbsp;Benjamin 
Lucas<br/>&nbsp;&nbsp;Benjamin Moreau<br/>&nbsp;&nbsp;Gaël 
Clouet<br/>&nbsp;&nbsp;Guillaume Pelouas<br/>&nbsp;&nbsp;Joël 
Marco<br/>&nbsp;&nbsp;Laurent Dang<br/>&nbsp;&nbsp;Nicolas 
Linard<br/>&nbsp;&nbsp;Vincent Sac"));
+  aboutData.setHomepage("http://games.kde.org/ksirk/";);
   KCmdLineArgs::init( argc, argv, &aboutData );
 
   KCmdLineOptions options;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksirk-15.08.3/ksirkskineditor/main.cpp 
new/ksirk-15.12.0/ksirkskineditor/main.cpp
--- old/ksirk-15.08.3/ksirkskineditor/main.cpp  2014-12-30 05:20:45.000000000 
+0100
+++ new/ksirk-15.12.0/ksirkskineditor/main.cpp  2015-12-15 20:27:19.000000000 
+0100
@@ -47,9 +47,9 @@
     ki18n(description),
     KAboutData::License_GPL,
     ki18n("(c) 2008, Gaël de Chalendar\n"),
-    ki18n("For help and user manual, please see\nThe KsirK Web site"),
-    "http://games.kde.org/game.php?game=ksirk";);
+    ki18n("For help and user manual, please see\nThe KsirK Web site"));
   aboutData.addAuthor(ki18n("Gael de Chalendar aka Kleag"),KLocalizedString(), 
"[email protected]");
+  aboutData.setHomepage("http://games.kde.org/ksirk/";);
 
   KCmdLineArgs::init( argc, argv, &aboutData );
 


Reply via email to