Hello community,

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

Package is "vorta"

Mon Feb 25 17:50:48 2019 rev:3 rq:672699 version:0.6.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/vorta/vorta.changes      2019-01-24 
14:15:06.711244834 +0100
+++ /work/SRC/openSUSE:Factory/.vorta.new.28833/vorta.changes   2019-02-25 
17:50:51.590769382 +0100
@@ -1,0 +2,38 @@
+Fri Feb  8 08:31:59 UTC 2019 - Antonio Larrosa <[email protected]>
+
+- Set LANG to use UTF-8 and fix builds in Leap 15.1
+
+-------------------------------------------------------------------
+Thu Feb  7 16:39:06 UTC 2019 - Antonio Larrosa <[email protected]>
+
+- Update to version 0.6.7
+  * Separate light/dark settings for icon and theme.
+    Fixes gh#borgbase/vorta#171
+  * Ask for confirmation on delete (and small fixes)
+    (gh#borgbase/vorta#176)
+  * Show/Hide the main window in KDE when clicking on the tray icon
+    (gh#borgbase/vorta#143)
+  * Add debug tools for i18n UI layout checking (gh#borgbase/vorta#160)
+  * Fix crash due to zombie processes (gh#borgbase/vorta#174)
+  * Use ellipsis the Qt way in the archive table (gh#borgbase/vorta#169)
+  * Fix Issue "Crash when cancelling "add new profile"
+    gh#borgbase/vorta#168" (gh#borgbase/vorta#170)
+
+- Update to version 0.6.6
+  * Add light icons and dark stylesheet. Fixes gh#borgbase/vorta#151
+    (gh#borgbase/vorta#155)
+  * Implement feature to delete specific archive (gh#borgbase/vorta#164)
+  * Programmatically detect theme color (for macOS) (gh#borgbase/vorta#150)
+  * Add app name to tray menu and window title (gh#borgbase/vorta#153)
+  * Improve archive mount feature. Fixes gh#borgbase/vorta#131. By @antlarr
+    (gh#borgbase/vorta#156)
+  * Translation-related improvements and German translation
+    (gh#borgbase/vorta#146)
+  * Skip sockets when reading private keys (gh#borgbase/vorta#147)
+  * Remove leftover Sentry references. Fixes gh#borgbase/vorta#127
+    (gh#borgbase/vorta#142)
+  * Make the main window resizeable (gh#borgbase/vorta#130)
+
+- Drop fix-umount.patch which was already merged upstream
+
+-------------------------------------------------------------------

Old:
----
  fix-umount.patch
  v0.6.5.tar.gz

New:
----
  v0.6.7.tar.gz

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

Other differences:
------------------
++++++ vorta.spec ++++++
--- /var/tmp/diff_new_pack.ozRGUQ/_old  2019-02-25 17:50:52.466768904 +0100
+++ /var/tmp/diff_new_pack.ozRGUQ/_new  2019-02-25 17:50:52.470768903 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           vorta
-Version:        0.6.5
+Version:        0.6.7
 Release:        0
 Summary:        Desktop Backup Client based on BorgBackup
 License:        GPL-3.0-only
@@ -26,11 +26,11 @@
 Source:         https://github.com/borgbase/%{name}/archive/v%{version}.tar.gz
 Source1:        vorta.desktop
 Patch0:         fix-dependencies.patch
-Patch1:         fix-umount.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-APScheduler
+BuildRequires:  python3-QDarkStyle
 BuildRequires:  python3-appdirs
 BuildRequires:  python3-keyring
 BuildRequires:  python3-paramiko
@@ -44,6 +44,7 @@
 BuildRequires:  update-desktop-files
 Requires:       borgbackup
 Requires:       python3-APScheduler
+Requires:       python3-QDarkStyle
 Requires:       python3-appdirs
 Requires:       python3-keyring
 Requires:       python3-paramiko
@@ -61,12 +62,13 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
+export LANG=en_US.UTF-8
 %python3_build
 
 %install
+export LANG=en_US.UTF-8
 %python3_install
 install -d %{buildroot}%{_datadir}/icons/hicolor/256x256/apps
 install -m644 src/vorta/assets/icons/hdd-o-active-dark.png 
%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/vorta.png

++++++ v0.6.5.tar.gz -> v0.6.7.tar.gz ++++++
++++ 8118 lines of diff (skipped)


Reply via email to