[s3ql] Update to 1.13.2, fix BZ#914501

Marcel Wysocki maci at fedoraproject.org
Mon Mar 4 11:40:59 UTC 2013


commit 973bfdc2b44378c5ccfc36f93ea89c047a5cec8a
Author: Marcel Wysocki <maci at satgnu.net>
Date:   Mon Mar 4 12:40:16 2013 +0100

    Update to 1.13.2, fix BZ#914501

 .gitignore |    2 +-
 s3ql.spec  |   10 ++++++++--
 sources    |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3767c48..612677f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/s3ql-1.12.tar.bz2
+/s3ql-1.13.2.tar.bz2
diff --git a/s3ql.spec b/s3ql.spec
index fdbd14d..ca2aa3c 100644
--- a/s3ql.spec
+++ b/s3ql.spec
@@ -2,8 +2,8 @@
 %filter_setup
 
 Name:               s3ql
-Version:            1.12
-Release:            9%{?dist}
+Version:            1.13.2
+Release:            1%{?dist}
 Summary:            Full-Featured File System for Online Data Storage
 Source0:            http://s3ql.googlecode.com/files/%{name}-%{version}.tar.bz2
 URL:                http://code.google.com/p/s3ql/
@@ -20,6 +20,7 @@ BuildRequires:      Cython
 BuildRequires:      python2-devel
 BuildRequires:      sqlite-devel
 BuildRequires:      python-unittest2
+BuildRequires:      pytest
 
 Requires:           pyliblzma
 Requires:           pycryptopp
@@ -100,6 +101,11 @@ find "%{buildroot}%{python_sitearch}" -type f -name '*.py' -exec %__sed -i -e '/
 
 
 %changelog
+* Mon Mar 04 2013 Marcel Wysocki <maci at satgnu.net> - 1.13.2-1
+- updated to version 1.13.2
+- add pytest BR
+- fixes BZ#914501
+
 * Fri Feb 15 2013 Marcel Wysocki <maci at satgnu.net> - 1.12-9
 - rebuilt
 
diff --git a/sources b/sources
index b36494f..8c3b039 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ceab74256823df586f8c0a729664ad5  s3ql-1.12.tar.bz2
+37bcac4a6ac61b987a207e1ff5286ef1  s3ql-1.13.2.tar.bz2


More information about the scm-commits mailing list