[duplicity] Upgrade to 0.6.11 (#655870)

Robert Scheck robert at fedoraproject.org
Wed Dec 8 23:12:01 UTC 2010


commit a1ddc27b654f2d5f7eec48b84e92a4d48ae59378
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Thu Dec 9 00:11:45 2010 +0100

    Upgrade to 0.6.11 (#655870)

 .gitignore                      |    2 +-
 duplicity-0.6.10-python23.patch |   24 ------------------------
 duplicity.spec                  |    7 ++++---
 sources                         |    2 +-
 4 files changed, 6 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d410167..a6839b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-duplicity-0.6.10.tar.gz
+duplicity-0.6.11.tar.gz
diff --git a/duplicity.spec b/duplicity.spec
index a95bbfa..d389b6a 100644
--- a/duplicity.spec
+++ b/duplicity.spec
@@ -2,13 +2,12 @@
 
 Summary:        Encrypted bandwidth-efficient backup using rsync algorithm
 Name:           duplicity
-Version:        0.6.10
+Version:        0.6.11
 Release:        1%{?dist}
 License:        GPLv2+
 Group:          Applications/Archiving
 URL:            http://www.nongnu.org/duplicity/
 Source:         http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
-Patch0:         duplicity-0.6.10-python23.patch
 Requires:       python-GnuPGInterface >= 0.3.2, gnupg >= 1.0.6
 Requires:       openssh-clients, ncftp >= 3.1.9, rsync, python-boto >= 0.9d
 %if 0%{?rhel}%{?fedora} <= 4
@@ -32,7 +31,6 @@ but not hard links.
 
 %prep
 %setup -q
-%patch0 -p1 -b .python23
 
 %build
 %{__python} setup.py build
@@ -56,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/%{name}*
 
 %changelog
+* Thu Dec 09 2010 Robert Scheck <robert at fedoraproject.org> 0.6.11-1
+- Upgrade to 0.6.11 (#655870)
+
 * Sun Oct 31 2010 Robert Scheck <robert at fedoraproject.org> 0.6.10-1
 - Upgrade to 0.6.10
 - Added a patch to avoid ternary conditional operators (#639863)
diff --git a/sources b/sources
index b022929..afcec56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8878d3b63fcba1b7233e11c5829b969c  duplicity-0.6.10.tar.gz
+1116be7aababa467336eac2092f66ab7  duplicity-0.6.11.tar.gz


More information about the scm-commits mailing list