rpms/bzr-gtk/FC-6 bzr-gtk-disable-notifier.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 bzr-gtk.spec, 1.7, 1.8 sources, 1.6, 1.7 bzr-gtk-retrievegtk.patch, 1.1, NONE

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Tue Apr 3 20:45:32 UTC 2007


Author: toshio

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

Modified Files:
	.cvsignore bzr-gtk.spec sources 
Added Files:
	bzr-gtk-disable-notifier.patch 
Removed Files:
	bzr-gtk-retrievegtk.patch 
Log Message:
- Upgrade to 0.15.2:
  + Traceback fixed upstream.
  + UI fix to allow resizing the gstatus dialog window.
- Disable the commit notifier as it won't work until we get bzr-dbus into
  Fedora.


bzr-gtk-disable-notifier.patch:

--- NEW FILE bzr-gtk-disable-notifier.patch ---
Index: bzr-gtk-0.15.2/__init__.py
===================================================================
--- bzr-gtk-0.15.2.orig/__init__.py
+++ bzr-gtk-0.15.2/__init__.py
@@ -491,7 +491,9 @@ class cmd_commit_notify(GTKCommand):
         pynotify.init("bzr commit-notify")
         gtk.main()
 
-register_command(cmd_commit_notify)
+# We don't have bzr.dbus in Fedora yet, so this command will traceback if the
+# use tries to use it.
+#register_command(cmd_commit_notify)
 
 
 import gettext


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	3 Apr 2007 02:45:51 -0000	1.6
+++ .cvsignore	3 Apr 2007 20:44:58 -0000	1.7
@@ -1 +1 @@
-bzr-gtk-0.15.1.tar.gz
+bzr-gtk-0.15.2.tar.gz


Index: bzr-gtk.spec
===================================================================
RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/bzr-gtk.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bzr-gtk.spec	3 Apr 2007 04:22:07 -0000	1.7
+++ bzr-gtk.spec	3 Apr 2007 20:44:58 -0000	1.8
@@ -1,21 +1,25 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           bzr-gtk
-Version:        0.15.1
-Release:        2%{?dist}.1
+Version:        0.15.2
+Release:        1%{?dist}
 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
+Patch0:         bzr-gtk-disable-notifier.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel bzr
 BuildRequires:  gettext
 Requires:       bzr >= 0.15
+# These enable the commit-notify and nautilus browse functionality resp.  But
+# neither are packaged for Fedora yet.
+#Requires:       bzr-dbus
+#Requires:       python-nautilus
 
 %description
 bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most
@@ -34,7 +38,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch -p1 -b .disable
 
 %build
 %{__python} setup.py build
@@ -66,11 +70,15 @@
 #%{_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.
+* Fri Apr 3 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.15.2-1
+- Upgrade to 0.15.2:
+  + Traceback fixed upstream.
+  + UI fix to allow resizing the gstatus dialog window.
+- Disable the commit notifier as it won't work until we get bzr-dbus into
+  Fedora.
 
-* Mon Apr 2 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.15.1-2
-- Bump for tagging problem.
+* Thu Apr 2 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.15.1-2
+- Fix a traceback in two bzr-gtk subcommands.
 
 * Thu Mar 23 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.15.1-1
 - Update to 0.15.1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bzr-gtk/FC-6/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	3 Apr 2007 02:45:51 -0000	1.6
+++ sources	3 Apr 2007 20:44:58 -0000	1.7
@@ -1 +1 @@
-6a5d54630675dbcdbe5e9037c7ddd5b7  bzr-gtk-0.15.1.tar.gz
+33e79c61d8f367e126a7a4f5d7092038  bzr-gtk-0.15.2.tar.gz


--- bzr-gtk-retrievegtk.patch DELETED ---




More information about the scm-commits mailing list