[duplicity] 0.7.02.

Jon Ciesla limb at fedoraproject.org
Thu Mar 12 14:41:03 UTC 2015


commit f446fadc07ac13eda75591740f47637dbacceac0
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Mar 12 09:38:34 2015 -0500

    0.7.02.

 .gitignore     |  1 +
 duplicity.spec | 12 ++++++++----
 sources        |  2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ba2af2..8162030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /duplicity-0.6.??.tar.gz
 /duplicity-0.7.01.tar.gz
+/duplicity-0.7.02.tar.gz
diff --git a/duplicity.spec b/duplicity.spec
index baa3bd8..896d3f3 100644
--- a/duplicity.spec
+++ b/duplicity.spec
@@ -2,13 +2,13 @@
 
 Summary:        Encrypted bandwidth-efficient backup using rsync algorithm
 Name:           duplicity
-Version:        0.7.01
-Release:        2%{?dist}
+Version:        0.7.02
+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.7.01-librsync-1.0.0.patch
+#Patch0:         duplicity-0.7.01-librsync-1.0.0.patch
 Requires:       python-GnuPGInterface >= 0.3.2, gnupg >= 1.0.6
 Requires:       openssh-clients, ncftp >= 3.1.9, rsync, python-boto >= 0.9d
 Requires:       python-paramiko python-dropbox python-lockfile
@@ -35,7 +35,7 @@ but not hard links.
 
 %prep
 %setup -q
-%patch0 -p1 -b .librsync-1.0.0
+#%patch0 -p1 -b .librsync-1.0.0
 
 %build
 %{__python} setup.py build
@@ -73,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/%{name}/cacert.pem
 
 %changelog
+* Thu Mar 12 2015 Jon Ciesla <limburgher at gmail.com> - 0.7.02-1
+- 0.7.02.
+- librsync patch upstreamed.
+
 * Sun Mar 01 2015 Robert Scheck <robert at fedoraproject.org> 0.7.01-2
 - Rebuild for librsync 1.0.0 (#1126712)
 
diff --git a/sources b/sources
index 6769a57..e6af299 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de6ce2b7336f45e9b39a3b83030a29f5  duplicity-0.7.01.tar.gz
+a6a19b89e50dd52567b6c6c2cc37b9aa  duplicity-0.7.02.tar.gz


More information about the scm-commits mailing list