rpms/bzr/EL-5 .cvsignore, 1.14, 1.15 bzr.spec, 1.18, 1.19 sources, 1.14, 1.15

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Tue Feb 26 02:46:54 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/bzr/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv405

Modified Files:
	.cvsignore bzr.spec sources 
Log Message:

* Mon Feb 25 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2-1
- Update to 1.2.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/EL-5/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	14 Dec 2007 06:09:19 -0000	1.14
+++ .cvsignore	26 Feb 2008 02:46:14 -0000	1.15
@@ -1 +1 @@
-bzr-1.0.tar.gz
+bzr-1.2.tar.gz


Index: bzr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr/EL-5/bzr.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- bzr.spec	14 Dec 2007 06:09:19 -0000	1.18
+++ bzr.spec	26 Feb 2008 02:46:14 -0000	1.19
@@ -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.2
 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,24 @@
 %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 Feb 25 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2-1
+- Update to 1.2.
+
+* Fri Feb 8 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 1.1-2
+- Rebuild for new gcc.
+
+* 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/EL-5/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	14 Dec 2007 06:09:19 -0000	1.14
+++ sources	26 Feb 2008 02:46:14 -0000	1.15
@@ -1 +1 @@
-b71c7920a157bb508284ad77abcedf94  bzr-1.0.tar.gz
+2134026c411b2183dd35c8427da2e170  bzr-1.2.tar.gz




More information about the fedora-extras-commits mailing list