rpms/dynamite/F-8 dynamite-m4.patch,NONE,1.1 dynamite.spec,1.7,1.8

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


Author: awjb

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

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/F-8/dynamite.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dynamite.spec	22 Aug 2007 07:09:59 -0000	1.7
+++ dynamite.spec	28 Mar 2008 15:17:01 -0000	1.8
@@ -1,12 +1,14 @@
 Name:           dynamite
 Version:        0.1
-Release:        7%{?dist}
+Release:        8%{?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 +25,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure --disable-static --disable-rpath
@@ -55,6 +58,10 @@
 %{_datadir}/aclocal/dynamite.m4
 
 %changelog
+* Fri Mar 28 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.1-8
+- fix #435583 Underquoted definition of AM_PATH_LIBDYNAMITE
+
 * Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.1-7
 - rebuild for buildid




More information about the fedora-extras-commits mailing list