Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2016-08-16 13:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/duplicity (Old)
 and      /work/SRC/openSUSE:Factory/.duplicity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "duplicity"

Changes:
--------
--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes      2016-07-18 
21:22:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.duplicity.new/duplicity.changes 2016-08-16 
13:02:47.000000000 +0200
@@ -1,0 +2,11 @@
+Sat Aug  6 08:47:12 UTC 2016 - [email protected]
+
+- update to 0.7.09
+  * Fixed bug #1600692 with patch from Wolfgang Rohdewald
+    - Allow symlink to have optional trailing slash during verify.
+  * Merged in 
lp:~aaron-whitehouse/duplicity/07-fix_deja_dup_error_on_locked_files
+    - Revert log.Error to log.Warn, as it was prior to the merge in rev 1224,
+      as this was affecting other applications (e.g. deja dup; Bug #1605939).
+  * Merged in lp:~duplicity-team/duplicity/po-updates
+
+-------------------------------------------------------------------

Old:
----
  duplicity-0.7.08.tar.gz

New:
----
  duplicity-0.7.09.tar.gz

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

Other differences:
------------------
++++++ duplicity.spec ++++++
--- /var/tmp/diff_new_pack.m3Pr5a/_old  2016-08-16 13:02:48.000000000 +0200
+++ /var/tmp/diff_new_pack.m3Pr5a/_new  2016-08-16 13:02:48.000000000 +0200
@@ -19,7 +19,7 @@
 %{!?python_sitelib:  %global python_sitelib  %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 Name:           duplicity
-Version:        0.7.08
+Version:        0.7.09
 Release:        0
 Summary:        Encrypted bandwidth-efficient backup using the rsync algorithm
 License:        GPL-3.0+

++++++ duplicity-0.7.08.tar.gz -> duplicity-0.7.09.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/CHANGELOG 
new/duplicity-0.7.09/CHANGELOG
--- old/duplicity-0.7.08/CHANGELOG      2016-07-02 15:10:39.000000000 +0200
+++ new/duplicity-0.7.09/CHANGELOG      2016-07-24 18:09:16.000000000 +0200
@@ -1,4 +1,14 @@
-New in v0.7.08 (2016/07/01)
+New in v0.7.09 (2016/07/24)
+---------------------------
+* Fixed bug #1600692 with patch from Wolfgang Rohdewald
+  - Allow symlink to have optional trailing slash during verify.
+* Merged in 
lp:~aaron-whitehouse/duplicity/07-fix_deja_dup_error_on_locked_files
+  - Revert log.Error to log.Warn, as it was prior to the merge in rev 1224,
+    as this was affecting other applications (e.g. deja dup; Bug #1605939).
+* Merged in lp:~duplicity-team/duplicity/po-updates
+
+
+New in v0.7.08 (2016/07/02)
 ---------------------------
 * Merged in lp:~noizyland/duplicity/fix_azurebackend_typo
   - Fix typo in error handling code
@@ -53,6 +63,9 @@
 * Fixed bug #1570293 duplicity is very slow due to excessive fsync
   - removed flush() after write.
   - revert to previous version
+* Merged in 
lp:~aaron-whitehouse/duplicity/07-fix_deja_dup_error_on_locked_files
+  - Revert log.Error to log.Warn, as it was prior to the merge in rev 1224,
+    as this was affecting other applications (e.g. deja dup; Bug #1605939).
 
 
 New in v0.7.07 (2016/04/10)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/Changelog.GNU 
new/duplicity-0.7.09/Changelog.GNU
--- old/duplicity-0.7.08/Changelog.GNU  2016-07-02 14:53:02.000000000 +0200
+++ new/duplicity-0.7.09/Changelog.GNU  2016-07-24 18:14:17.000000000 +0200
@@ -1,3 +1,15 @@
+2016-07-24  Kenneth Loafman  <[email protected]>
+
+    * Merged in 
lp:~aaron-whitehouse/duplicity/07-fix_deja_dup_error_on_locked_files
+      - Revert log.Error to log.Warn, as it was prior to the merge in rev 1224,
+        as this was affecting other applications (e.g. deja dup; Bug #1605939).
+    * Prep for 0.7.09
+
+2016-07-20  Kenneth Loafman  <[email protected]>
+
+    * Fixed bug #1600692 with patch from Wolfgang Rohdewald
+      - Allow symlink to have optional trailing slash during verify.
+
 2016-07-02  Kenneth Loafman  <[email protected]>
 
     * Merged in lp:~aaron-whitehouse/duplicity/PEP8_W503_fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/bin/duplicity 
new/duplicity-0.7.09/bin/duplicity
--- old/duplicity-0.7.08/bin/duplicity  2016-07-02 16:08:56.000000000 +0200
+++ new/duplicity-0.7.09/bin/duplicity  2016-07-24 18:27:49.000000000 +0200
@@ -2,7 +2,7 @@
 # -*- Mode:Python; indent-tabs-mode:nil; tab-width:4 -*-
 #
 # duplicity -- Encrypted bandwidth efficient backup
-# Version 0.7.08 released July 02, 2016
+# Version 0.7.09 released July 24, 2016
 #
 # Copyright 2002 Ben Escoto <[email protected]>
 # Copyright 2007 Kenneth Loafman <[email protected]>
@@ -1278,7 +1278,7 @@
     log Python, duplicity, and system versions
     """
     log.Log(u'=' * 80, verbosity)
-    log.Log(u"duplicity 0.7.08 (July 02, 2016)", verbosity)
+    log.Log(u"duplicity 0.7.09 (July 24, 2016)", verbosity)
     log.Log(u"Args: %s" % util.ufn(' '.join(sys.argv)), verbosity)
     log.Log(u' '.join(platform.uname()), verbosity)
     log.Log(u"%s %s" % (sys.executable or sys.platform, sys.version), 
verbosity)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/bin/duplicity.1 
new/duplicity-0.7.09/bin/duplicity.1
--- old/duplicity-0.7.08/bin/duplicity.1        2016-07-02 16:08:56.000000000 
+0200
+++ new/duplicity-0.7.09/bin/duplicity.1        2016-07-24 18:27:49.000000000 
+0200
@@ -1,4 +1,4 @@
-.TH DUPLICITY 1 "July 02, 2016" "Version 0.7.08" "User Manuals" \"  -*- nroff 
-*-
+.TH DUPLICITY 1 "July 24, 2016" "Version 0.7.09" "User Manuals" \"  -*- nroff 
-*-
 .\" disable justification (adjust text to left margin only)
 .\" command line examples stay readable through that
 .ad l
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/bin/rdiffdir 
new/duplicity-0.7.09/bin/rdiffdir
--- old/duplicity-0.7.08/bin/rdiffdir   2016-07-02 16:08:56.000000000 +0200
+++ new/duplicity-0.7.09/bin/rdiffdir   2016-07-24 18:27:49.000000000 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/env python2
 # rdiffdir -- Extend rdiff functionality to directories
-# Version 0.7.08 released July 02, 2016
+# Version 0.7.09 released July 24, 2016
 #
 # Copyright 2002 Ben Escoto <[email protected]>
 # Copyright 2007 Kenneth Loafman <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/bin/rdiffdir.1 
new/duplicity-0.7.09/bin/rdiffdir.1
--- old/duplicity-0.7.08/bin/rdiffdir.1 2016-07-02 16:08:56.000000000 +0200
+++ new/duplicity-0.7.09/bin/rdiffdir.1 2016-07-24 18:27:49.000000000 +0200
@@ -1,4 +1,4 @@
-.TH RDIFFDIR 1 "July 02, 2016" "Version 0.7.08" "User Manuals" \"  -*- nroff 
-*-
+.TH RDIFFDIR 1 "July 24, 2016" "Version 0.7.09" "User Manuals" \"  -*- nroff 
-*-
 .\" disable justification (adjust text to left margin only)
 .\" command line examples stay readable through that
 .ad l
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/duplicity/globals.py 
new/duplicity-0.7.09/duplicity/globals.py
--- old/duplicity-0.7.08/duplicity/globals.py   2016-07-02 16:08:56.000000000 
+0200
+++ new/duplicity-0.7.09/duplicity/globals.py   2016-07-24 18:27:49.000000000 
+0200
@@ -26,7 +26,7 @@
 
 
 # The current version of duplicity
-version = "0.7.08"
+version = "0.7.09"
 
 # Prefix for all files (appended before type-specific prefixes)
 file_prefix = ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/duplicity/path.py 
new/duplicity-0.7.09/duplicity/path.py
--- old/duplicity-0.7.08/duplicity/path.py      2015-11-03 22:05:57.000000000 
+0100
+++ new/duplicity-0.7.09/duplicity/path.py      2016-07-20 22:26:00.000000000 
+0200
@@ -395,7 +395,7 @@
             else:
                 return 1
         elif self.issym():
-            if self.symtext == other.symtext:
+            if self.symtext == other.symtext or self.symtext + "/" == 
other.symtext:
                 return 1
             else:
                 log_diff(_("Symlink %%s points to %s, expected %s") %
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/duplicity/selection.py 
new/duplicity-0.7.09/duplicity/selection.py
--- old/duplicity-0.7.08/duplicity/selection.py 2016-06-13 13:34:26.000000000 
+0200
+++ new/duplicity-0.7.09/duplicity/selection.py 2016-07-24 14:25:01.000000000 
+0200
@@ -149,10 +149,10 @@
                             (s == 1 or s == 2):
                         # Path is a file or folder that cannot be read, but
                         # should be included or scanned.
-                        log.Error(_("Error accessing possibly locked file %s") 
%
-                                  util.ufn(new_path.name),
-                                  log.WarningCode.cannot_read,
-                                  util.escape(new_path.name))
+                        log.Warn(_("Error accessing possibly locked file %s") %
+                                 util.ufn(new_path.name),
+                                 log.WarningCode.cannot_read,
+                                 util.escape(new_path.name))
                         if diffdir.stats:
                             diffdir.stats.Errors += 1
                     elif s == 1:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/po/duplicity.pot 
new/duplicity-0.7.09/po/duplicity.pot
--- old/duplicity-0.7.08/po/duplicity.pot       2016-07-02 14:53:53.000000000 
+0200
+++ new/duplicity-0.7.09/po/duplicity.pot       2016-07-24 18:15:56.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: Kenneth Loafman <[email protected]>\n"
-"POT-Creation-Date: 2016-07-02 07:53-0500\n"
+"POT-Creation-Date: 2016-07-24 11:15-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duplicity-0.7.08/setup.py 
new/duplicity-0.7.09/setup.py
--- old/duplicity-0.7.08/setup.py       2016-07-02 16:08:56.000000000 +0200
+++ new/duplicity-0.7.09/setup.py       2016-07-24 18:27:49.000000000 +0200
@@ -28,7 +28,7 @@
 from setuptools.command.sdist import sdist
 from distutils.command.build_scripts import build_scripts
 
-version_string = "0.7.08"
+version_string = "0.7.09"
 
 if sys.version_info[:2] < (2, 6) or sys.version_info[:2] > (2, 7):
     print("Sorry, duplicity requires version 2.6 or 2.7 of python.")


Reply via email to