]> git.pld-linux.org Git - packages/3store3.git/commitdiff
- added rasqal-disable-constrs (disable old-style rasqal constaints; now builds with...
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Nov 2010 09:15:03 +0000 (09:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    3store3-rasqal-disable-constrs.patch -> 1.1
    3store3.spec -> 1.7

3store3-rasqal-disable-constrs.patch [new file with mode: 0644]
3store3.spec

diff --git a/3store3-rasqal-disable-constrs.patch b/3store3-rasqal-disable-constrs.patch
new file mode 100644 (file)
index 0000000..d63ea8f
--- /dev/null
@@ -0,0 +1,16 @@
+--- 3store3-3.0.17/src/sql-compile.c.orig      2010-11-19 21:20:10.367102452 +0100
++++ 3store3-3.0.17/src/sql-compile.c   2010-11-20 09:44:36.963102452 +0100
+@@ -156,11 +156,13 @@
+           g_hash_table_foreach(symtab->hash, union_clear, opt_block);
+       }
+     }
++#if RASQAL_VERSION < 917
+     if ((opt && !reqd) || (!opt && reqd)) {
+       ts_parse_constr_seq(symtab,
+                       rasqal_graph_pattern_get_constraint_sequence(pattern),
+                       &sql_constrs[*opt_block], *opt_block);
+     }
++#endif
+ }
+ void union_clear(gpointer key, gpointer value, gpointer user_data)
index e990bede528a262821aeed6f910c5140452d0ab5..57019e9f896b9d168682695501a0f90755faf461 100644 (file)
@@ -10,6 +10,7 @@ Source0:      http://dl.sourceforge.net/threestore/%{name}-%{version}.tar.gz
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-rasqal.patch
 Patch2:                %{name}-db.patch
+Patch3:                %{name}-rasqal-disable-constrs.patch
 URL:           http://threestore.sourceforge.net/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -72,6 +73,7 @@ Statyczna biblioteka 3store.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
This page took 0.089994 seconds and 4 git commands to generate.