This commit is contained in:
Than Ngo 2008-03-28 16:26:23 +00:00
parent 85a5e0ec02
commit 5208d7296f
4 changed files with 7 additions and 45 deletions

View File

@ -1,3 +1,4 @@
kdelibs-4.0.0.tar.bz2
kdelibs-4.0.1.tar.bz2
kdelibs-4.0.2.tar.bz2
kdelibs-4.0.3.tar.bz2

View File

@ -1,36 +0,0 @@
diff -up kdelibs-4.0.2/kio/kfile/kopenwithdialog.cpp.kio kdelibs-4.0.2/kio/kfile/kopenwithdialog.cpp
--- kdelibs-4.0.2/kio/kfile/kopenwithdialog.cpp.kio 2008-01-05 01:00:16.000000000 +0100
+++ kdelibs-4.0.2/kio/kfile/kopenwithdialog.cpp 2008-03-06 12:34:08.000000000 +0100
@@ -879,7 +879,7 @@ void KOpenWithDialogPrivate::_k_slotOK()
KConfigGroup cg = desktop->desktopGroup();
cg.writeEntry("Type", "Application");
cg.writeEntry("Name", initialServiceName);
- cg.writePathEntry("Exec", fullExec);
+ cg.writeEntry("Exec", fullExec);
if (terminal->isChecked())
{
cg.writeEntry("Terminal", true);
diff -up kdelibs-4.0.2/kio/kfile/kpropertiesdialog.cpp.kio kdelibs-4.0.2/kio/kfile/kpropertiesdialog.cpp
--- kdelibs-4.0.2/kio/kfile/kpropertiesdialog.cpp.kio 2008-01-31 00:54:05.000000000 +0100
+++ kdelibs-4.0.2/kio/kfile/kpropertiesdialog.cpp 2008-03-06 12:31:52.000000000 +0100
@@ -3015,7 +3015,7 @@ KDesktopPropsPlugin::KDesktopPropsPlugin
QString nameStr = _config.readName();
QString genNameStr = _config.readGenericName();
QString commentStr = _config.readComment();
- QString commandStr = config.readPathEntry( "Exec", QString() );
+ QString commandStr = config.readEntry( "Exec", QString() );
if (commandStr.startsWith(QLatin1String("ksystraycmd ")))
{
commandStr.remove(0, 12);
@@ -3176,9 +3176,9 @@ void KDesktopPropsPlugin::applyChanges()
config.writeEntry( "GenericName", d->w->genNameEdit->text(), KConfigGroup::Persistent|KConfigGroup::Localized ); // for compat
if (d->m_systrayBool)
- config.writePathEntry( "Exec", d->w->commandEdit->text().prepend("ksystraycmd ") );
+ config.writeEntry( "Exec", d->w->commandEdit->text().prepend("ksystraycmd ") );
else
- config.writePathEntry( "Exec", d->w->commandEdit->text() );
+ config.writeEntry( "Exec", d->w->commandEdit->text() );
config.writePathEntry( "Path", d->w->pathEdit->lineEdit()->text() );
// Write mimeTypes

View File

@ -1,7 +1,7 @@
Summary: K Desktop Environment 4 - Libraries
Version: 4.0.2
Release: 13%{?dist}
Version: 4.0.3
Release: 1%{?dist}
%if 0%{?fedora} > 8
Name: kdelibs
@ -76,9 +76,6 @@ Patch10: kdelibs-4.0.2-no-cache-kdeglobals-paths.patch
Patch11: kdelibs-4.0.2-policykit-workaround.patch
Patch12: kdelibs-4.x-xdg-menu.patch
# upstream patches
Patch100: kdelibs-4.0.x-kio.patch
BuildRequires: qt4-devel >= 4.3.0
Requires: qt4 >= %{_qt4_version}
Requires: xdg-utils
@ -194,9 +191,6 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%patch11 -p1 -b .policykit
%patch12 -p1 -b .Administration-menu
# upstream patches
%patch100 -p1 -b .kio
%build
mkdir -p %{_target_platform}
@ -355,6 +349,9 @@ rm -rf %{buildroot}
%changelog
* Fri Mar 28 2008 Than Ngo <than@redhat.com> 4.0.3-1
- 4.0.3
* Fri Mar 28 2008 Than Ngo <than@redhat.com> - 4.0.2-13
- add Administration menu, bz#439378

View File

@ -1 +1 @@
4456adf94796a61c869c0803f7746bf9 kdelibs-4.0.2.tar.bz2
7ac2cb9fb2eb24ea6b9d4babfb906101 kdelibs-4.0.3.tar.bz2