rpms/bzr/devel .cvsignore, 1.19, 1.20 bzr.spec, 1.27, 1.28 sources, 1.19, 1.20

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Tue Jan 22 20:19:06 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/bzr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20571

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/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	14 Dec 2007 05:34:47 -0000	1.19
+++ .cvsignore	22 Jan 2008 20:18:06 -0000	1.20
@@ -1 +1 @@
-bzr-1.0.tar.gz
+bzr-1.1.tar.gz


Index: bzr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/devel/bzr.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- bzr.spec	14 Dec 2007 05:51:08 -0000	1.27
+++ bzr.spec	22 Jan 2008 20:18:07 -0000	1.28
@@ -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/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	14 Dec 2007 05:34:47 -0000	1.19
+++ sources	22 Jan 2008 20:18:07 -0000	1.20
@@ -1 +1 @@
-b71c7920a157bb508284ad77abcedf94  bzr-1.0.tar.gz
+10e9aed1c63227a5cb12f00b03d4ac37  bzr-1.1.tar.gz




More information about the fedora-extras-commits mailing list