[python-plyvel] upstream bug fix release 0.9:

Dan Callaghan dcallagh at fedoraproject.org
Thu Aug 28 00:41:07 UTC 2014


commit 45b3f00ef02af3360caae7d183ca32db8d9d6f3a
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Thu Aug 28 10:40:58 2014 +1000

    upstream bug fix release 0.9:
    
      https://plyvel.readthedocs.org/en/latest/news.html#plyvel-0-9

 .gitignore         |    1 +
 python-plyvel.spec |    8 ++++++--
 sources            |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 466c0bf..ebe9ef2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /plyvel-0.3.tar.gz
 /plyvel-0.4.tar.gz
 /plyvel-0.8.tar.gz
+/plyvel-0.9.tar.gz
diff --git a/python-plyvel.spec b/python-plyvel.spec
index c4a2d98..a14681e 100644
--- a/python-plyvel.spec
+++ b/python-plyvel.spec
@@ -8,8 +8,8 @@
 %endif
 
 Name:           python-%{upstream_name}
-Version:        0.8
-Release:        4%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Summary:        Python interface to the LevelDB embedded database library
 License:        BSD
 URL:            https://github.com/wbolster/plyvel
@@ -98,6 +98,10 @@ popd
 %endif
 
 %changelog
+* Thu Aug 28 2014 Dan Callaghan <dcallagh at redhat.com> - 0.9-1
+- upstream bug fix release 0.9:
+  https://plyvel.readthedocs.org/en/latest/news.html#plyvel-0-9
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 4adbefc..46ae8d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-751a203c54c34adcceff0e668f86c67a  plyvel-0.8.tar.gz
+b0f768a07683dad01554b040c6320ed5  plyvel-0.9.tar.gz


More information about the scm-commits mailing list