[libodb-pgsql] Updated to 2.3.1

Dave Johansen daveisfera at fedoraproject.org
Sat Jan 18 23:18:36 UTC 2014


commit 0f236a84f2d9ff837e6d8040d3abc8a33aeb338d
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Sat Jan 18 16:18:42 2014 -0700

    Updated to 2.3.1

 .gitignore        |    1 +
 libodb-pgsql.spec |   11 +++++++----
 sources           |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3e9b01..c5229d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libodb-pgsql-2.2.0.tar.bz2
+/libodb-pgsql-2.3.1.tar.bz2
diff --git a/libodb-pgsql.spec b/libodb-pgsql.spec
index 5ea7fa1..d53d5a3 100644
--- a/libodb-pgsql.spec
+++ b/libodb-pgsql.spec
@@ -1,19 +1,19 @@
 Name:           libodb-pgsql
-Version:        2.2.0
+Version:        2.3.1
 Release:        1%{?dist}
 Summary:        PostgreSQL ODB runtime library from Code Synthesis
 
 Group:          System Environment/Libraries
 License:        GPLv2
 URL:            http://www.codesynthesis.com/products/odb/
-Source0:        http://www.codesynthesis.com/download/odb/2.2/%{name}-%{version}.tar.bz2
+Source0:        http://www.codesynthesis.com/download/odb/2.3/%{name}-%{version}.tar.bz2
 
 # Set BuildRoot for compatibility with EPEL <= 5
 # See: http://fedoraproject.org/wiki/EPEL:Packaging#BuildRoot_tag
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Uses libodb from Code Synthesis 
-BuildRequires: libodb-devel >= 2.2.0
+BuildRequires: libodb-devel >= 2.3.0
 # Uses PostgreSQL
 BuildRequires: postgresql-devel
 # Uses pkgconfig
@@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %doc GPLv2
 %doc LICENSE
-%{_libdir}/libodb-pgsql-2.2.so
+%{_libdir}/libodb-pgsql-2.3.so
 # Exclude the documentation that doesn't need to be packaged
 %exclude %{_datadir}/doc/libodb-pgsql/GPLv2
 %exclude %{_datadir}/doc/libodb-pgsql/LICENSE
@@ -85,5 +85,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 4 2013 Dave Johansen <davejohansen at gmail.com> 2.3.1-1
+- Updated to 2.3.1
+
 * Tue Jul 23 2013 Dave Johansen <davejohansen at gmail.com> 2.2.0-1
 - Initial build
diff --git a/sources b/sources
index 1809b96..1a271a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-497eb73631871ea4a8ee7e55c9a23684  libodb-pgsql-2.2.0.tar.bz2
+c3ab9f1661266eaf87fecfce88aa93fc  libodb-pgsql-2.3.1.tar.bz2


More information about the scm-commits mailing list