rpms/geany/F-11 geany-0.17-debug.patch, NONE, 1.1 geany.spec, 1.23, 1.24

Jonathan G. Underwood jgu at fedoraproject.org
Sat Jun 20 14:56:40 UTC 2009


Author: jgu

Update of /cvs/extras/rpms/geany/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16947

Modified Files:
	geany.spec 
Added Files:
	geany-0.17-debug.patch 
Log Message:
* Sat Jun 20 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.17-4
- Add patch to output debugging message


geany-0.17-debug.patch:

--- NEW FILE geany-0.17-debug.patch ---
diff -up geany-0.17/src/ui_utils.c.debug geany-0.17/src/ui_utils.c
--- geany-0.17/src/ui_utils.c.debug	2009-06-20 15:47:55.000000000 +0100
+++ geany-0.17/src/ui_utils.c	2009-06-20 15:49:10.000000000 +0100
@@ -1788,6 +1788,7 @@ static void add_stock_items(void)
 	len = G_N_ELEMENTS(items);
 	for (i = 0; i < len; i++)
 	{
+	  g_message("blah");
 		pb = ui_new_pixbuf_from_stock(items[i].stock_id);
 		icon_set = gtk_icon_set_new();
 		icon_source = gtk_icon_source_new();


Index: geany.spec
===================================================================
RCS file: /cvs/extras/rpms/geany/F-11/geany.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- geany.spec	20 Jun 2009 12:00:48 -0000	1.23
+++ geany.spec	20 Jun 2009 14:56:09 -0000	1.24
@@ -1,6 +1,6 @@
 Name:      geany
 Version:   0.17
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   A fast and lightweight IDE using GTK2
 
 Group:     Development/Tools
@@ -22,6 +22,9 @@ Patch0:    save-all-tango.patch
 # Patch to fix missing button pixmaps
 Patch1:	   fix-button-pixmaps.patch
 
+# Debug patch
+Patch2:	   geany-0.17-debug.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel, intltool
@@ -58,6 +61,7 @@ Geany plug-ins. You do not need to insta
 
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1 -d .debug
 
 %build
 %configure --docdir=%{_docdir}/%{name}-%{version}
@@ -100,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/geany.pc
 
 %changelog
+* Sat Jun 20 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.17-4
+- Add patch to output debugging message
+
 * Sat Jun 20 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.17-3
 - Add patch to fix missing button pixmaps
 




More information about the fedora-extras-commits mailing list