rpms/at-poke/devel at-poke-0.2.2-lvalue.patch, NONE, 1.1 at-poke-0.2.2-weakref.patch, NONE, 1.1 at-poke.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jonathan Blandford (jrb) fedora-extras-commits at redhat.com
Thu Jul 28 20:55:05 UTC 2005


Author: jrb

Update of /cvs/extras/rpms/at-poke/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4312/devel

Modified Files:
	.cvsignore sources 
Added Files:
	at-poke-0.2.2-lvalue.patch at-poke-0.2.2-weakref.patch 
	at-poke.spec 
Log Message:
auto-import at-poke-0.2.2-1 on branch devel from at-poke-0.2.2-1.src.rpm

at-poke-0.2.2-lvalue.patch:

--- NEW FILE at-poke-0.2.2-lvalue.patch ---
--- at-poke-0.2.2/src/accessible-tree-model.c.lvalue	2005-07-26 22:26:55.000000000 -0400
+++ at-poke-0.2.2/src/accessible-tree-model.c	2005-07-26 22:31:07.000000000 -0400
@@ -113,7 +113,7 @@
 		return make_iter_invalid (iter);
 
 	iter->stamp = ACCESSIBLE_TREE_MODEL (model)->stamp;
-	ITER_NODE (iter) = node;
+	iter->user_data = node;
 	iter->user_data2 = NULL;
 	iter->user_data3 = NULL;
 

at-poke-0.2.2-weakref.patch:

--- NEW FILE at-poke-0.2.2-weakref.patch ---
--- at-poke-0.2.2/src/poke.c.weakref	2005-07-26 23:46:10.000000000 -0400
+++ at-poke-0.2.2/src/poke.c	2005-07-26 23:48:31.000000000 -0400
@@ -1591,6 +1591,7 @@
 
 		poker->window = glade_xml_get_widget (
 			poker->xml, "poker_window");
+		g_object_add_weak_pointer (G_OBJECT (poker->window), (gpointer *) &(poker->window));
 
 		closure = g_cclosure_new (
 			G_CALLBACK (root_died_cb), poker, NULL);


--- NEW FILE at-poke.spec ---
Summary: A tool for poking things
Name: at-poke
Version: 0.2.2
Release: 1
License: GPL
Group: Desktop/Accessibility
URL: http://www.gnome.org/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Patch1: at-poke-0.2.2-lvalue.patch
Patch2: at-poke-0.2.2-weakref.patch
Requires: libgail-gnome
BuildRequires: libgail-gnome-devel
BuildRequires: gtk2-devel

%description
at-poke is a simple tool for introspecting applications using the
GNOME accessibility framework.

%prep
%setup -q
%patch1 -p1 -b .lvalue
%patch2 -p1 -b .weakref

%configure

%build
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc
%{_bindir}/at-poke
%{_datadir}/at-poke/at-poke.glade2


%changelog
* Tue Jul 26 2005  <jrb at redhat.com> - poke-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/at-poke/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jul 2005 20:54:36 -0000	1.1
+++ .cvsignore	28 Jul 2005 20:55:03 -0000	1.2
@@ -0,0 +1 @@
+at-poke-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/at-poke/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jul 2005 20:54:36 -0000	1.1
+++ sources	28 Jul 2005 20:55:03 -0000	1.2
@@ -0,0 +1 @@
+17874a3340dfc3ec289018fb5545833f  at-poke-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list