commit kdnssd-framework for openSUSE:Factory
Hello community, here is the log from the commit of package kdnssd-framework for openSUSE:Factory checked in at 2014-04-02 17:21:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdnssd-framework (Old) and /work/SRC/openSUSE:Factory/.kdnssd-framework.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdnssd-framework" Changes: -------- --- /work/SRC/openSUSE:Factory/kdnssd-framework/kdnssd-framework.changes 2014-03-28 16:24:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdnssd-framework.new/kdnssd-framework.changes 2014-04-02 17:22:06.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Mar 29 19:47:32 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: ---- kdnssd-framework-4.97.0.tar.xz New: ---- kdnssd-4.98.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdnssd-framework.spec ++++++ --- /var/tmp/diff_new_pack.VawhRQ/_old 2014-04-02 17:22:06.000000000 +0200 +++ /var/tmp/diff_new_pack.VawhRQ/_new 2014-04-02 17:22:06.000000000 +0200 @@ -18,11 +18,11 @@ %define lname libKF5DNSSD5 Name: kdnssd-framework -Version: 4.97.0 +Version: 4.98.0 Release: 0 BuildRequires: avahi-compat-mDNSResponder-devel 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(Qt5DBus) >= 5.2.0 @@ -31,7 +31,7 @@ License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: kdnssd-framework-%{version}.tar.xz +Source0: kdnssd-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -64,7 +64,7 @@ centralized infrastructure. Development files. %prep -%setup -q +%setup -q -n kdnssd-%{version} %build %cmake_kf5 -d build ++++++ kdnssd-framework-4.97.0.tar.xz -> kdnssd-4.98.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-framework-4.97.0/.reviewboardrc new/kdnssd-4.98.0/.reviewboardrc --- old/kdnssd-framework-4.97.0/.reviewboardrc 2014-03-01 12:50:39.000000000 +0100 +++ new/kdnssd-4.98.0/.reviewboardrc 2014-03-28 19:16:38.000000000 +0100 @@ -1,4 +1,4 @@ REVIEWBOARD_URL = "https://git.reviewboard.kde.org" -REPOSITORY = 'git://anongit.kde.org/kdnssd-framework' +REPOSITORY = 'git://anongit.kde.org/kdnssd' BRANCH = 'master' TARGET_GROUPS = 'kdeframeworks' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-framework-4.97.0/CMakeLists.txt new/kdnssd-4.98.0/CMakeLists.txt --- old/kdnssd-framework-4.97.0/CMakeLists.txt 2014-03-01 12:50:39.000000000 +0100 +++ new/kdnssd-4.98.0/CMakeLists.txt 2014-03-28 19:16:38.000000000 +0100 @@ -2,14 +2,14 @@ project(KDNSSD) -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} ${CMAKE_SOURCE_DIR}/cmake/modules) #TODO: remove cmake/modules when extra-cmake-modules is done include(KDEInstallDirs) include(KDEFrameworkCompilerSettings) include(KDECMakeSettings) -set(KF5_VERSION "4.97.0") +set(KF5_VERSION "4.98.0") set(REQUIRED_QT_VERSION "5.2.0") find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-framework-4.97.0/kdnssd-framework.yaml new/kdnssd-4.98.0/kdnssd-framework.yaml --- old/kdnssd-framework-4.97.0/kdnssd-framework.yaml 2014-03-01 12:50:39.000000000 +0100 +++ new/kdnssd-4.98.0/kdnssd-framework.yaml 1970-01-01 01:00:00.000000000 +0100 @@ -1,8 +0,0 @@ -tier: 2 - -# KDNSSD can use either Avahi or DNSSD. If it is compiled with DNSSD, it -# requires kconfig. This might not be detected when diagrams are generated -# if the system generating the diagrams have Avahi installed, that is why -# we hardcode the kconfig dependency here -framework-dependencies: - - kconfig diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-framework-4.97.0/kdnssd.yaml new/kdnssd-4.98.0/kdnssd.yaml --- old/kdnssd-framework-4.97.0/kdnssd.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/kdnssd-4.98.0/kdnssd.yaml 2014-03-28 19:16:38.000000000 +0100 @@ -0,0 +1,8 @@ +tier: 2 + +# KDNSSD can use either Avahi or DNSSD. If it is compiled with DNSSD, it +# requires kconfig. This might not be detected when diagrams are generated +# if the system generating the diagrams have Avahi installed, that is why +# we hardcode the kconfig dependency here +framework-dependencies: + - kconfig diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdnssd-framework-4.97.0/src/Messages.sh new/kdnssd-4.98.0/src/Messages.sh --- old/kdnssd-framework-4.97.0/src/Messages.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/kdnssd-4.98.0/src/Messages.sh 2014-03-28 19:16:38.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/kdnssd5.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