Hello community,

here is the log from the commit of package kpat for openSUSE:Factory checked in 
at 2020-11-10 13:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpat (Old)
 and      /work/SRC/openSUSE:Factory/.kpat.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpat"

Tue Nov 10 13:43:14 2020 rev:104 rq:846732 version:20.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpat/kpat.changes        2020-10-13 
15:39:35.961253464 +0200
+++ /work/SRC/openSUSE:Factory/.kpat.new.11331/kpat.changes     2020-11-10 
13:50:17.463208631 +0100
@@ -1,0 +2,9 @@
+Thu Nov  5 22:47:02 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- No code change since 20.08.2
+
+-------------------------------------------------------------------

Old:
----
  kpat-20.08.2.tar.xz
  kpat-20.08.2.tar.xz.sig

New:
----
  kpat-20.08.3.tar.xz
  kpat-20.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ kpat.spec ++++++
--- /var/tmp/diff_new_pack.otzBdn/_old  2020-11-10 13:50:17.987207640 +0100
+++ /var/tmp/diff_new_pack.otzBdn/_new  2020-11-10 13:50:17.995207625 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kpat
-Version:        20.08.2
+Version:        20.08.3
 Release:        0
 Summary:        Patience card game
 License:        GPL-2.0-or-later


++++++ kpat-20.08.2.tar.xz -> kpat-20.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.08.2/CMakeLists.txt 
new/kpat-20.08.3/CMakeLists.txt
--- old/kpat-20.08.2/CMakeLists.txt     2020-10-06 05:32:38.000000000 +0200
+++ new/kpat-20.08.3/CMakeLists.txt     2020-11-03 01:39:47.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "20")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kpat VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.08.2/mimetypes/kpatience.xml 
new/kpat-20.08.3/mimetypes/kpatience.xml
--- old/kpat-20.08.2/mimetypes/kpatience.xml    2020-10-03 14:35:01.000000000 
+0200
+++ new/kpat-20.08.3/mimetypes/kpatience.xml    2020-10-31 18:22:34.000000000 
+0100
@@ -16,7 +16,7 @@
     <comment xml:lang="fr">Fichier de partie KPatience dans l'ancien 
format</comment>
     <comment xml:lang="gl">Ficheiro de partida dunha versión antiga de 
KPatience</comment>
     <comment xml:lang="id">File simpanan warisan KPatience</comment>
-    <comment xml:lang="it">File di salvataggio obsoleto per KPatience</comment>
+    <comment xml:lang="it">File di salvataggio obsoleto di KPatience</comment>
     <comment xml:lang="ko">KPatience 레거시 저장 파일</comment>
     <comment xml:lang="nl">KPatience ouderwets opslagbestand</comment>
     <comment xml:lang="nn">Kabal-lagringsfil frå eldre versjon</comment>
@@ -57,7 +57,7 @@
     <comment xml:lang="fr">Fichier de partie KPatience</comment>
     <comment xml:lang="gl">Ficheiro de partida de KPatience</comment>
     <comment xml:lang="id">File simpanan KPatience</comment>
-    <comment xml:lang="it">File di salvataggio per KPatience</comment>
+    <comment xml:lang="it">File di salvataggio di KPatience</comment>
     <comment xml:lang="ko">KPatience 저장 파일</comment>
     <comment xml:lang="nl">KPatience opslagbestand</comment>
     <comment xml:lang="nn">Kabal-lagringsfil</comment>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.08.2/org.kde.kpat.appdata.xml 
new/kpat-20.08.3/org.kde.kpat.appdata.xml
--- old/kpat-20.08.2/org.kde.kpat.appdata.xml   2020-10-03 14:35:01.000000000 
+0200
+++ new/kpat-20.08.3/org.kde.kpat.appdata.xml   2020-10-31 18:22:34.000000000 
+0100
@@ -125,9 +125,9 @@
   </provides>
   <content_rating type="oars-1.1"/>
   <releases>
+    <release version="20.08.3" date="2020-11-05"/>
     <release version="20.08.2" date="2020-10-08"/>
     <release version="20.08.1" date="2020-09-03"/>
     <release version="20.08.0" date="2020-08-13"/>
-    <release version="20.04.3" date="2020-07-09"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpat-20.08.2/po/zh_CN/kpat.po 
new/kpat-20.08.3/po/zh_CN/kpat.po
--- old/kpat-20.08.2/po/zh_CN/kpat.po   2020-10-06 05:32:37.000000000 +0200
+++ new/kpat-20.08.3/po/zh_CN/kpat.po   2020-11-03 01:39:47.000000000 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-07-13 07:39+0200\n"
-"PO-Revision-Date: 2020-09-23 12:20\n"
+"PO-Revision-Date: 2020-10-08 19:23\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to