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

Philippe Makowski makowski at fedoraproject.org
Thu Apr 18 16:58:58 UTC 2013


commit 5014ba7b10283a7566b4d666156a284c85a0ce54
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      |    1 +
 python-fdb.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c41f288..c5ae939 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /fdb-0.9.1.tar.gz
 /fdb-0.9.9.tar.gz
 /fdb-1.0.tar.gz
+/fdb-1.1.tar.gz
diff --git a/python-fdb.spec b/python-fdb.spec
index 74f3dc4..7cb6a28 100644
--- a/python-fdb.spec
+++ b/python-fdb.spec
@@ -2,7 +2,7 @@
 %global upstream_name fdb
 
 Name:           python-fdb
-Version:        1.0
+Version:        1.1
 Release:        1%{?dist}
 Summary:        Firebird RDBMS bindings for Python
 
@@ -86,8 +86,11 @@ popd
 
 
 %changelog
-* Mon Apr 01 2013 Philippe Makowski <makowski at fedoraproject.org> 1.0.0-1
-- New upstream 1.0.0
+* 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
+
+* Mon Apr 01 2013 Philippe Makowski <makowski at fedoraproject.org> 1.0-1
+- New upstream 1.0
 
 * 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 9c0a556..b35ed8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-672b794668e9a07b5deca1297ab1655c  fdb-1.0.tar.gz
+9deeaedf51b3eb0ba757024b4ffce861  fdb-1.1.tar.gz


More information about the scm-commits mailing list