rpms/libstroke/devel libstroke-aclocal.patch, NONE, 1.1 libstroke.spec, 1.2, 1.3

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Thu Mar 1 17:06:43 UTC 2007


Author: chitlesh

Update of /cvs/extras/rpms/libstroke/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13983/devel

Modified Files:
	libstroke.spec 
Added Files:
	libstroke-aclocal.patch 
Log Message:
auto-import libstroke-0.5.1-14 on branch devel from libstroke-0.5.1-14.src.rpm

libstroke-aclocal.patch:

--- NEW FILE libstroke-aclocal.patch ---
diff -dur libstroke-0.5.1.ORIG/libgstroke.m4 libstroke-0.5.1/libgstroke.m4
--- libstroke-0.5.1.ORIG/libgstroke.m4	2001-07-05 06:44:54.000000000 -0600
+++ libstroke-0.5.1/libgstroke.m4	2007-02-28 17:10:21.000000000 -0700
@@ -26,7 +26,7 @@
 dnl                     if different from name
 dnl description         (optional) used to construct help string
 dnl
-AC_DEFUN(smr_ARG_WITHLIB, [
+AC_DEFUN([smr_ARG_WITHLIB], [
 
 ifelse($2, , smr_lib=[$1], smr_lib=[$2])
 
@@ -74,7 +74,7 @@
 dnl extra-flags         (optional) flags required when compiling the
 dnl                     header, typically more includes; for ex. X_CFLAGS
 dnl
-AC_DEFUN(smr_ARG_WITHINCLUDES, [
+AC_DEFUN([smr_ARG_WITHINCLUDES] , [
 
 AC_ARG_WITH([$1]-includes,
 [  --with-$1-includes=DIR  set directory for $1 headers],
@@ -116,7 +116,7 @@
 dnl x-libs      (optional) extra libraries, if needed to link with lib
 dnl x-flags     (optional) extra flags, if needed to include header files
 dnl
-AC_DEFUN(smr_CHECK_LIB,
+AC_DEFUN([smr_CHECK_LIB],
 [
 ifelse($2, , smr_lib=[$1], smr_lib=[$2])
 ifelse($5, , , smr_header=[$5])
diff -dur libstroke-0.5.1.ORIG/libstroke.m4 libstroke-0.5.1/libstroke.m4
--- libstroke-0.5.1.ORIG/libstroke.m4	2001-07-05 06:44:54.000000000 -0600
+++ libstroke-0.5.1/libstroke.m4	2007-02-28 17:09:46.000000000 -0700
@@ -26,7 +26,7 @@
 dnl                     if different from name
 dnl description         (optional) used to construct help string
 dnl
-AC_DEFUN(smr_ARG_WITHLIB, [
+AC_DEFUN([smr_ARG_WITHLIB], [
 
 ifelse($2, , smr_lib=[$1], smr_lib=[$2])
 
@@ -74,7 +74,7 @@
 dnl extra-flags         (optional) flags required when compiling the
 dnl                     header, typically more includes; for ex. X_CFLAGS
 dnl
-AC_DEFUN(smr_ARG_WITHINCLUDES, [
+AC_DEFUN([smr_ARG_WITHINCLUDES], [
 
 AC_ARG_WITH([$1]-includes,
 [  --with-$1-includes=DIR  set directory for $1 headers],
@@ -116,7 +116,7 @@
 dnl x-libs      (optional) extra libraries, if needed to link with lib
 dnl x-flags     (optional) extra flags, if needed to include header files
 dnl
-AC_DEFUN(smr_CHECK_LIB,
+AC_DEFUN([smr_CHECK_LIB],
 [
 ifelse($2, , smr_lib=[$1], smr_lib=[$2])
 ifelse($5, , , smr_header=[$5])


Index: libstroke.spec
===================================================================
RCS file: /cvs/extras/rpms/libstroke/devel/libstroke.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libstroke.spec	26 Feb 2007 17:45:06 -0000	1.2
+++ libstroke.spec	1 Mar 2007 17:06:08 -0000	1.3
@@ -1,6 +1,6 @@
 Name:              libstroke
 Version:           0.5.1
-Release:           13%{?dist}
+Release:           14%{?dist}
 
 Summary:           A stroke interface library
 License:           GPL
@@ -14,6 +14,8 @@
 Requires(post):    /sbin/ldconfig
 Requires(postun):  /sbin/ldconfig
 
+Patch0:            libstroke-aclocal.patch
+
 %description
 LibStroke is a stroke interface library.  Strokes are motions
 of the mouse that can be interpreted by a program as a command.
@@ -59,6 +61,8 @@
 %prep
 %setup -q
 
+%patch0 -p1 -b .aclocal
+
 %build
 %configure \
     --disable-static \
@@ -120,6 +124,9 @@
 
 
 %Changelog
+* Thu Mar 01 2007 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.5.1-14
+- patch for underquoted definitions #226886
+
 * Mon Feb 26 2007 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.5.1-13
 - Fixed multilibs issues for rawhide
 




More information about the fedora-extras-commits mailing list