* Tue May 10 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.6.3-4

- Apply the xdg-menu patch everywhere again (#703531)
- Requires: redhat-menus (proper fix for #701693)
This commit is contained in:
Kevin Kofler 2011-05-10 17:40:28 +02:00
parent 4d49c964e1
commit 03b01f13f7
1 changed files with 8 additions and 4 deletions

View File

@ -16,7 +16,7 @@
Summary: KDE Libraries
Version: 4.6.3
Release: 3%{?dist}
Release: 4%{?dist}
Name: kdelibs
Epoch: 6
@ -68,7 +68,8 @@ Patch9: kdelibs-4.5.80-branding.patch
# don't cache kdeglobals paths because they change after profile directories
# are loaded from kde4rc
Patch10: kdelibs-4.1.72-no-cache-kdeglobals-paths.patch
# old menu customizations for Fedora 14 and older
# adds the Administration menu from redhat-menus which equals System + Settings
# This prevents the stuff getting listed twice, under both System and Settings.
Patch12: kdelibs-4.1.0-xdg-menu.patch
# patch KStandardDirs to use %{_libexecdir}/kde4 instead of %{_libdir}/kde4/libexec
Patch14: kdelibs-4.5.80-libexecdir.patch
@ -122,6 +123,7 @@ BuildRequires: qt4-devel >= %{qt4_ver}
BuildRequires: qt4-webkit-devel
%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
Requires: xdg-utils
Requires: redhat-menus
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@ -267,9 +269,7 @@ format for use with the Qt 4 Assistant or KDevelop 4.
%patch9 -p1 -b .branding
# add release version as part of branding (suggested by cailon)
sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanager.cpp
%if 0%{?fedora} < 15
%patch12 -p1 -b .Administration-menu
%endif
%patch14 -p1 -b .libexecdir
%patch18 -p1 -b .kstandarddirs
%patch20 -p1 -b .xxcmake
@ -539,6 +539,10 @@ rm -rf %{buildroot}
%changelog
* Tue May 10 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.6.3-4
- Apply the xdg-menu patch everywhere again (#703531)
- Requires: redhat-menus (proper fix for #701693)
* Sun May 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.3-3
- Plasma crash in KiconLoader (kde258706)