Hello community,

here is the log from the commit of package kross for openSUSE:Factory checked 
in at 2016-09-14 23:27:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kross (Old)
 and      /work/SRC/openSUSE:Factory/.kross.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kross"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kross/kross.changes      2016-08-29 
15:09:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2016-09-14 
23:27:44.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 20:52:58 UTC 2016 - [email protected]
+
+- Update to 5.26.0
+  * Revert "Remove unused KF5 dependencies"
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+-------------------------------------------------------------------

Old:
----
  kross-5.25.0.tar.xz

New:
----
  kross-5.26.0.tar.xz

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

Other differences:
------------------
++++++ kross.spec ++++++
--- /var/tmp/diff_new_pack.4JyzBD/_old  2016-09-14 23:27:45.000000000 +0200
+++ /var/tmp/diff_new_pack.4JyzBD/_new  2016-09-14 23:27:45.000000000 +0200
@@ -17,20 +17,23 @@
 
 
 %bcond_without lang
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:           kross
-Version:        5.25.0
+Version:        5.26.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
+BuildRequires:  kcompletion-devel >= %{_tar_path}
 BuildRequires:  kdoctools-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_tar_path}
 BuildRequires:  kiconthemes-devel >= %{_tar_path}
 BuildRequires:  kio-devel >= %{_tar_path}
 BuildRequires:  kparts-devel >= %{_tar_path}
+BuildRequires:  kwidgetsaddons-devel >= %{_tar_path}
+BuildRequires:  kxmlgui-devel >= %{_tar_path}
 BuildRequires:  cmake(Qt5Core) >= 5.5.0
 BuildRequires:  cmake(Qt5Script) >= 5.5.0
 BuildRequires:  cmake(Qt5UiTools) >= 5.5.0

++++++ kross-5.25.0.tar.xz -> kross-5.26.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.25.0/CMakeLists.txt 
new/kross-5.26.0/CMakeLists.txt
--- old/kross-5.25.0/CMakeLists.txt     2016-08-07 15:56:53.000000000 +0200
+++ new/kross-5.26.0/CMakeLists.txt     2016-09-06 14:16:24.000000000 +0200
@@ -3,7 +3,7 @@
 project(Kross)
 
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.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)
 
@@ -22,8 +22,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.26.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KROSS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kross_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5KrossConfigVersion.cmake"
@@ -43,12 +43,15 @@
    set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
 endif()
 
+find_package(KF5Completion ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5I18n ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5IconThemes ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5KIO ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Parts ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5WidgetsAddons ${KF5_DEP_VERSION} REQUIRED)
+find_package(KF5XmlGui ${KF5_DEP_VERSION} REQUIRED)
 
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kross-5.25.0/po/nn/kross5.po 
new/kross-5.26.0/po/nn/kross5.po
--- old/kross-5.25.0/po/nn/kross5.po    2016-08-07 15:56:53.000000000 +0200
+++ new/kross-5.26.0/po/nn/kross5.po    2016-09-06 14:16:24.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-07-03 07:26+0000\n"
+"POT-Creation-Date: 2016-08-03 07:15+0000\n"
 "PO-Revision-Date: 2014-10-05 09:59+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -60,37 +60,37 @@
 msgid "The script to run."
 msgstr "Skriptet som skal køyrast."
 
-#: core/action.cpp:474
+#: core/action.cpp:478
 #, kde-format
 msgid "Scriptfile \"%1\" does not exist."
 msgstr "Skriptfila «%1» finst ikkje"
 
-#: core/action.cpp:478
+#: core/action.cpp:482
 #, kde-format
 msgid "Failed to determine interpreter for scriptfile \"%1\""
 msgstr "Klarte ikkje finna tolk til skriptfila «%1»."
 
-#: core/action.cpp:482
+#: core/action.cpp:486
 #, kde-format
 msgid "Failed to open scriptfile \"%1\""
 msgstr "Klarte ikkje opna skriptfila «%1»."
 
-#: core/action.cpp:493
+#: core/action.cpp:497
 #, kde-format
 msgid "Failed to load interpreter \"%1\""
 msgstr "Klarte ikkje lasta inn tolken «%1»"
 
-#: core/action.cpp:495
+#: core/action.cpp:499
 #, kde-format
 msgid "No such interpreter \"%1\""
 msgstr "Tolken «%1» finst ikkje"
 
-#: core/action.cpp:502
+#: core/action.cpp:506
 #, kde-format
 msgid "Failed to create script for interpreter \"%1\""
 msgstr "Klarte ikkje laga skript til tolken «%1»"
 
-#: core/manager.cpp:141
+#: core/manager.cpp:145
 msgid "Level of safety of the Ruby interpreter"
 msgstr "Tryggleiksnivå på Ruby-tolkaren"
 
@@ -98,7 +98,7 @@
 msgid "Cancel?"
 msgstr "Avbryt?"
 
-#: qts/values_p.h:75
+#: qts/values_p.h:76
 #, kde-format
 msgid "No such function \"%1\""
 msgstr "Funksjonen «%1» finst ikkje"


Reply via email to