From dd468bdebec9d2ce72f20e62112832bccee88ee0 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 1 Aug 2011 07:36:10 -0700 Subject: [PATCH] Upstream bugfix release --- .gitignore | 1 + python-nose.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce56625..2c08f1f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ nose-0.11.3.tar.gz nose-0.11.4.tar.gz /nose-1.0.0.tar.gz /nose-1.1.1.tar.gz +/nose-1.1.2.tar.gz diff --git a/python-nose.spec b/python-nose.spec index 2c63de6..bf6cff7 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -16,14 +16,14 @@ %global with_docs 1 Name: python-nose -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: Discovery-based unittest extension for Python Group: Development/Languages License: LGPLv2+ and Public Domain URL: http://somethingaboutorange.com/mrl/projects/nose/ -Source0: http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz # Submitted upstream: http://code.google.com/p/python-nose/issues/detail?id=421 Patch1: nose-manpage.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -179,6 +179,9 @@ rm -rf %{buildroot} %endif # with_docs %changelog +* Mon Aug 1 2011 Toshio Kuratomi - 1.1.2-1 +- Upstream bugfix release + * Wed Jul 27 2011 Toshio Kuratomi - 1.1.1-1 - Upstream bugfix release diff --git a/sources b/sources index 5357efd..060298a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc3025249c7abd27ac9020ec13b40db9 nose-1.1.1.tar.gz +144f237b615e23f21f6a50b2183aa817 nose-1.1.2.tar.gz