[libodb-boost] Updated to 2.3.0

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


commit 35e32cc97dc2bdce662eee5a03576321cc46b092
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Sat Jan 18 14:30:21 2014 -0700

    Updated to 2.3.0

 .gitignore        |    1 +
 libodb-boost.spec |   11 +++++++----
 sources           |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3d6e8c..ee4b80b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libodb-boost-2.2.1.tar.bz2
+/libodb-boost-2.3.0.tar.bz2
diff --git a/libodb-boost.spec b/libodb-boost.spec
index b63c07f..6465adf 100644
--- a/libodb-boost.spec
+++ b/libodb-boost.spec
@@ -1,19 +1,19 @@
 Name:           libodb-boost
-Version:        2.2.1
+Version:        2.3.0
 Release:        1%{?dist}
 Summary:        Boost 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 Boost
 BuildRequires: boost-devel
 # Uses pkgconfig
@@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %doc GPLv2
 %doc LICENSE
-%{_libdir}/libodb-boost-2.2.so
+%{_libdir}/libodb-boost-2.3.so
 # Exclude the documentation that doesn't need to be packaged
 %exclude %{_datadir}/doc/libodb-boost/GPLv2
 %exclude %{_datadir}/doc/libodb-boost/LICENSE
@@ -85,5 +85,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.1-1
 - Initial build
diff --git a/sources b/sources
index 11bfe9a..32c3ba9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19bcb76f1546cafb53b6fb5091407fe9  libodb-boost-2.2.1.tar.bz2
+2db307ced79231d78b75b1c80f4fd8f0  libodb-boost-2.3.0.tar.bz2


More information about the scm-commits mailing list