Hello community, here is the log from the commit of package kdelibs4 for openSUSE:Factory checked in at 2014-05-06 13:57:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdelibs4 (Old) and /work/SRC/openSUSE:Factory/.kdelibs4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdelibs4" Changes: -------- --- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes 2014-04-18 12:37:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes 2014-05-06 13:57:15.000000000 +0200 @@ -1,0 +2,23 @@ +Sun May 4 00:28:57 UTC 2014 - [email protected] + +- Cut down Requires of devel subpackage, as those libraries are used + privately: OpenEXR-devel, avahi-compat-mDNSResponder-devel, + enchant-devel, giflib-devel, libacl-devel, libattica-devel, + libbz2-devel, libidn-devel, libpolkit-qt-1-devel, libxslt-devel, + pcre-devel and pkgconfig(libxml-2.0) + * This on average reduces number of installed packages that need + libkde4-devel as BuildRequires by 40 + +------------------------------------------------------------------- +Thu May 1 23:18:42 UTC 2014 - [email protected] + +- Added silence-warnings-with-cmake-3.patch: since cmake 3.0 use of + the LOCATION target property is disallowed while it is used in + KDE4Macros.cmake -- makes build logs more readable + +------------------------------------------------------------------- +Tue Apr 15 09:32:22 UTC 2014 - [email protected] + +- remove unused and unmaintained ssl certificates (bnc#873680) + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes 2014-04-18 12:37:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes 2014-05-06 13:57:15.000000000 +0200 @@ -1,0 +2,18 @@ +Sun May 4 00:28:57 UTC 2014 - [email protected] + +- Cut down Requires of devel subpackage, as those libraries are used + privately: OpenEXR-devel, avahi-compat-mDNSResponder-devel, + enchant-devel, giflib-devel, libacl-devel, libattica-devel, + libbz2-devel, libidn-devel, libpolkit-qt-1-devel, libxslt-devel, + pcre-devel and pkgconfig(libxml-2.0) + * This on average reduces number of installed packages that need + libkde4-devel as BuildRequires by 40 + +------------------------------------------------------------------- +Thu May 1 23:18:42 UTC 2014 - [email protected] + +- Added silence-warnings-with-cmake-3.patch: since cmake 3.0 use of + the LOCATION target property is disallowed while it is used in + KDE4Macros.cmake -- makes build logs more readable + +------------------------------------------------------------------- New: ---- silence-warnings-with-cmake-3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdelibs4.spec ++++++ --- /var/tmp/diff_new_pack.y3jvRu/_old 2014-05-06 13:57:16.000000000 +0200 +++ /var/tmp/diff_new_pack.y3jvRu/_new 2014-05-06 13:57:16.000000000 +0200 @@ -85,6 +85,9 @@ Patch12: 0001-Ommit-Solid-s-qDebug-and-qWarning-messages.patch # PATCH-FIX-OPENSUSE make-strigi-optional.patch -- kill, kill, kill!! Patch13: make-strigi-optional.patch +# PATCH-FIX-UPSTREAM silence-warnings-with-cmake-3.patch -- since cmake 3.0 use of the LOCATION target property +# is disallowed while it is used in KDE4Macros.cmake -- makes build logs more readable; will be in 4.14 +Patch14: silence-warnings-with-cmake-3.patch PreReq: permissions Requires: libattica0_4 >= %( echo `rpm -q --queryformat '%{VERSION}' libattica-devel`) Recommends: media-player-info @@ -144,6 +147,7 @@ %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 %build EXTRA_FLAGS="-DLIB_INSTALL_DIR=%{_kde4_libdir} \ @@ -308,7 +312,7 @@ Requires: cmake Requires: kdelibs4-core = %{version} Requires: libkdecore4 = %{version} -Requires: libqt4-devel +Requires: libqt4-devel >= 4.8.0 %description -n libkdecore4-devel This package contains all necessary include files and libraries needed @@ -384,26 +388,14 @@ Summary: KDE Base Libraries: Build Environment License: LGPL-2.1+ Group: Development/Libraries/KDE -Requires: OpenEXR-devel -Requires: avahi-compat-mDNSResponder-devel Requires: docbook-xsl-stylesheets -Requires: enchant-devel -Requires: giflib-devel Requires: kdelibs4 = %{version} Requires: kdelibs4-doc = %{version} Requires: libQtWebKit-devel -Requires: libacl-devel -Requires: libattica-devel -Requires: libbz2-devel -Requires: libidn-devel Requires: libkde4 = %{version} Requires: libkdecore4-devel = %{version} -Requires: libpolkit-qt-1-devel -Requires: libxslt-devel -Requires: pcre-devel Requires: phonon-devel Requires: update-desktop-files -Requires: pkgconfig(libxml-2.0) %description -n libkde4-devel This package contains all necessary include files and libraries needed ++++++ silence-warnings-with-cmake-3.patch ++++++ diff --git a/cmake/modules/FindKDE4Internal.cmake b/cmake/modules/FindKDE4Internal.cmake index f2c685d..134d14f 100644 --- a/cmake/modules/FindKDE4Internal.cmake +++ b/cmake/modules/FindKDE4Internal.cmake @@ -373,6 +373,11 @@ cmake_policy(SET CMP0011 OLD) # in this directory over those from CMAKE_MODULE_PATH cmake_policy(SET CMP0017 NEW) +# since cmake 3.0: use of the LOCATION target property is disallowed while it is used in KDE4Macros.cmake +if (POLICY CMP0026) + cmake_policy(SET CMP0026 OLD) +endif (POLICY CMP0026) + # Only do something if it hasn't been found yet if(NOT KDE4_FOUND) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
