Hello community,

here is the log from the commit of package kpeople5 for openSUSE:Factory 
checked in at 2015-10-19 22:26:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpeople5 (Old)
 and      /work/SRC/openSUSE:Factory/.kpeople5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpeople5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpeople5/kpeople5.changes        2015-09-24 
07:13:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kpeople5.new/kpeople5.changes   2015-10-19 
22:26:49.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Oct  5 17:37:30 UTC 2015 - [email protected]
+
+- Update to 5.15.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.15.0.php
+
+-------------------------------------------------------------------

Old:
----
  kpeople-5.14.0.tar.xz

New:
----
  kpeople-5.15.0.tar.xz

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

Other differences:
------------------
++++++ kpeople5.spec ++++++
--- /var/tmp/diff_new_pack.5v1wET/_old  2015-10-19 22:26:50.000000000 +0200
+++ /var/tmp/diff_new_pack.5v1wET/_new  2015-10-19 22:26:50.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define rname kpeople
-%define _tar_path 5.14
+%define _tar_path 5.15
 Name:           kpeople5
-Version:        5.14.0
+Version:        5.15.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kpeople-5.14.0.tar.xz -> kpeople-5.15.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.14.0/CMakeLists.txt 
new/kpeople-5.15.0/CMakeLists.txt
--- old/kpeople-5.14.0/CMakeLists.txt   2015-09-05 11:11:18.000000000 +0200
+++ new/kpeople-5.15.0/CMakeLists.txt   2015-10-05 10:19:13.000000000 +0200
@@ -3,14 +3,14 @@
 project (KPeople)
 
 include(FeatureSummary)
-find_package(ECM 5.14.0  NO_MODULE)
+find_package(ECM 5.15.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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-set(KF5_VERSION "5.14.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.14.0") # handled by release scripts
+set(KF5_VERSION "5.15.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
 
 set(REQUIRED_QT_VERSION 5.3.0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.14.0/examples/personwidget.cpp 
new/kpeople-5.15.0/examples/personwidget.cpp
--- old/kpeople-5.14.0/examples/personwidget.cpp        2015-09-05 
11:11:18.000000000 +0200
+++ new/kpeople-5.15.0/examples/personwidget.cpp        2015-10-05 
10:19:13.000000000 +0200
@@ -26,7 +26,7 @@
 int main(int argc, char **argv)
 {
     QApplication app(argc, argv);
-    if (app.arguments().isEmpty() < 2) {
+    if (app.arguments().count() < 2) {
         qWarning() << "Missing argument: \"" << 
qPrintable(app.arguments().first()) << " <contact id>\"";
         return 1;
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.14.0/po/hu/kpeople5.po 
new/kpeople-5.15.0/po/hu/kpeople5.po
--- old/kpeople-5.14.0/po/hu/kpeople5.po        2015-09-05 11:11:18.000000000 
+0200
+++ new/kpeople-5.15.0/po/hu/kpeople5.po        2015-10-05 10:19:13.000000000 
+0200
@@ -19,13 +19,11 @@
 "X-Generator: Lokalize 1.5\n"
 
 #: match.cpp:52
-#| msgid "Name"
 msgctxt "@title:column"
 msgid "Name"
 msgstr "Név"
 
 #: match.cpp:55
-#| msgid "E-mail"
 msgctxt "@title:column"
 msgid "E-mail"
 msgstr "E-mail"
@@ -55,7 +53,6 @@
 msgstr "Avatar"
 
 #: widgets/plugins/emaildetailswidget.cpp:50
-#| msgid "E-mail"
 msgctxt "E-mail field label"
 msgid "E-mail"
 msgstr "E-mail"
@@ -69,7 +66,6 @@
 msgstr "Egyesítés a kijelölt névjegyekkel"
 
 #: widgets/plugins/phonedetailswidget.cpp:38
-#| msgid "Phone"
 msgctxt "Phone details title"
 msgid "Phone"
 msgstr "Telefon"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpeople-5.14.0/po/nb/kpeople5.po 
new/kpeople-5.15.0/po/nb/kpeople5.po
--- old/kpeople-5.14.0/po/nb/kpeople5.po        2015-09-05 11:11:18.000000000 
+0200
+++ new/kpeople-5.15.0/po/nb/kpeople5.po        2015-10-05 10:19:13.000000000 
+0200
@@ -1,5 +1,3 @@
-# Translation of kpeople5 to Norwegian Bokmål
-#
 # Bjørn Steensrud <[email protected]>, 2015.
 msgid ""
 msgstr ""


Reply via email to