commit kpty for openSUSE:Factory
Hello community, here is the log from the commit of package kpty for openSUSE:Factory checked in at 2016-01-20 09:47:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpty (Old) and /work/SRC/openSUSE:Factory/.kpty.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kpty" Changes: -------- --- /work/SRC/openSUSE:Factory/kpty/kpty.changes 2015-12-29 12:54:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kpty.new/kpty.changes 2016-01-20 09:47:40.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Jan 2 17:45:01 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.18.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.18.0.php + +------------------------------------------------------------------- Old: ---- kpty-5.17.0.tar.xz New: ---- kpty-5.18.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpty.spec ++++++ --- /var/tmp/diff_new_pack.tpu86P/_old 2016-01-20 09:47:41.000000000 +0100 +++ /var/tmp/diff_new_pack.tpu86P/_new 2016-01-20 09:47:41.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kpty # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Pty5 -%define _tar_path 5.17 +%define _tar_path 5.18 Name: kpty -Version: 5.17.0 +Version: 5.18.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 ++++++ kpty-5.17.0.tar.xz -> kpty-5.18.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpty-5.17.0/CMakeLists.txt new/kpty-5.18.0/CMakeLists.txt --- old/kpty-5.17.0/CMakeLists.txt 2015-12-06 22:36:36.000000000 +0100 +++ new/kpty-5.18.0/CMakeLists.txt 2016-01-02 17:47:28.000000000 +0100 @@ -3,15 +3,15 @@ project(KPty) include(FeatureSummary) -find_package(ECM 5.17.0 NO_MODULE) +find_package(ECM 5.18.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} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) set(REQUIRED_QT_VERSION 5.3) -set(KF5_VERSION "5.17.0") # handled by release scripts -set(KF5_DEP_VERSION "5.17.0") # handled by release scripts +set(KF5_VERSION "5.18.0") # handled by release scripts +set(KF5_DEP_VERSION "5.18.0") # handled by release scripts include(KDEInstallDirs) include(KDEFrameworkCompilerSettings)
participants (1)
-
root@hilbert.suse.de