From ec643361bb7dee57fc1075186c47e93804346dec Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Feb 09 2009 08:06:22 +0000 Subject: New upstream release --- diff --git a/.cvsignore b/.cvsignore index 2834fbc..701af2d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,7 +1,8 @@ -eric4-4.2.3.tar.gz -eric4-i18n-cs-4.2.3.tar.gz -eric4-i18n-de-4.2.3.tar.gz -eric4-i18n-es-4.2.3.tar.gz -eric4-i18n-fr-4.2.3.tar.gz -eric4-i18n-ru-4.2.3.tar.gz -eric4-i18n-tr-4.2.3.tar.gz +eric4-4.3.0.tar.gz +eric4-i18n-fr-4.3.0.tar.gz +eric4-i18n-de-4.3.0.tar.gz +eric4-i18n-ru-4.3.0.tar.gz +eric4-i18n-cs-4.3.0.tar.gz +eric4-i18n-es-4.3.0.tar.gz +eric4-i18n-tr-4.3.0.tar.gz +eric4-i18n-zh_CN.GB2312-4.3.0.tar.gz diff --git a/eric.spec b/eric.spec index 218ce2d..47c5e95 100644 --- a/eric.spec +++ b/eric.spec @@ -7,7 +7,7 @@ Name: eric Summary: Python IDE -Version: 4.2.5 +Version: 4.3.0 Release: 1%{?dist} License: GPL+ @@ -22,9 +22,10 @@ Source3: http://downloads.sourceforge.net/sourceforge/eric-ide/%{name}4-i18n-ru- Source4: http://downloads.sourceforge.net/sourceforge/eric-ide/%{name}4-i18n-cs-%{version}.tar.gz 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 Source10: eric4.desktop -Patch1: eric4-4.2.5-shebang.patch +Patch1: eric4-4.3.0-shebang.patch Provides: eric4 = %{version}-%{release} @@ -53,7 +54,7 @@ eric4 is a full featured Python IDE. %prep -%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -n %{name}4-%{version} +%setup -q -a 1 -a 2 -a 3 -a 4 -a 5 -a 6 -a 7 -n %{name}4-%{version} %patch1 -p1 @@ -131,7 +132,7 @@ rm -rf %{buildroot} %files -f %{name}-files.list %defattr(-,root,root,-) -%doc eric/README* THANKS LICENSE.GPL +%doc eric/README* THANKS LICENSE.GPL3 %{_bindir}/eric4* %{python_sitedir}/eric4config.py* %{python_sitedir}/eric4/ @@ -142,13 +143,14 @@ rm -rf %{buildroot} %{_datadir}/applications/*eric4.desktop %{_datadir}/icons/hicolor/*/*/* -%{_libdir}/qt4/qsci/api/python/*.api -%{_libdir}/qt4/qsci/api/ruby/*.api - %changelog +* Mon Feb 9 2009 Johan Cwiklinski 4.3.0-1 +- 4.3.0 +- Added new translation files (zh_CN) + * Thu Jan 8 2009 Johan Cwiklinski 4.2.5-1 -* 4.2.5 +- 4.2.5 * Wed Dec 9 2008 Johan Cwiklinski 4.2.4a-1 - 4.2.4a diff --git a/eric4-4.2.5-shebang.patch b/eric4-4.2.5-shebang.patch deleted file mode 100644 index 88de649..0000000 --- a/eric4-4.2.5-shebang.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up eric4-4.2.5/eric/__init__.py.patch eric4-4.2.5/eric/__init__.py ---- eric4-4.2.5/eric/__init__.py.patch 2009-01-08 18:11:24.000000000 +0100 -+++ eric4-4.2.5/eric/__init__.py 2009-01-08 18:11:30.000000000 +0100 -@@ -1,3 +1,4 @@ -+#!/usr/bin/env python - # -*- coding: utf-8 -*- - - # Copyright (c) 2003 - 2009 Detlev Offenbach -diff -up eric4-4.2.5/eric/patch_modpython.py.patch eric4-4.2.5/eric/patch_modpython.py ---- eric4-4.2.5/eric/patch_modpython.py.patch 2009-01-08 18:11:05.000000000 +0100 -+++ eric4-4.2.5/eric/patch_modpython.py 2009-01-08 18:11:13.000000000 +0100 -@@ -1,3 +1,4 @@ -+#!/usr/bin/env python - # -*- coding: utf-8 -*- - - # Copyright (c) 2003-2009 Detlev Offenbach -diff -up eric4-4.2.5/eric/uninstall.py.patch eric4-4.2.5/eric/uninstall.py ---- eric4-4.2.5/eric/uninstall.py.patch 2009-01-08 18:10:38.000000000 +0100 -+++ eric4-4.2.5/eric/uninstall.py 2009-01-08 18:10:51.000000000 +0100 -@@ -1,3 +1,4 @@ -+#!/usr/bin/env python - # -*- coding: utf-8 -*- - - # Copyright (c) 2002-2009 Detlev Offenbach diff --git a/eric4-4.3.0-shebang.patch b/eric4-4.3.0-shebang.patch new file mode 100644 index 0000000..fd838a9 --- /dev/null +++ b/eric4-4.3.0-shebang.patch @@ -0,0 +1,24 @@ +diff -up eric4-4.3.0/eric/__init__.py.patch eric4-4.3.0/eric/__init__.py +--- eric4-4.3.0/eric/__init__.py.patch 2009-02-09 08:24:19.000000000 +0100 ++++ eric4-4.3.0/eric/__init__.py 2009-02-09 08:24:24.000000000 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/env python + # -*- coding: utf-8 -*- + + # Copyright (c) 2003 - 2009 Detlev Offenbach +diff -up eric4-4.3.0/eric/patch_modpython.py.patch eric4-4.3.0/eric/patch_modpython.py +--- eric4-4.3.0/eric/patch_modpython.py.patch 2009-02-09 08:24:50.000000000 +0100 ++++ eric4-4.3.0/eric/patch_modpython.py 2009-02-09 08:24:58.000000000 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/env python + # -*- coding: utf-8 -*- + + # Copyright (c) 2003-2009 Detlev Offenbach +diff -up eric4-4.3.0/eric/uninstall.py.patch eric4-4.3.0/eric/uninstall.py +--- eric4-4.3.0/eric/uninstall.py.patch 2009-02-09 08:24:30.000000000 +0100 ++++ eric4-4.3.0/eric/uninstall.py 2009-02-09 08:24:36.000000000 +0100 +@@ -1,3 +1,4 @@ ++#!/usr/bin/env python + # -*- coding: utf-8 -*- + + # Copyright (c) 2002-2009 Detlev Offenbach diff --git a/sources b/sources index d5cb48a..f7d55f9 100644 --- a/sources +++ b/sources @@ -1,7 +1,8 @@ -195e5d4b29977c0c36d808cd77bc40c9 eric4-4.2.5.tar.gz -71005adf2e9d339ad50998a420c61c4f eric4-i18n-cs-4.2.5.tar.gz -ebdef75261d208ae7e2d0b22ebed33e8 eric4-i18n-de-4.2.5.tar.gz -4bacb41caac1f5914131870ea384ec7f eric4-i18n-es-4.2.5.tar.gz -1fba197dde8ebf5642af51ba375de582 eric4-i18n-fr-4.2.5.tar.gz -1ba6416268c88ca30b3866f05a6558be eric4-i18n-ru-4.2.5.tar.gz -0f18017832ef5b880a636e15c39b5c7c eric4-i18n-tr-4.2.5.tar.gz +1620eeed4f09921f6ec48be3f11429a0 eric4-4.3.0.tar.gz +77e7de0335d11e2a16747ea3a720e7fe eric4-i18n-fr-4.3.0.tar.gz +6d83cca7ebb795dc923da25ab02d396e eric4-i18n-de-4.3.0.tar.gz +b27308507fcc9bd7709dd11184c9f3b8 eric4-i18n-ru-4.3.0.tar.gz +72d3b36706961ca91a681daa76e97462 eric4-i18n-cs-4.3.0.tar.gz +a0643ac53a8cd3748fed7c9e7c3eec09 eric4-i18n-es-4.3.0.tar.gz +de2cf3bff12b811f71b0012383f2bbdc eric4-i18n-tr-4.3.0.tar.gz +a233b39a23ad9a3b665674ce3fc96c6d eric4-i18n-zh_CN.GB2312-4.3.0.tar.gz