Hello community, here is the log from the commit of package kdelibs4 for openSUSE:Factory checked in at 2012-10-08 07:11:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdelibs4 (Old) and /work/SRC/openSUSE:Factory/.kdelibs4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdelibs4", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes 2012-09-20 15:47:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes 2012-10-08 07:11:23.000000000 +0200 @@ -1,0 +2,13 @@ +Sat Sep 29 09:52:50 UTC 2012 - [email protected] + +- Update to 4.9.2 + * see http://kde.org/announcements/4.9.2/ for details + +------------------------------------------------------------------- +Tue Sep 25 14:23:31 UTC 2012 - [email protected] + +- Add upstream patch to bring udisks2 support for solid. + The udisks2 solid backend will replace the udisks only on + Factory (openSUSE 12.3) + +------------------------------------------------------------------- kdelibs4.changes: same change Old: ---- kdelibs-4.9.1.tar.xz New: ---- enable-solid-udisks2-backend.diff kdelibs-4.9.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdelibs4-apidocs.spec ++++++ --- /var/tmp/diff_new_pack.qGIyOs/_old 2012-10-08 07:11:25.000000000 +0200 +++ /var/tmp/diff_new_pack.qGIyOs/_new 2012-10-08 07:11:25.000000000 +0200 @@ -17,7 +17,7 @@ Name: kdelibs4-apidocs -Version: 4.9.1 +Version: 4.9.2 Release: 0 Summary: KDE 4 API documentation License: LGPL-2.1+ ++++++ kdelibs4.spec ++++++ --- /var/tmp/diff_new_pack.qGIyOs/_old 2012-10-08 07:11:25.000000000 +0200 +++ /var/tmp/diff_new_pack.qGIyOs/_new 2012-10-08 07:11:25.000000000 +0200 @@ -24,7 +24,7 @@ %define kderev 0 Name: kdelibs4 -Version: 4.9.1 +Version: 4.9.2 Release: 0 %define default_branding 4.8 BuildRequires: OpenEXR-devel @@ -112,15 +112,21 @@ Patch20: ignore-inline-menu.diff Patch24: ksuseinstall.diff Patch26: fix_kdeclarative_install_location.diff +%if %{suse_version} > 1220 +# PATCH-FIX-UPSTREAM Build a udisks2 backend for solid (KDE 4.10) +Patch100: enable-solid-udisks2-backend.diff +%endif PreReq: permissions Requires: soprano >= %( echo `rpm -q --queryformat '%{VERSION}' libsoprano-devel`) Recommends: strigi >= %( echo `rpm -q --queryformat '%{VERSION}' strigi-devel`) Requires: kdelibs4-core = %{version} Requires: libkde4 = %{version} -%if %{suse_version} > 1130 +%if %{suse_version} > 1220 +Requires: udisks2 +%else Requires: udisks -Requires: upower %endif +Requires: upower Requires(post): shared-mime-info Requires(postun): shared-mime-info @@ -178,6 +184,9 @@ %patch20 %patch24 %patch26 -p1 +%if %{suse_version} > 1220 +%patch100 -p1 +%endif # # define KDE version exactly @@ -201,6 +210,9 @@ -DKDE4_ENABLE_FPIE=1 -DTEMPLATES_INSTALL_DIR=%{_kde4_sharedir}/templates \ -DHTML_INSTALL_DIR=%{_kde4_htmldir} \ +%if %{suse_version} > 1220 + -DWITH_SOLID_UDISKS2=TRUE \ +%endif -DKDE_DEFAULT_HOME=.kde4 -DSYSCONF_INSTALL_DIR=%{_sysconfdir}" %cmake_kde4 -d build -- -DKDE_DISTRIBUTION_TEXT="%distribution" $EXTRA_FLAGS %make_jobs ++++++ enable-solid-udisks2-backend.diff ++++++ ++++ 3609 lines (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
