rpms/log4c/devel 507427-Fix-M4-file.patch, NONE, 1.1 log4c.spec, 1.3, 1.4

alexh alexh at fedoraproject.org
Sat Sep 5 08:34:42 UTC 2009


Author: alexh

Update of /cvs/pkgs/rpms/log4c/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2885

Modified Files:
	log4c.spec 
Added Files:
	507427-Fix-M4-file.patch 
Log Message:
* Sat Sep 05 2009 Alex (Fedora Packaging Account) <fedora at alexhudson.com> - 1.2.1-7
- Added patch to fix underquoting in M4 file (bug #507427)


507427-Fix-M4-file.patch:
 log4c.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE 507427-Fix-M4-file.patch ---
diff -Nadru log4c-1.2.1/log4c.m4 log4c-1.2.1-fixed/log4c.m4
--- log4c-1.2.1/log4c.m4	2007-09-24 20:12:16.000000000 +0100
+++ log4c-1.2.1-fixed/log4c.m4	2009-07-30 07:38:06.232116855 +0100
@@ -4,7 +4,7 @@
 dnl AM_PATH_LOG4C([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 dnl Test for LOG4C, and define LOG4C_CFLAGS and LOG4C_LIBS
 dnl
-AC_DEFUN(AM_PATH_LOG4C,
+AC_DEFUN([AM_PATH_LOG4C],
 [dnl 
 dnl Get the cflags and libraries from the log4c-config script
 dnl


Index: log4c.spec
===================================================================
RCS file: /cvs/pkgs/rpms/log4c/devel/log4c.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- log4c.spec	25 Jul 2009 11:13:28 -0000	1.3
+++ log4c.spec	5 Sep 2009 08:34:42 -0000	1.4
@@ -1,12 +1,13 @@
 Name:		log4c
 Version:	1.2.1
-Release:	5%{?dist}
+Release:	7%{?dist}
 Summary:	Library for logging application messages
 
 Group:		System Environment/Libraries
 License:	LGPLv2+
 URL:		http://log4c.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:		507427-Fix-M4-file.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	expat-devel
 
@@ -28,6 +29,7 @@ you will need to install %{name}-devel.
 
 %prep
 %setup -q 
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -61,6 +63,9 @@ rm -rf %{buildroot}
 %{_datadir}/aclocal/log4c.m4
 
 %changelog
+* Sat Sep 05 2009 Alex (Fedora Packaging Account) <fedora at alexhudson.com> - 1.2.1-7
+- Added patch to fix underquoting in M4 file (bug #507427)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list