diff --git a/.cvsignore b/.cvsignore index 7262112..44bfc66 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bzr-0.8.tar.gz +bzr-0.8.2.tar.gz diff --git a/bzr.spec b/bzr.spec index 37e9b30..926c1be 100644 --- a/bzr.spec +++ b/bzr.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.8 -Release: 1%{dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -71,6 +71,11 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/bzrlib/plugins/*.pyc %ghost %{python_sitelib}/bzrlib/plugins/*.pyo +%dir %{python_sitelib}/bzrlib/plugins/launchpad +%{python_sitelib}/bzrlib/plugins/launchpad/*.py +%{python_sitelib}/bzrlib/plugins/launchpad/*.pyc +%ghost %{python_sitelib}/bzrlib/plugins/launchpad/*.pyo + %dir %{python_sitelib}/bzrlib/util %{python_sitelib}/bzrlib/util/*.py %{python_sitelib}/bzrlib/util/*.pyc @@ -162,6 +167,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo %changelog +* Tue May 23 2006 Shahms E. King 0.8.2-1 +- Update to new upstream version +- Fix dist tag + * Wed May 10 2006 Shahms E. King 0.8-1 - Update to new upstream version - Update bzr-sys-etree.patch for changes diff --git a/sources b/sources index af43214..7df5ada 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88ccc545c202701544c4e039d373a48a bzr-0.8.tar.gz +9bcfcc2a60156a5a74e247846ebe7473 bzr-0.8.2.tar.gz