Hello community,

here is the log from the commit of package kpty for openSUSE:Factory checked in 
at 2020-12-15 12:29:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpty (Old)
 and      /work/SRC/openSUSE:Factory/.kpty.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpty"

Tue Dec 15 12:29:19 2020 rev:86 rq:855455 version:5.77.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpty/kpty.changes        2020-11-23 
10:32:57.157523220 +0100
+++ /work/SRC/openSUSE:Factory/.kpty.new.2328/kpty.changes      2020-12-15 
12:31:35.820058928 +0100
@@ -1,0 +2,9 @@
+Sat Dec  5 18:56:53 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.77.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.77.0
+- No code change since 5.76.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kpty.spec ++++++
--- /var/tmp/diff_new_pack.asQY3O/_old  2020-12-15 12:31:36.428059417 +0100
+++ /var/tmp/diff_new_pack.asQY3O/_new  2020-12-15 12:31:36.432059421 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Pty5
-%define _tar_path 5.76
+%define _tar_path 5.77
 # 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.76.0
+Version:        5.77.0
 Release:        0
 Summary:        Primitives to interface with pseudo terminal devices
 License:        LGPL-2.1-or-later
@@ -42,8 +42,8 @@
 BuildRequires:  utempter-devel
 BuildRequires:  cmake(KF5CoreAddons) >= %{_tar_path}
 BuildRequires:  cmake(KF5I18n) >= %{_tar_path}
-BuildRequires:  cmake(Qt5Core) >= 5.12.0
-BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5Core) >= 5.13.0
+BuildRequires:  cmake(Qt5Test) >= 5.13.0
 
 %description
 This library provides primitives to interface with pseudo terminal devices
@@ -68,7 +68,7 @@
 Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       cmake(KF5CoreAddons) >= %{_tar_path}
-Requires:       cmake(Qt5Core) >= 5.12.0
+Requires:       cmake(Qt5Core) >= 5.13.0
 
 %description devel
 This library provides primitives to interface with pseudo terminal devices


++++++ kpty-5.76.0.tar.xz -> kpty-5.77.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.76.0/CMakeLists.txt 
new/kpty-5.77.0/CMakeLists.txt
--- old/kpty-5.76.0/CMakeLists.txt      2020-11-07 13:15:05.000000000 +0100
+++ new/kpty-5.77.0/CMakeLists.txt      2020-12-05 13:54:01.000000000 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.76.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.76.0") # handled by release scripts
+set(KF5_VERSION "5.77.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.77.0") # handled by release scripts
 project(KPty VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.76.0  NO_MODULE)
+find_package(ECM 5.77.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-set(REQUIRED_QT_VERSION 5.12.0)
+set(REQUIRED_QT_VERSION 5.13.0)
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.76.0/po/ml/kpty5.po 
new/kpty-5.77.0/po/ml/kpty5.po
--- old/kpty-5.76.0/po/ml/kpty5.po      2020-11-07 13:15:05.000000000 +0100
+++ new/kpty-5.77.0/po/ml/kpty5.po      2020-12-05 13:54:01.000000000 +0100
@@ -20,8 +20,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
-"X-Poedit-Country: INDIA\n"
 
 #: kptydevice.cpp:271
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.76.0/po/nb/kpty5.po 
new/kpty-5.77.0/po/nb/kpty5.po
--- old/kpty-5.76.0/po/nb/kpty5.po      2020-11-07 13:15:05.000000000 +0100
+++ new/kpty-5.77.0/po/nb/kpty5.po      2020-12-05 13:54:01.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-06-30 02:01+0200\n"
+"POT-Creation-Date: 2020-11-06 02:15+0100\n"
 "PO-Revision-Date: 2014-02-23 21:13+0100\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
@@ -25,22 +25,22 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kptydevice.cpp:310
+#: kptydevice.cpp:271
 #, kde-format
 msgid "Error reading from PTY"
 msgstr "Feil ved lesing fra PTY"
 
-#: kptydevice.cpp:345
+#: kptydevice.cpp:306
 #, kde-format
 msgid "Error writing to PTY"
 msgstr "Feil ved skriving til PTY"
 
-#: kptydevice.cpp:435
+#: kptydevice.cpp:396
 #, kde-format
 msgid "PTY operation timed out"
 msgstr "PTY-operasjonen fikk tidsavbrudd"
 
-#: kptydevice.cpp:494 kptydevice.cpp:508
+#: kptydevice.cpp:455 kptydevice.cpp:469
 #, kde-format
 msgid "Error opening PTY"
 msgstr "Feil ved åpning av PTY"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.76.0/po/nn/kpty5.po 
new/kpty-5.77.0/po/nn/kpty5.po
--- old/kpty-5.76.0/po/nn/kpty5.po      2020-11-07 13:15:05.000000000 +0100
+++ new/kpty-5.77.0/po/nn/kpty5.po      2020-12-05 13:54:01.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-06-30 02:01+0200\n"
+"POT-Creation-Date: 2020-11-06 02:15+0100\n"
 "PO-Revision-Date: 2013-05-12 14:38+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -22,22 +22,22 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kptydevice.cpp:310
+#: kptydevice.cpp:271
 #, kde-format
 msgid "Error reading from PTY"
 msgstr "Feil ved lesing frå PTY"
 
-#: kptydevice.cpp:345
+#: kptydevice.cpp:306
 #, kde-format
 msgid "Error writing to PTY"
 msgstr "Feil ved skriving til PTY"
 
-#: kptydevice.cpp:435
+#: kptydevice.cpp:396
 #, kde-format
 msgid "PTY operation timed out"
 msgstr "Tidsavbrot ved PTY-operasjon"
 
-#: kptydevice.cpp:494 kptydevice.cpp:508
+#: kptydevice.cpp:455 kptydevice.cpp:469
 #, kde-format
 msgid "Error opening PTY"
 msgstr "Feil ved opning av PTY"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.76.0/po/se/kpty5.po 
new/kpty-5.77.0/po/se/kpty5.po
--- old/kpty-5.76.0/po/se/kpty5.po      2020-11-07 13:15:05.000000000 +0100
+++ new/kpty-5.77.0/po/se/kpty5.po      2020-12-05 13:54:01.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-06-30 02:01+0200\n"
+"POT-Creation-Date: 2020-11-06 02:15+0100\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup <[email protected]>\n"
 "Language-Team: Northern Sami <[email protected]>\n"
@@ -19,22 +19,22 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: kptydevice.cpp:310
+#: kptydevice.cpp:271
 #, kde-format
 msgid "Error reading from PTY"
 msgstr "Meattáhus logadettiin PTY:s"
 
-#: kptydevice.cpp:345
+#: kptydevice.cpp:306
 #, kde-format
 msgid "Error writing to PTY"
 msgstr "Meattáhus čáledettiin PTY:ii"
 
-#: kptydevice.cpp:435
+#: kptydevice.cpp:396
 #, kde-format
 msgid "PTY operation timed out"
 msgstr "PTY-doaibma ádjánii menddo guhkká"
 
-#: kptydevice.cpp:494 kptydevice.cpp:508
+#: kptydevice.cpp:455 kptydevice.cpp:469
 #, kde-format
 msgid "Error opening PTY"
 msgstr "Meattáhus rabadettiin PTY"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpty-5.76.0/po/zh_CN/kpty5.po 
new/kpty-5.77.0/po/zh_CN/kpty5.po
--- old/kpty-5.76.0/po/zh_CN/kpty5.po   2020-11-07 13:15:05.000000000 +0100
+++ new/kpty-5.77.0/po/zh_CN/kpty5.po   2020-12-05 13:54:01.000000000 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-11-06 02:15+0100\n"
-"PO-Revision-Date: 2020-10-08 19:21\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to