From 9df054e60485b91f2fbfe15f6132b1ba6c1b558d Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Oct 24 2012 08:11:57 +0000 Subject: update to 0.13.1 and run tests with en_US.UTF-8 --- diff --git a/.gitignore b/.gitignore index 82516f7..45e6377 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ ipython-0.10.tar.gz /ipython-0.11.tar.gz /ipython-0.12.tar.gz /ipython-0.13.tar.gz +/ipython-0.13.1.tar.gz diff --git a/ipython.spec b/ipython.spec index dee5ba9..56bc061 100644 --- a/ipython.spec +++ b/ipython.spec @@ -15,8 +15,8 @@ %endif Name: ipython -Version: 0.13 -Release: 5%{?dist} +Version: 0.13.1 +Release: 1%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -274,6 +274,7 @@ rm -rf %{buildroot} pushd %{py3dir} PYTHONPATH=%{buildroot}%{python3_sitelib} \ PATH="%{buildroot}%{_bindir}:$PATH" \ + LC_ALL=en_US.UTF-8 \ %{buildroot}%{_bindir}/iptest3 || echo "some tests3 failed, continue..." popd %endif @@ -281,6 +282,7 @@ popd # TODO no ipython in path in koji PYTHONPATH=%{buildroot}%{python_sitelib} \ PATH="%{buildroot}%{_bindir}:$PATH" \ + LC_ALL=en_US.UTF-8 \ %{buildroot}%{_bindir}/iptest || echo "some tests failed, continue..." %endif @@ -432,6 +434,10 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ %endif # with_python3 %changelog +* Wed Oct 24 2012 Thomas Spura - 0.13.1-1 +- update to 0.13.1 +- run tests with en_US.UTF-8 + * Thu Aug 30 2012 Thomas Spura - 0.13-5 - add empty python-ipython files section - obsolete ipython diff --git a/sources b/sources index 7892066..e204040 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -490ccc2da9d6de9c37c7df05c1197ac5 ipython-0.13.tar.gz +ca7e75f7c802afc6aaa0a1ea59846420 ipython-0.13.1.tar.gz