rpms/at-spi/devel at-spi-1.7.7-miscompile.patch, 1.3, 1.4 at-spi.spec, 1.35, 1.36

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 17 13:07:15 UTC 2006


Author: mclasen

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

Modified Files:
	at-spi-1.7.7-miscompile.patch at-spi.spec 
Log Message:
revert the previous change


at-spi-1.7.7-miscompile.patch:
 atk-bridge/bridge.c       |    2 +-
 cspi/bonobo/cspi-bonobo.c |    5 ++++-
 libspi/util.c             |    2 ++
 registryd/registry-main.c |    2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

Index: at-spi-1.7.7-miscompile.patch
===================================================================
RCS file: /cvs/dist/rpms/at-spi/devel/at-spi-1.7.7-miscompile.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- at-spi-1.7.7-miscompile.patch	4 Apr 2006 19:21:30 -0000	1.3
+++ at-spi-1.7.7-miscompile.patch	17 Apr 2006 13:07:11 -0000	1.4
@@ -20,15 +20,6 @@
  		{
  		    *screen_p = '\0';
  		}
-@@ -694,7 +694,7 @@
-   
-   g_free (e.type);
- 
--  if (e.any_data._release) CORBA_free (&e.any_data._value);
-+  if (e.any_data._release) CORBA_free (e.any_data._value);
-   
-   va_end (args);
- 
 --- at-spi-1.7.7/cspi/bonobo/cspi-bonobo.c.miscompile	2006-04-04 14:20:31.000000000 -0400
 +++ at-spi-1.7.7/cspi/bonobo/cspi-bonobo.c	2006-04-04 14:21:18.000000000 -0400
 @@ -26,6 +26,9 @@


Index: at-spi.spec
===================================================================
RCS file: /cvs/dist/rpms/at-spi/devel/at-spi.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- at-spi.spec	4 Apr 2006 19:21:30 -0000	1.35
+++ at-spi.spec	17 Apr 2006 13:07:11 -0000	1.36
@@ -7,7 +7,7 @@
 Summary: Assistive Technology Service Provider Interface 
 Name: at-spi
 Version: 1.7.7
-Release: 5
+Release: 6
 URL: http://developer.gnome.org/projects/gap/
 Source0: %{name}-%{version}.tar.bz2
 Patch0: at-spi-1.7.7-miscompile.patch
@@ -92,6 +92,9 @@
 %{_includedir}/* 
 
 %changelog
+* Mon Apr 17 2006 Matthias Clasen <mclasen at redhat.com> - 1.7.7-6
+- Revert the previous change
+
 * Tue Apr  4 2006 Matthias Clasen <mclasen at redhat.com> - 1.7.7-5
 - Fix a missing declaration
 - Fix segfaults on x86_64




More information about the fedora-cvs-commits mailing list