Explorar o código

Bump version to 1.05.
RPM specfile: Require qt-devel instead of /usr/bin/assistant to fix installation on FC6.


git-svn-id: file:///var/svn/tigccpp/trunk@890 9552661e-59e3-4036-b4f2-dbe53926924f

kevinkofler %!s(int64=17) %!d(string=hai) anos
pai
achega
ff9ae75102
Modificáronse 3 ficheiros con 10 adicións e 4 borrados
  1. 3 1
      ktigcc/NEWS
  2. 6 2
      ktigcc/fedora/ktigcc.spec
  3. 1 1
      ktigcc/ktigcc.cpp

+ 3 - 1
ktigcc/NEWS

@@ -1,8 +1,10 @@
 This is a summary of the changes in KTIGCC since the first alpha release:
 
-CVS HEAD (2006-10-08):
+KTIGCC 1.05 (2006-10-24):
 
 * Added missing -lkdeui to link line (needed for OS X).
+* Added Anjuta 2 project.
+* Fixed RPM specfile dependency to work on FC6.
 
 
 KTIGCC 1.04 (2006-09-25):

+ 6 - 2
ktigcc/fedora/ktigcc.spec

@@ -1,7 +1,7 @@
 %define tigccdir /usr/local/tigcc
 
 Name: ktigcc
-Version: 1.04
+Version: 1.05
 Release: 1
 Vendor: TIGCC Team (http://tigcc.ticalc.org)
 Packager: Kevin Kofler <Kevin@tigcc.ticalc.org>
@@ -9,7 +9,7 @@ Source: %{name}.tar.bz2
 Group: Development/Tools
 License: GPL
 BuildRequires: qt-devel >= 1:3.3.0 kdelibs-devel >= 6:3.5.2 glib2-devel >= 2.10.0 libticonv-devel >= 20060723 libticables2-devel >= 20060723 libtifiles2-devel >= 20060723 libticalcs2-devel >= 20060723 desktop-file-utils >= 0.10
-Requires: kdelibs >= 6:3.5.2 kdebase >= 6:3.5.2 tigcc >= 1:0.96b07r1 ktigcc-completion-data >= 0.96b07r1 /usr/bin/assistant ctags
+Requires: kdelibs >= 6:3.5.2 kdebase >= 6:3.5.2 tigcc >= 1:0.96b07r1 ktigcc-completion-data >= 0.96b07r1 qt-devel >= 1:3.2.0 ctags
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Summary: KTIGCC is an IDE for TIGCC using KDE
 %description
@@ -114,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{tigccdir}/doc/ktigcc
 
 %changelog
+* Tue Oct 24 2006 Kevin Kofler <Kevin@tigcc.ticalc.org>
+Bump version to 1.05.
+Require qt-devel instead of /usr/bin/assistant to fix installation on FC6.
+
 * Mon Sep 25 2006 Kevin Kofler <Kevin@tigcc.ticalc.org>
 Bump version to 1.04.
 

+ 1 - 1
ktigcc/ktigcc.cpp

@@ -62,7 +62,7 @@ int main( int argc, char *argv[] )
   // characters lost converting!
   QTextCodec::setCodecForCStrings(QTextCodec::codecForLocale());
 
-  KAboutData about("ktigcc","TIGCC IDE for KDE","1.04",
+  KAboutData about("ktigcc","TIGCC IDE for KDE","1.05",
   "TIGCC C and ASM SDK", KAboutData::License_GPL,
   "Copyright (C) 2004-2006 Kevin Kofler and Joey Adams. All rights reserved.\n"
   "TIGCC Copyright (C) 1999-2006 The TIGCC Team.",