diff --git a/.cvsignore b/.cvsignore index ca354af..2f55318 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,8 +1,9 @@ -eric4-4.3.10.tar.gz -eric4-i18n-cs-4.3.10.tar.gz -eric4-i18n-de-4.3.10.tar.gz -eric4-i18n-es-4.3.10.tar.gz -eric4-i18n-fr-4.3.10.tar.gz -eric4-i18n-ru-4.3.10.tar.gz -eric4-i18n-tr-4.3.10.tar.gz -eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz +eric4-4.4.0.tar.gz +eric4-i18n-cs-4.4.0.tar.gz +eric4-i18n-de-4.4.0.tar.gz +eric4-i18n-es-4.4.0.tar.gz +eric4-i18n-fr-4.4.0.tar.gz +eric4-i18n-it-4.4.0.tar.gz +eric4-i18n-ru-4.4.0.tar.gz +eric4-i18n-tr-4.4.0.tar.gz +eric4-i18n-zh_CN.GB2312-4.4.0.tar.gz diff --git a/eric.spec b/eric.spec index 36cbf7b..c136661 100644 --- a/eric.spec +++ b/eric.spec @@ -7,7 +7,7 @@ Name: eric Summary: Python IDE -Version: 4.3.10 +Version: 4.4.0 Release: 1%{?dist} License: GPL+ @@ -23,9 +23,10 @@ Source4: http://downloads.sourceforge.net/sourceforge/eric-ide/%{name}4-i18n-cs- Source5: http://downloads.sourceforge.net/sourceforge/eric-ide/%{name}4-i18n-es-%{version}.tar.gz Source6: http://downloads.sourceforge.net/sourceforge/eric-ide/%{name}4-i18n-tr-%{version}.tar.gz Source7: http://downloads.sourceforge.net/sourceforge/eric-ide/%{name}4-i18n-zh_CN.GB2312-%{version}.tar.gz +Source8: http://downloads.sourceforge.net/sourceforge/eric-ide/%{name}4-i18n-it-%{version}.tar.gz Source10: eric4.desktop -Patch1: eric4-4.3.3-shebang.patch +Patch1: eric4-4.4.0-shebang.patch Provides: eric4 = %{version}-%{release} @@ -56,7 +57,7 @@ eric4 is a full featured Python IDE. %prep -%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -n %{name}4-%{version} +%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -a 8 -n %{name}4-%{version} %patch1 -p1 @@ -111,7 +112,6 @@ chmod a+x %{buildroot}%{python_sitedir}/eric4/ThirdParty/brm/bike/parsing/fastpa chmod a+x %{buildroot}%{python_sitedir}/eric4/*.py ||: chmod a+x %{buildroot}%{python_sitedir}/eric4/uninstall.py chmod a+x %{buildroot}%{python_sitedir}/eric4/Examples/hallo.py -chmod a+x %{buildroot}%{python_sitedir}/eric4/DebugClients/Python/PyCoverage.py chmod a+x %{buildroot}%{python_sitedir}/eric4/Examples/rhallo.py chmod a-x %{buildroot}%{python_sitedir}/eric4/patch_pyxml.py @@ -152,6 +152,10 @@ rm -rf %{buildroot} %{_libdir}/qt4/qsci/api/ruby/*.api %changelog +* Sat Jan 09 2010 Johan Cwiklinski 4.4.0-1 +- 4.4.0 +- Add italian translation + * Fri Jan 01 2010 Johan Cwiklinski 4.3.10-1 - 4.3.10 diff --git a/eric4-4.3.3-shebang.patch b/eric4-4.3.3-shebang.patch deleted file mode 100644 index cdcbbc3..0000000 --- a/eric4-4.3.3-shebang.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up eric4-4.3.3/eric/__init__.py.patch eric4-4.3.3/eric/__init__.py ---- eric4-4.3.3/eric/__init__.py.patch 2009-05-19 07:19:09.000000000 +0200 -+++ eric4-4.3.3/eric/__init__.py 2009-05-19 07:19:16.000000000 +0200 -@@ -1,3 +1,4 @@ -+#!/usr/bin/env python - # -*- coding: utf-8 -*- - - # Copyright (c) 2003 - 2009 Detlev Offenbach -diff -up eric4-4.3.3/eric/patch_modpython.py.patch eric4-4.3.3/eric/patch_modpython.py ---- eric4-4.3.3/eric/patch_modpython.py.patch 2009-05-19 07:18:51.000000000 +0200 -+++ eric4-4.3.3/eric/patch_modpython.py 2009-05-19 07:19:00.000000000 +0200 -@@ -1,3 +1,4 @@ -+#!/usr/bin/env python - # -*- coding: utf-8 -*- - - # Copyright (c) 2003-2009 Detlev Offenbach diff --git a/eric4-4.4.0-shebang.patch b/eric4-4.4.0-shebang.patch new file mode 100644 index 0000000..cb5cfa5 --- /dev/null +++ b/eric4-4.4.0-shebang.patch @@ -0,0 +1,16 @@ +diff -up eric4-4.4.0/eric/__init__.py.patch eric4-4.4.0/eric/__init__.py +--- eric4-4.4.0/eric/__init__.py.patch 2010-01-09 15:58:36.000000000 +0100 ++++ eric4-4.4.0/eric/__init__.py 2010-01-09 15:58:52.000000000 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/env python + # -*- coding: utf-8 -*- + + # Copyright (c) 2003 - 2010 Detlev Offenbach +diff -up eric4-4.4.0/eric/patch_modpython.py.patch eric4-4.4.0/eric/patch_modpython.py +--- eric4-4.4.0/eric/patch_modpython.py.patch 2010-01-09 15:59:06.000000000 +0100 ++++ eric4-4.4.0/eric/patch_modpython.py 2010-01-09 15:59:15.000000000 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/env python + # -*- coding: utf-8 -*- + + # Copyright (c) 2003-2010 Detlev Offenbach diff --git a/sources b/sources index 8ceea12..9785ab8 100644 --- a/sources +++ b/sources @@ -1,8 +1,9 @@ -946cab99f7ac86f50d8c811887bd1da0 eric4-4.3.10.tar.gz -2c47a484488ce2b1c8b410b5130145f8 eric4-i18n-cs-4.3.10.tar.gz -cbc48d00b8a7277fc66fdbe9d658dc5b eric4-i18n-de-4.3.10.tar.gz -d7257a4a3eff3aba4f914445c183189d eric4-i18n-es-4.3.10.tar.gz -a840a2f7b1277645439e86488e80ff34 eric4-i18n-fr-4.3.10.tar.gz -63cdf3457e9a856f725e99a5c431b10b eric4-i18n-ru-4.3.10.tar.gz -b9ceb788f997191cd158331b31851ee7 eric4-i18n-tr-4.3.10.tar.gz -901772483f51c1ac7f57ae232cd94b3c eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz +1205f96adae024f4e2fe5da95de18cb3 eric4-4.4.0.tar.gz +6521cef25b960601d50a91bf626b8066 eric4-i18n-cs-4.4.0.tar.gz +98ae9a263a44b510ba30233936aa3ba1 eric4-i18n-de-4.4.0.tar.gz +8253609530057b15bf131afb84ced53a eric4-i18n-es-4.4.0.tar.gz +b5c81875b19d8313934c2e2b60a49658 eric4-i18n-fr-4.4.0.tar.gz +f7113adb200a1ba5249153f22f7ac924 eric4-i18n-it-4.4.0.tar.gz +35e0963f1db264c9235e6260faf96cd0 eric4-i18n-ru-4.4.0.tar.gz +ef489bc67ca39b3440a412a58818e380 eric4-i18n-tr-4.4.0.tar.gz +800222ca62bb16d10083f620658e6673 eric4-i18n-zh_CN.GB2312-4.4.0.tar.gz