rpms/libnotify/devel libnotify-0.3.0-remove-config-h.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 2 23:21:18 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/libnotify/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14001

Modified Files:
	libnotify-0.3.0-remove-config-h.patch 
Log Message:
- deal with the fall out of config.h not getting included in
public headers


libnotify-0.3.0-remove-config-h.patch:
 libnotify/notifynotification.h |    1 -
 tests/test-basic.c             |    1 +
 tests/test-error.c             |    1 +
 tests/test-markup.c            |    1 +
 tests/test-replace-widget.c    |    2 ++
 tests/test-replace.c           |    2 ++
 tests/test-xy-stress.c         |    1 +
 tests/test-xy.c                |    1 +
 8 files changed, 9 insertions(+), 1 deletion(-)

Index: libnotify-0.3.0-remove-config-h.patch
===================================================================
RCS file: /cvs/dist/rpms/libnotify/devel/libnotify-0.3.0-remove-config-h.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnotify-0.3.0-remove-config-h.patch	2 Mar 2006 23:13:13 -0000	1.1
+++ libnotify-0.3.0-remove-config-h.patch	2 Mar 2006 23:21:14 -0000	1.2
@@ -1,3 +1,69 @@
+--- libnotify-0.3.0/tests/test-xy-stress.c.remove-config-h	2006-03-02 18:18:14.000000000 -0500
++++ libnotify-0.3.0/tests/test-xy-stress.c	2006-03-02 18:18:20.000000000 -0500
+@@ -18,6 +18,7 @@
+  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+  * Boston, MA  02111-1307, USA.
+  */
++#include "config.h"
+ 
+ #include <libnotify/notify.h>
+ #include <gdk/gdk.h>
+--- libnotify-0.3.0/tests/test-basic.c.remove-config-h	2006-03-02 18:16:39.000000000 -0500
++++ libnotify-0.3.0/tests/test-basic.c	2006-03-02 18:16:46.000000000 -0500
+@@ -18,6 +18,7 @@
+  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+  * Boston, MA  02111-1307, USA.
+  */
++#include "config.h"
+ 
+ #include <libnotify/notify.h>
+ #include <stdio.h>
+--- libnotify-0.3.0/tests/test-error.c.remove-config-h	2006-03-02 18:16:58.000000000 -0500
++++ libnotify-0.3.0/tests/test-error.c	2006-03-02 18:17:04.000000000 -0500
+@@ -18,6 +18,7 @@
+  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+  * Boston, MA  02111-1307, USA.
+  */
++#include "config.h"
+ 
+ #include <libnotify/notify.h>
+ #include <stdio.h>
+--- libnotify-0.3.0/tests/test-markup.c.remove-config-h	2006-03-02 18:17:13.000000000 -0500
++++ libnotify-0.3.0/tests/test-markup.c	2006-03-02 18:17:19.000000000 -0500
+@@ -18,6 +18,7 @@
+  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+  * Boston, MA  02111-1307, USA.
+  */
++#include "config.h"
+ 
+ #include <libnotify/notify.h>
+ #include <stdio.h>
+--- libnotify-0.3.0/tests/test-replace.c.remove-config-h	2006-03-02 18:17:35.000000000 -0500
++++ libnotify-0.3.0/tests/test-replace.c	2006-03-02 18:17:40.000000000 -0500
+@@ -1,3 +1,5 @@
++#include "config.h"
++
+ #include <libnotify/notify.h>
+ #include <stdio.h>
+ #include <unistd.h>
+--- libnotify-0.3.0/tests/test-replace-widget.c.remove-config-h	2006-03-02 18:17:51.000000000 -0500
++++ libnotify-0.3.0/tests/test-replace-widget.c	2006-03-02 18:17:56.000000000 -0500
+@@ -1,3 +1,5 @@
++#include "config.h"
++
+ #include <libnotify/notify.h>
+ #include <stdio.h>
+ #include <unistd.h>
+--- libnotify-0.3.0/tests/test-xy.c.remove-config-h	2006-03-02 18:18:02.000000000 -0500
++++ libnotify-0.3.0/tests/test-xy.c	2006-03-02 18:18:06.000000000 -0500
+@@ -18,6 +18,7 @@
+  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+  * Boston, MA  02111-1307, USA.
+  */
++#include "config.h"
+ 
+ #include <libnotify/notify.h>
+ #include <stdio.h>
 --- libnotify-0.3.0/libnotify/notifynotification.h.remove-config-h	2006-03-02 18:11:49.000000000 -0500
 +++ libnotify-0.3.0/libnotify/notifynotification.h	2006-03-02 18:11:52.000000000 -0500
 @@ -18,7 +18,6 @@




More information about the fedora-cvs-commits mailing list