rpms/bzr-gtk/FC-6 bzr-gtk.spec,1.6,1.7

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Tue Apr 3 04:22:40 UTC 2007


Author: toshio

Update of /cvs/extras/rpms/bzr-gtk/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6647

Modified Files:
	bzr-gtk.spec 
Log Message:
- Fix a traceback in two bzr-gtk subcommands.



Index: bzr-gtk.spec
===================================================================
RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/bzr-gtk.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bzr-gtk.spec	3 Apr 2007 02:49:40 -0000	1.6
+++ bzr-gtk.spec	3 Apr 2007 04:22:07 -0000	1.7
@@ -2,13 +2,14 @@
 
 Name:           bzr-gtk
 Version:        0.15.1
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 Summary:        Bazaar plugin for GTK+ interfaces to most Bazaar operations
 
 Group:          Development/Tools
 License:        GPL
 URL:            http://bazaar-vcs.org/bzr-gtk
 Source0:        http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz
+Patch0:         bzr-gtk-retrievegtk.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -33,6 +34,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -64,6 +66,9 @@
 #%{_prefix}/lib/nautilus/extensions-1.0/python/*
 
 %changelog
+* Thu Apr 2 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.15.1-2.1
+- Fix a traceback in two bzr-gtk subcommands.
+
 * Mon Apr 2 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.15.1-2
 - Bump for tagging problem.
 




More information about the scm-commits mailing list