diff --git a/eric.spec b/eric.spec index 7d397cd..14f756a 100644 --- a/eric.spec +++ b/eric.spec @@ -7,7 +7,7 @@ Name: eric Summary: Python IDE -Version: 4.3.2 +Version: 4.3.3 Release: 1%{?dist} License: GPL+ @@ -147,6 +147,9 @@ rm -rf %{buildroot} %{_libdir}/qt4/qsci/api/ruby/*.api %changelog +* Tue May 19 2009 Johan Cwiklinski 4.3.3-1 +- 4.3.3 + * Mon Apr 6 2009 Johan Cwiklinski 4.3.2-1 - 4.3.2 diff --git a/eric4-4.3.0-shebang.patch b/eric4-4.3.0-shebang.patch deleted file mode 100644 index fd838a9..0000000 --- a/eric4-4.3.0-shebang.patch +++ /dev/null @@ -1,24 +0,0 @@ -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/eric4-4.3.3-shebang.patch b/eric4-4.3.3-shebang.patch new file mode 100644 index 0000000..cdcbbc3 --- /dev/null +++ b/eric4-4.3.3-shebang.patch @@ -0,0 +1,16 @@ +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