Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2012-02-14 13:05:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duplicity (Old)
 and      /work/SRC/openSUSE:Factory/.duplicity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duplicity", Maintainer is "cth...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2011-10-02 
09:57:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.duplicity.new/duplicity.changes 2012-02-14 
13:05:28.000000000 +0100
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Wed Feb  8 20:35:18 UTC 2012 - w...@rosenauer.org
+
+- Update to version 0.6.17:
+  * Added --rsync-options flag to allow user to pass options to
+    rsync at will
+  * Added --s3-use-multiprocessing to select the new s3
+    multiprocessing backend.
+    Default is to use the single processing backend.  A helper,
+    filechunkio.py, requires Python 2.6+, so this option is not
+    usable in earlier versions.
+- Update to version 0.6.16:
+  * Usability enhancement: sign passphrase prompt has no second
+    verification prompt anymore, symmetric passphrases are
+    still verified
+  * Fixed Unicode errors when translations are used.
+  * Replaced old tarfile.py with Python 2.7 version, modded
+    to support Python 2.4 syntax.

Old:
----
  duplicity-0.6.15.tar.gz
  duplicity-remove_bogus_shebang.patch

New:
----
  duplicity-0.6.17.tar.gz
  duplicity-remove_shebang.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.WzbOle/_old  2012-02-14 13:05:29.000000000 +0100
+++ /var/tmp/diff_new_pack.WzbOle/_new  2012-02-14 13:05:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package duplicity
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@
 BuildRequires:  librsync >= 0.9.6
 BuildRequires:  python-devel
 Summary:        Encrypted bandwidth-efficient backup using the rsync algorithm
-Version:        0.6.15
-Release:        1
 License:        GPL-3.0+
 Group:          Productivity/Archiving/Backup
+Version:        0.6.17
+Release:        0
 Url:            http://duplicity.nongnu.org/
 Source:         
http://code.launchpad.net/%{name}/0.6-series/%{version}/+download/%{name}-%{version}.tar.gz
 Source99:       duplicity-rpmlintrc
-Patch1:         duplicity-remove_bogus_shebang.patch
+Patch1:         duplicity-remove_shebang.patch
 Requires:       gpg
 Recommends:     python-boto ncftp
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -52,7 +52,7 @@
 
 %prep
 %setup -q
-%patch1
+%patch1 -p1
 
 %build
 %{__python} setup.py build

++++++ duplicity-0.6.15.tar.gz -> duplicity-0.6.17.tar.gz ++++++
++++ 100646 lines of diff (skipped)

++++++ duplicity-remove_shebang.patch ++++++
diff --git a/duplicity/compilec.py b/duplicity/compilec.py
index 1176dc2..4577c28 100755
--- a/duplicity/compilec.py
+++ b/duplicity/compilec.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
 #
 # Copyright 2002 Ben Escoto <b...@emerose.org>
diff --git a/duplicity/tarfile.py b/duplicity/tarfile.py
index ac93412..98fb4be 100644
--- a/duplicity/tarfile.py
+++ b/duplicity/tarfile.py
@@ -1,4 +1,3 @@
-#! /usr/bin/python2.7
 # -*- coding: iso-8859-1 -*-
 #-------------------------------------------------------------------
 # tarfile.py
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to