Author: qboosh Date: Mon May 9 16:58:44 2011 GMT Module: packages Tag: HEAD ---- Log message: - added gcc patch (fixes build with gcc 4.6) - release 2
---- Files affected: packages/smartcardpp: smartcardpp.spec (1.2 -> 1.3) , smartcardpp-gcc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/smartcardpp/smartcardpp.spec diff -u packages/smartcardpp/smartcardpp.spec:1.2 packages/smartcardpp/smartcardpp.spec:1.3 --- packages/smartcardpp/smartcardpp.spec:1.2 Mon May 9 18:55:49 2011 +++ packages/smartcardpp/smartcardpp.spec Mon May 9 18:58:39 2011 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Biblioteka do dostępu do kart procesorowych Name: smartcardpp Version: 0.2.0 -Release: 1 +Release: 2 License: BSD Group: Libraries #Source0Download: http://code.google.com/p/esteid/downloads/list Source0: http://esteid.googlecode.com/files/%{name}-%{version}.tar.bz2 # Source0-md5: 4256e9d401864ce60f5d18de606c228f +Patch0: %{name}-gcc.patch URL: http://code.google.com/p/esteid/ BuildRequires: cmake >= 2.6 BuildRequires: libstdc++-devel @@ -43,6 +44,7 @@ %prep %setup -q +%patch0 -p1 %build install -d build @@ -79,6 +81,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/05/09 16:58:39 qboosh +- added gcc patch (fixes build with gcc 4.6) +- release 2 + Revision 1.2 2011/05/09 16:55:49 qboosh - package COPYING (specifies copyright holder) - pl ================================================================ Index: packages/smartcardpp/smartcardpp-gcc.patch diff -u /dev/null packages/smartcardpp/smartcardpp-gcc.patch:1.1 --- /dev/null Mon May 9 18:58:44 2011 +++ packages/smartcardpp/smartcardpp-gcc.patch Mon May 9 18:58:39 2011 @@ -0,0 +1,7 @@ +--- smartcardpp-0.2.0/locked_allocator.h.orig 2009-12-01 19:23:48.000000000 +0100 ++++ smartcardpp-0.2.0/locked_allocator.h 2011-05-09 17:40:19.499565137 +0200 +@@ -1,3 +1,4 @@ ++#include <cstddef> + #include <memory> + + template <class T> class locked_allocator; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/smartcardpp/smartcardpp.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
