[virtuoso-opensource] 6.1.5

Rex Dieter rdieter at fedoraproject.org
Fri Mar 16 15:14:30 UTC 2012


commit 6d522d7a36305c9a4ce3d9ffd7c82705aff8fc26
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Mar 16 10:16:16 2012 -0500

    6.1.5

 .gitignore               |    3 +--
 sources                  |    2 +-
 virtuoso-opensource.spec |   12 +++++++++---
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7276054..da76e32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-/virtuoso-opensource-6.1.2.tar.gz
-/virtuoso-opensource-6.1.3.tar.gz
 /virtuoso-opensource-6.1.4.tar.gz
+/virtuoso-opensource-6.1.5.tar.gz
diff --git a/sources b/sources
index 528e34a..d384fbd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7110a0b4b171b84850d346f4fe648172  virtuoso-opensource-6.1.4.tar.gz
+f81f1e31fbda93b0a408953309f2d1a5  virtuoso-opensource-6.1.5.tar.gz
diff --git a/virtuoso-opensource.spec b/virtuoso-opensource.spec
index 8203e6f..e25ac2a 100644
--- a/virtuoso-opensource.spec
+++ b/virtuoso-opensource.spec
@@ -8,8 +8,8 @@
 
 Name:    virtuoso-opensource
 Epoch:   1
-Version: 6.1.4
-Release: 4%{?dist}
+Version: 6.1.5
+Release: 1%{?dist}
 Summary: A high-performance object-relational SQL database
 
 Group:   Applications/Databases
@@ -28,6 +28,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Patch51: virtuoso-opensource-6.1.0-external_iodbc.patch
 Patch52: virtuoso-opensource-6.1.0-nodemos_buildfix.patch
 Patch53: virtuoso-opensource-6.1.4-no_strip.patch
+Patch54: virtuoso-opensource-6.1.5-no_sparqlwords.patch
 
 ## Upstream patches
 
@@ -98,6 +99,7 @@ Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
 %patch52 -p1 -b .nodemos_buildfix
 %endif
 %patch53 -p1 -b .no_strip
+%patch54 -p1 -b .no_sparqlwords
 
 # required by both patch52/53
 ./autogen.sh
@@ -106,7 +108,7 @@ find -name "*.jar"
 find -name "*.jar" -delete
 
 # hack in links for --with-odbc below
-# not sure this is any better than our external_iodbc patch above
+# not sure this is better than our external_iodbc patch above
 mkdir libiodbc
 pushd libiodbc
 ln -s %(pkg-config --variable includedir libiodbc) include
@@ -122,6 +124,7 @@ popd
   --with-iodbc=`pwd`/libiodbc \
   --enable-openssl \
   --disable-imagemagick \
+  --disable-wbxml2 \
   %{?_disable_all_vads} 
 
 make %{?_smp_mflags}
@@ -211,6 +214,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Mar 16 2012 Rex Dieter <rdieter at fedoraproject.org> 1:6.1.5-1
+- 6.1.5
+
 * Wed Jan 18 2012 Rex Dieter <rdieter at fedoraproject.org> 1:6.1.4-4
 - make proper optimized build 
 - -utils: include both normal and iodbc variants


More information about the scm-commits mailing list