rpms/SDLmm/FC-6 SDLmm-0.1.8-aclocal.patch, NONE, 1.1 SDLmm.spec, 1.1, 1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Mar 23 13:58:10 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/SDLmm/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16569

Modified Files:
	SDLmm.spec 
Added Files:
	SDLmm-0.1.8-aclocal.patch 
Log Message:
* Fri Mar 23 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.1.8-4
- Fixed underquired definition warning in /usr/share/aclocal/sdlmm.m4


SDLmm-0.1.8-aclocal.patch:

--- NEW FILE SDLmm-0.1.8-aclocal.patch ---
--- SDLmm-0.1.8/sdlmm.m4~	2007-03-23 14:42:57.000000000 +0100
+++ SDLmm-0.1.8/sdlmm.m4	2007-03-23 14:42:57.000000000 +0100
@@ -9,7 +9,7 @@
 dnl AM_PATH_SDLMM([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 dnl Test for SDLmm, and define SDLMM_CXXFLAGS and SDLMM_LIBS
 dnl
-AC_DEFUN(AM_PATH_SDLMM,
+AC_DEFUN([AM_PATH_SDLMM],
 [dnl 
 dnl Get the cflags and libraries from the ismap-config script
 dnl


Index: SDLmm.spec
===================================================================
RCS file: /cvs/extras/rpms/SDLmm/FC-6/SDLmm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SDLmm.spec	21 Mar 2007 19:53:41 -0000	1.1
+++ SDLmm.spec	23 Mar 2007 13:57:37 -0000	1.2
@@ -1,12 +1,13 @@
 Name:           SDLmm
 Version:        0.1.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        C++ interface for the popular SDL library
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://sdlmm.sourceforge.net/
 Source:         http://downloads.sourceforge.net/sdlmm/%{name}-%{version}.tar.bz2
 Patch0:         SDLmm-0.1.8-asc-fixes.patch
+Patch1:         SDLmm-0.1.8-aclocal.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL-devel
 
@@ -34,6 +35,7 @@
 %prep
 %setup -q
 %patch0 -p1 -z .asc
+%patch1 -p1 -z .aclocal
 # configure adds -lm to the LIBS to link in while it isn't used, and doesn't
 # add -lstdc++, so we fix those both in one go here.
 sed -i 's|  LIBS="-lm $LIBS"|  LIBS="-lstdc++ $LIBS"|' configure
@@ -78,6 +80,9 @@
 
 
 %changelog
+* Fri Mar 23 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.1.8-4
+- Fixed underquired definition warning in /usr/share/aclocal/sdlmm.m4
+
 * Wed Mar 21 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.1.8-3
 - Advanced Strategic Command (asc), the reason to package this, turns out to
   use its own private copy of SDLmm. This copy contains a few additional




More information about the fedora-extras-commits mailing list