Hello community, here is the log from the commit of package kdesu for openSUSE:Factory checked in at 2014-07-15 08:00:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesu (Old) and /work/SRC/openSUSE:Factory/.kdesu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdesu" Changes: -------- --- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes 2014-06-10 14:36:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2014-07-15 08:00:30.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Jul 11 09:48:41 UTC 2014 - hrvoje.senjan@gmail.com + +- Define kf5_version within package + +------------------------------------------------------------------- +Tue Jul 1 21:35:34 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.0.0 + * Final release of KDE Frameworks 5 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/kde-frameworks-5.0.php + +------------------------------------------------------------------- Old: ---- kdesu-4.100.0.tar.xz New: ---- kdesu-5.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesu.spec ++++++ --- /var/tmp/diff_new_pack.ITiju0/_old 2014-07-15 08:00:31.000000000 +0200 +++ /var/tmp/diff_new_pack.ITiju0/_new 2014-07-15 08:00:31.000000000 +0200 @@ -18,22 +18,23 @@ %define lname libKF5Su5 Name: kdesu -Version: 4.100.0 +Version: 5.0.0 Release: 0 +%define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.14 +BuildRequires: extra-cmake-modules >= 1.0.0 BuildRequires: fdupes -BuildRequires: kcoreaddons-devel >= %{_kf5_version} +BuildRequires: kcoreaddons-devel >= %{kf5_version} BuildRequires: kf5-filesystem -BuildRequires: kpty-devel >= %{_kf5_version} -BuildRequires: kservice-devel >= %{_kf5_version} +BuildRequires: kpty-devel >= %{kf5_version} +BuildRequires: kservice-devel >= %{kf5_version} BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(x11) Summary: User interface for running shell commands with root privileges License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,8 +58,8 @@ Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules -Requires: kpty-devel >= %{_kf5_version} -Requires: kservice-devel >= %{_kf5_version} +Requires: kpty-devel >= %{kf5_version} +Requires: kservice-devel >= %{kf5_version} %description devel libkdesu provides functionality for building GUI front ends for ++++++ kdesu-4.100.0.tar.xz -> kdesu-5.0.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesu-4.100.0/CMakeLists.txt new/kdesu-5.0.0/CMakeLists.txt --- old/kdesu-4.100.0/CMakeLists.txt 2014-06-01 12:39:19.000000000 +0200 +++ new/kdesu-5.0.0/CMakeLists.txt 2014-07-01 20:15:05.000000000 +0200 @@ -2,7 +2,7 @@ project(KDESu) -find_package(ECM 0.0.14 REQUIRED NO_MODULE) +find_package(ECM 1.0.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) @@ -12,8 +12,8 @@ include(KDEFrameworkCompilerSettings) include(KDECMakeSettings) -set(KF5_VERSION "4.100.0") # handled by release scripts -set(KF5_DEP_VERSION "4.100.0") # handled by release scripts +set(KF5_VERSION "5.0.0") # handled by release scripts +set(KF5_DEP_VERSION "5.0.0") # handled by release scripts find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED) find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED) find_package(KF5Pty ${KF5_DEP_VERSION} REQUIRED) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de