diff --git a/.cvsignore b/.cvsignore index 1bec1d4..19f6c92 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -virtuoso-opensource-5.0.11.tar.gz +virtuoso-opensource-20090916.tar.gz diff --git a/sources b/sources index 4f65f18..a92360c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d5507b2a8d244c62f32f1203f10b9d1 virtuoso-opensource-5.0.11.tar.gz +718ce53e6b19e25aab8db4a2564fb17a virtuoso-opensource-20090916.tar.gz diff --git a/virtuoso-opensource.spec b/virtuoso-opensource.spec index d997d20..e6de2f6 100644 --- a/virtuoso-opensource.spec +++ b/virtuoso-opensource.spec @@ -1,13 +1,17 @@ + +%define snap 20090916 + Name: virtuoso-opensource -Version: 5.0.11 -Release: 4%{?dist} +Version: 5.0.12 +Release: 0.1.rc9.%{snap}%{?dist} Summary: A high-performance object-relational SQL database Group: Applications/Databases # see LICENSE for exception details License: GPLv2 with exceptions URL: http://virtuoso.sourceforge.net/ -Source0: http://download.sourceforge.net/virtuoso/virtuoso-opensource-%{version}.tar.gz +#Source0: http://download.sourceforge.net/virtuoso/virtuoso-opensource-%{version}.tar.gz +Source0: ftp://download.openlinksw.com/support/vos/virtuoso-opensource-%{snap}.tar.gz Patch1: virtuoso-opensource-5.0.11-openssl.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -21,6 +25,7 @@ BuildRequires: htmldoc BuildRequires: openldap-devel BuildRequires: openssl-devel BuildRequires: libxml2-devel +BuildRequires: zlib-devel Provides: virtuoso = %{version}-%{release} @@ -66,7 +71,7 @@ Requires: %{name} = %{version}-%{release} %prep -%setup -q -n virtuoso-opensource-%{version} +%setup -q -n virtuoso-opensource%{!?snap:-%{version}}%{?snap:-%{snap}} %patch1 -p1 -b .openssl @@ -75,6 +80,7 @@ Requires: %{name} = %{version}-%{release} %configure \ --with-layout=redhat \ --enable-shared --disable-static \ + --without-internal-zlib \ --with-debug # smp busted @@ -141,6 +147,9 @@ rm -rf %{buildroot} %changelog +* Sun Oct 11 2009 Rex Dieter 5.0.12-0.1.rc9.20090916 +- virtuoso-opensource-20090916 (5.0.12-rc9) + * Wed Aug 26 2009 Tomas Mraz - 5.0.11-4 - rebuilt with new openssl