diff --git a/.gitignore b/.gitignore index 4f87a3b..1b12944 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ dirq-0.0.5.tar.gz /dirq-1.4.tar.gz /dirq-1.5.tar.gz /dirq-1.6.tar.gz +/dirq-1.6.1.tar.gz diff --git a/python-dirq.spec b/python-dirq.spec index 7166df8..aa12613 100644 --- a/python-dirq.spec +++ b/python-dirq.spec @@ -23,7 +23,7 @@ %global srcname dirq Name: python-dirq -Version: 1.6 +Version: 1.6.1 Release: 1%{?dist} Summary: Directory based queue @@ -100,6 +100,8 @@ popd %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT %check +ls -al +ls -al test %{__python} setup.py test # And remove compiled documentation. rm -f test/*.pyc @@ -132,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT %endif #end of altpython. %changelog -* Mon Feb 24 2014 Massimo Paladin - 1.6-1 +* Tue Feb 25 2014 Massimo Paladin - 1.6.1-1 - Update to upstream version, rhbz #1069202. * Sat Jan 11 2014 Massimo Paladin - 1.5-1 diff --git a/sources b/sources index bbce7a0..78d348a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e249f8aff4fa16ad50a4f7a62231caca dirq-1.6.tar.gz +75131dab44105e8f8a578e1a1b3aa000 dirq-1.6.1.tar.gz