commit eric for openSUSE:Factory
Hello community, here is the log from the commit of package eric for openSUSE:Factory checked in at Tue Nov 2 16:19:41 CET 2010. -------- --- KDE/eric/eric.changes 2010-09-10 01:52:53.000000000 +0200 +++ /mounts/work_src_done/STABLE/eric/eric.changes 2010-10-11 19:12:55.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Oct 11 12:12:29 UTC 2010 - toddrme2178@gmail.com + +- update to 4.4.9 + * bugfixes. + +-update django plugin to 2.1.2 + * bugfixes. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Plugin_Project_Django-2.1.1.tar.gz eric4-4.4.8.tar.gz eric4-i18n-cs-4.4.8.tar.gz eric4-i18n-de-4.4.8.tar.gz eric4-i18n-es-4.4.8.tar.gz eric4-i18n-fr-4.4.8.tar.gz eric4-i18n-it-4.4.8.tar.gz eric4-i18n-ru-4.4.8.tar.gz eric4-i18n-tr-4.4.8.tar.gz eric4-i18n-zh_CN.GB2312-4.4.8.tar.gz New: ---- Plugin_Project_Django-2.1.2.tar.gz eric4-4.4.9.tar.gz eric4-i18n-cs-4.4.9.tar.gz eric4-i18n-de-4.4.9.tar.gz eric4-i18n-es-4.4.9.tar.gz eric4-i18n-fr-4.4.9.tar.gz eric4-i18n-it-4.4.9.tar.gz eric4-i18n-ru-4.4.9.tar.gz eric4-i18n-tr-4.4.9.tar.gz eric4-i18n-zh_CN.GB2312-4.4.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eric.spec ++++++ --- /var/tmp/diff_new_pack.60e9JY/_old 2010-11-02 16:19:20.000000000 +0100 +++ /var/tmp/diff_new_pack.60e9JY/_new 2010-11-02 16:19:20.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package eric (Version 4.4.8) +# spec file for package eric (Version 4.4.9) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -38,7 +38,7 @@ Requires: python-logilab-common >= 0.43.0 Requires: python-xml Requires: unzip -Version: 4.4.8 +Version: 4.4.9 Release: 1 Source0: eric4-%version.tar.gz Source1: %name.desktop @@ -58,7 +58,7 @@ Source14: Plugin_Tools_CharTables-4.1.4.tar.bz2 Source15: Plugin_Vcs_CVS-4.1.12.tar.bz2 Source19: Plugin_Assistant_Eric-1.2.3.tar.gz -Source20: Plugin_Project_Django-2.1.1.tar.gz +Source20: Plugin_Project_Django-2.1.2.tar.gz Source21: Plugin_Project_Pylons-1.0.0.tar.bz2 Source22: Plugin_Project_TurboGears-1.0.5.tar.bz2 Source23: Plugin_Project_wxPython-1.0.3.tar.bz2 ++++++ Plugin_Project_Django-2.1.1.tar.gz -> Plugin_Project_Django-2.1.2.tar.gz ++++++ Files old/Plugin_Project_Django-2.1.1/.eric4project/project-apis.db and new/Plugin_Project_Django-2.1.2/.eric4project/project-apis.db differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Plugin_Project_Django-2.1.1/ChangeLog new/Plugin_Project_Django-2.1.2/ChangeLog --- old/Plugin_Project_Django-2.1.1/ChangeLog 2010-06-20 14:41:26.000000000 +0200 +++ new/Plugin_Project_Django-2.1.2/ChangeLog 2010-10-01 20:43:09.000000000 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 2.1.2: +- bug fixes + Version 2.1.1: - bug fixes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Plugin_Project_Django-2.1.1/PluginProjectDjango.py new/Plugin_Project_Django-2.1.2/PluginProjectDjango.py --- old/Plugin_Project_Django-2.1.1/PluginProjectDjango.py 2010-06-20 14:40:54.000000000 +0200 +++ new/Plugin_Project_Django-2.1.2/PluginProjectDjango.py 2010-10-01 20:42:50.000000000 +0200 @@ -30,7 +30,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "2.1.1" +version = "2.1.2" className = "ProjectDjangoPlugin" packageName = "ProjectDjango" shortDescription = "Project support for Django projects." Files old/Plugin_Project_Django-2.1.1/PluginProjectDjango.zip and new/Plugin_Project_Django-2.1.2/PluginProjectDjango.zip differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Plugin_Project_Django-2.1.1/ProjectDjango/LexerDjango.py new/Plugin_Project_Django-2.1.2/ProjectDjango/LexerDjango.py --- old/Plugin_Project_Django-2.1.1/ProjectDjango/LexerDjango.py 2010-06-20 14:42:08.000000000 +0200 +++ new/Plugin_Project_Django-2.1.2/ProjectDjango/LexerDjango.py 2010-10-01 20:38:34.000000000 +0200 @@ -221,7 +221,7 @@ if txt and txt[0] in '"\''and txt[-1] not in '"\'': style = DJANGO_STRINGEOL - tlen = len(txt) + tlen = len(txt.encode("utf-8")) if eolLen > 1: tlen += txt.count('\n') if tlen: ++++++ eric4-4.4.8.tar.gz -> eric4-4.4.9.tar.gz ++++++ KDE/eric/eric4-4.4.8.tar.gz /mounts/work_src_done/STABLE/eric/eric4-4.4.9.tar.gz differ: char 5, line 1 ++++++ eric4-i18n-cs-4.4.8.tar.gz -> eric4-i18n-cs-4.4.9.tar.gz ++++++ ++++ 5617 lines of diff (skipped) ++++++ eric4-i18n-de-4.4.8.tar.gz -> eric4-i18n-de-4.4.9.tar.gz ++++++ ++++ 5754 lines of diff (skipped) ++++++ eric4-i18n-es-4.4.8.tar.gz -> eric4-i18n-es-4.4.9.tar.gz ++++++ ++++ 3933 lines of diff (skipped) ++++++ eric4-i18n-fr-4.4.8.tar.gz -> eric4-i18n-fr-4.4.9.tar.gz ++++++ ++++ 5734 lines of diff (skipped) ++++++ eric4-i18n-it-4.4.8.tar.gz -> eric4-i18n-it-4.4.9.tar.gz ++++++ ++++ 5679 lines of diff (skipped) ++++++ eric4-i18n-ru-4.4.8.tar.gz -> eric4-i18n-ru-4.4.9.tar.gz ++++++ ++++ 5738 lines of diff (skipped) ++++++ eric4-i18n-tr-4.4.8.tar.gz -> eric4-i18n-tr-4.4.9.tar.gz ++++++ ++++ 5615 lines of diff (skipped) ++++++ eric4-i18n-zh_CN.GB2312-4.4.8.tar.gz -> eric4-i18n-zh_CN.GB2312-4.4.9.tar.gz ++++++ ++++ 5619 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