rpms/gquilt/FC-3 .cvsignore, 1.4, 1.5 gquilt-pygtk-2.4-compat.patch, 1.1, 1.2 gquilt.spec, 1.4, 1.5 sources, 1.4, 1.5

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Fri Sep 9 00:13:35 UTC 2005


Author: jwboyer

Update of /cvs/extras/rpms/gquilt/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13557/FC-3

Modified Files:
	.cvsignore gquilt-pygtk-2.4-compat.patch gquilt.spec sources 
Log Message:
Update to gquilt-0.14


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gquilt/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	28 Aug 2005 17:43:35 -0000	1.4
+++ .cvsignore	9 Sep 2005 00:13:33 -0000	1.5
@@ -1 +1 @@
-gquilt-0.13.tar.gz
+gquilt-0.14.tar.gz

gquilt-pygtk-2.4-compat.patch:

Index: gquilt-pygtk-2.4-compat.patch
===================================================================
RCS file: /cvs/extras/rpms/gquilt/FC-3/gquilt-pygtk-2.4-compat.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gquilt-pygtk-2.4-compat.patch	30 Aug 2005 03:19:13 -0000	1.1
+++ gquilt-pygtk-2.4-compat.patch	9 Sep 2005 00:13:33 -0000	1.2
@@ -1,8 +1,8 @@
-Index: gquilt-0.13/gquilt.py
+Index: gquilt-0.14/gquilt.py
 ===================================================================
---- gquilt-0.13.orig/gquilt.py
-+++ gquilt-0.13/gquilt.py
-@@ -340,8 +340,8 @@ class gquilt(gtk.Window):
+--- gquilt-0.14.orig/gquilt.py
++++ gquilt-0.14/gquilt.py
+@@ -367,8 +367,8 @@ class gquilt(gtk.Window):
          self.playground_files.set_size_request(240, 320)
          self.playground_files.view.get_selection().set_mode(gtk.SELECTION_MULTIPLE)
          self.playground_files.append_selection_menu_item("_Add", "Add a the selected files to the top patch", gtk.STOCK_ADD, self._add_playground_selection_to_patch)
@@ -13,7 +13,7 @@
          self.playground_files.append_menu_item("_New", "Add a new file to the top patch", gtk.STOCK_NEW, self._add_new_file_to_patch)
          return self.playground_files
      def _create_patch_file_tree(self):
-@@ -352,7 +352,7 @@ class gquilt(gtk.Window):
+@@ -379,7 +379,7 @@ class gquilt(gtk.Window):
          self.patch_files.append_menu_item("_Diff", "Display diff for selected files", gquilt_icons.diff, self._display_diff)
          self.patch_files.append_conditional_menu_item("_Meld", "Display diff for selected files using \"meld\"", gquilt_icons.meld, self._display_diff_with_meld, self._unique_selection_and_meld)
          self.patch_files.append_menu_item("_New", "Add a new file to the top patch", gtk.STOCK_NEW, self._add_new_file_to_patch)
@@ -22,7 +22,7 @@
          self.patch_files.append_selection_menu_item("_Remove", "Remove the selected files from the top patch", gtk.STOCK_REMOVE, self._remove_files_from_patch)
          self.patch_files.append_selection_menu_item("_Delete", "Delete the selected files from the playground", gtk.STOCK_DELETE, self._delete_selected_files)
          return self.patch_files
-@@ -360,8 +360,8 @@ class gquilt(gtk.Window):
+@@ -387,8 +387,8 @@ class gquilt(gtk.Window):
          self.patches = gquilt_patch_list()
          self.patches.set_tooltips(self.tooltips)
          self.patches.set_size_request(240, 320)
@@ -33,10 +33,10 @@
          self.patches.append_unique_selection_menu_item("D_iff", "Displa the diff for the selected patch", gquilt_icons.diff, self._display_patch_diff)
          self.patches.append_unique_selection_menu_item("Re_name", "Rename the selected patch", None, self._rename_patch)
          self.patches.append_unique_selection_menu_item("_Delete", "Delete the selected patch from the series", gtk.STOCK_DELETE, self._delete_patch)
-Index: gquilt-0.13/gquilt_gtk.py
+Index: gquilt-0.14/gquilt_gtk.py
 ===================================================================
---- gquilt-0.13.orig/gquilt_gtk.py
-+++ gquilt-0.13/gquilt_gtk.py
+--- gquilt-0.14.orig/gquilt_gtk.py
++++ gquilt-0.14/gquilt_gtk.py
 @@ -402,11 +402,11 @@ class dir_file_tree(file_tree):
          dirs, files = self._dir_contents(dir)
          dirs.sort()


Index: gquilt.spec
===================================================================
RCS file: /cvs/extras/rpms/gquilt/FC-3/gquilt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gquilt.spec	30 Aug 2005 03:19:13 -0000	1.4
+++ gquilt.spec	9 Sep 2005 00:13:33 -0000	1.5
@@ -1,6 +1,6 @@
 Name:		gquilt
-Version:	0.13
-Release:	2%{?dist}
+Version:	0.14
+Release:	1%{?dist}
 License:	GPL
 Group:		Development/Tools
 Summary:	PyGTK GUI wrapper for quilt
@@ -53,6 +53,9 @@
 rm -rf "$RPM_BUILD_ROOT"
 
 %changelog
+* Thu Sep 8 2005 Josh Boyer <jwboyer at jdub.homelinux.org> 0.14-1
+- Update to latest release
+
 * Sun Aug 29 2005 Josh Boyer <jwboyer at jdub.homelinux.org> 0.13-2
 - Fix gtk 2.4 problems
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gquilt/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	28 Aug 2005 17:43:35 -0000	1.4
+++ sources	9 Sep 2005 00:13:33 -0000	1.5
@@ -1 +1 @@
-d69cbca85d12c299b189e531c65be1e4  gquilt-0.13.tar.gz
+3d4d853033f7b4b470ea8e3bc55737c8  gquilt-0.14.tar.gz




More information about the fedora-extras-commits mailing list