rpms/duplicity/EL-4 .cvsignore, 1.3, 1.4 duplicity.spec, 1.10, 1.11 sources, 1.3, 1.4 duplicity-0.4.1-timeout.patch, 1.1, NONE duplicity-0.4.2-sftp.patch, 1.1, NONE

Robert Scheck (robert) fedora-extras-commits at redhat.com
Fri Sep 14 22:14:23 UTC 2007


Author: robert

Update of /cvs/extras/rpms/duplicity/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26152

Modified Files:
	.cvsignore duplicity.spec sources 
Removed Files:
	duplicity-0.4.1-timeout.patch duplicity-0.4.2-sftp.patch 
Log Message:
- Upgrade to 0.4.3 (#265701)
- Updated the license tag according to the guidelines




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/duplicity/EL-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Dec 2006 13:34:43 -0000	1.3
+++ .cvsignore	14 Sep 2007 22:13:50 -0000	1.4
@@ -1 +1 @@
-duplicity-0.4.2.tar.gz
+duplicity-0.4.3.tar.gz


Index: duplicity.spec
===================================================================
RCS file: /cvs/extras/rpms/duplicity/EL-4/duplicity.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- duplicity.spec	7 May 2007 18:32:13 -0000	1.10
+++ duplicity.spec	14 Sep 2007 22:13:50 -0000	1.11
@@ -2,37 +2,35 @@
 
 Summary:        Encrypted bandwidth-efficient backup using rsync algorithm
 Name:           duplicity
-Version:        0.4.2
-Release:        7%{?dist}
-License:        GPL
+Version:        0.4.3
+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
-Patch0:         duplicity-0.4.1-timeout.patch
-Patch1:         duplicity-0.4.2-sftp.patch
-Requires:       gnupg >= 1.0.6
-%if "%{?rhel}" <= "4"
-Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+Requires:       python-GnuPGInterface >= 0.3.2, gnupg >= 1.0.6
+Requires:       pexpect >= 2.1, openssh-clients, rsync, ncftp, python-boto >= 0.9b
+%if 0%{?rhel} <= 4
+Requires:       python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
 %endif
-BuildRequires:  python-devel >= 2.2, librsync-devel >= 0.9.6
+BuildRequires:  python-devel >= 2.2, librsync-devel >= 0.9.6, pexpect >= 2.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 Duplicity incrementally backs up files and directory by encrypting
 tar-format volumes with GnuPG and uploading them to a remote (or
-local) file server. In theory many remote backends are possible;
-right now local, ssh/scp, ftp, and rsync backends are written.
+local) file server. In theory many protocols for connecting to a
+file server could be supported; so far ssh/scp, local file access,
+rsync, ftp, HSI, WebDAV and Amazon S3 have been written.
 
 Because duplicity uses librsync, the incremental archives are space
 efficient and only record the parts of files that have changed since
 the last backup. Currently duplicity supports deleted files, full
-unix permissions, directories, symbolic links, fifos, etc., but not
-hard links.
+unix permissions, directories, symbolic links, fifos, device files,
+but not hard links.
 
 %prep
 %setup -q
-%patch0 -p1 -b .timeout
-%patch1 -p1 -b .sftp
 
 %build
 %{__python} setup.py build
@@ -56,6 +54,10 @@
 %{python_sitearch}/%{name}/*.so
 
 %changelog
+* Sat Sep 15 2007 Robert Scheck <robert at fedoraproject.org> 0.4.3-1
+- Upgrade to 0.4.3 (#265701)
+- Updated the license tag according to the guidelines
+
 * Mon May 07 2007 Robert Scheck <robert at fedoraproject.org> 0.4.2-7
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/duplicity/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Dec 2006 13:34:43 -0000	1.3
+++ sources	14 Sep 2007 22:13:50 -0000	1.4
@@ -1 +1 @@
-a9fd4094f23bb36c82cc1dc2816a5b7d  duplicity-0.4.2.tar.gz
+fc615a1bf173fb55c36c502d252583f8  duplicity-0.4.3.tar.gz


--- duplicity-0.4.1-timeout.patch DELETED ---


--- duplicity-0.4.2-sftp.patch DELETED ---




More information about the fedora-extras-commits mailing list