|
|
Author: mclasen
Update of /cvs/dist/rpms/at-spi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16584
Modified Files:
at-spi.spec
Added Files:
at-spi-1.7.11-spew.patch
Log Message:
remove debug spew
at-spi-1.7.11-spew.patch:
application.c | 1 -
1 files changed, 1 deletion(-)
--- NEW FILE at-spi-1.7.11-spew.patch ---
--- at-spi-1.7.11/libspi/application.c.spew 2006-08-23 01:20:11.000000000
-0400
+++ at-spi-1.7.11/libspi/application.c 2006-08-23 01:20:16.000000000 -0400
@@ -67,7 +67,6 @@
g_list_free (application->toolkit_listeners);
application->toolkit_listeners = NULL;
- g_print ("application finalize called\n");
(G_OBJECT_CLASS (spi_application_parent_class))->finalize (object);
}
Index: at-spi.spec
===================================================================
RCS file: /cvs/dist/rpms/at-spi/devel/at-spi.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- at-spi.spec 21 Aug 2006 20:22:54 -0000 1.51
+++ at-spi.spec 23 Aug 2006 06:20:56 -0000 1.52
@@ -7,9 +7,10 @@
Summary: Assistive Technology Service Provider Interface
Name: at-spi
Version: 1.7.11
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://developer.gnome.org/projects/gap/
Source0: %{name}-%{version}.tar.bz2
+Patch0: at-spi-1.7.11-spew.patch
License: LGPL
Group: System Environment/Libraries
@@ -56,6 +57,7 @@
%prep
%setup -q
+%patch0 -p1 -b .spew
%build
%configure --disable-gtk-doc
@@ -96,6 +98,9 @@
%{_includedir}/*
%changelog
+* Wed Aug 23 2006 Matthias Clasen <mclasen@xxxxxxxxxx> - 1.7.11-2.fc6
+- Remove debug spew
+
* Mon Aug 21 2006 Matthias Clasen <mclasen@xxxxxxxxxx> - 1.7.11-1.fc6
- Update to 1.7.11
- Drop upstreamed patch
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|