rpms/at-spi/devel at-spi-1.7.7-miscompile.patch, NONE, 1.1 at-spi.spec, 1.32, 1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 4 17:50:33 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/at-spi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21992

Modified Files:
	at-spi.spec 
Added Files:
	at-spi-1.7.7-miscompile.patch 
Log Message:
fix a missing declaration


at-spi-1.7.7-miscompile.patch:
 util.c |    2 ++
 1 files changed, 2 insertions(+)

--- NEW FILE at-spi-1.7.7-miscompile.patch ---
--- at-spi-1.7.7/libspi/util.c.miscompile	2006-04-04 13:47:50.000000000 -0400
+++ at-spi-1.7.7/libspi/util.c	2006-04-04 13:48:35.000000000 -0400
@@ -36,6 +36,8 @@
 
 static char *spi_atk_bridge_null_string = "";
 
+Accessibility_Role spi_accessible_role_from_atk_role (AtkRole role);
+
 Accessibility_Role
 spi_role_from_atk_role (AtkRole role)
 {


Index: at-spi.spec
===================================================================
RCS file: /cvs/dist/rpms/at-spi/devel/at-spi.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- at-spi.spec	4 Apr 2006 14:35:51 -0000	1.32
+++ at-spi.spec	4 Apr 2006 17:50:31 -0000	1.33
@@ -7,9 +7,10 @@
 Summary: Assistive Technology Service Provider Interface 
 Name: at-spi
 Version: 1.7.7
-Release: 1
+Release: 3
 URL: http://developer.gnome.org/projects/gap/
 Source0: %{name}-%{version}.tar.bz2
+Patch0: at-spi-1.7.7-miscompile.patch
 
 License: LGPL
 Group: System Environment/Libraries
@@ -50,6 +51,7 @@
 
 %prep
 %setup -q
+%patch -p1 -b .miscompile
 
 %build
 %configure --disable-gtk-doc
@@ -90,6 +92,9 @@
 %{_includedir}/* 
 
 %changelog
+* Tue Apr  4 2006 Matthias Clasen <mclasen at redhat.com> - 1.7.7-3
+- Fix a missing declaration
+
 * Tue Apr  4 2006 Matthias Clasen <mclasen at redhat.com> - 1.7.7-1
 - Update to 1.7.7
 




More information about the fedora-cvs-commits mailing list