rpms/bzr/F-8 .cvsignore, 1.18, 1.19 bzr.spec, 1.25, 1.26 sources, 1.18, 1.19

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Tue Jan 22 21:52:34 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/bzr/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv701

Modified Files:
	.cvsignore bzr.spec sources 
Log Message:
* Mon Jan 21 2008 Toshio Kuratomi <a.badger at gmail.com> - 1.1-1
- Upstream 1.1 bugfix and performance enhancement release.
- Enable bash completion script from the contrib directory.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/F-8/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	14 Dec 2007 06:09:41 -0000	1.18
+++ .cvsignore	22 Jan 2008 21:51:52 -0000	1.19
@@ -1 +1 @@
-bzr-1.0.tar.gz
+bzr-1.1.tar.gz


Index: bzr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/F-8/bzr.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- bzr.spec	14 Dec 2007 06:09:41 -0000	1.25
+++ bzr.spec	22 Jan 2008 21:51:52 -0000	1.26
@@ -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:        1.0
+Version:        1.1
 Release:        1%{?dist}
 Summary:        Friendly distributed version control system
 
@@ -32,6 +32,9 @@
 %prep
 %setup -q
 
+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
+
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
@@ -39,8 +42,13 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --install-data %{_datadir} --root $RPM_BUILD_ROOT
+chmod 0644 contrib/bzr_access
 chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/*.so
 
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/
+install -m 0644 contrib/bash/bzr $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/
+rm contrib/bash/bzr
+
 # This is included in %doc, remove redundancy here
 #rm -rf $RPM_BUILD_ROOT%{python_sitearch}/bzrlib/doc/
 
@@ -56,13 +64,18 @@
 %doc NEWS README TODO COPYING.txt doc/  contrib/
 %{_bindir}/bzr
 %{_mandir}/man1/*
-
 %{python_sitearch}/bzrlib/
+%{_sysconfdir}/bash_completion.d/
+
 %if 0%{?fedora} > 8
 %{python_sitearch}/*.egg-info
 %endif
 
 %changelog
+* Mon Jan 21 2008 Toshio Kuratomi <a.badger at gmail.com> - 1.1-1
+- Upstream 1.1 bugfix and performance enhancement release.
+- Enable bash completion script from the contrib directory.
+
 * Thu Dec 13 2007 Toshio Kuratomi <a.badger at gmail.com> - 1.0-1
 - Update to 1.0 final.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/F-8/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	14 Dec 2007 06:09:41 -0000	1.18
+++ sources	22 Jan 2008 21:51:52 -0000	1.19
@@ -1 +1 @@
-b71c7920a157bb508284ad77abcedf94  bzr-1.0.tar.gz
+10e9aed1c63227a5cb12f00b03d4ac37  bzr-1.1.tar.gz




More information about the fedora-extras-commits mailing list