Hello community,

here is the log from the commit of package kpty for openSUSE:Factory checked in 
at 2019-09-23 12:25:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpty (Old)
 and      /work/SRC/openSUSE:Factory/.kpty.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpty"

Mon Sep 23 12:25:42 2019 rev:71 rq:730952 version:5.62.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpty/kpty.changes        2019-08-19 
21:11:38.384831021 +0200
+++ /work/SRC/openSUSE:Factory/.kpty.new.7948/kpty.changes      2019-09-23 
12:25:44.921724920 +0200
@@ -1,0 +2,10 @@
+Sat Sep  7 20:37:04 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- No code change since 5.61.0
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+-------------------------------------------------------------------

Old:
----
  kpty-5.61.0.tar.xz
  kpty-5.61.0.tar.xz.sig

New:
----
  kpty-5.62.0.tar.xz
  kpty-5.62.0.tar.xz.sig

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

Other differences:
------------------
++++++ kpty.spec ++++++
--- /var/tmp/diff_new_pack.RsX6FA/_old  2019-09-23 12:25:45.913724757 +0200
+++ /var/tmp/diff_new_pack.RsX6FA/_new  2019-09-23 12:25:45.913724757 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Pty5
-%define _tar_path 5.61
+%define _tar_path 5.62
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kpty
-Version:        5.61.0
+Version:        5.62.0
 Release:        0
 Summary:        Primitives to interface with pseudo terminal devices
 License:        LGPL-2.1-or-later
@@ -39,10 +39,10 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{_tar_path}
 BuildRequires:  utempter-devel
+BuildRequires:  cmake(KF5CoreAddons) >= %{_tar_path}
+BuildRequires:  cmake(KF5I18n) >= %{_tar_path}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5Test) >= 5.6.0
 
@@ -68,7 +68,7 @@
 Group:          Development/Libraries/KDE
 Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
-Requires:       kcoreaddons-devel >= %{_tar_path}
+Requires:       cmake(KF5CoreAddons) >= %{_tar_path}
 Requires:       cmake(Qt5Core) >= 5.6.0
 
 %description devel


++++++ kpty-5.61.0.tar.xz -> kpty-5.62.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.61.0/CMakeLists.txt 
new/kpty-5.62.0/CMakeLists.txt
--- old/kpty-5.61.0/CMakeLists.txt      2019-08-03 21:57:43.000000000 +0200
+++ new/kpty-5.62.0/CMakeLists.txt      2019-09-07 16:48:53.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.61.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
+set(KF5_VERSION "5.62.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
 project(KPty VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.61.0  NO_MODULE)
+find_package(ECM 5.62.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.61.0/po/br/kpty5.po 
new/kpty-5.62.0/po/br/kpty5.po
--- old/kpty-5.61.0/po/br/kpty5.po      2019-08-03 21:57:43.000000000 +0200
+++ new/kpty-5.62.0/po/br/kpty5.po      2019-09-07 16:48:53.000000000 +0200
@@ -16,7 +16,7 @@
 "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"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: kptydevice.cpp:324
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.61.0/po/tg/kpty5.po 
new/kpty-5.62.0/po/tg/kpty5.po
--- old/kpty-5.61.0/po/tg/kpty5.po      2019-08-03 21:57:43.000000000 +0200
+++ new/kpty-5.62.0/po/tg/kpty5.po      2019-09-07 16:48:53.000000000 +0200
@@ -1,43 +1,42 @@
 # translation of kdelibs4.po to Tajik Language
+# Copyright (C) 2004, 2002, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
 # 2004, 2005, 2006, 2007 infoDev, a World Bank organization.
 # 2004, 2005, 2006, 2007 Khujand Computer Technologies, Inc.
 # 2004, 2005, 2006, 2007 Youth Opportunities, NGO, 2005.
 # Roger Kovacs <[email protected]>, 2003.
 # Thomas Diehl <[email protected]>, 2003.
-# Akmal Vatanshoev <[email protected]>, 2004.
-# Victor Ibragimov <[email protected]>, 2003, 2004, 2005, 2006, 
2007, 2008.
-# Copyright (C) 2004, 2002, 2005, 2006, 2007, 2008 Free Software Foundation, 
Inc.
+# Victor Ibragimov <[email protected]>, 2003, 2004, 2005, 2006, 2007, 
2008, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:57+0200\n"
-"PO-Revision-Date: 2013-06-04 17:36+0500\n"
+"PO-Revision-Date: 2019-08-16 12:01+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
-"Language-Team: Tajik Language\n"
+"Language-Team: English <[email protected]>\n"
 "Language: tg\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.5.4\n"
+"X-Generator: Lokalize 19.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #: kptydevice.cpp:324
 #, kde-format
 msgid "Error reading from PTY"
-msgstr "Ҳангоми хондани PTY хато пайдо шуд"
+msgstr "Хатои хондан аз PTY"
 
 #: kptydevice.cpp:359
 #, kde-format
 msgid "Error writing to PTY"
-msgstr "Ҳангоми навишти PTY хато пайдо шуд"
+msgstr "Хатои навиштан ба PTY"
 
 #: kptydevice.cpp:449
 #, kde-format
 msgid "PTY operation timed out"
-msgstr "Амали PTY қатъ карда шуд"
+msgstr "Вақти амалиёти PTY ба анҷом расид"
 
 #: kptydevice.cpp:508 kptydevice.cpp:522
 #, kde-format
 msgid "Error opening PTY"
-msgstr "Ҳангоми кушодани PTY хато пайдо шуд"
+msgstr "Хатои кушодани PTY"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.61.0/po/zh_CN/kpty5.po 
new/kpty-5.62.0/po/zh_CN/kpty5.po
--- old/kpty-5.61.0/po/zh_CN/kpty5.po   2019-08-03 21:57:43.000000000 +0200
+++ new/kpty-5.62.0/po/zh_CN/kpty5.po   2019-09-07 16:48:53.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 02:57+0200\n"
-"PO-Revision-Date: 2019-07-18 14:57\n"
+"PO-Revision-Date: 2019-09-05 09:24\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to