fix kdelibs-4.1.1-kdeui-widgets-fixes.patch

This commit is contained in:
Than Ngo 2008-09-13 15:48:34 +00:00
parent 3358ebbe1b
commit b0860c2164
2 changed files with 10 additions and 6 deletions

View File

@ -71,10 +71,11 @@ Index: kdeui/widgets/khelpmenu.cpp
+ d->mMenu->addAction(d->mWhatsThisAction); + d->mMenu->addAction(d->mWhatsThisAction);
need_separator = true; need_separator = true;
} }
Index: kdeui/widgets/ktabwidget.cpp Index: kdeui/widgets/ktabwidget.cpp
=================================================================== ===================================================================
--- kdeui/widgets/ktabwidget.cpp (revision 858490) --- kdeui/widgets/ktabwidget.cpp (Revision 858490)
+++ kdeui/widgets/ktabwidget.cpp (revision 858491) +++ kdeui/widgets/ktabwidget.cpp (Revision 858491)
@@ -281,14 +281,22 @@ @@ -281,14 +281,22 @@
QString KTabWidget::tabText( int index ) const QString KTabWidget::tabText( int index ) const
@ -107,8 +108,8 @@ Index: kdeui/widgets/ktabwidget.cpp
void KTabWidget::setTabText( int index, const QString &text ) void KTabWidget::setTabText( int index, const QString &text )
Index: kdeui/widgets/ktabwidget.h Index: kdeui/widgets/ktabwidget.h
=================================================================== ===================================================================
--- kdeui/widgets/ktabwidget.h (revision 858490) --- kdeui/widgets/ktabwidget.h (Revision 858490)
+++ kdeui/widgets/ktabwidget.h (revision 858491) +++ kdeui/widgets/ktabwidget.h (Revision 858491)
@@ -187,7 +187,7 @@ @@ -187,7 +187,7 @@
* Removes the widget, reimplemented for * Removes the widget, reimplemented for
* internal reasons (keeping labels in sync). * internal reasons (keeping labels in sync).

View File

@ -2,7 +2,7 @@
Summary: K Desktop Environment 4 - Libraries Summary: K Desktop Environment 4 - Libraries
Version: 4.1.1 Version: 4.1.1
Release: 7%{?dist} Release: 8%{?dist}
%if 0%{?fedora} > 8 %if 0%{?fedora} > 8
Name: kdelibs Name: kdelibs
@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%define rest 1 %define rest 1
%endif %endif
BuildRequires: kde4-macros(api) >= 3 BuildRequires: kde4-macros(api) >= 2
BuildRequires: kde-filesystem >= 4 BuildRequires: kde-filesystem >= 4
Requires: dbus-x11 Requires: dbus-x11
Requires: hicolor-icon-theme Requires: hicolor-icon-theme
@ -376,6 +376,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Sat Sep 13 2008 Than Ngo <than@redhat.com> 4.1.1-8
- fix kdelibs-4.1.1-kdeui-widgets-fixes.patch
* Sat Sep 13 2008 Than Ngo <than@redhat.com> 4.1.1-7 * Sat Sep 13 2008 Than Ngo <than@redhat.com> 4.1.1-7
- remove redundant FEDORA, use CMAKE_BUILD_TYPE=release - remove redundant FEDORA, use CMAKE_BUILD_TYPE=release
- fix install problem with cmake > 2.5 - fix install problem with cmake > 2.5