Hello community, here is the log from the commit of package kdesdk3 checked in at Tue May 22 17:07:54 CEST 2007. -------- --- KDE/kdesdk3/kdesdk3.changes 2007-04-14 23:53:17.000000000 +0200 +++ /mounts/work_src_done/STABLE/kdesdk3/kdesdk3.changes 2007-05-22 16:11:13.000000000 +0200 @@ -1,0 +2,15 @@ +Mon May 14 23:35:58 CEST 2007 - stbinner@suse.de + +- update to 3.5.7: + * Cervisia: Improve layouting of the CVS log dialog. + * Umbrello: + - C# Code Generation and export. + - Java interface inheritance, abstract classes and generics + in code generation. + - Operations of the Interface are implemented in the class + automatically. + - Java 5 generics support. + - several bugfixes + * Bugfixes in KBabel and KCachegrind + +------------------------------------------------------------------- Old: ---- kdesdk-3.5.6.tar.bz2 New: ---- kdesdk-3.5.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesdk3.spec ++++++ --- /var/tmp/diff_new_pack.P20686/_old 2007-05-22 17:07:41.000000000 +0200 +++ /var/tmp/diff_new_pack.P20686/_new 2007-05-22 17:07:41.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdesdk3 (Version 3.5.6) +# spec file for package kdesdk3 (Version 3.5.7) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,13 +12,13 @@ Name: kdesdk3 BuildRequires: db-devel flex kdebase3-devel kdepim3-devel -%if %suse_version > 930 +%if %suse_version > 1020 %ifarch %ix86 ppc x86_64 ppc64 BuildRequires: valgrind-devel %endif %else -%ifarch %ix86 -BuildRequires: valgrind-devel +%ifarch %ix86 ppc x86_64 ppc64 +BuildRequires: valgrind %endif %endif Provides: cervisia umbrello @@ -26,8 +26,8 @@ License: GNU General Public License (GPL) Group: System/GUI/KDE Summary: The KDE Software Development Kit -Version: 3.5.6 -Release: 14 +Version: 3.5.7 +Release: 1 URL: http://www.kde.org/ Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`) Requires: cvs @@ -68,7 +68,6 @@ -------- The KDE Team <kde@kde.org> -%if %suse_version > 930 %ifarch %ix86 ppc x86_64 ppc64 %package profile # usesubdirs kcachegrind @@ -90,29 +89,6 @@ The KDE Team <kde@kde.org> %endif -%else -%ifarch %ix86 -%package profile -# usesubdirs kcachegrind -Summary: Profiling Tools -Group: System/GUI/KDE -Obsoletes: kcachegrind -Provides: kcachegrind -Requires: valgrind >= 3.0.0 - -%description profile -This package contains KCachegrind and the needed Calltree skin for -Valgrind. You can profile your application with Valgrind using Calltree -skin and display the result in KCachegrind to easily find bottlenecks. - - - -Authors: --------- - The KDE Team <kde@kde.org> - -%endif -%endif %package translate # usesubdirs kbabel poxml Summary: Tools to Handle Translations @@ -151,12 +127,6 @@ #%patch0 # kmtrace does not work with glibc 2.3 anymore and valgrind is way better rm -rf kmtrace -%if %suse_version < 1000 -%ifnarch %ix86 -rm -rf kcachegrind -rm -rf doc/kcachegrind -%endif -%endif . /etc/opt/kde3/common_options update_admin cd ../gettext-0.10.35 @@ -191,15 +161,9 @@ %suse_update_desktop_file -u kbabeldict Development Translation %suse_update_desktop_file cervisia Development RevisionControl %suse_update_desktop_file kompare Development RevisionControl -%if %suse_version > 930 %ifarch %ix86 ppc x86_64 ppc64 %suse_update_desktop_file kcachegrind Development Profiling %endif -%else -%ifarch %ix86 -%suse_update_desktop_file kcachegrind Development Profiling -%endif -%endif %clean rm -rf $RPM_BUILD_ROOT @@ -325,7 +289,6 @@ /opt/kde3/%_lib/kde3/kcal_bugzilla.* /opt/kde3/share/services/kresources/kcal/bugzilla.desktop %doc %lang(en) /opt/kde3/share/doc/HTML/en/kbugbuster -%if %suse_version > 930 %ifarch %ix86 ppc x86_64 ppc64 %files profile @@ -344,26 +307,6 @@ /opt/kde3/share/mimelnk/application/x-kcachegrind.desktop %doc %lang(en) /opt/kde3/share/doc/HTML/en/kcachegrind %endif -%else -%ifarch %ix86 - -%files profile -%defattr(-,root,root) -%dir /opt/kde3/share/icons/hicolor/48x48 -%dir /opt/kde3/share/icons/hicolor/48x48/apps -/opt/kde3/bin/dprof2calltree -/opt/kde3/bin/hotshot2calltree -/opt/kde3/bin/memprof2calltree -/opt/kde3/bin/op2calltree -/opt/kde3/bin/pprof2calltree -/opt/kde3/bin/kcachegrind -/opt/kde3/share/applications/kde/kcachegrind.desktop -/opt/kde3/share/apps/kcachegrind -/opt/kde3/share/icons/*/*x*/*/kcachegrind.png -/opt/kde3/share/mimelnk/application/x-kcachegrind.desktop -%doc %lang(en) /opt/kde3/share/doc/HTML/en/kcachegrind -%endif -%endif %files translate %defattr(-,root,root) @@ -405,6 +348,18 @@ /opt/kde3/include/repository_stub.h %changelog +* Mon May 14 2007 - stbinner@suse.de +- update to 3.5.7: + * Cervisia: Improve layouting of the CVS log dialog. + * Umbrello: + - C# Code Generation and export. + - Java interface inheritance, abstract classes and generics + in code generation. + - Operations of the Interface are implemented in the class + automatically. + - Java 5 generics support. + - several bugfixes + * Bugfixes in KBabel and KCachegrind * Sat Apr 14 2007 - dmueller@suse.de - update buildrequires * Fri Mar 30 2007 - dmueller@suse.de ++++++ kdesdk-3.5.6.tar.bz2 -> kdesdk-3.5.7.tar.bz2 ++++++ ++++ 58499 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de