diff --git a/.cvsignore b/.cvsignore index 0dde6eb..5bbc685 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtualenv-1.3.3.tar.gz +virtualenv-1.4.2.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 35e7658..ad80e04 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -2,8 +2,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-virtualenv -Version: 1.3.3 -Release: 2%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -44,14 +44,16 @@ 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 diff --git a/sources b/sources index a839486..88c73f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28e2955aed4ffc4dc3df02dc632b5c42 virtualenv-1.3.3.tar.gz +7b1a10f0e84dd945c9b006ace1e1bb16 virtualenv-1.4.2.tar.gz