Author: lisu Date: Fri Oct 30 10:26:00 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.3.1 - include missing headers (headers.patch) - fix malloc() and free() call in the code (malloc.patch) - no more sed hacks
---- Files affected: packages/qonk: qonk.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/qonk/qonk.spec diff -u packages/qonk/qonk.spec:1.2 packages/qonk/qonk.spec:1.3 --- packages/qonk/qonk.spec:1.2 Fri May 30 23:29:50 2008 +++ packages/qonk/qonk.spec Fri Oct 30 11:25:54 2009 @@ -5,12 +5,14 @@ Summary: Simple solar system build-and-conquer game Summary(pl.UTF-8): Prosta gra typu "buduj i zdobywaj" Name: qonk -Version: 0.3.0 +Version: 0.3.1 Release: 0.1 License: GPL v2+ Group: X11/Applications/Games Source0: http://dl.sourceforge.net/qonk/%{name}-%{version}.tar.gz -# Source0-md5: 7460e5e1e28fd1e0ed0fa51b1afb138c +# Source0-md5: 9491980477ac5beb5bba6b8234d2ddfd +Patch0: %{name}-headers.patch +Patch1: %{name}-malloc.patch URL: http://scratchpad.wikia.com/wiki/Qonk BuildRequires: SDL-devel >= 1.2 BuildRequires: SDL_gfx-devel >= 1.2 @@ -18,7 +20,6 @@ BuildRequires: SDL_ttf-devel >= 2.0 BuildRequires: autoconf BuildRequires: automake -BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -42,7 +43,8 @@ %prep %setup -q -%{__sed} -i '[email protected]@%{_datadir}/%{name}/font.ttf@' src/canvas.cpp +%patch0 -p1 +%patch1 -p1 %build %{__aclocal} @@ -73,6 +75,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2009/10/30 10:25:54 lisu +- updated to 0.3.1 +- include missing headers (headers.patch) +- fix malloc() and free() call in the code (malloc.patch) +- no more sed hacks + Revision 1.2 2008/05/30 21:29:50 qboosh - pl fixes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qonk/qonk.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
