Hello community,

here is the log from the commit of package kcharselect for openSUSE:Leap:15.2 
checked in at 2020-02-13 14:39:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kcharselect (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kcharselect.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcharselect"

Thu Feb 13 14:39:11 2020 rev:56 rq:771933 version:19.12.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kcharselect/kcharselect.changes        
2020-01-15 15:15:01.938228992 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kcharselect.new.26092/kcharselect.changes     
2020-02-13 14:39:12.369603009 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:37:14 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Replace %make_jobs with %cmake_build.
+
+-------------------------------------------------------------------
+Wed Feb  5 06:28:59 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+
+-------------------------------------------------------------------

Old:
----
  kcharselect-19.12.1.tar.xz
  kcharselect-19.12.1.tar.xz.sig

New:
----
  kcharselect-19.12.2.tar.xz
  kcharselect-19.12.2.tar.xz.sig

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

Other differences:
------------------
++++++ kcharselect.spec ++++++
--- /var/tmp/diff_new_pack.qrN4ru/_old  2020-02-13 14:39:12.773603230 +0100
+++ /var/tmp/diff_new_pack.qrN4ru/_new  2020-02-13 14:39:12.777603232 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kcharselect
-Version:        19.12.1
+Version:        19.12.2
 Release:        0
 Summary:        KDE Character Selector
 License:        GPL-2.0-or-later
@@ -61,7 +61,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++++++ kcharselect-19.12.1.tar.xz -> kcharselect-19.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.12.1/CMakeLists.txt 
new/kcharselect-19.12.2/CMakeLists.txt
--- old/kcharselect-19.12.1/CMakeLists.txt      2020-01-07 01:56:28.000000000 
+0100
+++ new/kcharselect-19.12.2/CMakeLists.txt      2020-02-04 01:20:10.000000000 
+0100
@@ -3,7 +3,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 "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 project(kcharselect VERSION ${KDE_APPLICATIONS_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.12.1/org.kde.kcharselect.appdata.xml 
new/kcharselect-19.12.2/org.kde.kcharselect.appdata.xml
--- old/kcharselect-19.12.1/org.kde.kcharselect.appdata.xml     2020-01-06 
14:55:56.000000000 +0100
+++ new/kcharselect-19.12.2/org.kde.kcharselect.appdata.xml     2020-02-04 
00:17:23.000000000 +0100
@@ -87,7 +87,7 @@
     <p xml:lang="uk">KCharSelect — програма для вибору спеціальних символів з 
усіх встановлених шрифтів і копіювання цих символів до буфера обміну даними.</p>
     <p xml:lang="x-test">xxKCharSelect is a tool to select special characters 
from all installed fonts and copy them into the clipboard.xx</p>
     <p xml:lang="zh-CN">字符选取器 是一个用于从所有已安装字体中选择特殊字符并且把它们复制到剪贴板中的工具。</p>
-    <p xml:lang="zh-TW">KCharSelect 是個能從所有安裝字體中選取特殊符號,並複製到剪貼簿的工具。</p>
+    <p xml:lang="zh-TW">KCharSelect 是個能從所有安裝字型中選取特殊符號,並複製到剪貼簿的工具。</p>
     <p>
       You can browse characters by their category or quickly find a certain 
character by searching for its name.
     </p>
@@ -216,6 +216,7 @@
   </provides>
   <launchable type="desktop-id">org.kde.kcharselect.desktop</launchable>
   <releases>
+    <release version="19.12.2" date="2020-02-06"/>
     <release version="19.12.1" date="2020-01-09"/>
     <release version="19.12.0" date="2019-12-12"/>
   </releases>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-19.12.1/po/zh_CN/kcharselect.po 
new/kcharselect-19.12.2/po/zh_CN/kcharselect.po
--- old/kcharselect-19.12.1/po/zh_CN/kcharselect.po     2020-01-07 
01:56:27.000000000 +0100
+++ new/kcharselect-19.12.2/po/zh_CN/kcharselect.po     2020-02-04 
01:20:08.000000000 +0100
@@ -6,7 +6,7 @@
 "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: 2020-01-04 21:53\n"
+"PO-Revision-Date: 2020-01-20 21:57\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to