rpms/bzr/FC-4 .cvsignore, 1.4, 1.5 bzr-sys-etree.patch, 1.2, 1.3 bzr.spec, 1.7, 1.8 sources, 1.4, 1.5

Shahms King (shahms) fedora-extras-commits at redhat.com
Fri Aug 11 15:58:02 UTC 2006


Author: shahms

Update of /cvs/extras/rpms/bzr/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12176/FC-4

Modified Files:
	.cvsignore bzr-sys-etree.patch bzr.spec sources 
Log Message:
update to new upstream version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzr/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 May 2006 15:22:37 -0000	1.4
+++ .cvsignore	11 Aug 2006 15:58:02 -0000	1.5
@@ -1 +1 @@
-bzr-0.8.2.tar.gz
+bzr-0.9.tar.gz

bzr-sys-etree.patch:

Index: bzr-sys-etree.patch
===================================================================
RCS file: /cvs/extras/rpms/bzr/FC-4/bzr-sys-etree.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bzr-sys-etree.patch	10 May 2006 22:40:31 -0000	1.2
+++ bzr-sys-etree.patch	11 Aug 2006 15:58:02 -0000	1.3
@@ -1,27 +1,27 @@
-diff -ru bzr-0.8.orig/bzrlib/xml_serializer.py bzr-0.8/bzrlib/xml_serializer.py
---- bzr-0.8.orig/bzrlib/xml_serializer.py	2006-05-07 21:17:16.000000000 -0700
-+++ bzr-0.8/bzrlib/xml_serializer.py	2006-05-10 15:19:46.000000000 -0700
-@@ -30,9 +30,9 @@
+diff -urN bzr-0.9.orig/bzrlib/xml_serializer.py bzr-0.9/bzrlib/xml_serializer.py
+--- bzr-0.9.orig/bzrlib/xml_serializer.py	2006-08-11 03:35:06.000000000 -0700
++++ bzr-0.9/bzrlib/xml_serializer.py	2006-08-11 08:37:01.000000000 -0700
+@@ -31,10 +31,10 @@
  except ImportError:
      mutter('WARNING: using slower ElementTree; consider installing cElementTree'
             " and make sure it's on your PYTHONPATH")
 -    from util.elementtree.ElementTree import (ElementTree, SubElement,
--                                              Element, XMLTreeBuilder,
--                                              fromstring, tostring)
 +    from elementtree.ElementTree import (ElementTree, SubElement,
-+                                         Element, XMLTreeBuilder,
-+                                         fromstring, tostring)
+                                               Element, XMLTreeBuilder,
+                                               fromstring, tostring)
+-    import util.elementtree as elementtree
++    import elementtree
  
  from bzrlib.errors import BzrError
  
-diff -ru bzr-0.8.orig/setup.py bzr-0.8/setup.py
---- bzr-0.8.orig/setup.py	2006-05-07 21:17:16.000000000 -0700
-+++ bzr-0.8/setup.py	2006-05-10 15:20:04.000000000 -0700
-@@ -108,7 +108,6 @@
+diff -urN bzr-0.9.orig/setup.py bzr-0.9/setup.py
+--- bzr-0.9.orig/setup.py	2006-08-11 03:35:06.000000000 -0700
++++ bzr-0.9/setup.py	2006-08-11 08:35:29.000000000 -0700
+@@ -112,7 +112,6 @@
                  'bzrlib.transport.http',
                  'bzrlib.ui',
                  'bzrlib.util',
 -                'bzrlib.util.elementtree',
                  'bzrlib.util.effbot.org',
                  'bzrlib.util.configobj',
-                 ],
+                 'bzrlib.bundle',


Index: bzr.spec
===================================================================
RCS file: /cvs/extras/rpms/bzr/FC-4/bzr.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bzr.spec	11 Aug 2006 15:10:44 -0000	1.7
+++ bzr.spec	11 Aug 2006 15:58:02 -0000	1.8
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           bzr
-Version:        0.8.2
-Release:        3%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Summary:        Friendly distributed version control system
 
 Group:          Development/Tools
@@ -51,6 +51,21 @@
 %{python_sitelib}/bzrlib/*.pyc
 %{python_sitelib}/bzrlib/*.pyo
 
+%dir %{python_sitelib}/bzrlib/benchmarks
+%{python_sitelib}/bzrlib/benchmarks/*.py
+%{python_sitelib}/bzrlib/benchmarks/*.pyc
+%{python_sitelib}/bzrlib/benchmarks/*.pyo
+
+%dir %{python_sitelib}/bzrlib/bundle
+%{python_sitelib}/bzrlib/bundle/*.py
+%{python_sitelib}/bzrlib/bundle/*.pyc
+%{python_sitelib}/bzrlib/bundle/*.pyo
+
+%dir %{python_sitelib}/bzrlib/bundle/serializer
+%{python_sitelib}/bzrlib/bundle/serializer/*.py
+%{python_sitelib}/bzrlib/bundle/serializer/*.pyc
+%{python_sitelib}/bzrlib/bundle/serializer/*.pyo
+
 %dir %{python_sitelib}/bzrlib/doc
 %{python_sitelib}/bzrlib/doc/*.py
 %{python_sitelib}/bzrlib/doc/*.pyc
@@ -122,51 +137,12 @@
 %{python_sitelib}/bzrlib/util/effbot/org/*.pyo
 
 %dir %{python_sitelib}/bzrlib/tests
-%{python_sitelib}/bzrlib/tests/*.py
-%{python_sitelib}/bzrlib/tests/*.pyc
-%{python_sitelib}/bzrlib/tests/*.pyo
-
-%dir %{python_sitelib}/bzrlib/tests/blackbox
-%{python_sitelib}/bzrlib/tests/blackbox/*.py
-%{python_sitelib}/bzrlib/tests/blackbox/*.pyc
-%{python_sitelib}/bzrlib/tests/blackbox/*.pyo
-
-%dir %{python_sitelib}/bzrlib/tests/branch_implementations
-%{python_sitelib}/bzrlib/tests/branch_implementations/*.py
-%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc
-%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo
-
-%dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations
-%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py
-%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc
-%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo
-
-%dir %{python_sitelib}/bzrlib/tests/interrepository_implementations
-%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py
-%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc
-%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo
-
-%dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations
-%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py
-%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc
-%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo
-
-%dir %{python_sitelib}/bzrlib/tests/repository_implementations
-%{python_sitelib}/bzrlib/tests/repository_implementations/*.py
-%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc
-%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo
-
-%dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations
-%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py
-%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc
-%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo
-
-%dir %{python_sitelib}/bzrlib/tests/workingtree_implementations
-%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py
-%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc
-%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo
+%{python_sitelib}/bzrlib/tests/*
 
 %changelog
+* Fri Aug 11 2006 Shahms E. King <shahms at shahms.com> 0.9-1
+- Update to new upstream
+
 * Fri Aug 11 2006 Shahms E. King <shahms at shahms.com> 0.8.2-3
 - Include, don't ghost .pyo files per new guidelines
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bzr/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 May 2006 15:22:37 -0000	1.4
+++ sources	11 Aug 2006 15:58:02 -0000	1.5
@@ -1 +1 @@
-9bcfcc2a60156a5a74e247846ebe7473  bzr-0.8.2.tar.gz
+46a3320a7830b13516bef084bb87d86c  bzr-0.9.tar.gz




More information about the fedora-extras-commits mailing list