diff --git a/.cvsignore b/.cvsignore index 7ade28f..5bbc685 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtualenv-1.3.tar.gz +virtualenv-1.4.2.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 03c7bfc..ad80e04 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -2,7 +2,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-virtualenv -Version: 1.3 +Version: 1.4.2 Release: 1%{?dist} Summary: Tool to create isolated Python environments @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel, python-setuptools-devel +Requires: python-setuptools, python-setuptools-devel, python-devel %description @@ -43,14 +44,40 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc docs/index.txt docs/license.txt PKG-INFO +%doc docs/index.txt docs/license.txt docs/news.txt PKG-INFO # For noarch packages: sitelib %{python_sitelib}/* %attr(755,root,root) %{_bindir}/virtualenv -%exclude %{python_sitelib}/support-files %changelog +* Thu Nov 12 2009 Steve 'Ashcrow' Milner - 1.4.2-1 +- Updated for upstream release. + +* Sun Jul 26 2009 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Apr 28 2009 Steve 'Ashcrow' Milner - 1.3.3-1 +- Updated for upstream release. + +* Thu Feb 26 2009 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Dec 25 2008 Steve 'Ashcrow' Milner - 1.3.2-1 +- Updated for upstream release. + +* Thu Dec 04 2008 Ignacio Vazquez-Abrams - 1.3.1-4 +- Rebuild for Python 2.6 + +* Mon Dec 1 2008 Steve 'Ashcrow' Milner - 1.3.1-3 +- Added missing dependencies. + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.3.1-2 +- Rebuild for Python 2.6 + +* Fri Nov 28 2008 Steve 'Ashcrow' Milner - 1.3.1-1 +- Updated for upstream release + * Sun Sep 28 2008 Steve 'Ashcrow' Milner - 1.3-1 - Updated for upstream release diff --git a/sources b/sources index 93419b4..88c73f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36b766604542f2c34d8dffdb21ba14a9 virtualenv-1.3.tar.gz +7b1a10f0e84dd945c9b006ace1e1bb16 virtualenv-1.4.2.tar.gz