From a6eb8653ff862f06dd3f91b497d256e620a642e5 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Apr 05 2008 20:11:57 +0000 Subject: - Update to 1.3.1rc1 to fix a bug when you have a pack based remote repo and knit based local branch. --- diff --git a/.cvsignore b/.cvsignore index 3d05e1c..e14e6b3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bzr-1.3.tar.gz +bzr-1.3.1rc1.tar.gz diff --git a/bzr.spec b/bzr.spec index a5f18c8..dd15de0 100644 --- a/bzr.spec +++ b/bzr.spec @@ -1,14 +1,14 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: bzr -Version: 1.3 -Release: 1%{?dist} +Version: 1.3.1 +Release: 0.1.rc1%{?dist} Summary: Friendly distributed version control system Group: Development/Tools License: GPLv2+ URL: http://www.bazaar-vcs.org/ -Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}.tar.gz +Source0: http://bazaar-vcs.org/releases/src/%{name}-%{version}rc1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -30,7 +30,7 @@ a user-friendly reimplementation of GNU Arch. %prep -%setup -q +%setup -q -n %{name}-%{version}rc1 sed -i '1{/#![[:space:]]*\/usr\/bin\/\(python\|env\)/d}' bzrlib/_patiencediff_py.py sed -i '1{/#![[:space:]]*\/usr\/bin\/\(python\|env\)/d}' bzrlib/weave.py @@ -72,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Apr 4 2008 Toshio Kuratomi - 1.3.1-0.1.rc1 +- Update to 1.3.1rc1 to fix a bug when you have a pack based remote repo and + knit based local branch. + * Wed Mar 26 2008 Warren Togami - 1.3-1 - Update to 1.3. diff --git a/sources b/sources index 2f00313..2ad971f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1af233c6fa0a68851bc6155b2f563c30 bzr-1.3.tar.gz +5015885fe27b2448f59355057c2b08d2 bzr-1.3.1rc1.tar.gz