Hello community,

here is the log from the commit of package vorta for openSUSE:Leap:15.2 checked 
in at 2020-05-21 12:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/vorta (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.vorta.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vorta"

Thu May 21 12:59:33 2020 rev:5 rq:806992 version:0.6.24

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/vorta/vorta.changes    2020-01-15 
16:28:24.732753069 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.vorta.new.2738/vorta.changes  2020-05-21 
12:59:34.502825841 +0200
@@ -1,0 +2,70 @@
+Mon May 18 08:02:24 UTC 2020 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to version 0.6.24
+  * Add Czech and Finnish translations.
+  * Simplify startup behavior. Run in foreground by default (used
+    by Flatpak and macOS). Use --daemonize to start in background.
+
+-------------------------------------------------------------------
+Thu Oct 31 10:22:25 UTC 2019 - Antonio Larrosa <alarr...@suse.com>
+
+- Update to version 0.6.23
+  * Move setting prune options to right place. Fixes gh#borgbase/vorta#339
+  * Improvements to diff-feature.
+  * Enable sorting of archive table columns.
+  * Always mount with current user and read-only permissions
+
+-------------------------------------------------------------------
+Wed Oct  2 11:21:25 UTC 2019 - Frederik Möllers <frede...@die-sinlosen.de>
+
+- Update to version 0.6.22
+  * Remove keyring dependency and refactor keyrings
+  * Allow for extra borg arguments per-repo
+  * Reduce memory usage by removing main window from memory when closed
+  * Prevent KeyError when reading KnownNetworks on macOS
+  * Expand user path in python before setting BORG_RSH
+  * Catch Keyboard interrupt when running in foreground mode
+  * Make autostart for Linux more stable
+  * Avoid duplicate files in Extract dialog, avoid passing None to shlex when 
parsing extra args
+  * Changes vorta's default tray icon to white on GNOME
+  * Workaround for jeepney DBus-lib and asyncio event loop.
+    Fixes gh#borgbase/vorta#234
+  * Fall back to saving passwords in the database, when no Gnome-Keyring is 
installed
+  * Implement QtSingleApplication
+    Implements gh#borgbase/vorta#243
+  * Remove non-ASCII em-dash from Manifest.in
+  * Re-enable mounting of whole repo
+  * Get borg version and path on startup. Link to log folder
+    Implements gh#borgbase/vorta#247
+  * Add helper class to manage Borg version and supported features
+    Implements gh#borgbase/vorta#250
+  * Correctly set environment encoding (pyinstaller issue)
+    Fixes gh#borgbase/vorta#220
+  * Fix default white icon behaviour for Ubuntu GNOME
+  * Don't delete item from sources if item==None
+  * Fix issue when Borg binary is missing
+    Fixes gh#borgbase/vorta#258
+  * Add date-based log rotation
+    Partially fixes last part of gh#borgbase/vorta#121
+  * Remove unique constraint from Archive ID
+    Fixes gh#borgbase/vorta#253
+  * Adress an issue with sqlite when the archive table to be migrated is very 
large
+  * Handle OSError 6 when trying to read a socket in .ssh
+  * Pre-backup command runs before repository checks
+  * Implement --version
+    Fixes gh#borgbase/vorta#260
+  * If BORG_PASSCOMMAND is found, unset BORG_PASSPHRASE
+    Fixes gh#borgbase/vorta#272
+  * Raise meaningful error when Borg version found is too old
+    Fixes Fixes gh#borgbase/vorta#283
+  * Ignore Python processes owned by other users when finding mount points
+  * Implement borg diff
+  * Include more links into appdata
+  * Default opt-in for enable_notifications_success
+  * Rename background-option to daemonize
+  * Implement close-question for DEs without system tray
+  * Fix autostart icon
+  * Allow is_system_tray_available to be called with running event loop
+  * Add option for starting Vorta in foreground
+
+-------------------------------------------------------------------

Old:
----
  v0.6.10.tar.gz

New:
----
  v0.6.24.tar.gz

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

Other differences:
------------------
++++++ vorta.spec ++++++
--- /var/tmp/diff_new_pack.Z4eIjX/_old  2020-05-21 12:59:34.858826617 +0200
+++ /var/tmp/diff_new_pack.Z4eIjX/_new  2020-05-21 12:59:34.862826625 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vorta
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           vorta
-Version:        0.6.10
+Version:        0.6.24
 Release:        0
 Summary:        Desktop Backup Client based on BorgBackup
 License:        GPL-3.0-only
 Group:          Productivity/Archiving/Backup
-Url:            https://github.com/borgbase/vorta
+URL:            https://github.com/borgbase/vorta
 Source:         https://github.com/borgbase/%{name}/archive/v%{version}.tar.gz
 Source1:        vorta.desktop
 # PATCH-FIX-OPENSUSE

++++++ fix-dependencies.patch ++++++
--- /var/tmp/diff_new_pack.Z4eIjX/_old  2020-05-21 12:59:34.882826669 +0200
+++ /var/tmp/diff_new_pack.Z4eIjX/_new  2020-05-21 12:59:34.882826669 +0200
@@ -1,8 +1,8 @@
-Index: vorta-0.6.5/setup.cfg
+Index: vorta-0.6.22/setup.cfg
 ===================================================================
---- vorta-0.6.5.orig/setup.cfg
-+++ vorta-0.6.5/setup.cfg
-@@ -27,13 +27,11 @@ license_file = LICENSE.txt
+--- vorta-0.6.22.orig/setup.cfg 2019-10-02 13:56:41.802128281 +0200
++++ vorta-0.6.22/setup.cfg      2019-10-02 13:58:08.574175337 +0200
+@@ -27,13 +27,11 @@
  [options]
  python_requires = >= 3.6
  setup_requires =
@@ -15,4 +15,5 @@
 -  pyqt5
    peewee
    python-dateutil
-   keyring
+   apscheduler
+

++++++ fix-qtoolbox-titles.patch ++++++
--- /var/tmp/diff_new_pack.Z4eIjX/_old  2020-05-21 12:59:34.894826696 +0200
+++ /var/tmp/diff_new_pack.Z4eIjX/_new  2020-05-21 12:59:34.894826696 +0200
@@ -1,7 +1,7 @@
-Index: vorta-0.6.10/src/vorta/assets/UI/archivetab.ui
+Index: vorta-0.6.22/src/vorta/assets/UI/archivetab.ui
 ===================================================================
---- vorta-0.6.10.orig/src/vorta/assets/UI/archivetab.ui
-+++ vorta-0.6.10/src/vorta/assets/UI/archivetab.ui
+--- vorta-0.6.22.orig/src/vorta/assets/UI/archivetab.ui 2019-10-02 
13:56:41.806128284 +0200
++++ vorta-0.6.22/src/vorta/assets/UI/archivetab.ui      2019-10-02 
14:01:39.886291863 +0200
 @@ -28,11 +28,6 @@
         <bold>false</bold>
        </font>
@@ -14,10 +14,10 @@
       <property name="currentIndex">
        <number>0</number>
       </property>
-Index: vorta-0.6.10/src/vorta/assets/UI/scheduletab.ui
+Index: vorta-0.6.22/src/vorta/assets/UI/scheduletab.ui
 ===================================================================
---- vorta-0.6.10.orig/src/vorta/assets/UI/scheduletab.ui
-+++ vorta-0.6.10/src/vorta/assets/UI/scheduletab.ui
+--- vorta-0.6.22.orig/src/vorta/assets/UI/scheduletab.ui        2019-10-02 
13:56:41.806128284 +0200
++++ vorta-0.6.22/src/vorta/assets/UI/scheduletab.ui     2019-10-02 
14:01:39.886291863 +0200
 @@ -25,11 +25,6 @@
         <bold>false</bold>
        </font>
@@ -30,3 +30,8 @@
       <property name="currentIndex">
        <number>3</number>
       </property>
+
+
+
+
+

++++++ v0.6.10.tar.gz -> v0.6.24.tar.gz ++++++
++++ 11690 lines of diff (skipped)


Reply via email to