[python-fdb/el6] New upstream 1.1 fix bug PYFB-30 - BLOBs are truncated at first zero byte

Philippe Makowski makowski at fedoraproject.org
Thu Apr 18 17:04:27 UTC 2013


commit 90f0d424cd80187bc9e4f99f426986206694745d
Author: Philippe Makowski <pmakowski at espelida.com>
Date:   Thu Apr 18 18:55:08 2013 +0200

    New upstream 1.1 fix bug PYFB-30 - BLOBs are truncated at first zero byte

 .gitignore      |    5 +++++
 python-fdb.spec |    5 ++++-
 sources         |    3 ++-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18c9c2b..a5125ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
 /fdb-0.9.1.tar.gz
 /fdb-0.9.9.tar.gz
+<<<<<<< HEAD
+=======
+/fdb-1.0.tar.gz
+/fdb-1.1.tar.gz
+>>>>>>> 0bcedae... New upstream 1.1 fix bug PYFB-30 - BLOBs are truncated at first zero byte
diff --git a/python-fdb.spec b/python-fdb.spec
index 4e703f1..6691de0 100644
--- a/python-fdb.spec
+++ b/python-fdb.spec
@@ -2,7 +2,7 @@
 %global upstream_name fdb
 
 Name:           python-fdb
-Version:        0.9.9
+Version:        1.1
 Release:        1%{?dist}
 Summary:        Firebird RDBMS bindings for Python
 
@@ -86,6 +86,9 @@ popd
 
 
 %changelog
+* Mon Apr 18 2013 Philippe Makowski <makowski at fedoraproject.org> 1.1-1
+- New upstream 1.1 fix bug PYFB-30 - BLOBs are truncated at first zero byte
+
 * Sat Dec 01 2012 Philippe Makowski <makowski at fedoraproject.org> 0.9.9-1
 - New upstream 0.9.9
 
diff --git a/sources b/sources
index 751cb4f..21ee5a9 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-ee81aad6ba2a188068c00577a6451c1e  fdb-0.9.9.tar.gz
+9deeaedf51b3eb0ba757024b4ffce861  fdb-1.1.tar.gz
+


More information about the scm-commits mailing list