Author: qboosh Date: Sat Nov 20 09:26:39 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated db patch to support db up to 5.0 - release 3
---- Files affected: packages/3store3: 3store3-db.patch (1.1 -> 1.2) , 3store3.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/3store3/3store3-db.patch diff -u packages/3store3/3store3-db.patch:1.1 packages/3store3/3store3-db.patch:1.2 --- packages/3store3/3store3-db.patch:1.1 Mon Aug 25 20:17:40 2008 +++ packages/3store3/3store3-db.patch Sat Nov 20 10:26:34 2010 @@ -5,7 +5,7 @@ PKG_CHECK_MODULES([GLIB], glib-2.0 >= 2.2.0) -AC_SEARCH_LIBS([db_create], [db-4.4 db-4.3 db-4.2 db-4.1 db], [], AC_MSG_ERROR([Cannot find Berkeley DB library version 4])) -+AC_SEARCH_LIBS([db_create], [db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db], [], AC_MSG_ERROR([Cannot find Berkeley DB library version 4])) ++AC_SEARCH_LIBS([db_create], [db-5.0 db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db], [], AC_MSG_ERROR([Cannot find Berkeley DB library version 4+])) LIBS_SAVE=$LIBS LIBS="" ================================================================ Index: packages/3store3/3store3.spec diff -u packages/3store3/3store3.spec:1.7 packages/3store3/3store3.spec:1.8 --- packages/3store3/3store3.spec:1.7 Sat Nov 20 10:15:03 2010 +++ packages/3store3/3store3.spec Sat Nov 20 10:26:34 2010 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Silnik RDF 3store Name: 3store3 Version: 3.0.17 -Release: 2 +Release: 3 License: GPL v2+ Group: Libraries Source0: http://dl.sourceforge.net/threestore/%{name}-%{version}.tar.gz @@ -123,6 +123,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/11/20 09:26:34 qboosh +- updated db patch to support db up to 5.0 +- release 3 + Revision 1.7 2010/11/20 09:15:03 qboosh - added rasqal-disable-constrs (disable old-style rasqal constaints; now builds with rasql > 1.9.17, without new features support) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/3store3/3store3-db.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/3store3/3store3.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
