rpms/at-spi/FC-5 at-spi-1.7.7-miscompile.patch, 1.1, 1.2 at-spi.spec, 1.32, 1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 17 14:16:34 UTC 2006


Author: mclasen

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

Modified Files:
	at-spi-1.7.7-miscompile.patch at-spi.spec 
Log Message:
revert 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/FC-5/at-spi-1.7.7-miscompile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- at-spi-1.7.7-miscompile.patch	4 Apr 2006 19:37:04 -0000	1.1
+++ at-spi-1.7.7-miscompile.patch	17 Apr 2006 14:16:18 -0000	1.2
@@ -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/FC-5/at-spi.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- at-spi.spec	4 Apr 2006 19:37:04 -0000	1.32
+++ at-spi.spec	17 Apr 2006 14:16:18 -0000	1.33
@@ -7,7 +7,7 @@
 Summary: Assistive Technology Service Provider Interface 
 Name: at-spi
 Version: 1.7.7
-Release: 1.fc5.1
+Release: 1.fc5.2
 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-1.fc5.2
+- Revert the previous change
+
 * Tue Apr  4 2006 Matthias Clasen <mclasen at redhat.com> - 1.7.7-1.fc5.1
 - Fix a missing declaration
 - Fix segfaults on x86_64




More information about the fedora-cvs-commits mailing list