Hello community, here is the log from the commit of package kidletime for openSUSE:Factory checked in at 2017-07-05 23:50:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kidletime (Old) and /work/SRC/openSUSE:Factory/.kidletime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kidletime" Wed Jul 5 23:50:59 2017 rev:42 rq:502949 version:5.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kidletime/kidletime.changes 2017-06-01 16:19:41.657448475 +0200 +++ /work/SRC/openSUSE:Factory/.kidletime.new/kidletime.changes 2017-07-05 23:51:00.730996733 +0200 @@ -1,0 +2,11 @@ +Sun Jun 11 09:27:43 CEST 2017 - [email protected] + +- Update to 5.35.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.35.0.php +- Changes since 5.34.0: + * API dox: fix missing \endlink as needed with \link + * API dox: note CamelCase includes by @class tag + +------------------------------------------------------------------- Old: ---- kidletime-5.34.0.tar.xz New: ---- kidletime-5.35.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kidletime.spec ++++++ --- /var/tmp/diff_new_pack.hYQP2T/_old 2017-07-05 23:51:01.434897587 +0200 +++ /var/tmp/diff_new_pack.hYQP2T/_new 2017-07-05 23:51:01.438897023 +0200 @@ -17,9 +17,9 @@ %define lname libKF5IdleTime5 -%define _tar_path 5.34 +%define _tar_path 5.35 Name: kidletime -Version: 5.34.0 +Version: 5.35.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_tar_path} ++++++ kidletime-5.34.0.tar.xz -> kidletime-5.35.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kidletime-5.34.0/CMakeLists.txt new/kidletime-5.35.0/CMakeLists.txt --- old/kidletime-5.34.0/CMakeLists.txt 2017-05-06 10:36:30.000000000 +0200 +++ new/kidletime-5.35.0/CMakeLists.txt 2017-06-03 11:02:17.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.34.0") # handled by release scripts +set(KF5_VERSION "5.35.0") # handled by release scripts project(KIdleTime VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.34.0 NO_MODULE) +find_package(ECM 5.35.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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kidletime-5.34.0/src/kidletime.h new/kidletime-5.35.0/src/kidletime.h --- old/kidletime-5.34.0/src/kidletime.h 2017-05-06 10:36:30.000000000 +0200 +++ new/kidletime-5.35.0/src/kidletime.h 2017-06-03 11:02:17.000000000 +0200 @@ -25,6 +25,8 @@ class KIdleTimePrivate; /** + * @class KIdleTime kidletime.h KIdleTime + * * KIdleTime is a singleton reporting information on idle time. It is useful not * only for finding out about the current idle time of the PC, but also for getting * notified upon idle time events, such as custom timeouts, or user activity. @@ -74,7 +76,7 @@ /** * Attempts to simulate user activity. This implies that after calling this - * method, the idle time of the system will become 0 and eventually \link resumingFromIdle + * method, the idle time of the system will become 0 and eventually \link resumingFromIdle \endlink * will be triggered * * @see resumingFromIdle @@ -111,7 +113,7 @@ /** * Stops catching every set timeout (if any). This means that after calling this method, the signal - * \link timeoutReached won't be called again until you will add another timeout + * \link timeoutReached \endlink won't be called again until you will add another timeout * * @see timeoutReached * @see addIdleTimeout @@ -120,7 +122,7 @@ /** * Catches the next resume from idle event. This means that whenever user activity will be registered, or - * \link simulateUserActivity is called, the signal \link resumingFromIdle will be triggered. + * \link simulateUserActivity \endlink is called, the signal \link resumingFromIdle \endlink will be triggered. * <p> * Please note that this method will trigger the signal just for the very first resume event after the call: * this means you explicitly have to request to track every single resume event you are interested in. @@ -151,7 +153,7 @@ Q_SIGNALS: /** * Triggered, if KIdleTime is catching resume events, when the system resumes from an idle state. This means - * that either \link simulateUserActivity was called or the user sent an input to the system. + * that either \link simulateUserActivity \endlink was called or the user sent an input to the system. * * @see catchNextResumeEvent */ @@ -161,7 +163,7 @@ * Triggered when the system has been idle for x milliseconds, identified by the previously set * timeout. * <p> - * This signal is triggered whenever each timeout previously registered with \link addIdleTimeout + * This signal is triggered whenever each timeout previously registered with \link addIdleTimeout \endlink * is reached. * * @param identifier the identifier of the timeout the system has reached @@ -173,7 +175,7 @@ /** * Overload. Streams the duration as well. It is guaranteed that \c msec will exactly - * correspond to the timeout registered with \link addIdleTimeout + * correspond to the timeout registered with \link addIdleTimeout \endlink * * @param msec the time, in milliseconds, the system has been idle for *
