Browse Source

Bump KDE version requirement to 3.90.1.

git-svn-id: file:///var/svn/tigccpp/trunk@1088 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
a221cb992f
3 changed files with 6 additions and 6 deletions
  1. 2 2
      ktigcc/INSTALL
  2. 2 2
      ktigcc/NEWS
  3. 2 2
      ktigcc/fedora/ktigcc.spec

+ 2 - 2
ktigcc/INSTALL

@@ -18,7 +18,7 @@ WARNING: This section is ONLY for Fedora Core 6 (and possibly later versions,
         yum install glib2 qt4 qt4-doc ctags
    1.2. The following RPMs packaged by me are required:
         kdelibs4 (obviously) and kdebase4 (required for some features), as well
-        as kdepimlibs4 (required by kdebase4), version 3.80.3 - can be obtained
+        as kdepimlibs4 (required by kdebase4), version 3.90.1 - can be obtained
           from http://apt.kde-redhat.org/apt/kde-redhat/fedora/6/
           (in i386/RPMS.unstable resp. x86_64/RPMS.unstable)
         tigcc and ktigcc-completion-data - can be obtained from
@@ -43,7 +43,7 @@ B. Installing KTIGCC from source
 1. Obtain and install the required prerequisites:
    glib2 (*)
    Qt 4 (*) (NOT Qt 3)
-   kdelibs from KDE 4, version 3.80.3 (*) (NOT KDE 3)
+   kdelibs from KDE 4, version 3.90.1 (*) (NOT KDE 3)
    kdebase from KDE 4 (should be the same version as kdelibs)
    Qt 4 Assistant (often included in qt4, qt4-doc or qt4-devel packages)
    pkg-config

+ 2 - 2
ktigcc/NEWS

@@ -1,11 +1,11 @@
 This is a summary of the changes in KTIGCC since the first alpha release:
 
-CVS HEAD (2007-04-03):
+CVS HEAD (2007-05-14):
 
 * Added a full changelog (generated from CVS logs).
 * Fixed stray indentation at the end of the line when autoclosing a curly brace
   as ENTER is pressed.
-* Ported to KDE 3.80.3.
+* Ported to KDE 3.90.1.
 * Fixed highlighting update when moving a file to Header Files from another
   editable category. (The first character was read from the wrong buffer.)
 * Don't hardcode ~/.kde for the KDE(4)HOME directory.

+ 2 - 2
ktigcc/fedora/ktigcc.spec

@@ -8,8 +8,8 @@ Packager: Kevin Kofler <Kevin@tigcc.ticalc.org>
 Source: %{name}-%{version}.tar.bz2
 Group: Development/Tools
 License: GPL
-BuildRequires: qt4-devel >= 4.2.0 kdelibs4-devel = 3.80.3 glib2-devel >= 2.10.0 libticonv-devel >= 20060723 libticables2-devel >= 20060723 libtifiles2-devel >= 20060723 libticalcs2-devel >= 20060723 desktop-file-utils >= 0.10
-Requires: kdelibs4 = 3.80.3 kdebase4 = 3.80.3 tigcc >= 1:0.96b07r1 ktigcc-completion-data >= 0.96b07r1 qt4-doc ctags
+BuildRequires: qt4-devel >= 4.2.0 kdelibs4-devel = 3.90.1 glib2-devel >= 2.10.0 libticonv-devel >= 20060723 libticables2-devel >= 20060723 libtifiles2-devel >= 20060723 libticalcs2-devel >= 20060723 desktop-file-utils >= 0.10
+Requires: kdelibs4 = 3.90.1 kdebase4 = 3.90.1 tigcc >= 1:0.96b07r1 ktigcc-completion-data >= 0.96b07r1 qt4-doc ctags
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Summary: KTIGCC is an IDE for TIGCC using KDE
 %description