rpms/dynamite/devel dynamite-m4.patch, NONE, 1.1 dynamite.spec, 1.8, 1.9

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Mar 28 15:17:46 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/dynamite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29798/devel

Modified Files:
	dynamite.spec 
Added Files:
	dynamite-m4.patch 
Log Message:
- fix #435583


dynamite-m4.patch:

--- NEW FILE dynamite-m4.patch ---
--- dynamite.m4.orig	2008-03-28 16:00:43.000000000 +0100
+++ dynamite.m4	2008-03-28 16:01:13.000000000 +0100
@@ -1,7 +1,7 @@
 dnl $Id: dynamite.m4,v 1.1 2003/08/22 12:31:05 twogood Exp $ vim: syntax=config
 dnl Check for libdynamite
 
-AC_DEFUN(AM_PATH_LIBDYNAMITE, [
+AC_DEFUN([AM_PATH_LIBDYNAMITE], [
 
   AC_ARG_WITH(libdynamite,
     AC_HELP_STRING(


Index: dynamite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dynamite/devel/dynamite.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dynamite.spec	11 Feb 2008 16:14:47 -0000	1.8
+++ dynamite.spec	28 Mar 2008 15:17:08 -0000	1.9
@@ -1,12 +1,15 @@
 Name:           dynamite
 Version:        0.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Extract data compressed with PKWARE Data Compression Library
 
 Group:          Applications/Communications
 License:        MIT
 URL:            http://synce.sourceforge.net/
 Source0:        http://dl.sf.net/synce/dynamite-0.1.tar.gz
+# fix #435583 Underquoted definition of AM_PATH_LIBDYNAMITE
+Patch0:         %{name}-m4.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -23,6 +26,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure --disable-static --disable-rpath
@@ -55,6 +59,10 @@
 %{_datadir}/aclocal/dynamite.m4
 
 %changelog
+* Fri Mar 28 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.1-9
+- fix #435583 Underquoted definition of AM_PATH_LIBDYNAMITE
+
 * Mon Feb 11 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 0.1-8
 - Rebuilt for gcc43
 




More information about the fedora-extras-commits mailing list