Author: lisu Date: Tue Apr 27 14:38:13 2010 GMT Module: packages Tag: DEVEL ---- Log message: - up to 5.27.02 - enable linking against shared libraries for gsl - doesn't build yet (undefined references)
---- Files affected: packages/root: root.spec (1.25 -> 1.25.2.1) ---- Diffs: ================================================================ Index: packages/root/root.spec diff -u packages/root/root.spec:1.25 packages/root/root.spec:1.25.2.1 --- packages/root/root.spec:1.25 Thu Feb 11 08:52:04 2010 +++ packages/root/root.spec Tue Apr 27 16:38:08 2010 @@ -8,12 +8,12 @@ Summary: An object-oriented data analysis environment Summary(pl.UTF-8): Obiektowo zorientowane środowisko do analizowania danych Name: root -Version: 5.26.00b +Version: 5.27.02 Release: 0.1 License: LGPL v2.1+ Group: Applications Source0: ftp://root.cern.ch/root/%{name}_v%{version}.source.tar.gz -# Source0-md5: 47ba464cc6e7193a7803d34200b6ba66 +# Source0-md5: 636f8337f488c739336f23be59f34eb9 Patch0: %{name}-docs.patch URL: http://root.cern.ch/ BuildRequires: OpenGL-GLU-devel @@ -78,6 +78,7 @@ --disable-builtin-pcre \ --disable-builtin-zlib \ --disable-xrootd \ + --enable-gsl-shared \ --with-cc="%{__cc} %{rpmcflags}" \ --with-cxx="%{__cxx} %{rpmcxxflags}" \ --with-x11-libdir=%{_libdir} \ @@ -107,6 +108,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25.2.1 2010/04/27 14:38:08 lisu +- up to 5.27.02 +- enable linking against shared libraries for gsl +- doesn't build yet (undefined references) + Revision 1.25 2010/02/11 07:52:04 lisu - up to 5.26.00b - doesn't build ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root.spec?r1=1.25&r2=1.25.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
