Hello community,

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

Package is "kpackage"

Tue Dec 15 12:29:14 2020 rev:75 rq:855451 version:5.77.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes        2020-11-23 
10:32:52.841518489 +0100
+++ /work/SRC/openSUSE:Factory/.kpackage.new.2328/kpackage.changes      
2020-12-15 12:31:31.432055392 +0100
@@ -1,0 +2,10 @@
+Sat Dec  5 18:56:50 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
+- Changes since 5.76.0:
+  * Drop X-KDE-PluginInfo-Depends
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kpackage.spec ++++++
--- /var/tmp/diff_new_pack.tAGTdz/_old  2020-12-15 12:31:32.324056111 +0100
+++ /var/tmp/diff_new_pack.tAGTdz/_new  2020-12-15 12:31:32.328056114 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%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:           kpackage
-Version:        5.76.0
+Version:        5.77.0
 Release:        0
 Summary:        Non-binary asset user-installable package managing framework
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later
@@ -43,9 +43,9 @@
 BuildRequires:  cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5DocTools) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.12.0
-BuildRequires:  cmake(Qt5DBus) >= 5.12.0
-BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5Core) >= 5.13.0
+BuildRequires:  cmake(Qt5DBus) >= 5.13.0
+BuildRequires:  cmake(Qt5Test) >= 5.13.0
 Recommends:     %{name}-lang
 
 %description


++++++ kpackage-5.76.0.tar.xz -> kpackage-5.77.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.76.0/CMakeLists.txt 
new/kpackage-5.77.0/CMakeLists.txt
--- old/kpackage-5.76.0/CMakeLists.txt  2020-11-07 13:13:57.000000000 +0100
+++ new/kpackage-5.77.0/CMakeLists.txt  2020-12-05 13:52:39.000000000 +0100
@@ -1,12 +1,12 @@
 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(KPackage VERSION ${KF5_VERSION})
 
 # ECM setup
 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)
 
@@ -38,7 +38,7 @@
 
 ################# now find all used packages #################
 
-set (REQUIRED_QT_VERSION 5.12.0)
+set (REQUIRED_QT_VERSION 5.13.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE COMPONENTS Core 
DBus)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpackage-5.76.0/autotests/packagemetadatatest.desktop 
new/kpackage-5.77.0/autotests/packagemetadatatest.desktop
--- old/kpackage-5.76.0/autotests/packagemetadatatest.desktop   2020-11-07 
13:13:57.000000000 +0100
+++ new/kpackage-5.77.0/autotests/packagemetadatatest.desktop   2020-12-05 
13:52:39.000000000 +0100
@@ -97,7 +97,6 @@
 X-KDE-PluginInfo-Version=pre0.1
 X-KDE-PluginInfo-Website=http://plasma.kde.org/
 X-KDE-PluginInfo-Category=System test
-X-KDE-PluginInfo-Depends=some_test_dep
 X-KDE-PluginInfo-License=GPLv2+
 X-KDE-PluginInfo-EnabledByDefault=true
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.76.0/po/ml/libkpackage5.po 
new/kpackage-5.77.0/po/ml/libkpackage5.po
--- old/kpackage-5.76.0/po/ml/libkpackage5.po   2020-11-07 13:13:57.000000000 
+0100
+++ new/kpackage-5.77.0/po/ml/libkpackage5.po   2020-12-05 13:52:39.000000000 
+0100
@@ -16,7 +16,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.0.6\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #, fuzzy, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.76.0/po/ru/libkpackage5.po 
new/kpackage-5.77.0/po/ru/libkpackage5.po
--- old/kpackage-5.76.0/po/ru/libkpackage5.po   2020-11-07 13:13:57.000000000 
+0100
+++ new/kpackage-5.77.0/po/ru/libkpackage5.po   2020-12-05 13:52:39.000000000 
+0100
@@ -11,36 +11,35 @@
 # Alexander Potashev <[email protected]>, 2010, 2011, 2014, 2015, 2016, 
2017, 2018.
 # Alexander Lakhin <[email protected]>, 2013.
 # Yuri Efremov <[email protected]>, 2013.
-# Alexander Yavorsky <[email protected]>, 2019.
+# Alexander Yavorsky <[email protected]>, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: libplasma\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:12+0200\n"
-"PO-Revision-Date: 2019-01-26 13:43+0300\n"
+"PO-Revision-Date: 2020-11-09 19:23+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 18.12.1\n"
+"X-Generator: Lokalize 20.08.3\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#, fuzzy, kde-format
-#| msgid "Fun and Games"
+#, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Игры и развлечения"
+msgstr "Александр Поташев"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr ""
+msgstr "[email protected]"
 
 #: kpackage/package.cpp:43
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpackage-5.76.0/po/zh_CN/libkpackage5.po 
new/kpackage-5.77.0/po/zh_CN/libkpackage5.po
--- old/kpackage-5.76.0/po/zh_CN/libkpackage5.po        2020-11-07 
13:13:57.000000000 +0100
+++ new/kpackage-5.77.0/po/zh_CN/libkpackage5.po        2020-12-05 
13:52:39.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:12+0200\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