Author: arekm Date: Mon Jul 25 21:06:19 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.21; use bundled libs (see reasons in spec file)
---- Files affected: SPECS: monotone.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/monotone.spec diff -u SPECS/monotone.spec:1.10 SPECS/monotone.spec:1.11 --- SPECS/monotone.spec:1.10 Thu Jul 14 07:22:06 2005 +++ SPECS/monotone.spec Mon Jul 25 23:06:14 2005 @@ -1,13 +1,17 @@ # $Revision$, $Date$ +# NOTE: +# - bundled sqlite has local modifications to support large db +# - bundled lua is stripped, it doesn't contain some features +# that create security holes in monotone enviroment Summary: A free distributed version control system Summary(pl): Wolnodostępny rozproszony system kontroli wersji Name: monotone -Version: 0.20 +Version: 0.21 Release: 1 License: GPL v2 Group: Development/Version Control Source0: http://www.venge.net/monotone/downloads/%{name}-%{version}.tar.gz -# Source0-md5: 3bdf4da35ff576a401483815952f4045 +# Source0-md5: c30c96b97ae56268cac567bd8837b991 URL: http://www.venge.net/monotone/ BuildRequires: boost-date_time-devel BuildRequires: boost-devel >= 1.32.0-3 @@ -16,9 +20,7 @@ BuildRequires: boost-ref-devel BuildRequires: boost-test-devel BuildRequires: libidn-devel -BuildRequires: lua50-devel BuildRequires: popt-devel -BuildRequires: sqlite-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -49,8 +51,7 @@ %build CPPFLAGS="-I%{_includedir}/lua50"; export CPPFLAGS %configure \ - --without-bundled-sqlite \ - --without-bundled-lua + --enable-ipv6 %{__make} %install @@ -81,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2005/07/25 21:06:14 arekm +- up to 0.21; use bundled libs (see reasons in spec file) + Revision 1.10 2005/07/14 05:22:06 jareq - updated to 0.20 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/monotone.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
