[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/g-wrap/devel g-wrap.m4.diff,NONE,1.1 g-wrap.spec,1.13,1.14
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/g-wrap/devel g-wrap.m4.diff,NONE,1.1 g-wrap.spec,1.13,1.14
- Date: Thu, 7 Jul 2005 10:52:18 -0400
Author: notting
Update of /cvs/dist/rpms/g-wrap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18366
Modified Files:
g-wrap.spec
Added Files:
g-wrap.m4.diff
Log Message:
add m4 patch ((rc040203 freenet de))
g-wrap.m4.diff:
g-wrap.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE g-wrap.m4.diff ---
--- g-wrap.m4~ 2005-07-07 10:31:10.000000000 +0200
+++ g-wrap.m4 2005-07-07 10:31:44.000000000 +0200
@@ -4,7 +4,7 @@
dnl check whether we use the old or new guile smobs
-AC_DEFUN(AC_GWRAP_CHECK_GUILE,
+AC_DEFUN([AC_GWRAP_CHECK_GUILE],
[if test x$GUILE = x ; then
AC_PATH_PROG(GUILE, guile, no)
fi
@@ -20,7 +20,7 @@
dnl tests for minimum version of g-wrap.
dnl sets G_WRAP_CONFIG and GWRAP_OLD_GUILE_SMOB if needed.
-AC_DEFUN(AM_PATH_GWRAP,
+AC_DEFUN([AM_PATH_GWRAP],
[dnl
dnl
dnl
Index: g-wrap.spec
===================================================================
RCS file: /cvs/dist/rpms/g-wrap/devel/g-wrap.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- g-wrap.spec 7 Mar 2005 23:45:16 -0000 1.13
+++ g-wrap.spec 7 Jul 2005 14:52:15 -0000 1.14
@@ -10,6 +10,7 @@
Source: ftp://ftp.gnucash.org/pub/g-wrap/g-wrap-%{version}.tar.gz
Patch0: g-wrap-info.patch
Patch1: g-wrap-1.3.4-arch.patch
+Patch2: g-wrap.m4.diff
BuildPrereq: guile-devel umb-scheme gtk+-devel
%description
@@ -38,6 +39,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p0
%build
#cp /usr/share/libtool/config.{sub,guess} .
@@ -93,6 +95,9 @@
%doc %{_infodir}/g-wrap.info*
%changelog
+* Thu Jul 7 2005 Bill Nottingham <notting redhat com> 1.3.4-9
+- add patch for M4 quoting (#162649, <rc040203 freenet de>)
+
* Mon Mar 7 2005 Bill Nottingham <notting redhat com> 1.3.4-8
- rebuild
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]