commit kitemviews for openSUSE:Factory
Hello community, here is the log from the commit of package kitemviews for openSUSE:Factory checked in at 2014-04-02 17:22:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kitemviews (Old) and /work/SRC/openSUSE:Factory/.kitemviews.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kitemviews" Changes: -------- --- /work/SRC/openSUSE:Factory/kitemviews/kitemviews.changes 2014-03-10 12:17:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kitemviews.new/kitemviews.changes 2014-04-02 17:22:23.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Mar 29 19:47:43 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: ---- kitemviews-4.97.0.tar.xz New: ---- kitemviews-4.98.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kitemviews.spec ++++++ --- /var/tmp/diff_new_pack.fAK1uM/_old 2014-04-02 17:22:23.000000000 +0200 +++ /var/tmp/diff_new_pack.fAK1uM/_new 2014-04-02 17:22:23.000000000 +0200 @@ -18,10 +18,10 @@ %define lname libKF5ItemViews5 Name: kitemviews -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: kf5-filesystem BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 ++++++ kitemviews-4.97.0.tar.xz -> kitemviews-4.98.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitemviews-4.97.0/CMakeLists.txt new/kitemviews-4.98.0/CMakeLists.txt --- old/kitemviews-4.97.0/CMakeLists.txt 2014-03-01 12:51:08.000000000 +0100 +++ new/kitemviews-4.98.0/CMakeLists.txt 2014-03-28 19:17:07.000000000 +0100 @@ -2,7 +2,7 @@ project(KItemViews) -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") @@ -16,7 +16,7 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) -set(KF5_VERSION "4.97.0") +set(KF5_VERSION "4.98.0") ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KITEMVIEWS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kitemviews_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5ItemViewsConfigVersion.cmake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitemviews-4.97.0/src/Messages.sh new/kitemviews-4.98.0/src/Messages.sh --- old/kitemviews-4.97.0/src/Messages.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/kitemviews-4.98.0/src/Messages.sh 2014-03-28 19:17:07.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. +$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -name \*.qml` -o $podir/kitemviews5.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