rpms/bzr-gtk/devel bzr-gtk-ghost-keyerror.patch, 1.2, 1.3 bzr-gtk.spec, 1.34, 1.35

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Thu Jul 24 18:27:41 UTC 2008


Author: toshio

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

Modified Files:
	bzr-gtk-ghost-keyerror.patch bzr-gtk.spec 
Log Message:

* Thu Jul 24 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.94.0-5
- Upstream has a new patch for bz#455284.


bzr-gtk-ghost-keyerror.patch:

Index: bzr-gtk-ghost-keyerror.patch
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-gtk/devel/bzr-gtk-ghost-keyerror.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bzr-gtk-ghost-keyerror.patch	15 Jul 2008 09:09:06 -0000	1.2
+++ bzr-gtk-ghost-keyerror.patch	24 Jul 2008 18:26:52 -0000	1.3
@@ -1,13 +1,13 @@
-Index: bzr-gtk-0.94.0/branchview/treeview.py
+Index: bzr-gtk-0.94.0/olive/__init__.py
 ===================================================================
---- bzr-gtk-0.94.0.orig/branchview/treeview.py
-+++ bzr-gtk-0.94.0/branchview/treeview.py
-@@ -285,7 +285,7 @@ class TreeView(gtk.VBox):
+--- bzr-gtk-0.94.0.orig/olive/__init__.py
++++ bzr-gtk-0.94.0/olive/__init__.py
+@@ -773,7 +773,7 @@ class OliveGtk:
+         else:
+             branch = self.remote_branch
  
-         self.branch.lock_read()
-         (linegraphdata, index, columns_len) = linegraph(self.branch.repository,
--                                                        self.start,
-+                                                        (self.start,),
-                                                         self.maxnum, 
-                                                         broken_line_length,
-                                                         show_graph,
+-        window = branchwin.BranchWindow(branch, branch.last_revision(), None, parent=self.window)
++        window = branchwin.BranchWindow(branch, [branch.last_revision()], None, parent=self.window)
+         window.show()
+     
+     def on_menuitem_view_refresh_activate(self, widget):


Index: bzr-gtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzr-gtk/devel/bzr-gtk.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- bzr-gtk.spec	15 Jul 2008 09:09:06 -0000	1.34
+++ bzr-gtk.spec	24 Jul 2008 18:26:52 -0000	1.35
@@ -8,7 +8,7 @@
 
 Name:           bzr-gtk
 Version:        0.94.0
-Release:        4%{?dist}.1
+Release:        5%{?dist}
 Summary:        Bazaar plugin for GTK+ interfaces to most Bazaar operations
 
 Group:          Development/Tools
@@ -127,6 +127,9 @@
 %endif
 
 %changelog
+* Thu Jul 24 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.94.0-5
+- Upstream has a new patch for bz#455284.
+
 * Mon Jul 14 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.94.0-4.1
 - Add upstream patch to fix a traceback when using log in olive.
 - Refresh patches so we don't have fuzz.




More information about the fedora-extras-commits mailing list