Author: adamg Date: Fri Feb 10 23:44:23 2012 GMT Module: packages Tag: HEAD ---- Log message: - fix build against automake-1.11.2 - fix build against libpng-1.5 - release 12 (rebuild against libpng-1.5)
---- Files affected: packages/crossfire: crossfire.spec (1.57 -> 1.58) ---- Diffs: ================================================================ Index: packages/crossfire/crossfire.spec diff -u packages/crossfire/crossfire.spec:1.57 packages/crossfire/crossfire.spec:1.58 --- packages/crossfire/crossfire.spec:1.57 Tue Feb 7 22:58:56 2012 +++ packages/crossfire/crossfire.spec Sat Feb 11 00:44:17 2012 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Serwer gry roguelike dla wielu graczy Name: crossfire Version: 1.9.1 -Release: 11 +Release: 12 License: GPL Group: X11/Applications/Games Source0: http://dl.sourceforge.net/crossfire/%{name}-%{version}.tar.gz @@ -15,6 +15,8 @@ Patch1: %{name}-check.patch Patch2: %{name}-daemon.patch Patch3: %{name}-python.patch +Patch4: %{name}-am.patch +Patch5: %{name}-libpng15.patch URL: http://crossfire.real-time.com/ BuildRequires: autoconf BuildRequires: automake @@ -103,6 +105,8 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build %{__libtoolize} @@ -204,6 +208,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.58 2012/02/10 23:44:17 adamg +- fix build against automake-1.11.2 +- fix build against libpng-1.5 +- release 12 (rebuild against libpng-1.5) + Revision 1.57 2012/02/07 21:58:56 arekm - release 11 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossfire/crossfire.spec?r1=1.57&r2=1.58&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
