[libzdb: 12/12] v 2.7 resolve FTBS bz #660879

Bernard Johnson bjohnson at fedoraproject.org
Sat Jan 15 16:44:09 UTC 2011


commit ea68c01fc9e0aae5a99e009d1693560cc2b21b85
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sat Jan 15 09:43:19 2011 -0700

    v 2.7
    resolve FTBS bz #660879

 .gitignore  |    1 +
 libzdb.spec |   15 ++++++++++++---
 sources     |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90fb091..1e7fcdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libzdb-2.6.tar.gz
+/libzdb-2.7.tar.gz
diff --git a/libzdb.spec b/libzdb.spec
index 1db3a97..a589d92 100644
--- a/libzdb.spec
+++ b/libzdb.spec
@@ -1,6 +1,6 @@
 Name:           libzdb
-Version:        2.6
-Release:        3%{?dist}
+Version:        2.7
+Release:        1%{?dist}
 Summary:        Small, fast, and easy to use database API
 
 Group:          System Environment/Libraries
@@ -9,7 +9,12 @@ URL:            http://www.tildeslash.com/libzdb/
 Source0:        http://www.tildeslash.com/%{name}/dist/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  flex, mysql-devel >= 4.1, postgresql-devel >= 8, sqlite-devel
+%if 0%{?fedora} && 0%{?fedora} > 14
+BuildRequires:  flex-static
+%else
+BuildRequires:  flex
+%endif
+BuildRequires:  mysql-devel >= 4.1, postgresql-devel >= 8, sqlite-devel
 
 %description
 The Zild C Database Library implements a small, fast, and easy to use database
@@ -63,6 +68,10 @@ Developer header files & libraries for libzdb database API.
 
 
 %changelog
+* Wed Dec 08 2010 Bernard Johnson <bjohnson at symetrix.com> - 2.7-1
+- v 2.7
+- change BR from flex to flex-static for F15
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.6-3
 - rebuilt with new openssl
 
diff --git a/sources b/sources
index 2be781c..e159256 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54eef941f130768d2d0a311873550e25  libzdb-2.6.tar.gz
+8c7241e482c88076739df96dc578143d  libzdb-2.7.tar.gz


More information about the scm-commits mailing list