[duplicity] Upgrade to 0.6.17 (#736715)

Robert Scheck robert at fedoraproject.org
Mon Dec 26 15:40:27 UTC 2011


commit 040b2f6b0061575aa7c66a98c48f2d06532c2485
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Mon Dec 26 16:40:20 2011 +0100

    Upgrade to 0.6.17 (#736715)

 .gitignore     |    3 ++-
 duplicity.spec |   18 +++++++-----------
 sources        |    2 +-
 3 files changed, 10 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b235d81..64a8d76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-duplicity-0.6.14.tar.gz
+duplicity-0.6.15.tar.gz
+/duplicity-0.6.17.tar.gz
diff --git a/duplicity.spec b/duplicity.spec
index e2ca853..82b5dfd 100644
--- a/duplicity.spec
+++ b/duplicity.spec
@@ -2,20 +2,16 @@
 
 Summary:        Encrypted bandwidth-efficient backup using rsync algorithm
 Name:           duplicity
-Version:        0.6.14
+Version:        0.6.17
 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.14-python23.patch
-Patch1:         duplicity-0.6.14-optparse_el4.patch
+Patch0:         duplicity-0.6.17-python24.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
-Requires:       python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
-%endif
-BuildRequires:  python-devel >= 2.3, librsync-devel >= 0.9.6
+BuildRequires:  python-devel >= 2.4, librsync-devel >= 0.9.6
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -33,10 +29,7 @@ but not hard links.
 
 %prep
 %setup -q
-%patch0 -p1 -b .python23
-%if 0%{?rhel}%{?fedora} <= 4
-%patch1 -p1 -b .optparse_el4
-%endif
+%patch0 -p1 -b .python24
 
 %build
 %{__python} setup.py build
@@ -60,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/%{name}*
 
 %changelog
+* Mon Dec 26 2011 Robert Scheck <robert at fedoraproject.org> 0.6.17-1
+- Upgrade to 0.6.17 (#736715)
+
 * Sun Jul 17 2011 Robert Scheck <robert at fedoraproject.org> 0.6.14-1
 - Upgrade to 0.6.14 (#720589, #697222)
 - Backported optparse 1.5a2 from RHEL 5 for RHEL 4 (#717133)
diff --git a/sources b/sources
index 5df0f6c..7f6b5dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-09747eb1430a3f16888a661e5acbf28d  duplicity-0.6.14.tar.gz
+36423ab4e3b9aa90c5c44d9fa93fba0f  duplicity-0.6.17.tar.gz


More information about the scm-commits mailing list