From b3aad301d9d3e8d534ff36e48674a08f6862f404 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Dec 14 2007 06:09:41 +0000 Subject: - Update to 1.0 final. --- diff --git a/.cvsignore b/.cvsignore index 6486d58..74271c4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bzr-0.91.tar.gz +bzr-1.0.tar.gz diff --git a/bzr.spec b/bzr.spec index ff12359..15e4b8e 100644 --- a/bzr.spec +++ b/bzr.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: bzr -Version: 0.91 +Version: 1.0 Release: 1%{?dist} Summary: Friendly distributed version control system @@ -39,6 +39,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install --skip-build --install-data %{_datadir} --root $RPM_BUILD_ROOT +chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/*.so # This is included in %doc, remove redundancy here #rm -rf $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/doc/ @@ -52,13 +53,26 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc NEWS README TODO COPYING.txt doc/ +%doc NEWS README TODO COPYING.txt doc/ contrib/ %{_bindir}/bzr %{_mandir}/man1/* %{python_sitearch}/bzrlib/ +%if 0%{?fedora} > 8 +%{python_sitearch}/*.egg-info +%endif %changelog +* Thu Dec 13 2007 Toshio Kuratomi - 1.0-1 +- Update to 1.0 final. + +* Tue Dec 11 2007 Toshio Kuratomi - 1.0-0.1.rc3 +- Update to 1.0rc3 +- The new rawhide python package generates egg-info files. + +* Fri Nov 30 2007 Toshio Kuratomi - 1.0-0.1.rc2 +- Update to 1.0rc2 + * Tue Aug 28 2007 Toshio Kuratomi - 0.91-1 - Update to 0.91. + Fixes some issues with using tag-enabled branches. diff --git a/sources b/sources index 607647b..9d0faa6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a298cf49d4c4879483db61c52abae31 bzr-0.91.tar.gz +b71c7920a157bb508284ad77abcedf94 bzr-1.0.tar.gz