diff --git a/.gitignore b/.gitignore index 708056f..bbfbda7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xonsh-0.3.2.tar.gz /xonsh-0.3.3.tar.gz +/xonsh-0.3.4.tar.gz diff --git a/sources b/sources index f81888c..69a0882 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f66b63668833573bce0716b2b864bc0 xonsh-0.3.3.tar.gz +932ccf219d86b02128875280a49a6236 xonsh-0.3.4.tar.gz diff --git a/xonsh.spec b/xonsh.spec index 471dcb7..f7c1898 100644 --- a/xonsh.spec +++ b/xonsh.spec @@ -2,7 +2,7 @@ %global pypi_name xonsh Name: %{pypi_name} -Version: 0.3.3 +Version: 0.3.4 Release: 1%{?dist} Summary: A general purpose, Python-ish shell @@ -50,6 +50,9 @@ sed --in-place "s:#!\s*/usr.*::" xonsh/xoreutils/_which.py %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Mon Jun 20 2016 Luke Macken - 0.3.4-1 +- New upstream release 0.3.4 + * Mon Jun 06 2016 Luke Macken - 0.3.3-1 - Latest upstream release - Update the URL