Hello community,

here is the log from the commit of package kdebugsettings for openSUSE:Factory 
checked in at 2019-05-15 12:27:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebugsettings (Old)
 and      /work/SRC/openSUSE:Factory/.kdebugsettings.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebugsettings"

Wed May 15 12:27:49 2019 rev:44 rq:702205 version:19.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebugsettings/kdebugsettings.changes    
2019-04-28 20:05:16.426723477 +0200
+++ /work/SRC/openSUSE:Factory/.kdebugsettings.new.5148/kdebugsettings.changes  
2019-05-15 12:27:50.329614577 +0200
@@ -1,0 +2,9 @@
+Fri May 10 05:37:13 UTC 2019 - [email protected]
+
+- Update to 19.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.1.php
+- No code changes since 19.04.0
+
+-------------------------------------------------------------------

Old:
----
  kdebugsettings-19.04.0.tar.xz

New:
----
  kdebugsettings-19.04.1.tar.xz

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

Other differences:
------------------
++++++ kdebugsettings.spec ++++++
--- /var/tmp/diff_new_pack.G63cWY/_old  2019-05-15 12:27:50.821613270 +0200
+++ /var/tmp/diff_new_pack.G63cWY/_new  2019-05-15 12:27:50.821613270 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kdebugsettings
-Version:        19.04.0
+Version:        19.04.1
 Release:        0
 Summary:        Program to set debug verbosity for KDE applications
 License:        LGPL-2.0-or-later

++++++ kdebugsettings-19.04.0.tar.xz -> kdebugsettings-19.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-19.04.0/CMakeLists.txt 
new/kdebugsettings-19.04.1/CMakeLists.txt
--- old/kdebugsettings-19.04.0/CMakeLists.txt   2019-04-12 02:06:58.000000000 
+0200
+++ new/kdebugsettings-19.04.1/CMakeLists.txt   2019-05-07 02:15:30.000000000 
+0200
@@ -1,7 +1,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "19")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-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.0 FATAL_ERROR)
 project(kdebugsettings VERSION ${KDE_APPLICATIONS_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-19.04.0/po/ko/kdebugsettings.po 
new/kdebugsettings-19.04.1/po/ko/kdebugsettings.po
--- old/kdebugsettings-19.04.0/po/ko/kdebugsettings.po  2019-04-12 
02:06:58.000000000 +0200
+++ new/kdebugsettings-19.04.1/po/ko/kdebugsettings.po  2019-05-07 
02:15:30.000000000 +0200
@@ -1,27 +1,26 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Shinjo Park <[email protected]>, 2015, 2016, 2017, 2018.
+# Shinjo Park <[email protected]>, 2015, 2016, 2017, 2018, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-31 03:07+0100\n"
-"PO-Revision-Date: 2018-08-14 17:11+0100\n"
+"PO-Revision-Date: 2019-04-22 01:35+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
-"Language-Team: Korean <[email protected]>\n"
+"Language-Team: Korean <[email protected]>\n"
 "Language: ko\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: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #: src/categorytypecombobox.cpp:28
-#, fuzzy, kde-format
-#| msgid "Debug"
+#, kde-format
 msgid "Full Debug"
-msgstr "디버그"
+msgstr "전체 디버그"
 
 #: src/categorytypecombobox.cpp:29
 #, kde-format
@@ -259,10 +258,9 @@
 msgstr "디버그 설정"
 
 #: src/main.cpp:42
-#, fuzzy, kde-format
-#| msgid "(c) 2015-2018 kdebugsettings authors"
+#, kde-format
 msgid "(c) 2015-2019 kdebugsettings authors"
-msgstr "(c) 2015-2018 kdebugsettings authors"
+msgstr "(c) 2015-2019 kdebugsettings authors"
 
 #: src/main.cpp:43
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-19.04.0/po/sr/kdebugsettings.po 
new/kdebugsettings-19.04.1/po/sr/kdebugsettings.po
--- old/kdebugsettings-19.04.0/po/sr/kdebugsettings.po  2019-04-12 
02:06:58.000000000 +0200
+++ new/kdebugsettings-19.04.1/po/sr/kdebugsettings.po  2019-05-07 
02:15:30.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kdebugsettings\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-21 03:22+0100\n"
+"POT-Creation-Date: 2018-12-31 03:07+0100\n"
 "PO-Revision-Date: 2017-12-31 22:42+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -287,7 +287,7 @@
 #: src/main.cpp:42
 #, fuzzy, kde-format
 #| msgid "(c) 2015-2017 kdebugsettings authors"
-msgid "(c) 2015-2018 kdebugsettings authors"
+msgid "(c) 2015-2019 kdebugsettings authors"
 msgstr "© 2015–2017, аутори К‑исправљачких-поставки"
 
 #: src/main.cpp:43
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-19.04.0/po/zh_CN/kdebugsettings.po 
new/kdebugsettings-19.04.1/po/zh_CN/kdebugsettings.po
--- old/kdebugsettings-19.04.0/po/zh_CN/kdebugsettings.po       2019-04-12 
02:06:58.000000000 +0200
+++ new/kdebugsettings-19.04.1/po/zh_CN/kdebugsettings.po       2019-05-07 
02:15:30.000000000 +0200
@@ -7,8 +7,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-31 03:07+0100\n"
-"PO-Revision-Date: 2019-04-09 18:56\n"
-"Last-Translator: guoyunhe <[email protected]>\n"
+"PO-Revision-Date: 2019-05-05 22:37\n"
+"Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


Reply via email to