Upstream bugfix release
This commit is contained in:
parent
291f5b8997
commit
dd468bdebe
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <toshio@fedoraproject.org> - 1.1.2-1
|
||||
- Upstream bugfix release
|
||||
|
||||
* Wed Jul 27 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 1.1.1-1
|
||||
- Upstream bugfix release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user