From c3a1b8cb2610ea4b2d9322376a567daf6223d008 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: May 15 2008 02:17:32 +0000 Subject: * Thu May 15 2008 Kevin Kofler - 4.0.72-4 - fix proxy support (#443931, kde#155707) - move %%{_kde4_appsdir}/ksgmltools2/ from -devel to the main package (#446435) --- diff --git a/kdelibs.spec b/kdelibs.spec index 520dfce..1a6c6a3 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -1,7 +1,7 @@ Summary: K Desktop Environment 4 - Libraries Version: 4.0.72 -Release: 3%{?dist} +Release: 4%{?dist} %if 0%{?fedora} > 8 Name: kdelibs @@ -76,6 +76,8 @@ Patch12: kdelibs-4.0.72-xdg-menu.patch Patch13: kdelibs-4.0.3-fedora-buildtype.patch # patch KStandardDirs to use %{_libexecdir}/kde4 instead of %{_libdir}/kde4/libexec Patch14: kdelibs-4.0.3-libexecdir.patch +# fix proxy support (#443931, kde#155707) +Patch15: kdelibs-4.0.4-proxy.patch ## upstream patches @@ -194,6 +196,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage %patch12 -p1 -b .Administration-menu %patch13 -p1 -b .fedora-buildtype %patch14 -p1 -b .libexecdir +%patch15 -p0 -b .proxy %build @@ -293,8 +296,6 @@ rm -rf %{buildroot} %exclude %{_kde4_appsdir}/kdewidgets/ %exclude %{_kde4_libdir}/kde4/plugins/designer/kdewidgets.* %exclude %{_kde4_appsdir}/cmake/ -# ksgmltools2 -%exclude %{_kde4_appsdir}/ksgmltools2/ %{_kde4_configdir}/* %{_datadir}/dbus-1/interfaces/* %{_libdir}/kconf_update_bin/phonon_devicepreference_update @@ -342,7 +343,6 @@ rm -rf %{buildroot} %{_kde4_bindir}/kde4-doxygen.sh %{_kde4_appsdir}/cmake/ %{_kde4_appsdir}/kdewidgets/ -%{_kde4_appsdir}/ksgmltools2/ %{_kde4_includedir}/* %{_kde4_libdir}/kde4/devel/ %{_kde4_libdir}/kde4/plugins/designer/ @@ -356,6 +356,10 @@ rm -rf %{buildroot} %changelog +* Thu May 15 2008 Kevin Kofler - 4.0.72-4 +- fix proxy support (#443931, kde#155707) +- move %%{_kde4_appsdir}/ksgmltools2/ from -devel to the main package (#446435) + * Tue May 13 2008 Kevin Kofler - 4.0.72-3 - drop no longer needed ALSA default device Phonon hack