[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/kdevelop/FC-6 kdevelop-3.5.0-autosave.patch, NONE, 1.1 kdevelop.spec, 1.59, 1.60



Author: than

Update of /cvs/dist/rpms/kdevelop/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv14969

Modified Files:
	kdevelop.spec 
Added Files:
	kdevelop-3.5.0-autosave.patch 
Log Message:
3.5.0


kdevelop-3.5.0-autosave.patch:
 cppsupportpart.cpp |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletion(-)

--- NEW FILE kdevelop-3.5.0-autosave.patch ---
--- branches/KDE/3.5/kdevelop/languages/cpp/cppsupportpart.cpp	2007/10/07 14:39:48	722530
+++ branches/KDE/3.5/kdevelop/languages/cpp/cppsupportpart.cpp	2007/10/23 22:58:44	728690
@@ -2533,6 +2533,9 @@
 				QStringList l = files.res;
 				while(!l.isEmpty() ) {
 					emit addedSourceInfo( l.front() );
+					emit aboutToRemoveSourceInfo( l.front() );
+					emit removedSourceInfo( l.front() );
+					emit addedSourceInfo( l.front() );
 					l.pop_front();
 				}
 
@@ -2542,9 +2545,11 @@
 				QStringList l = files.res;
 				while( !l.isEmpty() ) {
 					emit codeModelUpdated( l.front() );
+					emit aboutToRemoveSourceInfo( l.front() );
+					emit removedSourceInfo( l.front() );
+					emit addedSourceInfo( l.front() );
 					l.pop_front();
 				}
-				emit updatedSourceInfo();
 			}
 		}
 		kdDebug( 9007 ) << "files in code-model after parseEmit: " << codeModel()->fileList().count() << " before: " << oldFileCount << endl;


Index: kdevelop.spec
===================================================================
RCS file: /cvs/dist/rpms/kdevelop/FC-6/kdevelop.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- kdevelop.spec	16 Jun 2007 20:50:13 -0000	1.59
+++ kdevelop.spec	28 Nov 2007 16:52:46 -0000	1.60
@@ -1,7 +1,7 @@
 %define debug 0
 %define final 0
 
-%define kde_version 3.5.7
+%define kde_version 3.5.8
 %define qt_version 3.3.8
 %define qt_epoch 1
 %define kdelibs_epoch 6
@@ -10,19 +10,23 @@
 
 Name: kdevelop
 Summary: Integrated Development Environment for C++/C
-Version: 3.4.1
+Version: 3.5.0
 Release: 1%{?dist}
 Epoch: 9
 URL: http://www.kdevelop.org/
 Group: Development/Tools
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-License: GPL
+License: GPLv2
 
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
 Source1: ftp://129.187.206.68/pub/unix/ide/KDevelop/c_cpp_reference-2.0.2_for_KDE_3.0.tar.bz2
 
 Patch1: c_cpp_reference-2.0.2-config.patch
 Patch2: kdevelop-2.1.5_for_KDE_3.1-doc.patch
+Patch3: kdevelop-3.5.0-svn.patch
+
+# upstream patches
+Patch100: kdevelop-3.5.0-autosave.patch
 
 Requires(post): /sbin/ldconfig desktop-file-utils
 Requires(postun): /sbin/ldconfig desktop-file-utils
@@ -83,6 +87,9 @@
 %setup -q -a1
 %patch1 -p0 -b .config
 %patch2 -p1 -b .doc
+%patch3 -p1 -b .svn
+
+%patch100 -p4 -b .autosave
 
 %build
 QTDIR="" && source /etc/profile.d/qt.sh
@@ -167,6 +174,9 @@
 %{_datadir}/servicetypes/*
 
 %changelog
+* Wed Nov 28 2007 Than Ngo <than redhat com> 9:3.5.0-1
+- 3.5.0
+
 * Sat Jun 16 2007 Than Ngo <than redhat com> - 9:3.4.1-1.fc6
 - 3.4.1
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]