Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2020-01-12 23:22:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktimer (Old)
 and      /work/SRC/openSUSE:Factory/.ktimer.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktimer"

Sun Jan 12 23:22:05 2020 rev:104 rq:762423 version:19.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes    2019-12-14 
12:18:56.551241954 +0100
+++ /work/SRC/openSUSE:Factory/.ktimer.new.6675/ktimer.changes  2020-01-12 
23:23:15.466791133 +0100
@@ -1,0 +2,10 @@
+Tue Jan  7 10:01:09 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- Changes since 19.12.0:
+  * Update Appstream for new release
+
+-------------------------------------------------------------------
@@ -7 +17 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:
----
  ktimer-19.12.0.tar.xz
  ktimer-19.12.0.tar.xz.sig

New:
----
  ktimer-19.12.1.tar.xz
  ktimer-19.12.1.tar.xz.sig

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

Other differences:
------------------
++++++ ktimer.spec ++++++
--- /var/tmp/diff_new_pack.6Qg96b/_old  2020-01-12 23:23:17.418791855 +0100
+++ /var/tmp/diff_new_pack.6Qg96b/_new  2020-01-12 23:23:17.422791856 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktimer
-Version:        19.12.0
+Version:        19.12.1
 Release:        0
 Summary:        Countdown Launcher
 License:        GPL-2.0-or-later


++++++ ktimer-19.12.0.tar.xz -> ktimer-19.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.12.0/CMakeLists.txt 
new/ktimer-19.12.1/CMakeLists.txt
--- old/ktimer-19.12.0/CMakeLists.txt   2019-12-06 01:28:45.000000000 +0100
+++ new/ktimer-19.12.1/CMakeLists.txt   2020-01-07 01:56:52.000000000 +0100
@@ -1,7 +1,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "19")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
 project(ktimer VERSION ${KDE_APPLICATIONS_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.12.0/org.kde.ktimer.appdata.xml 
new/ktimer-19.12.1/org.kde.ktimer.appdata.xml
--- old/ktimer-19.12.0/org.kde.ktimer.appdata.xml       2019-12-05 
22:06:55.000000000 +0100
+++ new/ktimer-19.12.1/org.kde.ktimer.appdata.xml       2020-01-06 
14:56:45.000000000 +0100
@@ -130,6 +130,7 @@
   </provides>
   <launchable type="desktop-id">org.kde.ktimer.desktop</launchable>
   <releases>
+    <release version="19.12.1" date="2020-01-09"/>
     <release version="19.12.0" date="2019-12-12"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.12.0/po/ca/ktimer.po 
new/ktimer-19.12.1/po/ca/ktimer.po
--- old/ktimer-19.12.0/po/ca/ktimer.po  2019-12-06 01:28:40.000000000 +0100
+++ new/ktimer-19.12.1/po/ca/ktimer.po  2020-01-07 01:56:48.000000000 +0100
@@ -350,9 +350,3 @@
 msgid "Enter a program you would like to run when the countdown is zero"
 msgstr ""
 "Introduïu un programa que voleu executar quan el compte enrere sigui zero"
-
-#~ msgid "You can change the amount of time here."
-#~ msgstr "Aquí podeu canviar la durada."
-
-#~ msgid "This many seconds are left"
-#~ msgstr "Aquests són els segons que falten"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.12.0/po/sv/docs/ktimer/index.docbook 
new/ktimer-19.12.1/po/sv/docs/ktimer/index.docbook
--- old/ktimer-19.12.0/po/sv/docs/ktimer/index.docbook  2019-12-06 
01:28:45.000000000 +0100
+++ new/ktimer-19.12.1/po/sv/docs/ktimer/index.docbook  2020-01-07 
01:56:52.000000000 +0100
@@ -256,8 +256,7 @@
 >Översättning Stefan Asserhäll<email
 >stefan.asserh...@bredband.net</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
 
 &documentation.index;
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.12.0/po/zh_CN/ktimer.po 
new/ktimer-19.12.1/po/zh_CN/ktimer.po
--- old/ktimer-19.12.0/po/zh_CN/ktimer.po       2019-12-06 01:28:44.000000000 
+0100
+++ new/ktimer-19.12.1/po/zh_CN/ktimer.po       2020-01-07 01:56:51.000000000 
+0100
@@ -6,15 +6,14 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:13+0200\n"
-"PO-Revision-Date: 2019-11-19 23:14\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-04 21:53\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/kdeutils/ktimer.pot\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-19.12.0/po/zh_TW/ktimer.po 
new/ktimer-19.12.1/po/zh_TW/ktimer.po
--- old/ktimer-19.12.0/po/zh_TW/ktimer.po       2019-12-06 01:28:44.000000000 
+0100
+++ new/ktimer-19.12.1/po/zh_TW/ktimer.po       2020-01-07 01:56:51.000000000 
+0100
@@ -11,7 +11,7 @@
 "POT-Creation-Date: 2019-05-20 03:13+0200\n"
 "PO-Revision-Date: 2019-05-14 22:54+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"


Reply via email to