rpms/duplicity/F-7 duplicity-0.4.11-python23.patch, NONE, 1.1 duplicity.spec, 1.16, 1.17 duplicity-0.4.9-python23.patch, 1.1, NONE

Robert Scheck (robert) fedora-extras-commits at redhat.com
Mon May 5 20:01:51 UTC 2008


Author: robert

Update of /cvs/extras/rpms/duplicity/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8075/F-7

Modified Files:
	duplicity.spec 
Added Files:
	duplicity-0.4.11-python23.patch 
Removed Files:
	duplicity-0.4.9-python23.patch 
Log Message:
Upgrade to 0.4.11 (#440346)

duplicity-0.4.11-python23.patch:

--- NEW FILE duplicity-0.4.11-python23.patch ---
Patch by Robert Scheck <robert at fedoraproject.org> to get duplicity >= 0.4.11 building with
older Python 2.3 again. This release done by Kenneth Loafman <kenneth at loafman.com> luckily
got Python 2.3 support back.

--- duplicity-0.4.11/setup.py				2008-05-05 16:40:53.000000000 +0200
+++ duplicity-0.4.11/setup.py.python23			2008-05-05 21:45:35.000000000 +0200
@@ -5,8 +5,8 @@
 
 version_string = "0.4.11"
 
-if sys.version_info[:2] < (2,4):
-	print "Sorry, duplicity requires version 2.4 or later of python"
+if sys.version_info[:2] < (2,3):
+	print "Sorry, duplicity requires version 2.3 or later of python"
 	sys.exit(1)
 
 try:


Index: duplicity.spec
===================================================================
RCS file: /cvs/extras/rpms/duplicity/F-7/duplicity.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- duplicity.spec	10 Feb 2008 16:31:32 -0000	1.16
+++ duplicity.spec	5 May 2008 20:00:35 -0000	1.17
@@ -2,13 +2,13 @@
 
 Summary:        Encrypted bandwidth-efficient backup using rsync algorithm
 Name:           duplicity
-Version:        0.4.9
+Version:        0.4.11
 Release:        1%{?dist}
 License:        GPLv3+
 Group:          Applications/Archiving
 URL:            http://www.nongnu.org/duplicity/
 Source:         http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
-Patch:          duplicity-0.4.9-python23.patch
+Patch:          duplicity-0.4.11-python23.patch
 Requires:       python-GnuPGInterface >= 0.3.2, gnupg >= 1.0.6, rsync
 Requires:       pexpect >= 2.1, openssh-clients, ncftp >= 3.1.9, python-boto >= 0.9d
 BuildRequires:  python-devel >= 2.3, librsync-devel >= 0.9.6, pexpect >= 2.1
@@ -51,6 +51,9 @@
 %{python_sitearch}/%{name}*
 
 %changelog
+* Mon May 05 2008 Robert Scheck <robert at fedoraproject.org> 0.4.11-1
+- Upgrade to 0.4.11 (#440346)
+
 * Sun Feb 10 2008 Robert Scheck <robert at fedoraproject.org> 0.4.9-1
 - Upgrade to 0.4.9 (#293081, #431467)
 


--- duplicity-0.4.9-python23.patch DELETED ---




More information about the fedora-extras-commits mailing list