[libdb] update to 5.3.15 http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html

Jindrich Novy jnovy at fedoraproject.org
Tue Mar 20 10:52:34 UTC 2012


commit 4b3bb3bf9626a3b901a2ead84b7be43aa8ed3226
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Tue Mar 20 11:40:24 2012 +0100

    update to 5.3.15
    http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html

 .gitignore |    2 +-
 libdb.spec |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb68323..6e77fc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /db.1.85.tar.gz
-/db-5.2.36.tar.gz
+/db-5.3.15.tar.gz
diff --git a/libdb.spec b/libdb.spec
index 72f54a2..66f23da 100644
--- a/libdb.spec
+++ b/libdb.spec
@@ -1,10 +1,10 @@
 %define __soversion_major 5
-%define __soversion %{__soversion_major}.2
+%define __soversion %{__soversion_major}.3
 
 Summary: The Berkeley DB database library for C
 Name: libdb
-Version: 5.2.36
-Release: 5%{?dist}
+Version: 5.3.15
+Release: 1%{?dist}
 Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
 # db-1.85 upstream patches
@@ -353,6 +353,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/java/*.jar
 
 %changelog
+* Thu Mar 15 2012 Jindrich Novy <jnovy at redhat.com> 5.3.15-1
+- update to 5.3.15
+  http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.html
+
 * Fri Feb 17 2012 Deepak Bhole <dbhole at redhat.com> 5.2.36-5
 - Resolves rhbz#794472
 - Patch from Omair Majid <omajid at redhat.com> to remove explicit Java 6 req.
diff --git a/sources b/sources
index 90aac38..87caf97 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 42cc6c1e1e25818bd3e3f91328edb0f1  db.1.85.tar.gz
-88466dd6c13d5d8cddb406be8a1d4d92  db-5.2.36.tar.gz
+5493fb5f7cc3915887c836b096f18773  db-5.3.15.tar.gz


More information about the scm-commits mailing list