]> git.pld-linux.org Git - packages/3store3.git/commitdiff
- updated db patch to support db up to 5.0 master
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Nov 2010 09:26:34 +0000 (09:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    3store3-db.patch -> 1.2
    3store3.spec -> 1.8

3store3-db.patch
3store3.spec

index 3db90a4696323ab0c9bf88d130dc129ef5794cfc..b0827b3ab7693374f7eeacac21e507c19eb4e3fc 100644 (file)
@@ -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 57019e9f896b9d168682695501a0f90755faf461..537b45cd764e4479e7a1c0626514363df71931ac 100644 (file)
@@ -2,7 +2,7 @@ Summary:        3store RDF engine
 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
This page took 0.068052 seconds and 4 git commands to generate.