From: Jakub Bogusz Date: Sun, 26 Oct 2014 07:29:06 +0000 (+0100) Subject: - updated to 6.0.30 (note: data format changed for BLOBs) X-Git-Tag: auto/th/db6.0-6.0.30.0-1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fdb6.0.git;a=commitdiff_plain;h=c8cd02c21007290a73bb4bc9a6a7702a24198409 - updated to 6.0.30 (note: data format changed for BLOBs) --- diff --git a/db6.0.spec b/db6.0.spec index 62f186e..69a31e7 100644 --- a/db6.0.spec +++ b/db6.0.spec @@ -11,21 +11,21 @@ %define major 6 %define libver %{major}.0 -%define ver %{libver}.20 +%define ver %{libver}.30 %define patchlevel 0 Summary: Berkeley DB database library for C Summary(pl.UTF-8): Biblioteka C do obsługi baz Berkeley DB Name: db6.0 Version: %{ver}.%{patchlevel} -Release: 2 +Release: 1 License: AGPL v3 Group: Libraries -#Source0Download: http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html +#Source0Download: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index-082944.html Source0: http://download.oracle.com/berkeley-db/db-%{ver}.tar.gz -# Source0-md5: f73afcb308aefde7e6ece4caa87b22a9 +# Source0-md5: ad28eb86ad3203b5422844db179c585b Patch0: %{name}-link.patch Patch1: %{name}-sql-features.patch -URL: http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html +URL: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html BuildRequires: automake %if %{with java} BuildRequires: jdk