rpms/python-nose/devel .cvsignore, 1.6, 1.7 python-nose.spec, 1.6, 1.7 sources, 1.6, 1.7

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Jul 21 02:53:11 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-nose/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17068

Modified Files:
	.cvsignore python-nose.spec sources 
Log Message:
* Fri Jun 20 2007 Luke Macken <lmacken at redhat.com> 0.10.0-0.1.a2
- 0.10.0a2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	2 Jun 2007 08:09:01 -0000	1.6
+++ .cvsignore	21 Jul 2007 02:52:38 -0000	1.7
@@ -1 +1 @@
-nose-0.9.3.tar.gz
+nose-0.10.0a2.tar.gz


Index: python-nose.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/devel/python-nose.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-nose.spec	2 Jun 2007 08:09:01 -0000	1.6
+++ python-nose.spec	21 Jul 2007 02:52:38 -0000	1.7
@@ -2,15 +2,17 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
+%define _alphatag a2
+
 Name:           python-nose
-Version:        0.9.3
-Release:        1%{?dist}
+Version:        0.10.0
+Release:        0.1.%{_alphatag}%{?dist}
 Summary:        A discovery-based unittest extension for Python
 
 Group:          Development/Languages
 License:        LGPL
 URL:            http://somethingaboutorange.com/mrl/projects/nose/
-Source0:        http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}.tar.gz
+Source0:        http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}%{_alphatag}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -24,7 +26,7 @@
 reasonably possible without resorting to too much magic.
 
 %prep
-%setup -q -n nose-%{version}
+%setup -q -n nose-%{version}%{_alphatag}
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -42,10 +44,13 @@
 %doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
 %{_bindir}/nosetests
 %{_mandir}/man1/nosetests.1.gz
-%{python_sitelib}/nose-%{version}-py%{pyver}.egg-info
+%{python_sitelib}/nose-%{version}%{_alphatag}-py%{pyver}.egg-info
 %{python_sitelib}/nose
 
 %changelog
+* Fri Jun 20 2007 Luke Macken <lmacken at redhat.com> 0.10.0-0.1.a2
+- 0.10.0a2
+
 * Sat Jun  2 2007 Luke Macken <lmacken at redhat.com> 0.9.3-1
 - Latest upstream release
 - Remove python-nose-0.9.2-mandir.patch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	2 Jun 2007 08:09:01 -0000	1.6
+++ sources	21 Jul 2007 02:52:38 -0000	1.7
@@ -1 +1 @@
-fc83ca1861afb598e5634f83dbe045ec  nose-0.9.3.tar.gz
+bfa4ccb9d9888011345f2b05d3ec7f54  nose-0.10.0a2.tar.gz




More information about the scm-commits mailing list