[odb] Updated to 2.3.0

Dave Johansen daveisfera at fedoraproject.org
Sat Jan 18 21:16:33 UTC 2014


commit 174d587bb4647e2fd43db43e814baf68557a52e4
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Sat Jan 18 14:16:28 2014 -0700

    Updated to 2.3.0

 .gitignore |    1 +
 odb.spec   |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8c4fd1..6aff9cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /odb-2.2.2.tar.bz2
+/odb-2.3.0.tar.bz2
diff --git a/odb.spec b/odb.spec
index 7e67ce6..59a55f5 100644
--- a/odb.spec
+++ b/odb.spec
@@ -1,12 +1,12 @@
 Name:           odb
-Version:        2.2.2
+Version:        2.3.0
 Release:        1%{?dist}
 Summary:        Object-relational mapping (ORM) system for C++
 
 Group:          Development/Tools
 License:        GPLv3
 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
@@ -27,7 +27,7 @@ BuildRequires: devtoolset-1.1-gcc-plugin-devel
 BuildRequires: gmp-devel
 %endif
 # Uses libcutl from Code Synthesis
-BuildRequires: libcutl-devel
+BuildRequires: libcutl-devel >= 1.8.0
 # Uses pkgconfig
 BuildRequires: pkgconfig
 
@@ -110,5 +110,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 4 2013 Dave Johansen <davejohansen at gmail.com> 2.3.0-1
+- Updated to 2.3.0
+
 * Tue Jul 23 2013 Dave Johansen <davejohansen at gmail.com> 2.2.2-1
 - Initial build
diff --git a/sources b/sources
index c09843e..7eba9c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-778d5d2982b1f64e973fc9925809de4b  odb-2.2.2.tar.bz2
+ff561f7eabb50362582c92316efe29fd  odb-2.3.0.tar.bz2


More information about the scm-commits mailing list