Hello community, here is the log from the commit of package kross for openSUSE:Factory checked in at 2015-09-24 07:13:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-09-02 07:48:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kross.new/kross.changes 2015-09-24 07:13:42.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Sep 8 17:13:28 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.14.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.14.0.php + +------------------------------------------------------------------- Old: ---- kross-5.13.0.tar.xz New: ---- kross-5.14.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kross.spec ++++++ --- /var/tmp/diff_new_pack.IwwLbp/_old 2015-09-24 07:13:43.000000000 +0200 +++ /var/tmp/diff_new_pack.IwwLbp/_new 2015-09-24 07:13:43.000000000 +0200 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.13 +%define _tar_path 5.14 Name: kross -Version: 5.13.0 +Version: 5.14.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ kross-5.13.0.tar.xz -> kross-5.14.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.13.0/CMakeLists.txt new/kross-5.14.0/CMakeLists.txt --- old/kross-5.13.0/CMakeLists.txt 2015-08-04 13:40:16.000000000 +0200 +++ new/kross-5.14.0/CMakeLists.txt 2015-09-05 11:13:00.000000000 +0200 @@ -3,7 +3,7 @@ project(Kross) include(FeatureSummary) -find_package(ECM 5.13.0 NO_MODULE) +find_package(ECM 5.14.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) @@ -20,8 +20,8 @@ include(KDEFrameworkCompilerSettings) include(KDECMakeSettings) -set(KF5_VERSION "5.13.0") # handled by release scripts -set(KF5_DEP_VERSION "5.13.0") # handled by release scripts +set(KF5_VERSION "5.14.0") # handled by release scripts +set(KF5_DEP_VERSION "5.14.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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kross-5.13.0/autotests/CMakeLists.txt new/kross-5.14.0/autotests/CMakeLists.txt --- old/kross-5.13.0/autotests/CMakeLists.txt 2015-08-04 13:40:16.000000000 +0200 +++ new/kross-5.14.0/autotests/CMakeLists.txt 2015-09-05 11:13:00.000000000 +0200 @@ -1,5 +1,7 @@ include(ECMMarkAsTest) +## These unit tests must move to kross-interpreters.git, they require the python kross interpreter! +if (FALSE) set(krossqtstest_SRCS main.cpp) add_executable(krossqtstest qts.cpp) ecm_mark_as_test(krossqtstest) @@ -11,6 +13,7 @@ ) add_test(NAME krossqtstest-test-es COMMAND krossqtstest ${CMAKE_CURRENT_SOURCE_DIR}/qtstest.es) +endif() add_executable(metafunctiontest metafunctiontest.cpp) ecm_mark_as_test(metafunctiontest) @@ -20,6 +23,8 @@ ) add_test(NAME kross-metafunctiontest COMMAND metafunctiontest) +## These unit tests must move to kross-interpreters.git, they require the python kross interpreter! +if (FALSE) set(krosstest_SRCS testobject.cpp main.cpp @@ -43,3 +48,4 @@ # UI files have no interpreter # add_test(NAME kross-guiform-ui COMMAND krosstest ${CMAKE_CURRENT_SOURCE_DIR}/testguiform.ui) +endif()