Hello community,

here is the log from the commit of package vorta for openSUSE:Factory checked 
in at 2019-02-28 21:43:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vorta (Old)
 and      /work/SRC/openSUSE:Factory/.vorta.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vorta"

Thu Feb 28 21:43:00 2019 rev:4 rq:679025 version:0.6.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/vorta/vorta.changes      2019-02-25 
17:50:51.590769382 +0100
+++ /work/SRC/openSUSE:Factory/.vorta.new.28833/vorta.changes   2019-02-28 
21:43:01.669534723 +0100
@@ -1,0 +2,27 @@
+Mon Feb 25 17:08:42 UTC 2019 - Antonio Larrosa <[email protected]>
+
+- Add fix-qtoolbox-titles.patch to fix a problem with QToolBox tab
+  titles being cut at a fixed width independently of the title text
+  or tab width.
+
+-------------------------------------------------------------------
+Mon Feb 25 15:31:10 UTC 2019 - Antonio Larrosa <[email protected]>
+
+- Update to version 0.6.10
+  * Also set tray icon according to detected theme.
+    Fixes gh#borgbase/vorta#199
+  * Avoid deadlock when calling subprocess.Popen().
+    Fixes gh#borgbase/vorta#187
+  * Remove translation functions for Borg logging messages.
+    Fixes gh#borgbase/vorta#197
+  * Implement autostart for Linux
+  * Add French and Italian translations
+  * Update compressor selection: add zlib, add zstd,8, descriptions.
+    Fixes gh#borgbase/vorta#145
+  * Add tooltip to "add profile" button. Fixes gh#borgbase/vorta#183
+
+- Update to version 0.6.8
+  * Implement add profile button
+  * Translation Bugfixes
+
+-------------------------------------------------------------------

Old:
----
  v0.6.7.tar.gz

New:
----
  fix-qtoolbox-titles.patch
  v0.6.10.tar.gz

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

Other differences:
------------------
++++++ vorta.spec ++++++
--- /var/tmp/diff_new_pack.6QAZsx/_old  2019-02-28 21:43:02.145534520 +0100
+++ /var/tmp/diff_new_pack.6QAZsx/_new  2019-02-28 21:43:02.145534520 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           vorta
-Version:        0.6.7
+Version:        0.6.10
 Release:        0
 Summary:        Desktop Backup Client based on BorgBackup
 License:        GPL-3.0-only
@@ -25,7 +25,10 @@
 Url:            https://github.com/borgbase/vorta
 Source:         https://github.com/borgbase/%{name}/archive/v%{version}.tar.gz
 Source1:        vorta.desktop
+# PATCH-FIX-OPENSUSE
 Patch0:         fix-dependencies.patch
+# PATCH-FIX-UPSTREAM
+Patch1:         fix-qtoolbox-titles.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-rpm-macros
@@ -62,6 +65,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export LANG=en_US.UTF-8

++++++ fix-qtoolbox-titles.patch ++++++
Index: vorta-0.6.10/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
@@ -28,11 +28,6 @@
        <bold>false</bold>
       </font>
      </property>
-     <property name="styleSheet">
-      <string notr="true">QToolBox::tab {
-font-weight: bold;
-}</string>
-     </property>
      <property name="currentIndex">
       <number>0</number>
      </property>
Index: vorta-0.6.10/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
@@ -25,11 +25,6 @@
        <bold>false</bold>
       </font>
      </property>
-     <property name="styleSheet">
-      <string notr="true">QToolBox::tab {
-font-weight: bold;
-}</string>
-     </property>
      <property name="currentIndex">
       <number>3</number>
      </property>
++++++ v0.6.7.tar.gz -> v0.6.10.tar.gz ++++++
++++ 5478 lines of diff (skipped)


Reply via email to