commit knotifyconfig for openSUSE:Factory
Hello community, here is the log from the commit of package knotifyconfig for openSUSE:Factory checked in at 2014-04-02 17:22:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knotifyconfig (Old) and /work/SRC/openSUSE:Factory/.knotifyconfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "knotifyconfig" Changes: -------- --- /work/SRC/openSUSE:Factory/knotifyconfig/knotifyconfig.changes 2014-03-10 12:18:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.knotifyconfig.new/knotifyconfig.changes 2014-04-02 17:22:30.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Mar 29 19:47:47 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.98.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta1.php + +------------------------------------------------------------------- Old: ---- knotifyconfig-4.97.0.tar.xz New: ---- knotifyconfig-4.98.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knotifyconfig.spec ++++++ --- /var/tmp/diff_new_pack.YQqC2W/_old 2014-04-02 17:22:30.000000000 +0200 +++ /var/tmp/diff_new_pack.YQqC2W/_new 2014-04-02 17:22:30.000000000 +0200 @@ -18,10 +18,10 @@ %define lname libKF5NotifyConfig5 Name: knotifyconfig -Version: 4.97.0 +Version: 4.98.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.11 +BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: fdupes BuildRequires: kbookmarks-devel >= %{_kf5_version} BuildRequires: kcompletion-devel >= %{_kf5_version} ++++++ knotifyconfig-4.97.0.tar.xz -> knotifyconfig-4.98.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-4.97.0/CMakeLists.txt new/knotifyconfig-4.98.0/CMakeLists.txt --- old/knotifyconfig-4.97.0/CMakeLists.txt 2014-03-01 12:51:23.000000000 +0100 +++ new/knotifyconfig-4.98.0/CMakeLists.txt 2014-03-28 19:17:20.000000000 +0100 @@ -3,11 +3,11 @@ project(KNotifyConfig) # Dependencies -find_package(ECM 0.0.11 REQUIRED NO_MODULE) +find_package(ECM 0.0.12 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) set(REQUIRED_QT_VERSION "5.2.0") -set(KF5_VERSION "4.97.0") +set(KF5_VERSION "4.98.0") # Required Qt5 components to build this framework find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Widgets DBus) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knotifyconfig-4.97.0/src/Messages.sh new/knotifyconfig-4.98.0/src/Messages.sh --- old/knotifyconfig-4.97.0/src/Messages.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/knotifyconfig-4.98.0/src/Messages.sh 2014-03-28 19:17:20.000000000 +0100 @@ -0,0 +1,18 @@ +#!/bin/sh + +# Invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources. +# The results are stored in a pseudo .cpp file to be picked up by xgettext. +lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` +if [ -n "$lst" ] ; then + $EXTRACTRC $lst >> rc.cpp +fi + +# If your framework contains tips-of-the-day, call preparetips as well. +if [ -f "data/tips" ] ; then + ( cd data && $PREPARETIPS > ../tips.cpp ) +fi + +# Extract strings from all source files. +# If your framework depends on KI18n, use $XGETTEXT. If it uses Qt translation +# system, use $EXTRACT_TR_STRINGS. +$XGETTEXT `find . -name \*.cpp -o -name \*.h -name \*.qml` -o $podir/knotifyconfig5.pot -- 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