Author: qboosh Date: Thu Oct 13 19:29:59 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - don't use "this" as parameter name in mspack.h (broke C++ compilation) - release 2
---- Files affected: SPECS: libmspack.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/libmspack.spec diff -u SPECS/libmspack.spec:1.1 SPECS/libmspack.spec:1.2 --- SPECS/libmspack.spec:1.1 Thu Oct 13 19:38:52 2005 +++ SPECS/libmspack.spec Thu Oct 13 21:29:51 2005 @@ -3,7 +3,7 @@ Summary(pl): Biblioteka do formatów kompresji używanych przez Microsoft Name: libmspack Version: 0.0.20040308alpha -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.gz @@ -52,6 +52,8 @@ %prep %setup -q +sed -i -e 's/\*this\>/*/' mspack/mspack.h + %build %configure %{__make} @@ -90,5 +92,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/10/13 19:29:51 qboosh +- don't use "this" as parameter name in mspack.h (broke C++ compilation) +- release 2 + Revision 1.1 2005/10/13 17:38:52 qboosh - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libmspack.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
