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-0.11.4.tar.gz
|
||||||
/nose-1.0.0.tar.gz
|
/nose-1.0.0.tar.gz
|
||||||
/nose-1.1.1.tar.gz
|
/nose-1.1.1.tar.gz
|
||||||
|
/nose-1.1.2.tar.gz
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
%global with_docs 1
|
%global with_docs 1
|
||||||
|
|
||||||
Name: python-nose
|
Name: python-nose
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Discovery-based unittest extension for Python
|
Summary: Discovery-based unittest extension for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: LGPLv2+ and Public Domain
|
License: LGPLv2+ and Public Domain
|
||||||
URL: http://somethingaboutorange.com/mrl/projects/nose/
|
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
|
# Submitted upstream: http://code.google.com/p/python-nose/issues/detail?id=421
|
||||||
Patch1: nose-manpage.patch
|
Patch1: nose-manpage.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -179,6 +179,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_docs
|
%endif # with_docs
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 27 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 1.1.1-1
|
||||||
- Upstream bugfix release
|
- Upstream bugfix release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user