Author: qboosh Date: Sun Aug 31 14:03:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.4.3
---- Files affected: SPECS: GiNaC.spec (1.26 -> 1.27) ---- Diffs: ================================================================ Index: SPECS/GiNaC.spec diff -u SPECS/GiNaC.spec:1.26 SPECS/GiNaC.spec:1.27 --- SPECS/GiNaC.spec:1.26 Thu Jan 24 02:47:47 2008 +++ SPECS/GiNaC.spec Sun Aug 31 16:03:45 2008 @@ -2,15 +2,16 @@ Summary: C++ class library for symbolic calculations Summary(pl.UTF-8): Biblioteka klas C++ do obliczeń symbolicznych Name: GiNaC -Version: 1.4.1 +Version: 1.4.3 Release: 1 License: GPL v2+ Group: Libraries Source0: ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ginac-%{version}.tar.bz2 -# Source0-md5: 37356db3fe520498f2857e3ed6daec82 +# Source0-md5: abad55c4ae27d5d65f525fabefaddd05 Patch0: %{name}-info.patch URL: http://www.ginac.de/ BuildRequires: automake +BuildRequires: bison >= 2.3 BuildRequires: cln-devel >= 1.1.6 BuildRequires: libstdc++-devel BuildRequires: pkgconfig @@ -78,6 +79,9 @@ %setup -q -n ginac-%{version} %patch0 -p1 +# generated with wrong bison version, miscompiled by gcc 4.1+ +%{__rm} ginac/input_parser.{cc,h} + %build cp -f /usr/share/automake/config.* . %configure @@ -97,10 +101,10 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/postshell +%post devel -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun devel -p /sbin/postshell +%postun devel -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files @@ -136,6 +140,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2008/08/31 14:03:45 qboosh +- updated to 1.4.3 + Revision 1.26 2008/01/24 01:47:47 glen - invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/GiNaC.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
